I set up my blog with a full width slider on the top as a design element.
I have just updated that image, on the main blog page, but all the posts still have the old image.
How do i chance the full width slider on the individual post pages?
Thx in advance.
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi!
If i’m not mistaken that slider on single pages was added using a hook, check your code in your child functions.php and update it accordingly.
Best regards,
Josue
Hey!
This is the shortcode that is appearing on single posts:
[av_slideshow_full size='no scaling' stretch='' animation='fade' autoplay='false' interval='5' src='' attachment='' position='top left' repeat='no-repeat' attach='scroll'][av_slide_full slide_type='image' id='1003' attachment=',' video='' mobile_image='' video_format='' video_ratio='' title='' caption_pos='caption_left' link_apply='' link='lightbox' link_target='' button_label='' button_color='light' link1='manually,http://' link_target1='' button_label2='' button_color2='light' link2='manually,http://' link_target2=''][/av_slide_full][/av_slideshow_full]
Now you just need to change that; while editing this page, look for the debug area below the Layout Builder, you’ll note a similar code ([av_slideshow…]), paste that in functions.php.
Best regards,
Josue