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

    What do I have to set so that the featured image of a single post is displayed with the source reference, as it is possible on “normal” pages, thank you very much.

    #1372595

    Hey makeck,

    Thank you for the inquiry.

    You can add this css code to display the copyright field below the featured image.

    small.avia-copyright {
        display: inline-block;
    }

    Please make sure toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache after adding the css.

    Best regards,
    Ismael

    #1372617

    Thanks a lot Ismael, that works fine.

    I still have questions about the styling of the single post:https://ibb.co/4T9Byx8

    – where do I set the content width
    – how do I prevent the justification in the post text?
    – where do I style the gray title underline in green?
    Thanks a lot.
    Regards Martina

    #1372942

    Hi,
    Thanks for your patience, it looks like you are using the Construction Demo, to change the width of the single post pages add this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .fullsize .template-blog .post .entry-content-wrapper > *,
    #top .fullsize .template-blog .post .entry-content-wrapper {
        max-width: 1310px;
    }

    by default the max-width is 800px, adjust the above width to suit.
    To change the post justification to left use this css:

    #top #main .fullsize .template-blog .post .entry-content-wrapper {
        text-align: left;
    }

    To change the border colors go to Enfold Theme Options ▸ General Styling ▸ Main Content ▸ Border Colors
    2022-11-17_003.png
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1374140

    Thanks a lot, that works fine.

    How can I ensure that the featured image is not displayed in the format 1500×630 but in the full size. I find it difficult that in the modern overview display I rather need thumbnails in the format 1500×1125, but the featured image in the single post is displayed in the format 1500×630. The selected section of the image I can not specify either: top, bottom, center?

    Thanks a lot for your help.
    Regards Martina

    #1374151

    Hi,
    Try using the plugin Simple Image Sizes, it will let you change the image sizes and let you set the crop to false.
    After you make the changes you will need to use the plugin Regenerate Thumbnails to change all of the thumbnails.
    I believe the size you want to change is featured_large as it is the 1500×630 image.

    Best regards,
    Mike

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