agizzie
Forum Replies Created
-
Hi @devmich thanks for getting back to me.
I had found it and uninstalled it after I posted. I did mark thie thread as ‘resolved’
However, thanks for checking ??
Regards,
A
Thanks @smashballoonlouis AJAX theme loading fix didn’t work so I tried Load Initial Posts with AJAX as suggested and the feed loads the normal size again.
Regards,
A
Thought I woul dmention…
The feed is inserted into the page via shortcodeForum: Plugins
In reply to: [Translate Wordpress with GTranslate] Currency Symbol – nostranslateThanks @edo888 the JQuery worked and I discovered all pages editied with ELemnetor I could use “.price” However, Elementor isn’t on every page so I will need to do some edits either with ELementor or the JQuery code to add other elemnents.
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Currency Symbol – nostranslateHi @edo888 sorry, the site in questions is https://mnkcase.com
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Currency Symbol – nostranslateI’ve enqueued JQuery, as belwo. But it doesn’t work, any ideas anyone?
$(function() { $(".woocommerce-Price-currencySymbol").addClass('notranslate'); });
Forum: Plugins
In reply to: [WooCommerce Blocks] PayPalthanks @sandipmondal I’ll check out the links you provided.
Forum: Plugins
In reply to: [WooCommerce Blocks] PayPalHi @rdeari
thanks for getting backt o me. It’s areal shame, the woo blocks cart and checkout look so much better than the standard storefron theme layout :-/
ok thanks
Thanks @danielinhou will check the link you provided and see how I get on
Forum: Plugins
In reply to: [Tidio – Live Chat & AI Chatbots] Close button hidden on mobileHi @kamiltidio
Thanks for your suggestion, but I ended up using a vh setting in the end
Forum: Plugins
In reply to: [Tidio – Live Chat & AI Chatbots] Close button hidden on mobileHi @kamiltidio
Thanks for getting back to me, here is the code I used
@media only screen and (max-width: 980px) { /*Edit the 0px number according to your website for mobile*/ #tidio-chat-iframe { margin-bottom: 2em !important; } }
Forum: Plugins
In reply to: [Tidio – Live Chat & AI Chatbots] move postion of chat icon up on mobileOn trying for a second time, I’ve managed to move it up.
Thanks ??
I have marked as resolved and closed
- This reply was modified 3 years ago by agizzie.
Forum: Plugins
In reply to: [Tidio – Live Chat & AI Chatbots] move postion of chat icon up on mobileSorry, this the correct code I have been using!
@media only screen and (max-width: 980px) { /*Edit the 0px number according to your website for mobile*/ #tidio-chat-iframe { margin-bottom: 50px !important; } }
Forum: Plugins
In reply to: [Tidio – Live Chat & AI Chatbots] blank screen after installHi @olektidio
Thanks for getting back to me. I ended up adding the JS code to my footer and everything works fine now.
I did edit my initial post to say that I had done so, sorry I thought I had closed the thread and marked it as solved.
A
- This reply was modified 3 years ago by agizzie.