-
AuthorPosts
-
yema Friend
yema
- Join date:
- January 2007
- Posts:
- 57
- Downloads:
- 132
- Uploads:
- 14
- Thanks:
- 9
- Thanked:
- 5 times in 1 posts
August 30, 2013 at 5:45 am #190164Hello,
I hesitated to make three subjects, I hope this solution works well.
I use JA lenslatest version on Joomla 2.5.14 (French)
1. The Google+ button is not visible prompted systematically. I feel that something’s cache! it is enabled and the code in the source page.
<!-- Google +1 Button -->
<div class="itemGooglePlusOneButton">
<g:plusone annotation="inline" width="120"></g:plusone>
<script type="text/javascript">
(function() {
window.___gcfg = {lang: 'fr'}; // Define button default language here
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</div>2. If i use K2 Tools to display Tag Cloud on a category with Extra field, the page with the link does not work. I read this topic has solved the problem with the video wall, but not from the module. And I tested without the categories that have Extra Fields it works
Tag cloud on http://www.cuirartis.com/joomla/index.php?option=com_contact&view=contact&id=1&Itemid=3683. With JA K2 Content Module, the link works but the page display lacks the image header. When I took the picture information, I feel that there is a white image above! if you click on the white image, a popup appears with the right.
clique on a link in right down module http://www.cuirartis.com/joomla/index.php?option=com_contact&view=contact&id=1&Itemid=368
thank you for your help
regards,
Frank
yema Friendyema
- Join date:
- January 2007
- Posts:
- 57
- Downloads:
- 132
- Uploads:
- 14
- Thanks:
- 9
- Thanked:
- 5 times in 1 posts
August 30, 2013 at 1:27 pm #504105Point 2 (Only) solved! I replaced all codes
if(count($this->item->extra_fields)) {
$extra_fields=K2ModelItem::getItemExtraFields($this->item->extra_fields);
if (count($extra_fields)) {
foreach ($extra_fields as $key=>$extraField) {
if ($extraField->name == $xclass_key) {
$xclass = $extraField->value;
break;
}
}
}
}With
$extra_value = $this->item->extraFields->FIELD_ALIAS->value;
Read here http://www.joomlart.com/forums/topic/k2-extra-fields-and-homepage/#post-495247
/templates/ja_lens/html/com_k2/ja_lens/category_item.php ~line 19…
/templates/ja_lens/html/com_k2/generic.php ~line 60…
/templates/ja_lens/html/com_k2/default/tag.php ~line 41 …
/templates/ja_lens/html/com_k2/default/user.php ~line 92…Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 3, 2013 at 11:03 am #504393The problem point 1 , 2 and 3 on your site because jQuery in K2 component doesn’t load, see the screenshot
You can enable it by
Go to Admin site -> Components -> K2 -> Parameters button ->Layout & Views tabs
I will check it to continue 🙂
-
yema Friend
yema
- Join date:
- January 2007
- Posts:
- 57
- Downloads:
- 132
- Uploads:
- 14
- Thanks:
- 9
- Thanked:
- 5 times in 1 posts
September 5, 2013 at 6:51 am #504653Hi,
Is not bether for 1 & 3 !!
I have resolve the 2Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 5, 2013 at 8:58 am #504670How can I see the problem point 1, 3 on your site? In the best way, you can send me the screenshot with description of the problem, I will help you to check it.
yema Friendyema
- Join date:
- January 2007
- Posts:
- 57
- Downloads:
- 132
- Uploads:
- 14
- Thanks:
- 9
- Thanked:
- 5 times in 1 posts
September 7, 2013 at 12:46 pm #504914Thank you very much for your help!
1. Button for Google+ I tested with IE, Chrome and Firefox. The latter being my default browser. The G+ button does not work with Firefox … on 3 PCs I have! I saw some … :((
3. using link from happy k2 Module …
http://www.cuirartis.com/joomla/index.php?option=com_k2&view=item&id=18:lame-8-cm-de-jean-paul-sire&Itemid=376
Same result after a searchsee attachment for 1 & 3
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 8, 2013 at 5:07 am #504931I have checked the problem on your site, because K2 component conflict jQuery with jw_sigpro plugin. If possible you can pm me admin access and ftp account of your site. I shall help you to check this problem.
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by Ninja Lead 11 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
Some problems, bug?
Viewing 7 posts - 1 through 7 (of 7 total)