Forum Replies Created
-
in reply to: woocommerce sidebar not appeaering
Ok, remove that, other part it’s ok :)
in reply to: woocommerce sidebar not appeaeringAbout 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
Yes, added in update list :)
Thanks
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
in reply to: woocommerce sidebar not appeaeringNo, 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.
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
Ok, give me sometime to generate the issue on localhost too.
Thanks
in reply to: woocommerce sidebar not appeaeringFound 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; }Can you give me a FTP account so i can check and fix directly on your site?
Thanks
in reply to: Recaptcha Contactform 7You’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
in reply to: BoxesAh, 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
in reply to: Recaptcha Contactform 7 -
This reply was modified 6 years, 10 months ago by