ehsan1233
Forum Replies Created
-
hello
it doesn’t remove the category. does anyone has a solution for it ?
Forum: Themes and Templates
In reply to: [Iconic One] Calendar Widgetthanks. is this calenders appearing on the right side of template? I mean I need calender as a widget below the search widget, not in the page.
Hello,
I have put this code on Header.php file
<script>
var e = document.getElementsByClassName(“socialmedia”)[0];
var icons = e.getElementsByTagName(“img”);
icons[3].src = “Iconsrc”;
</script>but nothing changet on my socialmedia Icons. The Icon has uploaded on my domain and I have put the address of the Icon instead of “Iconsrc”
wherer is the problem?
However, you might look into embedding some JavaScript on your WordPress install to replace the image source of the RSS icon on page load.
thanks. can you explain it more ?
However, you might look into embedding some JavaScript on your WordPress install to replace the image source of the RSS icon on page load.
thanks. can you explain it more ?
Forum: Themes and Templates
In reply to: [Iconic One] How to disable Commenting Functionalitythanks 😀