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, 10 months ago Ludjon
    Keymaster
    in reply to: woocommerce sidebar not appeaering

    Ok, remove that, other part it’s ok :)

    6 years, 10 months ago Ludjon
    Keymaster
    in reply to: woocommerce sidebar not appeaering

    About the scroll single page problem, did you added this custom code:

    .single-product .row {
    		/* display: -webkit-box; */
    		display: -moz-box;
    		display: -ms-flexbox;
    		/* display: -webkit-flex; */
    		/* display: flex; */
    	}

    Please remove to fix the issue

    6 years, 10 months ago Ludjon
    Keymaster
    in reply to: Handel Theme – Codeless Builder – Blog Entry Row – Background Color Bug

    Yes, added in update list :)

    Thanks

    6 years, 10 months ago Ludjon
    Keymaster
    in reply to: Handel Theme – Codeless Builder – Blog Entry Row – Background Color Bug

    I have checked, the issue is caused because the Blog grid is missing one element. Please add another blog post, because the element needs to be full to work

    Thanks

    6 years, 10 months ago Ludjon
    Keymaster
    in reply to: Boxes

    Did you added this:

    .alert .alert_content{ padding-bottom:16px; } ??

    Please add this code

    .alert .alert_content{ padding-top:8px; padding-bottom:8px; } to vertically middle align

    6 years, 10 months ago Ludjon
    Keymaster
    in reply to: woocommerce sidebar not appeaering

    No, it’s not the same code.
    Can you please give me a FTP account?

    Here it is the sidebar: https://koenigmachinery.com.au/shop-2/

    • This reply was modified 6 years, 10 months ago by Ludjon.
    6 years, 10 months ago Ludjon
    Keymaster
    in reply to: Handel Theme – Codeless Builder – Blog Entry Row – Background Color Bug

    Ok, try this:

    Open with Codeless Builder and change the number of items to show to ‘-1’

    After that, be sure that you have another post with image so you can create a full grid.

    Now, it should work fine

    Thanks

    6 years, 10 months ago Ludjon
    Keymaster
    in reply to: Handel Theme – Codeless Builder – Blog Entry Row – Background Color Bug

    Ok, give me sometime to generate the issue on localhost too.

    Thanks

    6 years, 10 months ago Ludjon
    Keymaster
    in reply to: Boxes

    Add this:

    .alert .alert_content{ text-align:center; }

    Thanks

    6 years, 10 months ago Ludjon
    Keymaster
    in reply to: woocommerce sidebar not appeaering

    Found bug generated from last update.

    Go to functions.php on parent theme and replace this function :

    function codeless_get_page_layout(){
        
        // Default 
        $codeless_page_layout = codeless_get_mod( 'page_overall_layout' );
    
        // Check if query is a blog query
        if( codeless_current_view() == 'blog' )
            $codeless_page_layout = codeless_get_mod( 'bloglayout' );
            
        // Blog Post layout
        if( codeless_current_view() == 'single_blog' )
            $codeless_page_layout = codeless_get_mod( 'singlebloglayout' );       
    
        // Add single page layout check here
        if( codeless_get_mod( 'overwrite_layout' ) && codeless_get_mod( 'layout' ) )
            $codeless_page_layout = codeless_get_mod( 'layout' );
            
        // if no sidebar is active return 'fullwidth'
        if( ! codeless_is_active_sidebar() )
            $codeless_page_layout = 'fullwidth';
    
        // Apply filter and return
        $codeless_page_layout = apply_filters( 'codeless_page_layout', $codeless_page_layout );
    
        return $codeless_page_layout;
    }
    6 years, 10 months ago Ludjon
    Keymaster
    in reply to: Handel Theme – Codeless Builder – Blog Entry Row – Background Color Bug

    Can you give me a FTP account so i can check and fix directly on your site?

    Thanks

    6 years, 10 months ago Ludjon
    Keymaster
    in reply to: Boxes

    They are automatically generated from alert style type, for example the red one is for Error style

    if you need custom colors, add them with custom css code.

    Let me know if you need my help with css

    Thanks

    6 years, 10 months ago Ludjon
    Keymaster
    in reply to: Recaptcha Contactform 7

    You’re welcome, if you like our theme and support, please give us 5-start on Themeforest, it’s important for us!

    Thank you so much

    Regards

    6 years, 10 months ago Ludjon
    Keymaster
    in reply to: Boxes

    Ah, sorry, you can add this boxes using shortcodes, let me send to you the source code for this page:

    [vc_row][vc_column width="1/2" enable_animation="true" animation="bounceInUp" background_color_opacity="1"][vc_column_text][alert title="Default Box" style="default"]There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don’t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there.[/alert][/vc_column_text][/vc_column][vc_column width="1/2" enable_animation="true" animation="bounceIn" delay="200" background_color_opacity="1"][vc_column_text][alert title="Error Box" style="error"]There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don’t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there.[/alert][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width="1/2" enable_animation="true" animation="bounceInUp" delay="400" background_color_opacity="1"][vc_column_text][alert title="Success Box" style="success"]There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there.[/alert][/vc_column_text][/vc_column][vc_column width="1/2" enable_animation="true" animation="bounceInUp" delay="600" background_color_opacity="1"][vc_column_text][alert title="Grey Box" style="grey"]There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don’t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there.[/alert][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width="1/2" enable_animation="true" animation="bounceInUp" delay="800" background_color_opacity="1"][vc_column_text][alert title="Warning" style="warning"]There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don’t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there.[/alert][/vc_column_text][/vc_column][vc_column width="1/2" enable_animation="true" animation="bounceInUp" delay="1000" background_color_opacity="1"][vc_column_text][alert title="Information Box" style="info"]There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don’t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there.[/alert]
    
    [/vc_column_text][/vc_column][/vc_row]

    Thanks

    6 years, 10 months ago Ludjon
    Keymaster
    in reply to: Recaptcha Contactform 7

    Link: https://baraquemichel.com/wp-admin/options-general.php?page=cf7sr_edit

Viewing 15 posts - 1,171 through 1,185 (of 1,583 total)
← 1 2 3 … 78 79 80 … 104 105 106 →

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