×
Support Offline :
Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time:
Our Time:
Forum
JUX Member Forum - Restricted to Members Only
JUX Content Extensions
JUX Mashup
Tags as an overlay
Tags as an overlay
Less
More
Posts: 44
Thank you received: 0
Less
More
Posts: 898
Karma: 29
Thank you received: 115
9 years 2 months ago #7874
by GDragon
Hi Oharris,
Thanks for contacting us and choosing our product!
About your question with jux mashup I checked your site and that seem you are using source from K2.
So you can change positon of tags by steps:
Step 1: Go to path {root}/modules/mod_jux_mashup/tmpl/then open file default.php
Step 2: Cut the code from line 163 to 172
<?php if($params->get('jux_tags') == "1"): ?>
<?php if (isset($item_tags)):?>
<ul class="jux-tags">
<?php
foreach ($item_tags as $tag) {?>
<li class = "jux-get-tags"><a href="<?php echo JURI::base().'index.php/component/k2/itemlist/tag/'.$tag->name;?>"><?php echo ($tag != end($item_tags) ? $tag->name : $tag->name);?></a></li>
<?php }?>
</ul>
<?php endif;?>
<?php endif; ?> and paste after line 86.
And you also need style for it
Hope this help!
P/s: Please download latest version 1.0.1 and install
Best regards,
--GD--
Please Log in or Create an account to join the conversation.
Less
More
Posts: 44
Thank you received: 0
9 years 2 months ago #7896
by Othniel Harris
Sorry, I am not using K2 as source. I am using Joomla articles. Should I use the same instructions you sent?
I also installed the new version as recommended. But I am not seeing the tags, although I have tags enabled.
Please Log in or Create an account to join the conversation.
Less
More
Posts: 898
Karma: 29
Thank you received: 115
9 years 2 months ago #7913
by GDragon
Hi Oharris,
Thanks for your reply and sorry for late response because we just have weekend.
With K2 source you can do the same instruction as joomla source. Also did you enable option show tags at back-end?
Best regards,
--GD--
Please Log in or Create an account to join the conversation.
Less
More
Posts: 44
Thank you received: 0
Less
More
Posts: 898
Karma: 29
Thank you received: 115
9 years 2 months ago #7933
by GDragon
Hi Oharris,
Please pm me admin account. I'll check and fix it for you!
Best regards,
--GD--
Please Log in or Create an account to join the conversation.
Less
More
Posts: 898
Karma: 29
Thank you received: 115
9 years 2 months ago #7966
by GDragon
Hi Oharris,
I have just installed latest version 1.0.2 to fix tags problem on your site.
However I checked loadmore function and see have problem with other extensions and loadmore doesn't work.
You can use debug tool of browser (press F12) you will see have bugs with juslider,...
So please check it!
Best regards,
--GD--
Please Log in or Create an account to join the conversation.
Less
More
Posts: 44
Thank you received: 0
9 years 2 months ago #7979
by Othniel Harris
Thank you. Will look at load more function.
To change the tags as overlay on image, should I perform the 2 steps you had mentioned earlier?
Please Log in or Create an account to join the conversation.
Less
More
Posts: 898
Karma: 29
Thank you received: 115
9 years 2 months ago #8027
by GDragon
Hi Oharris,
With 2 steps above you can cut the code from step 1 and put it at anywhere you want.
But you need style CSS for it after custom mashup!
Best regards,
--GD--
Please Log in or Create an account to join the conversation.
Forum
JUX Member Forum - Restricted to Members Only
JUX Content Extensions
JUX Mashup
Tags as an overlay
Time to create page: 0.042 seconds