-
-
Please help to setup leftside bar on shop page.I can not set up leftside bar on shop page.I try to customize shop page->pagelayout -> leftsidebar and save it.I can see leftside bar on customization right window.but in website it disappear.Please help me?
-
-
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 -
I have added ftp account as well please help me?
how to update new version 1.1.3?
-
Hello,
You can update theme automatically using the Envato Market plugin. Read here more on how to configure it: https://www.wpexplorer.com/envato-market-plugin-guide/
Create an API key as instructed in the plugin options and get notifications for every theme (theme and plugins you have purchased) update and easy install the new versions.
Did you send the credentials in the email? We will check and be back to you asap.Best regards!
-
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; }
-
You must be logged in to reply to this topic.