Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • shlogos Friend
    #178245

    hi, i love your template its all so easy to manage .. ;D

    1- in the demo you can see over the styles a “8” .. can i add this ? can i add this to the sidebar ? .. i sell graphics and have many categorys .. when the “8” display behind my categorys for the no. of my articles in this .. thats was nice 😀

    2- facebook likes “5 like that” rightside from hits .. when you go over the pic the hover open the popup and you see teh intro text .. on the buttom canyou see the hits ..we can i make this ?

    i hope you can help me 😀

    greez shl

    Wall Crasher Developer
    #457801

    Hi shlogos,

    Your idea is great, however it is definitely a bit complicated to carry out.

    1. In our demo, the ‘8’ number is a fixed value, It will not update automatically.
    You must write your own custom module to display those values.

    2. Hits is the number of times that the item has been viewed. It is not the facebook like.
    And we are not able to customize the facebook like button,

    For adding facebook like please add this block code

    <div class="fb-like" data-send="false" data-layout="button_count" data-width="100" data-show-faces="true" data-href="<?php echo $this->item->readmore_link; ?>" ></div>
    to templatesja_wallhtmlcom_contentcategoryblog_item.php at line 240 like below.

    <?php if (($params->get('show_hits'))) : ?>
    <dl class="article-hit">
    <dd class="hits">
    <?php echo JText::sprintf('TPL_WALL_COM_CONTENT_ARTICLE_HITS', $this->item->hits); ?>
    </dd>
    <div class="fb-like" data-send="false" data-layout="button_count" data-width="100" data-show-faces="true" data-href="<?php echo $this->item->readmore_link; ?>" ></div>
    </dl>
    <?php endif; ?>

    You might give it a try, the result may not be good!

    About the popup: Please give a try on ‘Image View’.

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Wall Crasher 12 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum