Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • ghd123 Friend
    #193416

    HI,

    I would like to know how to link my squares /content on the home page position to directly link to the single article bypassing the category. It seems unnecessary to have to go to a category page then have to click again to the article.

    Also is there a way of removing any link to category/article and just having the picture/intro text not linking to anything

    Thanks,

    MoonSailor Friend
    #517228

    Hi,

    Please PM me url & admin credentials of your site, I will take a closer look.

    max_santiago Friend
    #518715

    <em>@ghd123 404244 wrote:</em><blockquote>HI,

    I would like to know how to link my squares /content on the home page position to directly link to the single article bypassing the category. It seems unnecessary to have to go to a category page then have to click again to the article.

    Also is there a way of removing any link to category/article and just having the picture/intro text not linking to anything

    Thanks,</blockquote>

    Hay!
    This question is for me very interesting, is it possible for you or for staff publish solution?!
    Thanks! 🙂

    MoonSailor Friend
    #518798

    @ghd123,

    Go to “templates/ja_fixel/js/jquery.article.js”:

    – If you don’t want to show popup when click squares /content, find code:


    Fixel.popup.init();

    and comment it as follows:

    [PHP]
    //Fixel.popup.init();
    [/PHP]

    – If you wanted show popup for only article type, eg: images, text, video,.. etc. find code:


    masonry.off('click.fixelpopup').on('click.fixelpopup', '.items', startpopup);

    Depend on each type, follow tweak below:

    + Show popup for only image type:


    masonry.off('click.fixelpopup').on('click.fixelpopup', '.items.image', startpopup);

    + Show popup for only article type:


    masonry.off('click.fixelpopup').on('click.fixelpopup', '.items.text', startpopup);

    + Show popup for only video type:


    masonry.off('click.fixelpopup').on('click.fixelpopup', '.items.video', startpopup);

    Hope that helps.

    holzlchr Friend
    #520098

    Great, this works

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

This topic contains 5 replies, has 4 voices, and was last updated by  holzlchr 10 years, 9 months ago.

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