triplelatte
Forum Replies Created
-
Thank you. I just sent an email.
Forum: Plugins
In reply to: [Recipe Card] Doesn’t saveThe fix works…thanks, Austin!
Forum: Plugins
In reply to: [Recipe Card] Doesn’t savewill do…thanks!
Forum: Plugins
In reply to: [Recipe Card] Doesn’t saveHi Austin…I installed your forked plugin. Thanks so much for sharing.
I’m getting an error Warning: Invalid argument supplied for foreach() in /public_html/wp-content/plugins/recipe-card-master/yumprint-recipe.php on line 610
Any ideas?
Forum: Plugins
In reply to: [Blogger Importer Extended] Workaround for importing new postsFigured it out…I uninstalled and removed instances of “bie” in the Options table in the database. After reinstalling, activating, and reauthorizing, I ran Blogger Importer Extended, and it successfully imported the new posts/comments.
I created a new install of WordPress and am now using WooCommerce so no longer have to deal with the issue.
Forum: Themes and Templates
In reply to: Cannot get thumbnail to left align on Blog pageThe code modification worked.
Thank you for your help…I appreciate it very much.
Forum: Plugins
In reply to: Need widget to show on post page but not others…ok…got it.
I needed to have the widget logic code:
is_home()
because that is where I have the posts showing which is also the News “page”.
Thanks again…
Forum: Plugins
In reply to: Need widget to show on post page but not others…wait!
Now I have a different issue…the widget is showing up on all pages as well as the category except for the sep page template that has no sidebar.
Any ideas on how to exclude this widget from all pages…and only show up in a certain post category?
Forum: Plugins
In reply to: Need widget to show on post page but not others…ok…had not seen the category widget code…had to add the following widget-logic code to the News page:
!is_category(array(x))
x= category numberSorry for overlooking this in the widget logic documentation.
Forum: Plugins
In reply to: Need widget to show on post page but not others…I am already using that and it is working great.
My problem comes when I have the news page set up to display posts. If I don’t have the News page set up for posts, the widget I want shows on the page I want, but if I do, it does not show the widget even though I have it set up that way with Widget Logic.
Any other ideas…again, the site is at:https://www.johnstreitteam.com
Forum: Plugins
In reply to: Search Box in Header – How to ResizeThanks!