fwuk
Forum Replies Created
-
Forum: Reviews
In reply to: [Elementor Website Builder - more than just a page builder] Admin side popupsI am happy now. I use it daily. Thank you.
Forum: Plugins
In reply to: [Ocean Extra] WhatsApp Share Not WorkingPerfect. Thank you very much. Best regards.
Forum: Plugins
In reply to: [Ocean Extra] WhatsApp Share Not WorkingHi, this issue has not been resolved with the latest plugin update. Any idea when it will be resolved? Many thanks.
Forum: Themes and Templates
In reply to: [OceanWP] Mobile sub-menu always expandedThank you for your quick reply.
Yes I totally agree with you, not a desired UX.
Just one client asked for it 🙂 I might try a JS solution.
No further questions. Thank you so much for your great support. Never experienced this level of support with anyone else, ever!
RegardsForum: Plugins
In reply to: [Ocean Extra] WhatsApp Share Not WorkingThank you for your quick reply.
For now, I have edited the Ocean Extra Plugin File:
ocean-extra > includes > widgets > social-share.php
line# 193
Replaced:
‘url’ => ‘https://api.whatsapp://send?text=’ . rawurlencode( esc_url( $post_url ) ),
With:
‘url’ => ‘https://api.whatsapp.com/send?text=’ . rawurlencode( esc_url( $post_url ) ),and it works perfect.
I know editing plugin files not desired but with the next update of plugin it will hopefully be all fixed.
Regards.Forum: Plugins
In reply to: [Contact Form 7] Assistance Required with Contact Form 7 in PopupFirst add class to your shortcode . e.g html_class=”popup-form”
then below it , add html element with the following script:<script>
jQuery( document ).ready(function() {
wpcf7.init(jQuery('.popup-form')[0]);
});
</script>That’s it. Your popups will not close on form submission.
Thank you. I tried MME version but not quite what I wanted. Thank you for your time.
Forum: Plugins
In reply to: [Year Make Model Search for WooCommerce] Year Selection no effectYes it does. Super.You’re a star!!
Forum: Plugins
In reply to: [Year Make Model Search for WooCommerce] Year Selection no effectThank you for very quick response. But
line#116 is already same as your suggested replacement.
line#116 selected.vehicles.sort($.proxy(this.sortCaseIns, this));
The website is hosted at GoDaddy.I wonder if that has something to do with my problem.
Thank you.- This reply was modified 1 year, 6 months ago by fwuk.
Tried the dev version. All good. Thank you very much.
Ahh. I should have been a little patient. I knew you would be already working on it. I will just wait for the next update. It was not a critical issue anyhow. Thank you very much for your time.
I think this thread can close because the issues have been fixed.
All issues fixed now. Superb. Thank you very much. OceanWP is now glorious again! I have no more bugs to report. Thanks again.
I am hoping the following helps the developers to correct the List View/ Grid View display problems.
1. I have oceanwp own child theme active. Always used a child-teme.
2. When child theme is active, some Customizer settings are missing such as Customizing > Pages & Special Pages. So no access to Breadcrumbs settings.
3. I might be the only one experiencing the #2 above, because we heard from no one else.
4. If we change Archives Product Display Options to Product Display Style : Hover
List View/ Grid View displays perfect, and don’t even need the CSS code you supplied earlier in this thread.
Thank you2. Permalinks Issue :
Customizing > Pages & Special Pages is not available if child theme is active.