burdenslifted
Forum Replies Created
-
Forum: Plugins
In reply to: [Timed Content] Use WordPress settings time zone?Very helpful, thank you! Much appreciated.
- This reply was modified 7 months ago by burdenslifted.
Forum: Plugins
In reply to: [Timed Content] Use WordPress settings time zone?Adding the timezone to the show/hide parameters works, so problem solved. Though I don’t see that option described anywhere in the plugin description or screenshots at https://www.ads-software.com/plugins/timed-content/, nor do I see the panel that is shown in the screenshots there. My confusion is partly because debug outputs the following at 14:53 EDT:
Current date: 2024-08-20 18:53 +0000
Seems weird it doesn’t just default to WordPress settings timezone, but whatever. Thanks for a quick resolution.
Figured it out. Google Cloud Platform means I had to (1) Enable the Geocoding API for the project, and (2) Add billing information (even though I shouldn’t get billed).
Forum: Plugins
In reply to: [Infusionsoft Gravity Forms Add-on] Fatal ErrorI’m having the same issue, although in my case it appears to be triggered by some custom code using the GF pre_submission hook. Did you have any luck figuring out your issue?
Forum: Plugins
In reply to: [Genesis Responsive Slider] Show content only on some slidesFYI, I did take care of this with css, by setting
div.slide-excerpt
todisplay:none
then using post id to add backdisplay:block
, e.g.,div.slide-excerpt.slide-827, div.slide-excerpt.slide-141 {
display: block;
}Fortunately the person operating this website is savvy enough to be able to make the css changes as needed, though this would be problematic for some of my clients.
The email field is the only one causing a problem. I commented out the first & last name fields, and it works okay that way.
+1 on this request.
I’m not sure what brandmonkey meant, but I would like to be able to display the parent item as the menu title, if possible. Actually, I haven’t figured out how to get the parent item to display at all. Is that possible? E.g., for
Item1
Subitem1
Subitem 2
Item 2
Subitem3
Subitem4
When on Subitem3, would like menu to display Item2, Subitem3, and Subitem4. Would be great if Item2 could be the title of the widget, but okay to just id by class. Plugin seems like it should solve this sticky problem…Thank you both for your time on this question. I greatly appreciate both plugins, and I am disappointed that they don’t play nicely together. Will look forward to Watu update.
prasunsen, would you be willing to send Justin the WatuPro code?