-
AuthorPosts
-
ghd123 Friend
ghd123
- Join date:
- October 2012
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 31
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
January 2, 2014 at 4:14 pm #193416HI,
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 FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
January 3, 2014 at 3:51 am #517228Hi,
Please PM me url & admin credentials of your site, I will take a closer look.
max_santiago Friendmax_santiago
- Join date:
- January 2013
- Posts:
- 216
- Downloads:
- 49
- Uploads:
- 58
- Thanks:
- 120
- Thanked:
- 8 times in 3 posts
January 16, 2014 at 12:41 pm #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 FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
January 17, 2014 at 4:20 am #518798Go 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.
1 user says Thank You to MoonSailor for this useful post
-
AuthorPosts
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