SA Supporter wrote:
Hi Alen Hadzic,
1. You can add the links to read more and see all trends by editing the following code lines:
if($moduleclass_sfx==''){?><a href="#" class="more-news"><?php echo 'Procitaj više';?></a><?php } ?>
<?php if($moduleclass_sfx==' trending-news'){?><a href="#" class="see-all"><?php echo 'See all trends';?></a><?php } ?>
change to:
if($moduleclass_sfx==''){?><a href="your_link" class="more-news"><?php echo 'Procitaj više';?></a><?php } ?>
<?php if($moduleclass_sfx==' trending-news'){?><a href="your_link" class="see-all"><?php echo 'See all trends';?></a><?php } ?>
2. The filtering articles module is not supported to change the language of tabs now.
3.
When i select that this module show article: most popular, by title and ordering it show me same article. (what is the problem) when i select least popular. featured and modified it show article as it shoud be show! (image evrer) => I see that it is normal now.
4.
I have another problem with add banner to position user13. It show white background around banner image.... how to remove this? (image 844)
=> please send your site url to me if possible. I check it directly on your site
Thanks
1. I need to add link in this to show all articles in that specific category.
I found in default.php from sj mega news this code
<div class="link_category">
<div class="arrow1"> </div>
<a href="<?php echo $firstval['category_link'];?>" target="<?php echo $target;?>">
<?php echo $view_all_text;?>
</a>
as you can see there is
href="<?php echo $firstval['category_link'];?>" and it show all articles from that category. I tried to copy this code in this href:
<?php if($moduleclass_sfx==''){?><a href="#" class="more-news"><?php echo 'Pročitaj više';?></a><?php } ?>
and it didnt work.
Please help
-------------------------
4. Site is not online yet, i work on local. Here is anoter photo (444.png)
Attachment 444.png not found
I mark wiht yellow color size of position user13, and with red color size and place of banner. As you can see between them there is white space.
I think that problem is in margins from top,left bottom or alignment is wrong. Can you tell me where in code to edit this position margins and how to shut them off.