Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #744663

    Hi!
    Can you please tell me how to change the size and padding of the headline in a single page post (blog)?
    How do i display my image in “real size” – i don´t need a small or big preview image, just mine with the real size.

    Thanks!
    Juergen

    #746640

    Hey querflug,

    1.) use this code inside Quick CSS field:
    #top .post-title a {
    font-size: 10px;
    }
    and adjust as needed.

    2.) Try the following:
    1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
    2. Go to Settings > Media
    3. Change the image sizes (increase its width / height).
    4. Regenerate the thumbnails by clicking the button at the bottom.

    Best regards,
    Andy

    #746896

    Hello Andy, i installed the plugin, changed the image sizes, regenerated the thumbnails.
    This had no effect on the “square image” in the single post site. Maybe i had the wrong “class”
    The images should always be 374 x 301px – no crop, just fullsize in the single post..

    Any further advice?
    Thanks, Juergen

    PS: I´ve added Login credentials if you want to have a closer look.

    #748421

    Hi,

    you could also try to edit image sizes manually: https://kriesi.at/support/topic/enfold-image-sizes/#post-336176
    Don’t forget to regenerate your thumbnails afterwards and clear browser cache + hard refresh a few times.

    Best regards,
    Andy

    #792185

    Hello Andi!
    Could you please help me again. The image size of the blog overview still doesn´t work;
    I did everything you mentioned in the posts before, including the adjustments in the functions.php file (changed the size of the small image for blogs to 301x374px, regenerated the thumbnails;

    $avia_config[‘imgSize’][‘square’] = array(‘width’=>301, ‘height’=>374); // small image for blogs

    I want ALL images on the overview blog page to be 301x374px – the image is not is there any chance?
    Thanks and best regards,
    Juergen

    #792399

    Hi,

    the best way to do this is is to use simple image sizes plugin. Change the image sizes in question inside this plugin. Make sure you upload an image in the same image ratio, otherwise it gets cropped. Another thing you can try is to upload the image in the size you need it and then just use “full size”.

    Best regards,
    Andy

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