newsflash modification

  • 31june
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 3 months ago #21694 by 31june
on the start page, in the newsflash, you have 5 articles by default. i need to add 6th. what should be done? please explain detaily as possible, i am not a programmer.

Please Log in to join the conversation.

More
12 years 3 months ago #21697 by ivan.milic
The following user(s) said Thank You: 31june

Please Log in to join the conversation.

  • 31june
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 3 months ago #21739 by 31june
Replied by 31june on topic newsflash modification
Thank you. how to make the tabs linkable instead of their images?

Please Log in to join the conversation.

More
12 years 3 months ago #21741 by ivan.milic
Replied by ivan.milic on topic newsflash modification
you can add this script to head section of index.php of template:

<script type="text/javascript" >

jQuery(document).ready(function(){
setTimeout(function(){
jQuery('.ui-tabs-nav-item').click(function(){
jQuery(this).find("a").click();
});
},1000);
});

</script>

Please Log in to join the conversation.

  • 31june
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 3 months ago #21745 by 31june
Replied by 31june on topic newsflash modification
could you, please, give me more details, something like "after following words..." I am sorry, i am not a programmer, i do not know a definition of a head section.

Please Log in to join the conversation.

More
12 years 3 months ago #21750 by ivan.milic
Replied by ivan.milic on topic newsflash modification
put it just above

</head>

Please Log in to join the conversation.

Time to create page: 0.154 seconds
Powered by Kunena Forum