siouxchief
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] Favicon not displaying in GoogleI don’t know to be honest and it’s not something that’s easily tested on a live website unfortunately.
Forum: Themes and Templates
In reply to: [Neve] Favicon not displaying in GoogleReally appreciate you checking in Safari. If you look at my screenshot I am looking on my phone via Chrome:
https://drive.google.com/file/d/1ZMaVgVRaHH_BjxlQ7hJSJOvgBVyN-iuI/view?usp=drivesdk
You can see there is a default blue icon. I haven’t changed my setup in months so I don’t think it’s a time thing. Maybe I’m missing something?
Thanks again
- This reply was modified 4 years, 10 months ago by siouxchief.
Forum: Plugins
In reply to: [Ultimate Category Excluder] WordPress phone app visibilityNo problem, thanks for following up
- This reply was modified 5 years, 2 months ago by siouxchief.
Forum: Plugins
In reply to: [Ultimate Category Excluder] WordPress phone app visibilityThanks Marios. Essentially what I am saying is that I created a post today with category statement and hid that category with your tool
https://irelandsfuture.com/2021/04/02/statement-on-good-friday/
Which works great as that post didn’t appear on my events posts page here:
https://irelandsfuture.com/events
My issue is that if I go into the WordPress app I can see all my posts but that statement post isn’t there. I assumed it’s hidden from there too! Maybe try it on your site.
Thanks
Forum: Plugins
In reply to: [Lightbox & Modal Popup WordPress Plugin - FooBox] Lightbox won’t openHi Brad,
No answer from them yet but I wonder could this help. The other sharing plugin is capable of knowing the Tags filter has been applied using this function then it then knows to once again overlay its sharing icons again.
Maybe foobox could hook in here somewhere like this potentially?
Thanks
add_action( ‘wp_enqueue_scripts’, ‘sti_wp_enqueue_scripts2’, 9999999 );
function sti_wp_enqueue_scripts2() {
$script = ”
var timeoutID;
jQuery(‘body’).on(‘DOMSubtreeModified’, ‘.bwg_container’, function() {
window.clearTimeout(timeoutID);
timeoutID = window.setTimeout( function() {
jQuery(‘.bwg_container img’).sti();
}, 1000 );
});
“;
wp_add_inline_script( ‘sti-script’, $script);
}`Forum: Plugins
In reply to: [Lightbox & Modal Popup WordPress Plugin - FooBox] Lightbox won’t openGreat, thank you for all your help
Forum: Plugins
In reply to: [Lightbox & Modal Popup WordPress Plugin - FooBox] Lightbox won’t openThanks Brad, that’s not a biggie. I edited my post so maybe you missed this final question.
“One thing it struggled with is if you add a Tag of Economics then the image after filtering doesn’t have the lightbox, any css for that maybe please?”
Would be great to have it working after filtering too.
Thanks
Forum: Plugins
In reply to: [Lightbox & Modal Popup WordPress Plugin - FooBox] Lightbox won’t openWow it actually worked and I love the way after tweeting the link back is to the exact lightbox of the image. Just one last question please.
One thing it struggled with is if you add a Tag of economics then the image after filtering doesn’t have the lightbox, any css for that maybe please?
Also a small thing but see the way on a phone the share button is way up the top, is it possible to bring it more center or just above the image so people spot it easier? Even if it means reducing the lightbox to be less fullscreen as it seems to be currently?
Thanks again, I will definitely be getting Pro after the trial.
- This reply was modified 5 years, 3 months ago by siouxchief.
Forum: Plugins
In reply to: [Lightbox & Modal Popup WordPress Plugin - FooBox] Lightbox won’t openExcellent, I’ll give it a go now and report back
Forum: Plugins
In reply to: [Lightbox & Modal Popup WordPress Plugin - FooBox] Lightbox won’t openReally appreciate you checking Brad. I just checked and the settings are – do nothing, lightbox and redirect to url and I have just chosen the last one. I have then put in the URL to the actual location of the original image.
Not sure if that is enough to work with or if you want me to use a different url to get Foobox to kick in and work but currently on clicking it did just take me to the original image.
Thanks
DavidForum: Plugins
In reply to: [AddToAny Share Buttons] Twitter Sharing StyleThank you for that it is really interesting information to know as I didn’t understand how it worked to be honest.
Those images currently are just dummy ones as you saw but when we start adding proper statistical infographics I think it could grow to 20 or 30 so a page per image might be awkward.
I notice sharing on Foobox also creates the large Twitter card if you see here (click the cat):
https://fooplugins.com/foobox/
And interestingly on clicking the tweet it takes you right back to the image not just the page it was on. Maybe I just need to pay for that even if as you say it might cause SEO issues.
If you guys ever mimic foobox in that specific way ill definitely be back as you have a great plugin.
Kind regards
DavidForum: Plugins
In reply to: [Share This Image] Remove title above imageI’ve added it now. Can’t see much change in Twitter to be honest only I lost an apostrophe from the word – Ireland’s.
WhatsApp seems to send a link rather than the actual image but maybe that’s expected….
Thank you
Forum: Plugins
In reply to: [Share This Image] Remove title above imageHi, sorry I must have copied it incorrectly which was weird!
Anyhow I copied it now correctly but now the sharing buttons just return blank even Facebook although your code only seems to change Twitter and WhatsApp. Any chance there’s a slight bug?
Thanks
Forum: Plugins
In reply to: [Share This Image] Remove title above imageThank you Illid, really appreciate the reply but I am getting this error:
https://drive.google.com/file/d/13_dgHIOxsDhxPdroHp9G37oba5Isf0h-/view?usp=sharing
Any help would be great. Thanks
Forum: Plugins
In reply to: [Share This Image] Remove title above imageCan ignore 2nd post. WhatsApp image send and blank wording above the image in the tweet would be great though.