Damir Tahiri
Forum Replies Created
-
Let me know when I can delete this temporary user please. Thank you.
Hi,
https://salondart.org/artworks/
You need to be logged in to see this page:
user: temporary
pass: 123456Hi,
I apologize, it’s “\”, not “/”.
For example, when I search for existing product, such as “Egyptian Daisy’s”, there will be no results, and the text in the search field will be switched to “Egyptian Daisy\’s” – \ will be added before apostrophe.
When I search for any other product without apostrophe in its title, results are fine.
Thanks for quick answer! Actually we do have a “Contact Form 7 – PayPal & Stripe Add-on” plugin which we use to sell things over CF7.
After I deactivate it, it works just fine!
Actually, the problem is in Optimole lazy load. When I deactivate it, images are being loaded normally.
So my updated question is: Is there any way to make Optimole lazy load work on IE?
Thanks Kuba,
I would still need a some documentation or explanation before I decide to purchase it.
I need to send push notifications to my visitors by their user ID. Can I do that, and how? I mean I’ve already set up Notification plugin to do that with emails, but will I be able to switch it to push notifications?
Here: https://bracketspace.com/downloads/notification-pushover/ and here: https://bracketspace.com/downloads/notification-pushbullet/ I can only see “device” input field, but I don’t see “user ID” or something similar.
Thanks for the quick answer! I made it with the latest/updated code and
wp_loaded
action, but it’s still not working, for example,init
, orplugins_loaded
.Actually, I need it for the
woocommerce_simple_auctions_outbid
action (https://wpgenie.org/woocommerce-simple-auctions/documentation/ plugin), but I didn’t wanted to confuse you with it – I am guessing that if it works with the WP native actions, it will work with this one also.- This reply was modified 5 years, 2 months ago by Damir Tahiri.
We already use WP SMTP plugin, and we also did some other DNS-related twerks to prevent emails end up in junk or get blocked.
Thanks anyway for the quick answer.
Is it safe to leave this plugin installed?
This should do the job: https://github.com/tahireu/wcmp_recent_products_per_vendor
Forum: Plugins
In reply to: [AddToAny Share Buttons] Whatsapp sharing button don’t listed to data-a2a-urlP.S. Firefox issue is also happening on Safari, while in Opera it works but it gives a “unknown protocol” warning.
Forum: Plugins
In reply to: [AddToAny Share Buttons] Whatsapp sharing button don’t listed to data-a2a-url<div class="share_zone_dropdown" style="display: none;"> <a class="a2a_button_whatsapp single-share-dropdown-item hide-desktop"></a> </div>
Forum: Plugins
In reply to: [AddToAny Share Buttons] Whatsapp sharing button don’t listed to data-a2a-urlHello @micropat ,
Firefox issue is not related to my browser – You can try to test your codepen snippet on browserstack.com Firefox. I also shared a link for the few months old threat on this forum related to this issue in my previous comment.
For the Chrome – I added simplified HTML in my first comment, which was not a good idea. Actual code is different, and it’s causing the issue:
<div class="a2a_kit a2a_kit_size_35 addtoany_list" data-a2a-url="www.test.com"> <a class="a2a_button_email share-elements-item"></a> <a class="a2a_button_twitter share-elements-item"></a> <a href="#" class="share_zone_activator">Open Dropdown</a> <div class="share_zone_dropdown" style="display: none;"> <div class="single-share-dropdown-item hide-desktop"> <a class="a2a_button_whatsapp"></a> </div> </div> </div>
I double-nested the a2a_button_whatsapp, and seems like that is causing the issue. If I change it to something like this, it works on Chrome:
- This reply was modified 5 years, 9 months ago by Damir Tahiri.
- This reply was modified 5 years, 9 months ago by Damir Tahiri.
- This reply was modified 5 years, 9 months ago by Damir Tahiri.
Forum: Plugins
In reply to: [AddToAny Share Buttons] Whatsapp sharing button don’t listed to data-a2a-urlUpdate – seems like whatsup in not completely compatible with the AddToAny. I believe this issue is also related to this.
Also, I figured out that in Chrome it’s loading the sharing URL from the
data-a2a-url
only if whatsapp sharing button has already been clicked at least once before. (first time it will just load URL from the URL bar)Forum: Plugins
In reply to: [AddToAny Share Buttons] Whatsapp sharing button don’t listed to data-a2a-urlNow I noticed whatsapp button don’t listen to data-a2a-url only on first button click, and after that it works.
- This reply was modified 5 years, 9 months ago by Damir Tahiri.
- This reply was modified 5 years, 9 months ago by Damir Tahiri.
- This reply was modified 5 years, 9 months ago by Damir Tahiri.