solosails
Forum Replies Created
-
hmm, works correctly in product pages, but the ‘else summary_large_image’ doesn’t seem to appear in the other pages, just stays as summary?
Ah, actually, I found an issue using this, it not your plugin though.
Today, I installed woocommerce twitter card product plugin which changes your titter card meta to product on the product pages. This worked fine, but now I use your hook, it doesn’t do this any more?
Any ideas?
Works a treat, thanks again.
Hi Peter,
Thanks for your reply and the code, I’ll give it a go!
Look forward to the updated version.
Thanks again, Andrew
OK, I have just found out on the Twitter validator that Twitter will fall back and make use of the OG title. This is a nice thing!
Forum: Plugins
In reply to: [Simple Share Buttons Adder] CSS in html of each page possible error?Thanks again.
Tracked it down to the Ubermenu plugin.
Thanks for your help., Andrew
Forum: Plugins
In reply to: [Simple Share Buttons Adder] CSS in html of each page possible error?Hi there David,
Thanks for your reply.
OK, I’ll try and hunt down where it’s coming from!.
PS, on this subject, is there anyway I can copy that css style into my theme style and save on a bit of processing etc to bring up yours?
Cheers, Andrew
Forum: Plugins
In reply to: [mobble] combining conditionalsHi,
Yes, to work at it the other way around!
Many thanks, Andrew
Forum: Plugins
In reply to: [mobble] combining conditionalsOk,
using just…
if (!is_handheld()) {…}
seems to get it working on all devices. I guess I was having problems because I was trying to tell it NOT to do something, so that might change the way you list multiple conditions?
Thanks for your help, A
Forum: Plugins
In reply to: [mobble] combining conditionalsHmm, still not working.
I thought it was because I had an exclamation mark on the first like so…
if (!is_mobile() || is_tablet()) {
But if I take this away, it stops working with the mobile.
If I have t set as above, it works with the mobile, but not the tablet, if I take the exclamation mark away it doesnt work with the mobile, if I keep the exclamation mark and add any more that above it stops working with the mobile!…?
Forum: Plugins
In reply to: [mobble] combining conditionalsHi there,
Thanks. That was how I had it but it wasn’t working with the tablet I have (Asus Google Nexus 7 with Jelly bean OS)
I have tried your new library, but it still doesn’t seem to work. However, it does with my mobile (ios7)
Any ideas? Cheers, Andrew
I’m trying to get the ‘Ticker Tape’ Section of my website to not show on mobile and small screen devices as it scrolls the page down when it overflows.
Forum: Plugins
In reply to: [mobble] combining conditionalsHi, is there a solution to the first question?
How do you add several conditions together?
Ie if is mobile device or tablet or … for example?
Many thanks. Andrew
Forum: Plugins
In reply to: [mobble] combining conditionalsBut I don’t want to instal it, so ramming it down our throats and leaving no choice to remove it is just a bit of a hard sell advert.
Considering you supply such awesome free products, I can hardly complain, but simply adding an option to hide this message should not need to be requested.
It is just advertising without an opt out which is a bit big brother.
I feel a bit annoyed that I have to ad yet more code to my functions file simply to get rid if an advert in my admin panel.
Please could you change this? Many thanks.
Perfect. Thanks for the immediate response!