Hi there,
Thanks for your PM. I have solved your issue.
here is the solution for other users
templates/shaper_helix3/html/layouts/joomla/content/full_image.php
-Thanks
Hi there,
Thanks for resolving this issue - I have come across another problem, which I'm not sure if it is linked to the solution or separate.
In my default.php file for articles, I have some code to create meta cards for Twitter, part of which is below;
$document->addCustomTag('<meta name="twitter:card" content="summary_large_image" />');
$document->addCustomTag('<meta name="twitter:title" content="'. $this->item->title .'" />');
Now, if an article contains a
" or a
: any text after it is cut off in the meta tags. This also impacts Facebook and LinkedIn using OpenGraph.
For example, if the article title is
PM: I can't wait to see it then only
PM will show up.
Can this be resolved?