- Posts: 10
- Thank you received: 0
Footer Customize
-
dijana
Inactive member -
- New Member
-
Less
More
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 months ago #22249
by ivan.milic
Replied by ivan.milic on topic Footer Customize
Ok, place this script in index.php of template just before
</head>
the script:
<script type="text/javascript">
jQuery(document).ready(function(){
if(jQuery.trim(jQuery("DIV.content_sparky").text()) == ""){
jQuery("DIV.content_sparky").parent().hide()
}
});
</script>
</head>
the script:
<script type="text/javascript">
jQuery(document).ready(function(){
if(jQuery.trim(jQuery("DIV.content_sparky").text()) == ""){
jQuery("DIV.content_sparky").parent().hide()
}
});
</script>
The following user(s) said Thank You: dijana
Please Log in to join the conversation.
-
dijana
Inactive member -
- New Member
-
Less
More
- Posts: 10
- Thank you received: 0
12 years 5 months ago #22539
by dijana
Replied by dijana on topic Footer Customize
That's it :silly:
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 months ago #22541
by ivan.milic
Replied by ivan.milic on topic Footer Customize
works or not?
The following user(s) said Thank You: dijana
Please Log in to join the conversation.
Time to create page: 0.085 seconds