Modal image for pages ?

Posted in: Newspaper
Post count: 27

Hi,

I thought that “Modal image” was also finally working for Pages (not only Posts) but it doesn’t seem.

Any idea ?

Thanks and best regards.

Post count: 6535

Hi

Modal image wasn’t intent to work on pages, only on single posts. To achieve that you will need some customizations in theme’s core files.
This is a complex task which involve good codeing skills and many tests in order to be achieved.
We can’t offer customization services at the moment so if really need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.

Thanks!

Post count: 27

Thanks for answering but I must say that it’s a little bit “strange”…

Post count: 14

plus 1 and this is not a heavy task.

Not sure why @Andrei didn’t provide you with solution.

Post count: 14

especially that this does not work because @tagDiv is using jQuery(‘article’) to initialize modal image.

so, what @andrei_luca suggested wasn’t really nice. you would pay min 100 euro to get that small thing fixed.

all you need to do is to update tagdiv_theme.js and tagdiv_theme.min.js

so:

jQuery('article') // non min
jQuery("article") // min

will be:

jQuery("article, body.page div.td-container")
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.