mediagin
Forum Replies Created
-
Plugin is a desperate need of a “working” icon. Resolved after clicking save on options and waiting to see the “Saved” message – which takes about 5-9 seconds on my site. I had done this previously but moved on to another section hitting save there as well. Perhaps something got switched in the process.
Forum: Plugins
In reply to: [LiteSpeed Cache] ESI with Page Builder Type ShortcodesThanks. Sorry, I wasn’t clear. The admin isn’t broken. The page builder UI becomes broken because it is looking for specific shortcodes that it uses for creating blocks ie “[srb-row][srb-column][srb-text]”, etc. When we change [srb-text] to [esi srb-text], the builder fails to see this as a valid block that can be edited within the UI. So, we’re really needing something within the shortcode function itself to enable ESI for that block alone. Thanks for the API link. It’s really close to the solution I’m looking for but refers to URLs.
Forum: Plugins
In reply to: [Simple Job Board] Applicants emptyI think I figured it out. It works with NEW jobs – created after the update. It doesn’t with jobs created in an earlier version. Hope this helps.
Forum: Plugins
In reply to: [Simple Job Board] Applicants emptySame here. I noticed this upon upgrading from an earlier version. In the applicant notification e-mails the names are missing also. ??
Forum: Plugins
In reply to: [Give It Away Now!] Erase giveaway entriesHi Ethan. I don’t think this question was answered/resolved. I have a contest that has ended and has been deleted. The entries still appear within the “Entries” admin page. This won’t be good with dozens of contests and thousands of entries. How can we get rid of those? Perhaps, this can be modified to only show entries per contest, not all together. Really liking how easy you’ve made this though. Thanks.
Forum: Plugins
In reply to: [WP Simple Galleries] Images show twice in lightbox areazacsneds, I see you have fixed the lightbox showing images twice at https://54.210.65.148/wordpress/equipment-for-lease/compaction/. How did you implement lightbox and fix the issue? Thanks in advance.
Yes, always 5 hours. My localhost timezone is (Central US). Live site is (Mountain US). Strange.
The problem mentioned above is on a live hosted server. I just double checked this with a different theme, etc on a localhost installation. The same thing is happening. Different time-zone, etc. In fact, the WP Time-zone setting doesn’t seem to affect it. Still 5 hours difference. Only affecting the “When” box. Thanks.
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Order of ReviewsI needed latest results to show first also, so I found this fix. Inside rich-reviews.php, come down to line 291 and insert
$this->db->order_by("id", "desc");
on a new line just before$results = $this->db->get();
. Works on overall as well as per page/post. Enjoy.Forum: Plugins
In reply to: [Easy Digital Downloads - Related Downloads] Sorting orderThat would be wonderful. Thanks.
Forum: Plugins
In reply to: [Mad Mimi for WordPress] [Plugin: Mad Mimi for WordPress] Parse ErrorI got parse error also. On line 147, I changed “<? }” to <?php }”. Also added “?>” to the very last line, leaving no empty lines at the end. Works great. Thanks.
Forum: Plugins
In reply to: [Easy Sign Up] Widget Intro TextThe text-widget above didn’t produce good results. I edited your esu-widget-class.php to include an “intro text” input below the “title”, but it doesn’t appear on the widget in the admin area. I don’t expect troubleshooting help with this seemingly simple hack, but I’ve been through every line of plugin code looking for the answer as to why it wouldn’t show. Any clue? Thanks Greenweb.