fwunder
Forum Replies Created
-
Not sure how it happened, but previous admin login was listed as “no roll”
I created a new admin via phpMyadmin and was able to get in and fix.
Thanks.
Hi Steve. Thanks for the quick reply. I may be mistaken. PublishPress Capabilities may not be the issue. I am working through it now. I jumped on PublishPress Capabilities because it is the only role manager I am using. I will followup if I determine.
Forum: Plugins
In reply to: [Connections Business Directory] Simple Template ChangeAnswering my own question…
https://connections-pro.com/documentation/template-customizer/
Jory,
Thanks so much for sticking with me on this. Getting close, but have another strange issue…
Pod event_date: 2022-06-29
shortcode in single post template: [pods field=”event_ribbon” use_current=”1″ where=”CAST(event_date.meta_value as DATE) BETWEEN CURDATE() and ‘2023-01-01′”]
It seems to be ignoring the date comparison as it returns field=”event_ribbon” with or without the comparison and even returns it if I replace event_date.meta_value with ‘2022-06-26’
thanks
Bottom line…when using Elementor templates need a method of getting pod (post) ID and passing to shortcode. Something like this in the template:
$id = get_the_ID();
echo “do_shortcode(‘[pods name=”event” id=”‘.$id.'” field=”event_ribbon”…]’);just spitballing
Just to followup. I am trying to use the shortcode in a Loop Item Template.
I just discovered the event_date.meta_value used is the first event event_date ( lowest id=”3107″) instead of current post id/event_date.
Not sure how to make sure the shortcode is specific to the loop item.
Thanks.
Thank Jory. I had tried that with no love. Returns “Pods embed error. Please provide a Pod name”
Trying to figure out how to return value of event_date.meta_value so I can see what is being seen.
Thanks,
Sure Jory,
It is a simple event (posts) loop in Elementor which displays past and upcoming events.
Pod ( event ) includes custom field ( event_date ). Field type is date and format is WordPress Default.
I am trying to display a custom field only if the event_date is between current date and sometime in future,
Experimenting a bit, I find that if I substitute event_date.meta_value with a date value it works as expected:
[pods name=”event” field=”event_ribbon” where=”CAST(‘2022-12-01’ as DATE) BETWEEN CURDATE() and ‘2024-01-01′”]
For some reason event_date.meta_value does not seem to be returning a value I would expect.
Thanks again!
Jory,
Thank you so much for your advice! I still seem to be missing something.
I have a date field – event_date
My short code: `[pods name=”event” field=”event_ribbon” where=”CAST(event_date.meta_value as DATE) BETWEEN CURDATE() and ‘2024-01-01′”]’
event_ribbon is displaying on an event with event_date *before* current date.
Thanks in advance!
Forum: Plugins
In reply to: [Permalink Manager Lite] Yoast Breadcrumbs MismatchThat worked! Thank you so much!
Forum: Plugins
In reply to: [Nimble Page Builder] Footer SectionNevermind. I see that this was asked and answered a couple of weeks ago.
I am wondering how close you might be to a template or section builder that can be repeated on any or all pages?
Thanks again.
Forum: Themes and Templates
In reply to: [Customizr] Featured Page Image RolloverAlthough it would be nice to have an option or two for how the featured pages are presented on the home page, for me it was just easier to use the option to disable them and write my own code using the built in bootstrap grid system and guide from the website
Thanks for a very versatile theme!
Forum: Themes and Templates
In reply to: [Customizr] Change the order of the Social LinksAnother perfect solution! Very nice.
Thanks!
Forum: Themes and Templates
In reply to: [Customizr] Change the order of the Social LinksThat’s an interesting question Jennifer.
I tried several, unsuccessful, attempts at filtering socials.
I did come across this as a way to order, but I’m not sure how to use it:
$socials = apply_filters( 'tc_default_socials' , TC_init::$instance -> socials );
Looking forward to the solution!
Forum: Themes and Templates
In reply to: [Customizr] Removing animation on sliderNot sure I can help you, but I did want to compliment you on a very tastefully done Customizr site. Kudos!