GATEKeeper
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Image optimization re-optimizing already optimized imagesSo there’s no way to screenshot it the way the site is setup, but all the image links listed as the most recent ones are currently now from 2015. It’s been moving from past to present for ages now, but the media library seems to already be converted for everything that old.
Screenshot: https://ibb.co/d786S4M
Most recent images from this list:
/wp-content/uploads/2015/06/20150611_222…
/wp-content/uploads/2015/06/20150611_222…
/wp-content/uploads/2015/06/IMG_7726-768…
/wp-content/uploads/2015/06/20150611_222…Forum: Plugins
In reply to: [LiteSpeed Cache] Image optimization re-optimizing already optimized imagesEvery so often I optimize the database, but that’s it. I discovered it was happening from the Quic.cloud dashboard. Under image optimization, when I look at the overview, the current list of images being sent is from 2014. When I go to my media library, everything up to March of this year is fully optimized though, and every so often some of the new images. But the Quic.Cloud list is slowly working forward from 2014.
I’ve checked pages of images, and it’s definitely going forward from that point, even though those images are optimized for webp already.
Is there anything that I can do to get it on track?
Forum: Plugins
In reply to: [WP Super Cache] Caching causing errors in CSSFor some reason it won’t allow me to wrap the HTML in code brackets.
Anyway, the CSS has not been changed in months, and the cache clears on a schedule, so that isn’t it. To be safe though I did clear the cache in the past but nothing helped.
Also, the code above is just one example of an issue. There are 2 other CSS elements being ignored.
Forum: Plugins
In reply to: [SparkPost] Cannot Send through Sparkpost with pluginPorts are not a problem on my server as I control them, so I was more curious about Victor Font’s comments on IP addresses being blocked since it is possible my firewall may have blocked the service.
Forum: Plugins
In reply to: [SparkPost] Cannot Send through Sparkpost with pluginVictor, can you provide the IP address or addresses? I’ve been stuck getting it to work as well.
Forum: Plugins
In reply to: [The Events Calendar] Display list view for mobile devicesAledmann, I used the following to just point mobile users to the list view:
<?php if ( wp_is_mobile() ) { wp_redirect( 'https://URLTOLISTVIEW', 302 ); exit; } else { tribe_get_template_part('month/content'); } ?>
Forum: Plugins
In reply to: [The Events Calendar] Display list view for mobile devicesActually, the bummer too is that I’m working on this for someone who bought the Pro licence, but he’s not willing to give me his login to post in the Pro forums.
That said, I can appreciate this is kind of outside the normal bounds, but ECP needs to start looking at responsive or mobile formats and I’d say fast.
Also, I’ve said this before on Twitter, and someone on your account said they wanted to contact me for feedback, but you could learn a lot from Events Manager Pro (although they could also learn from you in other ways). I also am not a fan of your guides or tutorials. They are frankly next to useless.
Thanks though for reaching back out. We solved this another way with
wp_is_mobile
– we’ve set mobile devices to forward to the list view of the calendar page. In my dream world though, this would be integrated on the back end and you could pick the style to show for mobile versus desktop.Forum: Plugins
In reply to: [The Events Calendar] Display list view for mobile devicesAnyone have a chance to look at this? Help would be greatly appreciated.
Okay, I understand now. The oddity is that the layout/design is almost exactly like the desktop, but it’s a coincidence, it seems, and it’s also because the majority of our style is included within the page content.
Thanks for the extra information.
Just to be clear, the Mobile Theme is taking all the rest of the code from that page, but it ignores queries, I guess?
Can you explain what the problem was on your end? I’m also having the issue where Jetpack is ignoring a query that shows up on the normal home page.
Thank-you very much! I’ll try the suggestions out from there.
Forum: Plugins
In reply to: [Background Manager] Display caption over background imageI thought it was worth mentioning that, unfortunately, this solution doesn’t really work for my issue. The overlay mentioned in the other topic is for an image set, but I’m looking for captions for each background image. Ideally, I’d like to display the image caption for the image since the plugin already allows that information to be entered.
Forum: Plugins
In reply to: [Background Manager] Display caption over background imageThanks for that link, JAMMI! Great info.
Forum: Plugins
In reply to: [Background Manager] Display caption over background imageAlternately, and maybe this is expecting too much, but can anyone advise a way to integrate the Tippy plugin with the Background Manager? I’d like to find a way to activate a Tippy tool-tip with the caption text when hovering over the background image.