DigitalNomad
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] Hide products or category from searchPerfect. The Catalog Visibility will do nicely. Thank you.
Forum: Plugins
In reply to: [Favorites] Show post date, post author, and/or saved dateSorry. I never did. I just went live without it.
Forum: Plugins
In reply to: [Lazy Load for Comments] Genesis fix?OK! The answer is in this post: https://ww.wp.xz.cn/support/topic/how-to-make-this-plugin-work-with-cloudflare-studiopress-theme/
To make it work with your Studiopress/Genesis theme, then edit lazy-load-for-comments
-master/public/class-llc-public.php:change comments_template();
to comments_template(”,true);- This reply was modified 7 years, 7 months ago by DigitalNomad.
I’ve tested on a site with no other plugins, Twenty Seventeen theme, and WordPress 4.9.5. Receiving the same issue as OP – only on Safari (desktop and mobile) only when a file is not attached, the submission does not complete successfully.
Forum: Plugins
In reply to: [The Events Calendar] Category pages show past events instead.Hi Geoff!
Thanks so much for the response. It’s great to hear Modern Tribe lets you work in transit. It’s so much more rewarding.
The snippet you provided doesn’t exactly do what I’m looking for – although I am using it. 🙂
On a category listing page, I’d like the past events to show instead of Upcoming Events. ex: http://www.websitename.com/events/category/category_name would show the past events in the category_name category.
Thanks so much,
Forum: Plugins
In reply to: [The Events Calendar] Show Past Events in reverse orderWorks perfectly! Thank you.
Just for validation, I’m having the same issue with Events disappearing on multiple sites.
I, too, have an issue with Divi theme and have disabled all plugins.
Just for validation, I’m having the same issue with Events disappearing on multiple sites. I, too, and have an issue with Divi theme and have disabled all plugins.
Different than Carol, though, if I switch back to 2015, the events list comes back. For me, the issue seems to be following the Divi theme.
Thank you Angelo!
That’s half of it. The link also showed the need to set the $EM_Event variable first. So, the entire code is:
<?php global $post; $EM_Event = em_get_event($post->ID, 'post_id'); echo $EM_Event->output('#_EVENTDATES'); ?>…and that does it! I can’t thank you enough.
-Stu
How did I miss that?
Removed:
<p> <strong>Category(ies)</strong> #_CATEGORIES </p>Worked perfectly! Thank you.
Forum: Plugins
In reply to: [Testimonials Widget] Add a line of text after the Testimonials in the WidgetThat’s awesome!
While you’re at it, wrap it in a style for formatting and you’ve got something no one else does. I used a href in mine, too. Maybe something to test.
If you need a beta tester, don’t hesitate to reach out. I have a few test sites I can throw it on to.
-Stewart
Forum: Plugins
In reply to: [Testimonials Widget] Add a line of text after the Testimonials in the WidgetThanks for the response. I wanted the text line as part of the widget, so visually they weren’t separated.
I got it to work (doing the same thing I tried before, so not sure why I didn’t get errors this time) using an echo line. http://www.eighteen04.net/md It’s the last widget.
It would be a useful feature (to me) to have a ‘setting’ where you could add text and HTML. Maybe even wrap it in a DIV that could get .css.
Thanks!
-Stewart
PS – This widget is awesome! I’m using it on three sites since finding it two days ago.