-
AuthorPosts
-
December 6, 2013 at 10:16 pm #197129
Hi, I’m using the “Blog Posts” Avia module on our home page, set up for a Grid Layout with 3 columns. How do I make it so that the container for the image is the same aspect ratio as the featured image on the dedicated post page? For example, I’ve sized my “featured images” to 1030×370, so I’d want the featured image on the home page to be 300×108 (same aspect ratio). Where do I modify this?
How do I change the length of the excerpt used on our blog posts shown on the home page? Right now the text cuts mid-word. I want it to use the <!–more–> tag in the WordPress editor.
Finally, I want to remove the lightbox effect for the featured image on the blog post page.
December 7, 2013 at 2:08 am #197181Hi mgerenser!
Can you please give us a link to the website? You can modify the thumbnail size on functions.php, find this code:
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
Change the width and height then use this plugin to regenerate the thumbnails: http://wordpress.org/plugins/regenerate-thumbnails/
Still, the size of the images will depend on the width of the container. Do you have a sidebar on the homepage?2.) You can use the Excerpt box option. Edit a post then look for Screen Options, enable the Excerpt box.
3.) Is this a separate page or the blog that you have on the homepage? Please give us a link to the website.
Regards,
IsmaelDecember 9, 2013 at 4:11 pm #198051I’m not going to worry about the image sizes on the home page at this point. However, I still have a couple questions. You probably need to look at our website to see what I’m talking about. The URL is redcom.wpengine.com
1. Go directly to a post, such as http://redcom.wpengine.com/sponsorship-believeinkids/ (hosted on WPengine)
How do I remove the mouseover circle AND the link from the featured image? I don’t want it to link to anything.2. On the news/blog page http://redcom.wpengine.com/media/news/
How do I make the featured image here appear wider? I would prefer it to be 700×370December 9, 2013 at 4:12 pm #198053Oh, one more question. I want to remove the post author’s name from the blog post subtitle.
December 9, 2013 at 6:11 pm #198128Hey!
1)Please add following code to Quick CSS in Enfold theme options under Styling tab
.single-post .image-overlay { display: none!important; } .single-post .fullsize .big-preview.single-big { pointer-events: none; cursor: default; }
2)
.page-id-2457 .big-preview img { width: 700px; }
3) Please refer to this post https://kriesi.at/support/topic/remove-comments/#post-188106
Best regards,
Yigit -
AuthorPosts
- The topic ‘Tweak the blog posts – excerpts, formatting, etc.’ is closed to new replies.