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

  • 6 years, 3 months ago Ruco
    Keymaster
    in reply to: Plugins update
    This reply has been marked as private.
    6 years, 3 months ago Ruco
    Keymaster
    in reply to: HTTPS Problem

    Hello,

    Please share your online link, so I can find which image do that and how we can fix it.

    Anyway, you can also check out our guide on how to make a WordPress Site from HTTP to HTTPS:

    How to Move WordPress from Http to Https

    Regards!

    6 years, 3 months ago Ruco
    Keymaster
    in reply to: Demo Install issues

    Hello,

    Yes it will be the best solution so we can install the new demo exactly like the online version.

    Regards!

    6 years, 3 months ago Ruco
    Keymaster
    in reply to: Can't remove gap?

    Hello,

    I have made it. You can edit with WpBAkery Visual Composer edit Row > Design :

    https://imgur.com/yZDa64z

    Regards!

    6 years, 3 months ago Ruco
    Keymaster
    in reply to: Open Portfolio items in same window

    Hello,

    I have edited the file handel/includes/codeless_functions_portfolio.php

    $target = 'target='.'"'.codeless_portfolio_item_permalink_target().'"';
    replace with:

    handel/includes/codeless_functions_portfolio.php               
     $target = 'target='.codeless_portfolio_item_permalink_target();
    

    If you like our theme and support please rate our theme with 5 stars.

    Thank You!

    6 years, 3 months ago Ruco
    Keymaster
    in reply to: Codeless builder overwrites styles

    Hello,

    I have edited the file /wp-content/themes/handel/codeless_builder/cl_button.php

    <?php echo esc_attr( $extra_classes ); ?>" <?php /*$this->generateStyle('.cl-btn', '', true)*/ ?> target="<?php echo esc_attr($target) ?>"> <span><?php echo cl_remove_empty_p( cl_remove_wpautop($btn_title, true) ) ?></span></a>

    I have commented the code: $this->generateStyle(‘.cl-btn’, ”, true)

    Regards!

    6 years, 3 months ago Ruco
    Keymaster
    in reply to: Problems with widgets

    Hello,

    First thing I want to be sure that you have the latest version of Codeless Builder and Folie theme

    The Codeless Slider is editable directly through Edit Codeless Builder.

    You have to login into WordPress Dashboard > Pages > Hover the Mouse on the page you want to edit > Click Edit With Codeless Builder.

    After that, you have to click on the slider and continue with slide editing.

    Let us know.

    Regards!

    6 years, 3 months ago Ruco
    Keymaster
    in reply to: Open Portfolio items in same window

    Hello,

    I suppose now this is also resolved.

    Let us know.

    Regards!

    6 years, 3 months ago Ruco
    Keymaster
    in reply to: Codeless builder overwrites styles

    Hello,

    Please can you check it out now? It was our issue I have fixed it and will be ok also on the next update.

    Sorry for the inconvenience.

    Regards!

    6 years, 3 months ago Ruco
    Keymaster
    in reply to: Classic editor plugin

    Hello,

    Sorry I have tried to check the issue but seems impossible 403 error.

    I also tried on my local machine the classic editor and folie and there is no issue with the featured image.

    I think the issue is caused by some third party plugin or you have disabled the featured image on the Screen Options:

    https://imgur.com/fkITJQG

    Let us know.

    Regards!

    6 years, 3 months ago Ruco
    Keymaster
    in reply to: blog Excerpt Length

    Hello,

    Can you check out this PHP file instead: wp-content/themes/folie/template-parts/entry-content/

    // 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);
            echo  wp_trim_words( $content, codeless_get_mod('blog_excerpt_length', 40), ' [...]' );
        }
        else
            the_excerpt();

    replace with:

    // 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);
            $content = '';
        }
        else
             $content = '';

    Let us know.

    Regards!

    6 years, 3 months ago Ruco
    Keymaster
    in reply to: Menus
    This reply has been marked as private.
    6 years, 3 months ago Ruco
    Keymaster
    in reply to: Codeless builder overwrites styles
    This reply has been marked as private.
    6 years, 3 months ago Ruco
    Keymaster
    in reply to: Open Portfolio items in same window
    This reply has been marked as private.
    6 years, 3 months ago Ruco
    Keymaster
    in reply to: Menus

    Hello,

    By default, the theme hasn’t this feature, so in case you want to add this, we can forward your request to our customization team.

    Let us know.

    Regards!

Viewing 15 posts - 166 through 180 (of 3,073 total)
← 1 2 3 … 11 12 13 … 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