Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 11 years, 1 month ago Mirela
    Participant
    in reply to: Issues with WPML

    Hello,

    Please make sure you have set up wpml properly. You can watch some video tutorials here. If you want, you can send us your wp credentials in a private reply, so we can give it a look.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Portfolio Element – Featured

    Hello,

    Sorry that is not possible. You can only choose from categores. Go to option Set featured Portfolio > Select a specific category > Select the category.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Can get the theme as same as it is in the web.

    Hello,

    You have to customize it further. You have to import or create the slider; Add clients in Specular > Clients; Add images to posts.. etc. You can have a look to our documentation to get more information.
    Let us know if you need help.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Problems with import demo data Specular WordPress Theme

    Hello,

    @orionblu
    ,
    Please increase your execution time and memory limit. You can ask your hosting provider to do it for you.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Unable to locate Specular.zip

    Hello,

    Did you upload only the theme folder or the entire folder downloaded from ThemeForest? Please make sure it is only the theme folder. The access rights are ok. Please send us your wordpress and ftp credentials in a private reply, so we can give it a go.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Can I remove header

    Hello,

    Please go to General Settings > Page Header Options > Active Page Header set it Off. Screenshot.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Header Text and Address Edit?

    Hello,

    Please find the specified elements in Widgets. Add/Edit/Remove any of them there.
    Screenshot.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Envato toolkit and blog questions

    Hello,

    1-The message indicates that you may have already installed it. Please make sure you do not have any related files of the plugin elsewhere.

    2-Please add these lines into your custom css box:
    .blog-article.grid-style .info li:nth-child(1) { display: none;}

    3-To disable/not show excerpts at all, add these lines into your custom css box:

    .blog-article.grid-style .content .text {
      display: none;
    }

    To limit the word display, go to file:includes\view\blog\loop-grid.php and find these lines:

    <div class="text">
                            <?php   if($post_format == 'video' || $post_format == 'audio')
                                        echo codeless_text_limit(get_the_content(), 20);
                                    else
                                        echo get_the_excerpt();    
                            ?>
                        </div>

    Replace this these:

     <div class="text">
                            <?php   if($post_format == 'video' || $post_format == 'audio')
                                        echo codeless_text_limit(get_the_content(), 20);
                                    else
                                        echo codeless_text_limit(get_the_excerpt(), 10);   
                            ?>
                        </div>

    Edit the value of codeless_text_limit(get_the_excerpt(), 10) to your need.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Shortcodes Issue

    Hello,

    You have a new issue: screenshot. The script defined in red square, is not part of the theme. Please check either you have added it some where or any of the installed third plugins added it.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Media Link Problem

    Hello,

    Please add the full link. I should be like this: https://www.google.al/ , Not this: http://www.google.al

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Portfolio Breadcrumbs

    Hello,

    Sorry that is not possible.

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Portfolio Action

    Hello,


    @marioncha5
    ,
    We need the ftp credentials as with the wordpress the file is not accessible. You should open the two links above. Copy the code in the first one(https://www.codeshare.io/uiyYn), find it in your loop-grid.php file and replace it with the code in the second link(https://www.codeshare.io/QIboV).

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Team Question

    Hello,

    Please add these lines into your custom css box:

    @media (min-width: 1101px){
    .container {  height: 104px; }
    }

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Breadcrumbs without title

    Hello,

    Yes, please add these lines into your custom css box:

    .header_page.normal h1 {
      display: none;
    }

    Best regards!

    11 years, 1 month ago Mirela
    Participant
    in reply to: Service Icon Clickability

    Hello,

    Please go to file: vc_templates\services_medium.php and find these lines:

    if($icon_bool == 'image' && !empty($image)):
         $output .= '<img src="'.esc_url(codeless_image_by_id($image, '', 'url')).'" alt="" />';
            endif;

    Replace with this:

    if($icon_bool == 'image' && !empty($image)):
       $output .= '<a href="'.esc_url($data['link']).'"><img src="'.esc_url(codeless_image_by_id($image, '', 'url')).'" alt="" /></a>';
            endif;

    Best regards!

Viewing 15 posts - 12,226 through 12,240 (of 12,542 total)
← 1 2 3 … 815 816 817 … 835 836 837 →

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password