We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Alvaro
  2. Sherlock Holmes
  3. General Discussion
  4. Friday, 02 May 2014
  5.  Subscribe via email
this is the original code for the image of an Item in an article.

<div class="pull-<?php echo htmlspecialchars($imgfloat); ?> item-image article-image article-image-full">
<img
<?php if ($images->image_fulltext_caption): ?>
<?php echo 'class="caption"' . ' title="' . htmlspecialchars($images->image_fulltext_caption) . '"'; ?>
<?php endif; ?>
src="/<?php echo htmlspecialchars($images->image_fulltext); ?>"
alt="<?php echo htmlspecialchars($images->image_fulltext_alt); ?>"/>
</div>


but when you inspect with Chrome or Firefox it shows the following code.

<div class="img_caption none" style="float: none; width: 613px;">
<img class="caption" title="Localiza tu origen por AND" src="/images/blog/adn-localiza-origen-1000-anos.jpg" alt="Localiza tu origen por AND">
<p class="img_caption">Localiza tu origen por AND</p>
</div>
<div class="pull-none item-image article-image article-image-full"></div>


when the code to showing should be.

<div class="pull-none item-image article-image article-image-full">
<div class="img_caption none" style="float: none; width: 613px;">
<img class="caption" title="Localiza tu origen por AND" src="/images/blog/adn-localiza-origen-1000-anos.jpg" alt="Localiza tu origen por AND">
<p class="img_caption">Localiza tu origen por AND</p>
</div>
</div>


all this happens in versions of joomla 3.2.3 onwards, including 3.3.0

My problem is that since the upgrade to version 3.2.3 of joomla am not able to share notes on facebook, with pictures included. does not share the introtext or meta description, just a boring link.

then I did the test in 3.2.2 if it works and shows that nitrous-code correctly.

Be that the problem? can help me ..

PS: same thing happens if I use t3_blank or purity_iii template
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
For the amount of visits you have this post I see that I am not alone with this problem, if you have the same problem or do you think the problem lies elsewhere, please leave your ideas.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
This is a known bug of Joomla in caption js, you can get more information here:

https://github.com/joomla/joomla-cms/pull/2638

http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_id=8103&tracker_item_id=32458

The bug is fixed in JoomlArt quickstart package but not in Joomla. Therefore, you may get error when you upgrade your joomla.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
THNKS Khanh Le

That would fix the problem of positioning the image.

But what about the problem of sharing on facebook, and does not share the image or description.

Any idea to solve this last issue.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
You can try turning off the friendly url and gzip compression.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
You can try turning off the friendly url and gzip compression.
Gzip OFF - help me, thanks
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.