Remove link on featured image by code

Posted in: Newspaper
Post count: 268

Hi,

is there a system to remove the link from the featured image of each article (linked to the larger image format) directly in the code without changing css?

Thanks

Post count: 20688

Hi,

That would be the modal image feature what you are describing. This can be deactivated in the theme panel if needed
https://forum.tagdiv.com/modal-window/

Thanks

Post count: 268

Hi Simion,

No, modal setting is already off.
The problem I want solve is about the featured image of each article.

I would like to know how to remove the featured image clickable from source code.
I want to remove the link from featured image. Now clicking on the feature image opens in another dimension.

Thanks

  • This reply was modified 8 years by Bintmusic.
Post count: 20688

Hi,

The featured image will open in a modal when clicked, by default. This could be removed here by removing the modal class
https://www.screencast.com/t/Xq2zmW4dwOqr
That would cause the image to open like this
https://www.screencast.com/t/tphH1GR84E
Next remove the link set above
https://www.screencast.com/t/J7cm0wfIrW3
That would result in the image being non-clickable. You can make this modification if that is what you want.

Thanks

Post count: 268

Thanks Simion, works perfect…

maybe necessary also comment…

//$image_html .= ‘< /a >’;

  • This reply was modified 8 years by Bintmusic.
Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.