Forum Replies Created
-
AuthorPosts
-
Jodi P
MemberHey there! Shauna clued us in to this issue. I'd recommend making sure your Genesis Framework is up to date and ruling out a plugin conflict. Genesis should be version 2.4.2. And you can rule out a plugin conflict by following the steps below:
You'll want to deactivate ALL plugins not specifically recommended with the theme at the same time and then flush your cache to see if the issue resolves. If so then you can reactivate them one by one to see which one is causing the problem. For your reference the only recommended plugins are: Genesis eNews Extended, Genesis Simple Share, Simple Social Icons, Widget Importer and Exporter, Gravity Forms, WP Featherlight, WooCommerce, Genesis Connect for WooCommerce, WP Instagram Widget.September 1, 2015 at 7:41 am in reply to: Foodie theme errors showing for Easy Recipe Plugin #164206Jodi P
MemberHey Alyssa,
Sometimes Easy Recipe doesn't play nice with the customizer. You can deactivate Easy Recipe while you are in the customizer and then reactivate without issue once you have things configured and saved.
Jodi P
MemberHey Kimberly,
Are there enough posts to warrant the navigation? You'll need to have more posts in a given category than you do for your Blog Pages Show at Most setting in the reading settings (Settings>Reading>Blog Pages Show at Most).
Jodi P
MemberHi Christina,
You can find instructions for how to increase the size of the logo space at the bottom of this tutorial: http://shaybocks.com/add-logo-header-foodie-pro-theme/
Jodi P
MemberYou could try adjusting the width % in this selector to see if you can get it to display as you'd like, but if you ever put a wider image as the featured image then it would affect that as well.
.featured-content img, .post-image, .entry-image {
display: block;
width: 100%;Jodi P
MemberA link would be helpful, but I'm gonna go ahead and guess that you've got the Foodie Pro Featured Posts widget configured to show the featured image and an excerpt. If that's the case you can change that to not show an image and show content and then add in a manual read more tag in the post editor to create the excerpt. With that layout the homepage should display your post just as you've created it up until the read more tag is inserted.
Jodi P
MemberTake a look at Appearance>Customize>Site Title and Tagline and uncheck the box next to 'Display Header Text.'
Jodi P
MemberThe fonts with Foodie Pro can be changed by going to Appearance>Customize>Typography. If you want to load your own custom Google font you can follow this tutorial: http://shaybocks.com/custom-fonts-foodie-pro/.
Also, feel free to submit a support ticket here for any other issues or questions you may have: http://shaybocks.com/support/
Jodi P
MemberThis should help: http://restored316designs.com/?s=Enews
Jodi P
MemberYou're welcome!
Jodi P
MemberAre you using original Foodie or Foodie Pro? GFWA is not meant to be used with Foodie Pro as we've replaced that plugin with the Foodie Pro Featured Posts widget. What's the url to the site in question? Have you ruled out plugin conflicts?
Jodi P
MemberHave you checked to make sure your reading settings (Settings>Reading>Blog Pages Show at Most) match up with Genesis theme settings (Genesis>Theme Settings>Blog Page Template>Number of Posts to Show).
Jodi P
MemberHave you tried uploading fresh versions of the other themes? You can find the files in your StudioPress downloads area.
Jodi P
MemberThe issue with the content archive is something Shay is going to have to fix in the next update to allow for left-aligned images. Please find the following code in your style.css file:
.featured-content img,
.post-image,
.entry-image {display: block;
width: 100%;
}and replace it with:
.featured-content img,
.post-image,
.entry-image {width: auto;
}
Please make sure you save a copy of your file before making any changes so that you can restore it in the event of an error. And you may need to run the Regenerate Thumbnails plugin after making the code change to get the images to display uniformly.If you didn't want to get into coding you could opt to update to the latest version (2.0.5) which includes the search results in the grid styling for the content archives, so your search results would look the same as your category archives. Just keep in mind that if you update you'll lose any customizations you've made to the theme files or via the customizer.
Hope that helps,
JodiJodi P
MemberYou might want to look into Genesis Featured Widget Amplified or Genesis Sandbox instead.
Jodi P
MemberYou'll want to change the width of .title-area. 1100px should work!
Jodi P
MemberI'm seeing the alignleft class assigned to your images on the home page. Can you go into your post editor and click on the image and when the toolbar pops up double check that you've assigned no alignment.
Jodi P
MemberSometimes Easy Recipe can cause the customizer to run a bit slow. You are already doing what we would recommend by deactivating Easy Recipe while you are in the customizer. Once you made all of your customizations and saved the changes then you can reactivate Easy Recipe without issue.
Jodi P
MemberYes, making sure your posts are 680px wide moving forward should work well for you!
In the meantime you might want to double check your widget settings to make sure your image size selections match those in this tutorial: http://shaybocks.com/configure-foodie-pro-home-page/
You can also try installing and running the Regenerate Thumbnails plugin to see if that helps any. Here is a link to that plugin if you need it: https://wordpress.org/plugins/regenerate-thumbnails/
Jodi P
MemberI know we've already addressed this via support, but I'm just chiming in here in case someone else runs into the same issue! All you need to do to clear up this issue is to select the 320x320 size for the content archives setting. So you'll want to follow this tutorial but if you want to display 4 images across instead of 3 then select one fourth for the archive grid display: http://shaybocks.com/configure-recipe-index-content-archives/. I know it's confusing to select the 320x320 size when you want to display the 150x150 size but this is necessary to get things to display properly on mobile devices.
-
AuthorPosts