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

  • 8 years, 3 months ago Ludjon
    Keymaster
    in reply to: wrong currency

    Just set the switcher to the top.
    The default currency is British pound. If a guest access your site it will shown in British

    8 years, 3 months ago Ludjon
    Keymaster
    in reply to: shop page with category on the right

    Hello,

    You can find all shop options under Customizer -> Shop Section -> Shop Page.
    In this case you can change the shop layout directly from WP Admin -> Pages -> Select the shop page -> in the bottom you can see some options, one of them is for changing the layout of page. Change it to Left Sidebar.

    Thanks

    8 years, 3 months ago Ludjon
    Keymaster
    in reply to: One Clink Install stuck at step two

    Hello,

    This issue is caused by the low max_execution_time parameter.
    Make sure to increase that to 300 in php.ini

    If you can’t change it, do this:

    1. Import using WP Importer the june/includes/codeless_demos_content/default/content_1.xml and content_2.xml

    2. It’s not important if they succeed or not.
    3. Go back to Codeless Import wizard and now it will install directly.

    Thanks

    8 years, 3 months ago Ludjon
    Keymaster
    in reply to: page with visual composer has no margins

    Hello,

    Please can you use Codeless Builder instead?

    We are working to make fully compatible Visual Composer with all parts.

    Thanks

    8 years, 3 months ago Ludjon
    Keymaster
    in reply to: homepage issue

    Hello,

    Caused by missing Mailchimp Plugin,
    Now it’s ok!

    Thanks

    8 years, 3 months ago Ludjon
    Keymaster
    in reply to: Please help to setup leftside bar on shop page

    Found issue,

    Please update this function on functions.php

    function codeless_get_meta( $meta, $default = '', $postID = '' ){
        /* for online */
        global $codeless_online_mods;
        if( isset($codeless_online_mods[$meta])  && ! is_customize_preview() ){
            return $codeless_online_mods[$meta];
        }
    
        if( function_exists('codeless_get_post_id') )
        $id = codeless_get_post_id();
       
        if( $postID != '' )
            $id =  $postID;
    
        $value = get_post_meta( $id, $meta );
        
        $return = '';
    
        if( is_array( $value ) && ( count( $value ) == 1 || ( count($value) >= 2 && $value[0] == $value[1] )  ) )
            $return = $value[0];
        else
            $return = $value;
    
        if( is_array( $value ) && empty( $value ) )
            $return = '';
     
    
        if( $default != '' && ( $return == '' || ! $return ) )
            return $default;
        
        return $return;
    }
    8 years, 3 months ago Ludjon
    Keymaster
    in reply to: Please help to setup leftside bar on shop page

    Hello,

    It was caused by multiple attempts to setup with. Please, can you send me a FTP account so i can fix that?

    Also, update to 1.1.3 ( you have an old version now )

    Thanks,
    Contact me directly on [email protected] when you are ready!
    Regards

    8 years, 3 months ago Ludjon
    Keymaster
    in reply to: Child theme installation error

    Please open june-child/style.css and Replace Template: June with Template: june

    with lowercase “june”

    Let me know

    8 years, 3 months ago Ludjon
    Keymaster
    in reply to: Input Select Bug

    Hello,

    1. Reported from other user too. Will be fixed on next release, later today.

    2.Will take a look into this.

    3. You need to remove only cl-actions? Or swatches too? I will send a little css fix for that.

    Yes, thanks for the suggestion. I will add an option fo that.

    Thanks

    8 years, 3 months ago Ludjon
    Keymaster
    in reply to: Share button

    You can’t now. Just added to the update list.

    Today we will release a new update with a lot of fixes.

    Please be sure to get the new one

    Thanks

    8 years, 3 months ago Ludjon
    Keymaster
    in reply to: Codeless Builder broke down :/

    This is Visual Composer.
    Please use our Codeless Builder instead.

    You can access codeless builder in Appearance -> Customize, or from each page after dis-active visual composer.

    Thanks

    8 years, 3 months ago Ludjon
    Keymaster
    in reply to: Translation issue

    Can you please provide me your wp credentials to take a deeper look into it? Wishlist link issue too.

    Thanks

    8 years, 3 months ago Ludjon
    Keymaster
    in reply to: Wishlist issue

    Can you please send me a link of your page?

    Thanks

    8 years, 3 months ago Ludjon
    Keymaster
    in reply to: Translation issue

    They are all added in a pot file.
    You need to translate that pot file in your language :)

    8 years, 3 months ago Ludjon
    Keymaster
    in reply to: Demo Install Manual

    Hello,

    If you can’t resize the max_execution_time please do this:

    Open the Tools -> Import -> WordPress Importer
    Select the file from includes/codeless_demo_content/default/content_1.xml

    If it’s succeed, fine, if not, go back to Codeless Panel and try again the Installation. It could work

    If not, let me know.

Viewing 15 posts - 1,426 through 1,440 (of 1,583 total)
← 1 2 3 … 95 96 97 … 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