Forum Replies Created
-
in reply to: center menu
Try this custom code:
@media (min-width:768px){ header#header #navigation { width: auto !important; position: absolute; left: 50%; transform: translateX(-50%); } }in reply to: How do I add Widget to header on Specular?Hi,
We can add the second one with the custom code. Can you give me credentials to do that?
Thanks
in reply to: Demo Data did not import successfullyHi, can you please update to 2.1 version?
Thanks
in reply to: WP Bakery builderAdded as Element, please check if this can help you :)
Thanks
in reply to: Demo Data did not import successfullySorry but I can’t log in with these credentials on WP
Thanks
in reply to: Anchor links jump too farCan you please de-activate maintenance plugin, I can’t preview the page.
Thanks
in reply to: woocomerce-updatingHi, don’t worry about the notification. Is the website working as expected?
We will release a new update compatible with the new Woocommerce version and fix the notification.
Thanks
in reply to: How to Remove Page HeaderYou’re welcome!
Let us know if you need further help!Thanks
Try this:
@media (max-width:991px){ .#blog-entries.blog_align_left{ float:none; } }Thanks
in reply to: mobile menu not working on first loading (again)Sorry for the delay. Fixed it, also tested on Android device. Let me know if it’s ok
Thanks
in reply to: Anchor links jump too farHi, please share credentials to find out a work-around about that.
Thanks
in reply to: Few issues found and need fixHi, it’s a predefined design of a single product page. Do you need to customize it for your website?
in reply to: mobile menu not working on first loading (again)Hi, can you recheck now?
Please in incognito mode.Thanks
in reply to: Shop Page Top Content missingSorry for this inconvenience,
Please on includes/codeless_functions_woocommerce.php replace lines 1154-1162 with:
if( !empty( $page_id ) && $page_id != 'none' ){ $content_post = get_post((int)$page_id); $content = $content_post->post_content; $content = str_replace(']]>', ']]>', apply_filters( 'codeless_the_content' , $content )); echo do_shortcode( $content ); }in reply to: Shop Page Top Content missingThis reply has been marked as private.