Forum Replies Created
-
AuthorPosts
-
May 19, 2020 at 12:43 pm in reply to: Collapsible mobile menu is not hidden when choosing option #15935
nirav
KeymasterHello There!
We are glad that issue got resolved.
Have a great day ahead!
Thanks and Regards,
Team ProDesignsMay 19, 2020 at 12:42 pm in reply to: How to remove "Add a Message" Input Box at Bottom of Homepage? #15934nirav
KeymasterHi Anu99,
Hope you are doing good!
We are glad that issue got resolved.
Have a great day ahead!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHi There,
Hope you are doing good!
Please add custom CSS by following below mentioend steps
1) Please log in to the admin area
2) Go to “Appearance >> Customize >> Additional CSS”.
3) Paste the below code in “Additional CSS”#footer-widgets .widget.widget_search .search-form input[type="submit"] { border: 1px solid #ea9920 !important; background: #ea9920 !important; }
* Change the color as per requirement for the search button
4) Save the update
Hope this helps!
Have a great day ahead!
Thanks and Regards,
Team ProDesignsMay 19, 2020 at 12:34 pm in reply to: Filter Products by Price widget not displaying on shop sidebar. #15932nirav
KeymasterHello Anu99,
Hope you are doing good!
We have checked the issue with our theme but it is not the theme issue as it is working with our theme. May be one of the plugin is causing the issue, Try to deactivate plugins one by one and check the theme.
Hope this helps!
Have a great day ahead!
Thanks and Regards,
Team ProDesingsnirav
KeymasterHi Hubert,
Hope you are doing good!
Could you please share with us your website here or send us the email on [email protected] so we can check the issue and can provide you an effective solution.
Have a great day ahead!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHi There!
Hope you are doing good!
Please add cusotm css for the update by following below mentioned steps.
1) Please log in to the admin area
2) Go to “Appearance >> Customize >> Additional CSS”.
3) Paste the below code in “Additional CSS”.category .site-main header.page-header{ display:none; }
4) Save the Update
Hope this helps!
Have a great day ahead!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHell There,
Hope you are doing good!
We have sent you the addtional code on your email.
Have a great day ahead!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello There!
Hope you are doing good!
You can go with eCommerce Gem Plus.
Hope this helps!
Have a great day ahead!
Thanks and Regards,
Team ProDesignsMay 9, 2020 at 3:03 am in reply to: Collapsible mobile menu is not hidden when choosing option #15779nirav
KeymasterHello THere!
Hope you are doing good!
Theme is not designed for one page navigation however you can archive your requirement by adding below code to functions.php file
function myfunc_add_extra_script(){ echo '<script> jQuery(document).on("click", "#primary-menu a", function(){ jQuery(".meanmenu-reveal").trigger("click"); }); </script>'; } add_action('wp_footer', 'myfunc_add_extra_script', 20);
We recommended to create child theme and add above code in functions file.
Have a great day ahead!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello There!
Greetings of the day!
Could you please share your website URL here or mail us on [email protected] so that we can create a custom css and can provide it you.
Have a great day ahead!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello There!
Greetings of the day!
Could you please share your website URL here or mail us on [email protected] so that we can create a custom css and can provide it you.
Have a great day ahead!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello There!
Hope you are doing good!
Theme does not support this option for category page however you can achieve this by following below steps:
1) Edit theme file archive.php
2) On line 40 change “template-parts/content” to “template-parts/content-full”
3) Save file and done.We recommended to do these this update by creating a child theme of blog way plus.
Have a great day ahead!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello Ross,
Hope you are doing good!
Please convert that to png format from svg format and then use it, it will work fine.
Feel free to get in touch in case of any other query.
Have a great day ahead!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello Anna,
Hope you are doing good!
We have checked the website and foundout that the issue has been resolved.
Feel free to get in touch in case of any other query.
Have a great day ahead!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello Dimitris,
Hope you are doing good!
For featured images the theme will require the new layout and you can create it by creating a child theme and overwrite the existing widget as per your required changes.
Hope this helps!
Have a great day ahead!
Thanks and Regards,
Team ProDesigns -
AuthorPosts