Hyperlinks Text with title do not work.

Posted in: Newspaper
Post count: 11

Good evening.

I’m trying to add external links to some pages within the Text with title block, but they won’t open. If I click on the words containing the hyperlink or on the button I created, I get a page with the message “IMAGE #1 CANNOT BE LOADED”.

Is there a solution? Thank you very much.

Post count: 35449

Hi,
Usually, when this is happeing, an error is displayed in the browser console that will let you know what is interfering with the WP Editor from the text with the title element.
Also, here is a guide that provides a solution for the problem you are facing – https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/ https://i.imgur.com/1NLuEYY.png

Thank you!

Post count: 11

Good morning.

First, thank you for your reply, but regarding what you mentioned, the page isn’t showing any errors, and of the options you sent me to check, I don’t see which one I can use.

Could you give me a little more guidance? Because when I insert the normal hyperlink, a semi-transparent screen pops up with the error shown in image #1.

Thanks

  • This reply was modified 8 months by fedeacyl.
Post count: 35449

Hi,
Please use the recommendations from the guide related to “.htaccess deny from all”
Also, please provide a screenshot with the console message when you open the wp editor from taxt with title (https://help.frontlineeducation.com/hc/en-us/articles/35372818850323-How-to-Access-the-Browser-Console)

Post count: 11

Good morning again.

I’m sending you three screenshots and my .htaccess file details so you can see that the filters are there, but they’re not displaying as you described.

If you need any further information, please let me know. Thank you very much.

Cabeceras base
<IfModule mod_alias.c>
# HTML: sin cache
<FilesMatch “\.(html?|rtf|rtx|txt|xsd|xsl|xml)$”>
<IfModule mod_headers.c>
Header unset Pragma
Header set Cache-Control “no-cache, no-store, must-revalidate”
Header unset Last-Modified
</IfModule>
</FilesMatch>

# Estáticos: permitir cache
<FilesMatch “\.(css|js|json|eot|otf|ttf|ttc|woff|woff2|svg|svgz|gif|jpe?g|png|webp|avif|avifs|ico|pdf|mp4|mov|webm|wav|mp3|zip)$”>
<IfModule mod_headers.c>
Header unset Pragma
Header set Cache-Control “public”
</IfModule>
</FilesMatch>
</IfModule>

https://postimg.cc/gallery/8pFV1Kf

Best regards

Post count: 35449

Hi,
Please provide a link where I can investigate the problem!
Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.