onojane
Forum Replies Created
-
Forum: Plugins
In reply to: [RecipePress Reloaded] Recipes don’t openOkay, now I narrowed it down a bit more. I found if I uncheck the RR setting on the Advanced tab: Integrate recipe JSON-LD metadata with Yoast SEO’s schema output, then I can then activate Yoast and not get any more critical errors when opening recipes in single recipe view.
Forum: Plugins
In reply to: [RecipePress Reloaded] Recipes don’t openLeia, I’m having the exact same problem. I found out that if I deactivated Yoast, the problem is fixed. Yoast was updated recently. I’m wondering if they did something that conflicted with RecipePress Reloaded.
Do you have Yoast or have you tried troubleshooting by turning off other plugins? -Jane
- This reply was modified 9 months, 3 weeks ago by onojane.
I did see that post and tried the snippet. However I could not get it to work and I think it would only control whether the custom attributes were displayed and not what I want which is the entire section with a header and labels. However I thought of another way that should work for me to make this section conditional. I can insert my section surrounded by conditional tag or category placeholders in the single event page format box in settings. That seems to work well. Here is an example:
{has_category_meetings} <div> <h3>Presentation</h3> <p><strong>Title:</strong> #_ATT{Presentation Title}<br> <strong>Speaker(s):</strong> #_ATT{Speakers}</p> </div> {/has_category_meetings}
- This reply was modified 10 months, 1 week ago by onojane.
Yes, this works! I get an email notification for replies to this string but it showed a different version of this code that did not work. Don’t know if that’s because you corrected it later or email messes with the code displayed.
Well I discovered this does not work for the featured images on my location pages. I expect that requires a different hook. EM does not have documentation page on hooks. How can I do this?
I looked and for FooBox it was necessary to provide the class for the featured image container in FooBox settings: .em-item-image. Now it works, thanks!
Say joneiseman, using your snippet, my images open in a new page, but I’d like them to open in my lightbox, FooBox. Do you know how I can do this or would I need to use a different lightbox?
- This reply was modified 10 months, 1 week ago by onojane.
I am having the same problem. Why has this not been fixed yet? I can’t use the search form to select a calendar as a view type on the default events page because the calendar will have no events on it.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Event page not rendering correctlyI found the problem and fixed it myself for now. Don’t know when time.ly will fix this. I notice that the settings page does not work right either. When I click on tabs the view does not change. Maybe it’s time to find a new event plugin. Here is the fix for the cutoff text:
Go to Customize>Advanced options>Additional CSS and paste this into it and save:
.ai1ec-row {
margin-left: 0px;
margin-right: 0px;
}Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Event page not rendering correctlyYes! I have the exact same problem with my event pages; the text for the location, date/time, etc. are cut off on the left.