-
-
-
-
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; }
-
-
-
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 5 years, 4 months ago by Ludjon.
-
-
-
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
-
-
-
-
-
-
-
-
This is not a theme issue, i am trying to identify which plugin can cause this
-
-
You have added so much custom code in css, if I remove them, everything works fine.
I have added something else, hope it’s ok now
Thanks
-
-
-
-
1. First time I heard for this type of issue, i will check now with IPhone
2. Custom code:@media (max-width:480px){ .header_tools{ display: table !important; left: 0; float: left; margin-left: 20px; } }
-
Checked, it works. Maybe you have any issue on the device you use for test
-
-
-
Mm, by default Specular doesn’t have this option, maybe in the future, on next updates we can add this.
I will do my best to add this as soon as possible :)
Thank You
-
-
-
I have checked the gallery and the cart update, they works fine, please make a hard refresh maybe you have cache that create problems
Thanks
You must be logged in to reply to this topic.