Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi there,
I have started to work on a blog with the eye catching method.
The content is here but the feature image doesn’t appear as a background:
https://followartwithme.com/blogtuto/
Could you help me please?
Thanx in advance
<p class=”p1″></p>
Hello,
Sorry for the late reply. Please make sure you have chosen “FullScreen Innovative”, Blog Style in Blog Config. I can’t access your site, it says ‘Requested URL not found’.
Also, please go to file: includes\view\blog\loop-fullscreen.php, find this line:
<article id="post-<?php echo the_ID(); ?>" <?php echo post_class('fullscreen-blog-article section'); ?> style="background-image:url('<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), '', 'url') ?>');">
and replace with this:
<article id="post-<?php echo the_ID(); ?>" <?php echo post_class('fullscreen-blog-article section'); ?> style="background-image:url('<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'blog', 'url')) ?>');">
Best regards!
Is this still necessary for Fullscreen Innovative blog? I have the latest version of Specular and WordPress and the featured image is not visible as background image, only on the post page itself.
Okay, just tried, nothing happens.
I only would like to have this: https://codeless.co/specular/portfolio2/?page_id=708
But no background images show up. I did exactly as in the docs and your video.
You must be logged in to reply to this topic.