Forum Replies Created
-
AuthorPosts
-
This post can be closed. Thanks!
This topic can be closed. Thanks!
This topic can be closed. Thanks!
I regenerated the thumbnails again and now everything is looking like I want. Thanks for your help!
Hi,
I don’t think I’m explaining myself very well. I don’t actually want to change the width of the image container. I still want it to be responsive—I just want to change the ratio so that my photos don’t get cut off at the top and bottom. I know it’s possible because I was able to change the code when I was running the regular Enfold theme, but not when I am running a child theme.
I did some more searching on the support forums and I found this post with the same problem: https://kriesi.at/support/topic/problem-changing-size-of-featured-image-in-blog-post-via-child-theme/
I added the plug-in suggested in this post and it worked on some posts, but not all of them.
Working: http://mjm.flywheelsites.com/fall-love-audience/
Not Working: http://mjm.flywheelsites.com/healthcare-practice-making-digital-mistakes/
Thank you!
- This reply was modified 7 years, 5 months ago by MJM.
Hi Victoria,
I added the code you suggested to my css and regenerated the thumbnails, but unfortunately it didn’t have any effect. The problem I’m having is not with the width of the images, but the height. I migrated content from another blog and want the featured image to be the same size so that I don’t have to change all of the artwork.
When I was not using a child theme, I adjusted the following code and it worked great. But, when I updated to a child theme, I copied the same code into my blank functions.php file but the featured photos reverted back to default size.
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>479); $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>686 );
Let me know if you need more information!
Thanks, Yigit!
Adding it to quick CSS didn’t work, but adding the code to the loop-index.php file worked perfectly!
Hi Rikard,
I added this to the feature request list and will be making an animated gif in the meantime that works the way I want it to, so you can go ahead and close it. Thanks!
Thanks for letting me know! I’ll have to work out another solution.
Thank you! I added this widget and it worked great!
That worked perfectly, thanks!
Hi, John! Here is a screenshot of the problem: http://mjm.flywheelsites.com/wp-content/uploads/2017/07/Screen-Shot-2017-07-28-at-8.09.47-AM.png
I would like to remove the border above the portfolio menu. There is a color section above it and I thought it might be from that, but it is set to have no border on the bottom. The portfolio grid is not in a color section or row.
Here is a link to the actual page: http://mjm.flywheelsites.com/what/our-work/
Thanks!
Thanks Nikko! I was able to get it looking the way I want with a couple slight modifications. Here is the final code I used:
@media only screen and (max-width:767px) { #footer .widget { margin: 0 0 10px; text-align: center; } } @media only screen and (max-width:767px) { #footer .av_one_fourth { margin-bottom: 0!important; } #header_main #av-burger-menu-ul .sub-menu li a { font-weight: 300; font-family: Alegreya Sans, sans-serif!important; } }
That worked great. Thanks, Yigit!
July 20, 2017 at 7:26 pm in reply to: Uncapitalize Elegant Blog Metadata & Increase Navigation Size #824816Perfect! Thanks, Sarah!
July 20, 2017 at 6:13 pm in reply to: Uncapitalize Elegant Blog Metadata & Increase Navigation Size #824752Thanks! That solved the metadata problem.
Here’s a link to a page with the navigation. It’s on the see all posts by author page.
That worked! Thank you!
-
AuthorPosts