aduwow
Forum Replies Created
-
Hi @markwolters
Thank you for your prompt response. As I mentioned earlier, the plugin works well with the shortcode. However, the issue arises when using the Seamless Integration mode in the Advanced Woo Search plugin, which automatically replaces all search forms without needing to use a shortcode. The problem seems a bit complex, and I understand if it cannot be resolved since it involves another plugin. Nonetheless, your plugin already does a fantastic job with everything else.
Thanks again!
Thank you so much for quickly resolving the issue on iPhone! I really appreciate your prompt support and effort in addressing the problem.
I want to thank you for the quick response and resolution to the issue. Form submission issue when AJAX is disabled has been successfully fixed. However, the problem on iPhone still persists. I hope the remaining issue can be addressed soon. Thank you again for your prompt support!
Thanks for your respond.
I’ve updated another screen recording here: https://gemoo.com/tools/upload-video/share/643477785538846720?codeId=Mlly4OaeQXly3&card=643477782074351616Thanks for your additional guidance along with the changes in the latest update. The code snippets all work fine. I appreciate your work, and I will rate the plugin 5 stars. Hopefully, more people will discover and use this great plugin.
Thank you very much for your assistance.
Your first code snippet will disable dashicons both on the backend and frontend. This isn’t an issue for me because I use a plugin to disable dashicons only from the user interface side.
The second code snippet helps me replace the next and prev icons with Font Awesome. However, there’s still an issue with the zoom icon, which continues to use dashicons. Could you please provide additional code to help me change this zoom icon as well? It still throws an error if dashicons aren’t loaded. Below are two screenshots: one when I use dashicons and another when I disable them. I’m not a coder, but I suspect that this plugin might require dashicons to be loaded. Hopefully, in an upcoming update, you’ll consider removing this mandatory requirement, as there are likely many others like me who don’t use dashicons but prefer other font icon libraries.
I look forward to your prompt response.
Thank you- This reply was modified 7 months, 1 week ago by aduwow.
I also had the same problem after updating to the latest version
Forum: Themes and Templates
In reply to: [OceanWP] Don’t display cart when Add to cart from floating barThank you for your detailed guidance on how to resolve this issue. I appreciate your expertise and effort. However, I have decided to wait until the next update is available.
Forum: Themes and Templates
In reply to: [OceanWP] Links are not crawlable Google PageSpeed Insights SEOI found the problem:
Line 35 (partials/mobile/mobile-sidr-close.php)
<a href=”https://prnt.sc/DtIvaLmeIrEd “>https://prnt.sc/DtIvaLmeIrEd
Line 78 (partials/mobile/mobile-fullscreen.php)
<a href=”https://prnt.sc/0j4PeQtyOiz6 “>https://prnt.sc/0j4PeQtyOiz6
To fix the error Links are not crawlable Google PageSpeed Insights SEO please removehref="javascript:void(0)"
in the next updatesForum: Themes and Templates
In reply to: [OceanWP] Links are not crawlable Google PageSpeed Insights SEOI understand what you say.
But the problem seems to be on theme. It is the Close menu button on Mobile. The tag has the href=”javascript:void(0)” attribute.I took the example from your own demo: https://suitcase.oceanwp.org/
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] wishlist icon visibilityYou try insert this code in Custom CSS.
.tinvwl_add_to_wishlist_button { visibility: visible !important; }
Forum: Themes and Templates
In reply to: [OceanWP] Mobile header search overlay style not workingYes, I understand that. I have tried some hooks but it doesn’t work. This is beyond my ability.
I checked again scroll to top button. It still works on Samsung smartphone but not on iPhone (Safari). If possible, you can try again on iPhone to see if the problem occurs.
And one more problem FontAwesome Brand Icon Menu is not working on Mobile and Tablet. I have tried with Facebook, WordPress, Google icons. They show up on PC but not on Mobile and Tablet.
On PC: https://prnt.sc/GoadxQbRYgBa
On Mobile and Tablet: https://prnt.sc/U7KvNOVMJYiwForum: Themes and Templates
In reply to: [OceanWP] Mobile header search overlay style not workingThank @skalanter for your feedback
As I said above I have inserted the code in the child theme’s helpers.php file but it doesn’t work. It only works when inserting into main theme.
I searched the forums for information. And they say that it is not possible to replace the content in the helpers.php file in the child theme. Is that correct?Forum: Themes and Templates
In reply to: [OceanWP] Mobile header search overlay style not workingThanks @skalanter
I also have a problem:
I want to replace the default mobile menu search form (overlay mode) with a custom search form.
I have inserted the code in the child theme’s helpers.php file but it doesn’t work. It only works when inserting into main theme
Are there any instructions where I can insert code in the function.php file?
I also tried copying the mobile-search.php file into the child theme and making changes in that file but it still doesn’t work.Forum: Themes and Templates
In reply to: [OceanWP] Replace the default mobile menu search formI tried copying the mobile-search.php file into the child theme and making changes in that file but it still doesn’t work.
I want to replace the drop down mode search box.
https://prnt.sc/KuKZtcB_W9Bi