-
AuthorPosts
-
November 14, 2022 at 5:40 pm #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.
November 15, 2022 at 6:05 am #1372595Hey 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,
IsmaelNovember 15, 2022 at 9:36 am #1372617Thanks 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 MartinaNovember 17, 2022 at 1:34 pm #1372942Hi,
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
After applying the css, please clear your browser cache and check.Best regards,
MikeNovember 28, 2022 at 1:54 pm #1374140Thanks 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 MartinaNovember 28, 2022 at 2:13 pm #1374151Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.