Hi,
Please try on this path wp-content/themes/Newspaper/js/tagdiv_theme.min.js -> https://www.screencast.com/t/45fUVLlQPlVE
Also if you made the update to Newspaper v9.7 please make sure that you do not overwrite the theme files, because then you will encounter some problems.
Also please check the topic about the Newspaper update v9.7 -> https://forum.tagdiv.com/topic/important-new-update-newspaper-9-7/
Thank you!
I know where the file is, that’s not the problem.
The js is completely different from a previous version (9.6x) though, so I can’t find the procedure where it handles modal images in articles, and the background scrolling that comes with it.
//popup on modal images in articles
jQuery( ‘article’ ).magnificPopup({
type: ‘image’,
delegate: “.td-modal-image”,
gallery: { …. etc.
Do you have any idea what part of the code now triggers the modal image in articles so scroll to the image anchor in the background while the lightbox is active?
Hi,
For modal images you can check this path wp-content/plugins/td-composer/legacy/common/wp_booster/js_dev/tdModalPostImages.js -> https://www.screencast.com/t/xDKit46c4OFF
Hope this will help you!
Thanks.
