Home › Forums › ASE Support › ASE prevents fullwide images in combination with AWB
- This topic has 8 replies, 2 voices, and was last updated 11 months ago by
littlegerenman.
-
AuthorPosts
-
Participant
HI,
I just noticed that when activated ASE i won’t have anylonger fullwide images or fullwide color areas provided by e.g the plugin. AWB https://wordpress.org/plugins/advanced-backgrounds/
As soon as I deactivate ASE I everything works fine again but I don’t want to miss ASEParticipantOk, great. I tried it witha fresh install of WP and only those two plugins. Didnt figure out where’s the problem with ASE
KeymasterHi I am having some problem reproducing the issue. I tried both 2020 and 2015 theme. I maybe missing something and I may need some more information from you. Do you have other Aesop blocks on the same page/post? If so what types? What other features of the Advanced Background plugin are you using? Do you have an example I can take a look at? Thank you.
KeymasterHi I am having some problem reproducing the issue. I tried both 2020 and 2015 theme. I maybe missing something and I may need some more information from you. Do you have other Aesop blocks on the same page/post? If so what types? What other features of the Advanced Background plugin are you using? Do you have an example I can take a look at? Thank you.
ParticipantHi,
yes I’m using ASE image, chapter, timeline. Just figured out as soon as I activate timeline the issue appears.
Of the AWB I’m using fullscreen image, video and color background. Yes I can provide you a link but the page is password protected at the momentParticipantHI,
I installed you latest update but it’s still the same issue. However i figured out that this change helps. Also it helps me as in another thread mentioned to use chapter blocks as timeline hocks
/* $(contentClass).scrollNav({ sections: '.aesop-timeline-stop', arrowKeys: true, insertTarget: '<?php echo esc_attr( $appendTo );?>', insertLocation: 'appendTo', showTopLink: false, showHeadline: false, scrollOffset: <?php echo (int)$timelineOffset;?>, });*/ $(contentClass).scrollNav({ sections: '.aesop-cover-title', arrowKeys: true, insertTarget: '<?php echo esc_attr( $appendTo );?>', insertLocation: 'appendTo', showTopLink: false, showHeadline: false, scrollOffset: <?php echo (int)$timelineOffset;?>, });
With this change there is no fullwidth problem and images can be displayed correctly. With this solution I can’t use the original timeline hocks anymore. Would be nice to have an option to use both variants: chapter and the dedicated timeline hocks
KeymasterThank you so the issue is with the timeline. I will also take a look at your request to use the Timeline block with chapters. Allow me some time.
-
AuthorPosts