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, 2 months ago Ruco
    Keymaster
    in reply to: Slider Dummy Data for Business 5

    Hello,

    Please download the slider dummy data here

    Best regards!

    11 years, 2 months ago Ruco
    Keymaster
    in reply to: Font Awesome Icons not showing
    This reply has been marked as private.
    11 years, 2 months ago Ruco
    Keymaster
    in reply to: Show Entire BlogPosts in www.site.com/blog

    Hello,

    What blog style have you selected? If you have simple blog style then you must edit the file loop-index.php. Find these lines:

    <div class="text">
                            <?php   
                                if(is_single()){
                                    do_shortcode(the_content());
                                }else{
                                    if($post_format == 'video' || $post_format == 'audio')
                                        echo do_shortcode(codeless_text_limit(get_the_content(), 60));
                                    else
                                        echo do_shortcode(get_the_excerpt());
                                }
                                        
                            ?>
                        </div>

    and replace with:

    <div class="text">
                            <?php   
                                if(is_single()){
                                    do_shortcode(the_content());
                                }else{
                                    if($post_format == 'video' || $post_format == 'audio')
                                        echo do_shortcode(codeless_text_limit(get_the_content(), 60));
                                    else
                                        echo do_shortcode(get_the_content());
                                }
                                        
                            ?>
                        </div>

    Best regards!

    • This reply was modified 11 years, 2 months ago by Ruco.
    11 years, 2 months ago Ruco
    Keymaster
    in reply to: URGENT ::::: TROUBLE with background image in Eye Catching view

    Hello,

    Yes, you can do that.
    First find the category id you want to exclude.
    Edit the file ‘specular/vc_tempaltes/latest_blog.php’.
    Find this lline:

    if($dynamic_from_where == 'all_cat'){
                $query_post = array('posts_per_page'=> $posts_per_page, 'post_type'=> 'post' );  

    and replace with:

    if($dynamic_from_where == 'all_cat'){
                $query_post = array('posts_per_page'=> $posts_per_page, 'post_type'=> 'post' , 'cat'=>'-3' );  

    put here

    'cat'=>'-3'

    , instead of ‘3’ the category id you want to exclude.

    Best regards!

    • This reply was modified 11 years, 2 months ago by Ruco.
    11 years, 2 months ago Ruco
    Keymaster
    in reply to: More tag not working on Post and on home page

    Hello,

    Where have you entered the more tag? On which page?
    Can you show us your site url?

    Best regards!

    11 years, 2 months ago Ruco
    Keymaster
    in reply to: Remove Shaddow of the Gallery

    Hello,

    Please add this css code at Custom Css Code at general options :

    .theme-default .nivoSlider {
      box-shadow: none !important;
    }

    Best regards!

    11 years, 2 months ago Ruco
    Keymaster
    in reply to: Header and menu problems

    Hello,

    Please add this css code at Custom Css Code at general options:

    .light .btn-bt.business {
      float: right;
      margin-top: 20px;}

    Best regards!

    11 years, 2 months ago Ruco
    Keymaster
    in reply to: Shortcodes Issue

    Hello,

    Please can you write your ftp credentials in a private reply so I can check that file?

    Best regards!

    11 years, 2 months ago Ruco
    Keymaster
    in reply to: Unable to locate Specular.zip

    Hello,

    Make sure you the specular file have the sufficient access right.

    If you still have the issue, please can you show me your wp and ftp credentials so I can check?

    Best regards!

    11 years, 2 months ago Ruco
    Keymaster
    in reply to: responsive logo

    Hello,

    Please can you show me your site url? I will give some css code to fix that.

    Best regards!

    11 years, 2 months ago Ruco
    Keymaster
    in reply to: Blog Post – AUDIO NOT WORKING
    This reply has been marked as private.
    11 years, 2 months ago Ruco
    Keymaster
    in reply to: Codeless Slider // Title and Description Not Scrolling With Page

    Hello,

    Sorry, this effect of the content in slider is removed on the latest theme updates.

    Best regards!

    11 years, 2 months ago Ruco
    Keymaster
    in reply to: Mobile menu not visible

    Hello,

    Please can you show me your site credentials in a private reply? I need to check the settings. I checked it on my test site the same header type and the menu on responsive is visible.

    Best regards!

    11 years, 3 months ago Ruco
    Keymaster
    in reply to: Errors in Google webmaster
    This reply has been marked as private.
    11 years, 3 months ago Ruco
    Keymaster
    in reply to: Codeless Slider // Title and Description Not Scrolling With Page

    Hello,

    Have you enabled the parallax option as in here https://www.clipular.com/c/4825520572203008.png?k=5ECtnV6xNSk9MP1ufIkDXial6oY
    If the content in slider still doesn’t scroll on window scroll please can you write your wp credentials in a private reply, so I can check?

    Best regards!

Viewing 15 posts - 2,266 through 2,280 (of 3,073 total)
← 1 2 3 … 151 152 153 … 203 204 205 →

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