Forum Replies Created
-
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 Britishin reply to: shop page with category on the rightHello,
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
in reply to: One Clink Install stuck at step twoHello,
This issue is caused by the low max_execution_time parameter.
Make sure to increase that to 300 in php.iniIf 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
in reply to: page with visual composer has no marginsHello,
Please can you use Codeless Builder instead?
We are working to make fully compatible Visual Composer with all parts.
Thanks
in reply to: homepage issueHello,
Caused by missing Mailchimp Plugin,
Now it’s ok!Thanks
in reply to: Please help to setup leftside bar on shop pageFound 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; }in reply to: Please help to setup leftside bar on shop pageHello,
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!
Regardsin reply to: Child theme installation errorPlease open june-child/style.css and Replace Template: June with Template: june
with lowercase “june”
Let me know
in reply to: Input Select BugHello,
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
in reply to: Share buttonYou 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
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
in reply to: Translation issueCan you please provide me your wp credentials to take a deeper look into it? Wishlist link issue too.
Thanks
in reply to: Wishlist issueCan you please send me a link of your page?
Thanks
in reply to: Translation issueThey are all added in a pot file.
You need to translate that pot file in your language :)in reply to: Demo Install ManualHello,
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.xmlIf it’s succeed, fine, if not, go back to Codeless Panel and try again the Installation. It could work
If not, let me know.