Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • #531673

    I’ve read through this link: https://kriesi.at/support/topic/single-author-blog-index-layout/ – and it is exactly what I’m trying to do – but – I can’t get it to work.

    I have it set to “Single Author, small preview in the Blog Style option in the element option”.

    I added:

    `#top .fullsize .template-blog .blog-meta {
    float: left;
    margin-right: 50px;
    }

    #top .fullsize .template-blog .post .entry-content-wrapper {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
    }`

    to the quick CSS.

    Moved over to a child theme and added:

    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
            $size['square'] 		 	= 'full';		
    	return $size;	
    }

    And actually changed that code to (because it kept pulling a fatal error on the site):

    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
            $size['square'] 		 	= array('width'=>300, 'height'=>300);		
    	return $size;	
    }

    To the functions.php – and resized the thumbnails with http://wordpress.org/extend/plugins/regenerate-thumbnails/ – and there is no change in the thumbs …

    Any help would be greatly appreciated!

    #532095

    Hi peanutgraphic,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    #532144

    Here you go. Thanks!

    #533555

    Hey!

    did you clear browser cache and hard refreshed a few times? Try a plugin like: https://de.wordpress.org/plugins/simple-image-sizes/ to change image sizes and let us know if it works with it.

    Regards,
    Andy

    #533612

    Hey Andy –

    I have tested the site on multiple computers and multiple browsers (that have never seen the site) – and, yes, have even flushed the cache on those .

    I also resized the thumbnails with http://wordpress.org/extend/plugins/regenerate-thumbnails/ – and there is no change in the thumbs …

    Curious what you are seeing when you go to the site:

    http://www.mcdonaldandcarney.com/

    #534444

    Hey Andy –

    Just to make sure – I just used the plugin that you mentioned:

    https://de.wordpress.org/plugins/simple-image-sizes/ to change image sizes – and – it still didn’t work. I also cleared the cache and everything …

    Any help or other ideas would be greatly appreciated.

    #535608

    Just wanted to make sure that you got this.

    (thanks!)

    #535966

    I’ve been trying to figure this out some more – one variable that I came up with is that the ‘blog section’ is inside of a 2/3 section of a ‘Grid Row’ … Could that be the reason why the preview images are not changing in size? And if so – how would I go about changing their size?

    Any help would be appreciated.

    Thanks!

    #536939

    Just wondering if anyone had any ideas on this.

    Any help would be appreciated. I can’t think of anything else to try – to get this to work ….

    Thanks.

    #536979

    Hey!

    Please add following code to Quick CSS as well and adjust as needed

    #top .fullsize .template-blog .blog-meta img, #top .fullsize .template-blog .blog-meta a, #top .fullsize .template-blog .blog-meta {
        width: 300px;
        height: 200px;
    }

    Cheers!
    Yigit

    #537012

    ZOUNDS!

    It worked. Thanks very – very much for the help!

    #537792

    Hi,

    Great, glad we could help :-)

    Best regards,
    Rikard

    #558678

    Hey guys! I’m running in to the exact same issues as peanutgraphic. I’m using the Blog Posts Content Element within a Color Section on the blog page and I have the Blog Style set to Single Author, big preview pic. The preview image size is set to Large (500×400), but for some reason, the preview image size is only showing up as a full width image. More specifically, 910x555px. What is going on here? I can’t for the life of me get this image to actually show up as 500×400.

    Here is what I’ve tried:

    • Tried using: https://de.wordpress.org/plugins/simple-image-sizes/ to change image sizes. Still didn’t work.
    • I’ve tested this in multiple browsers and incognito windows. And have done quite a few hard refreshes.
    • I resized the thumbnails with http://wordpress.org/extend/plugins/regenerate-thumbnails/. Still didn’t work.
    • Edited the functions.php file to include the following code. Still didn’t work.
    • add_filter( ‘avf_modify_thumb_size’, ‘enfold_customization_modify_thumb_size’, 10, 1 );
      function enfold_customization_modify_thumb_size( $size ) {
      $size[‘square’] = array(‘width’=>300, ‘height’=>300);
      return $size;
      }

      I’ve included the login information to the site. Please help! Thank you and happy new year :)

      Emily

    #558990

    Hi!

    Are you talking about the featured image for the “Life after a bad review” post? It’s displaying as 500 x 305 on my end. Can you take a screenshot and highlight what your seeing?

    Regards,
    Elliott

    #559044

    Hi Elliott,

    Here are two screenshots. For me, the 500×305 image (http://melissafancy.com/wp-content/uploads/2015/11/5TIPSBADREVIEWS-SHORT.jpg) is being resized to 910 x 555.
    Screenshot #1
    Screenshot #2

    #559492

    Hey!

    please use a service like imgur.com or dropbox to add screenshots.

    Use this code in Quick CSS field:

    img.attachment-large.size-large.wp-post-image {
    width: 80% !important;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #559584

    Will do on future screenshots.

    I added the code to Quick CSS and still no change. I refreshed a bunch of times, tried it in an incognito window, and tried deactivating the simple image size plugin. Nothing.

    I’ve included admin access for you here.

    Thoughts?

    #560497

    Hi!

    You are using an old version of the theme, so please upgrade to Enfold 3.4.7 and let us know if you still need help afterwards.

    Cheers!
    Andy

    #560913

    Just updated my theme. Still not working :/ What else can we try?

    #561502

    Hi!

    can you provide us a precise link where we can see the issue? couldn’t find it on your website. Also provide us screenshots please, so we can see what you are seeing on our end.

    Regards,
    Andy

    #562596

    Link where the issue is: http://melissafancy.com/blog

    Screenshots:
    http://imgur.com/FWm6pPH (shows the current dimensions of the featured images on the blog page)
    http://imgur.com/9aIYiGY (shows the ideal dimensions of the featured images)

    #563107

    Hi!

    try this code in Quick CSS field:

    #top .fullsize .template-blog .big-preview img {
    width: 67%;
    left: 151px;
    }
    

    Cheers!
    Andy

    #563164

    Still not working. But when I adjust my browser window to show responsive versions of the site, you can see that the css you sent for #top .fullsize .template-blog .big-preview img kicks in.

    View the screenshot here: http://imgur.com/Y1D8HB8

    Any thoughts?

    #563178

    Hey!

    did your try the plugin I mentioned before in this thread?
    https://de.wordpress.org/plugins/simple-image-sizes/

    Don’t forget to regenerate your thumbnails.

    Regards,
    Andy

    • This reply was modified 8 years, 10 months ago by Andy.
    #563237

    I did, yes! I mentioned all of the things I tried above in my first inquiry. Can you let me know which of the listed dimensions I should try to change in the Simple Image Sizes settings? Before writing it off, I want to make sure I was using it properly. Thank you!

    #563275

    Hey!

    check your current image size to identify which one you need to change.

    You could try out this as well: https://kriesi.at/support/topic/image-sizes-functions-php/#post-132880. Don’t forget to regenerate thumbnails afterwards.

    Best regards,
    Andy

Viewing 26 posts - 1 through 26 (of 26 total)
  • You must be logged in to reply to this topic.