Home › Forums › ASE Support › ASE prevents fullwide images in combination with AWB › Reply To: ASE prevents fullwide images in combination with AWB
Participant
HI,
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