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

  • 7 years, 6 months ago Ruco
    Keymaster
    in reply to: Update header and contact information on Product pages or View Cart

    Hello,

    To edit this text you have to edit the page “Shop Single Top Content”, edit the text here will change the text of all Shop or Single Product pages on the top bar with the “Need Help ….” words and phone no.

    Regards!

    7 years, 6 months ago Ruco
    Keymaster
    in reply to: Folie Scroll Story mobile responsive

    Hello,

    Please try to add this line:

    .cl-mobile-menu nav > ul > li > a {
        color: black !important;
    }

    Regards!

    7 years, 6 months ago Ruco
    Keymaster
    in reply to: Portfolio items problem

    Hello,

    Probably the problem is caused by the images size ratio. The images need to be square for example 800×800.

    Let us know.

    Regards!

    7 years, 6 months ago Ruco
    Keymaster
    in reply to: Where is the link function?

    Hello,

    The link isn’t supported in this part of the site. Maybe we can add the possibility in the next updates.

    Regards!

    7 years, 6 months ago Ruco
    Keymaster
    in reply to: Codeless builder code in search results

    Hello,

    We have fixed this and will update the theme with this issue resolved.

    For the moment you can fix this by replace the file \templates-parts\blog\parts\entry-content.php with the lines below:

    <?php
    
    // Display excerpt if auto excerpts are enabled in the admin
    if ( codeless_get_mod( 'blog_excerpt', true ) && ( ! is_single() || codeless_get_from_element('blog_from_element', false) ) ) :
    
        if( get_the_excerpt() == '' ){
            $content    = get_the_content();
            $content    = preg_replace("~(?:\[/?)[^/\]]+/?\]~s", '', $content);
    
        if(is_search()){
    
              preg_match_all('/\[cl_(.*?)\]/', $content, $matches_vc );
    
               if ( isset($matches_vc[0]) && !empty($matches_vc[0]) )
                    
                    return; 
    
         } 
    
            echo  wp_trim_words( $content, codeless_get_mod('blog_excerpt_length', 40), ' [...]' );
        }
    
        else {
    
        if(is_search()){
              $content    = get_the_content();   
              preg_match_all('/\[cl_(.*?)\]/', $content, $matches_vc );
             
           
    
               if ( isset($matches_vc[0]) && !empty($matches_vc[0]) )
                    
                    return; 
    
         } 
    
            the_excerpt();
    
        }    
    
    // If excerpts are disabled, display full content
    else :
        
        codeless_hook_post_content_begin();
    
        $content    = get_the_content();
    
        $content    = str_replace(']]>', ']]>', apply_filters( 'codeless_the_content' , $content ));
    
        $page_header = codeless_extract_page_header($content);
        $content    = codeless_strip_shortcode_gallery( str_replace($page_header, '', $content ) );
    
        if(is_search()){
    
              preg_match_all('/\[cl_(.*?)\]/', $content, $matches_vc );
    
               if ( isset($matches_vc[0]) && !empty($matches_vc[0]) )
                    
                    return; 
    
         }   
    
        echo apply_filters('the_content', $content ); 
    
        codeless_hook_post_content_end();
                			
    endif; 
    			
    wp_link_pages( array(
        'before'      => '<div class="page-links">' . __( 'Pages:', 'handel' ),
        'after'       => '</div>',
        'link_before' => '<span class="page-number">',
        'link_after'  => '</span>',
    ));

    Let us know.

    Regards!

    7 years, 6 months ago Ruco
    Keymaster
    in reply to: on page menu issues

    Hello,

    Have you activated the OnePage option on the page. Please can you give you access so we can investigate into this problem.

    You can write your online link into this thread with a private reply.

    Let us know.

    Regards!

    7 years, 6 months ago Ruco
    Keymaster
    in reply to: Language on search screen

    Hello,

    We are sorry this is an issue of the theme we will fix this in the next update at the moment you can translate this by editing the functions.php file and in the:
    codeless_creative_search function change the line:

    <input class="search__input" name="s" type="search" placeholder="Search" autocomplete="off" spellcheck="false" />

    replace the placeholder=”Search” with search word translatable in your language.

    Let us know.

    About the dark background i can’t find it on my local server so it so strange. Please can you give to us access to your wp dashboard so we can take a look closer.

    Regards!

    7 years, 6 months ago Ruco
    Keymaster
    in reply to: 1 icon in service box does not show up. Remove "next/prev" button

    Hello Saimir,

    I have made some fixes and now looks ok.

    Let me know.

    Regards!

    7 years, 6 months ago Ruco
    Keymaster
    in reply to: White bar in the bottom of page (Amos)

    Hello,

    I have deactivated the Yellow Pencil and now seems the space it was removed.

    Can you check it and let us know.

    Regards!

    7 years, 6 months ago Ruco
    Keymaster
    in reply to: June php errors

    Hello,

    Which version of June have you installed ?

    Let us know.

    Regards!

    7 years, 6 months ago Ruco
    Keymaster
    in reply to: *NEW* Woocommerce Dropdowns not working well!
    This reply has been marked as private.
    7 years, 6 months ago Ruco
    Keymaster
    in reply to: Unable to add WPBakery elements on a page

    Hello,

    It is easy you have to access the Codeless Builder go to Codeless Slider and click on the Row label and change the background in the background option on the left customizer.

    Let us know if you have resolved this issue.

    Regards!

    7 years, 6 months ago Ruco
    Keymaster
    in reply to: WPBakery (Visual Composer) Elements doesn’t work!!!

    Hello,

    I have just installed the demo data landing scroll to your domain.

    Let us know if you need any further help.

    Regards!

    7 years, 6 months ago Ruco
    Keymaster
    in reply to: *NEW* Woocommerce Dropdowns not working well!

    Hello,

    I will also check this and will give you a response soon.

    Regards!

    7 years, 6 months ago Ruco
    Keymaster
    in reply to: Menu Style – Different Font

    Hello,

    I have just made the menu horizontal. If you check on mobile you have the vertical menu too.

    Let us know.

    Regards!

Viewing 15 posts - 751 through 765 (of 3,073 total)
← 1 2 3 … 50 51 52 … 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