Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • yema Friend
    #190164

    Hello,

    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>

    http://www.cuirartis.com/joomla/index.php?option=com_k2&view=itemlist&layout=category&task=&id=&Itemid=376

    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=368

    3. 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


    1. 30.08
    yema Friend
    #504105

    Point 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 Moderator
    #504393

    The 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 🙂


    1. jQuery
    2. Config_K2
    yema Friend
    #504653

    Hi,

    Is not bether for 1 & 3 !!
    I have resolve the 2

    Ninja Lead Moderator
    #504670

    How 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 Friend
    #504914

    Thank 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 search

    see attachment for 1 & 3


    1. cuir_gplus
    2. cuir_gplus2
    Ninja Lead Moderator
    #504931

    I 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.

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