MissKitty9470
Forum Replies Created
-
Forum: Plugins
In reply to: [GigPress] GigPress not updating(Note: also posted as new topic, since this one is marked as RESOLVED)
/**********************************/
Reopening this topic, because we are experiencing the same issue on our site.
We add new shows
The new shows don’t appear
We clear cache on the hosting server
The new shows appear ONLY when logged in
The new shows only appear, when not logged in (site visitors) when the user clears browser cache.We checked w/ our website host and this is their response:
If you had to manually clear your browser’s cache then this is not a server side issue at all (ie not Pressidium related). Most likely the plugin is setting large TTLs on its assets, so if you make changes, the browser will still keep a cached copy until the object is expired (and clearing caches from Pressidium won’t make any difference, as this is your browser’s cache). I would recommend contacting the plugin’s author in order to troubleshoot this.
- This reply was modified 7 years ago by MissKitty9470.
Forum: Plugins
In reply to: [SI CAPTCHA Anti-Spam] Where did the plugin go?So I should delete this plugin and find a replacement? I wanted to update to 3.0.3, and tried to view the changelog from WP dashboard but getting an error message (“Something Went Wrong…”)
Forum: Plugins
In reply to: [Yoast SEO] Sitemap 404 error with one-page website?Thanks for the reply, suascat_wp! My apologies for the delay.
I tested for conflicts: no change.
I changed the theme: no change.
I added a bunch of published pages: fixed.
so it seems as if this is an issue w/ my site because it’s just a one-page site. Therefore, I’m guessing Yoast cannot generate a sitemap from zero pages?Forum: Plugins
In reply to: [Easy SwipeBox] left/right arrows do not work on mobile verticalHi Leonardo,
Yes, I deactivated WP Tiles and the Easy Swipebox is now working properly on mobile. the problem is that the Client wanted very specific functionality and aesthetics for the galleries and WP Tiles was the only way I could achieve it ??Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] upgrade to 1.7.0 broke gallery lightboxHI Jon,
Yes I rolled back. I made an auto-backup before I upgraded, so I just reinstalled the backup ??Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] upgrade to 1.7.0 broke gallery lightbox@jonhardison, yes I upgraded WP to 4.7.5.
Thanks, @mikechallis ?? Works now.
Following… same issue updating 3.0.0.16 to .17…
Forum: Plugins
In reply to: [Lazy Load XT] lazy load background images – Genesis themeHi dbhynds and my apologies for the delay.
That did not work. I end up with no background image, just a blank div.This is what I’m getting in the view source:
<div class="custom-widget widget-area lazy-hidden" id="top-section" style="background-image: url(https://gmi2.dev.onpressidium.com/our-process/[absolute%20path]);"><div class="wrap"><section id="black-studio-tinymce-3" class="widget widget_black_studio_tinymce"><div class="widget-wrap"><h4 class="widget-title widgettitle">Come In. Be Inspired.</h4> <div class="textwidget"><p>Get to Know Us</p> </div></div></section> </div></div>
Forum: Plugins
In reply to: [Google Doc Embedder] PDF not showingHi vickiejeanc,
I am having the same issue, although in my case the document sometimes does appear, sometimes doesn’t and when it doesn’t appear initially, it sometimes will when I refresh the page. I’m looking for a solution.- This reply was modified 8 years, 2 months ago by MissKitty9470.
Forum: Plugins
In reply to: [Quick Page/Post Redirect Plugin] Quick redirect suddenly stops workkingHi pirod,
It looks like you got your redirect working. Can you give any feedback on how you fixed it?
I’m suddenly having a problem with redirects when before I wasn’t.Forum: Plugins
In reply to: [Quick Page/Post Redirect Plugin] Trailing slash vs no trailing slash issueBumping this thread.
Forum: Plugins
In reply to: [WP Tiles] Installed Yoast SEO, now gallery tiles are messed upHeck, I think it was WP Minify causing the issue. Mike Martel, thank you for figuring this out!!!!
Forum: Plugins
In reply to: [WP Tiles] How to make the tiles responsive to mobile?Hi dzulfriday-
I just set up a custom mobile layout that is something like
A
B
C
etc.and set it to apply this setting at my desired breakpoint, so it just “tiles” the images vertically.
Forum: Plugins
In reply to: [WP Tiles] How to avoid page-height blink?Hi gleenk,
I had the same issue, and I added min-height: 100vh to the container, and that fixed the issue for me, at least in Safari 9. Still testing in other browsers.