how remove footer links from SMThemes ?

well you cant remove the bottom php. they code these very clever. I did manage to find the links and add my own links in...

I have found completely 3 layers of lock for that footer.

"they code these very clever" <-- it seem that you've found about the buttons.png trick :D

The rest (javascript lock) should be much simpler than that then.
 
Last edited:
wickedguy

I know its different way each theme to remove the footer links, but can you give us example on the the specific one?
 
wickedguy

I know its different way each theme to remove the footer links, but can you give us example on the the specific one?

Unfortunately I can't, cause then they will find out how I do it and change their algo. Pm me your ftp login and wordpress login
 
OK, but I need you to PM me first, cos i cannot PM yet, so pls send me your e-mail address in PM
 
I can't pm cause of the 15 posts minimum, but i've sent you an e-mail via your site wickedguy -

awesome job you're doing by the way!
 
Argh, this footer link thing make me sick. pls tell me what kind of encryption smthemes use so i can find another way to remove them.
 
simply put the <div class='smthemes'> in another div ...let's say <div id='parent_footer'> and set its 'display:none' just as the following

<div id='parent_footer' style="display:none">
<div class='smthemes'>

--code--

</div>
</div>

it will hide the footer for ever .....
 
simply put the <div class='smthemes'> in another div ...let's say <div id='parent_footer'> and set its 'display:none' just as the following

<div id='parent_footer' style="display:none">
<div class='smthemes'>

--code--

</div>
</div>

it will hide the footer for ever .....
 
Bilal: I don't want to hide that link, i want to completely remove them and change wiith my own footer link...
pls help...
 
What file in the SMthemes does this go in? Thanks

simply put the <div class='smthemes'> in another div ...let's say <div id='parent_footer'> and set its 'display:none' just as the following


<div id='parent_footer' style="display:none">
<div class='smthemes'>

--code--

</div>
</div>

it will hide the footer for ever .....
 
Sent you an email, hoping you can help me out, thanks :)
I just joined up here and we use three themes by them. Once I earn my privilege to PM you I will do so. What is sad is there are no WP themes that are free that look and operate like the SMThemes otherwise we would not be in this situation :) Appreciate there is someone like yourself who can work the fixes :)
 
What file in the SMthemes does this go in? Thanks

simply put the <div class='smthemes'> in another div ...let's say <div id='parent_footer'> and set its 'display:none' just as the following


<div id='parent_footer' style="display:none">
<div class='smthemes'>

--code--

</div>
</div>

it will hide the footer for ever .....

hi IAAM Radio, after hide that footer link can we make a new footer with our own link. how..?
thanks in advance.
 
easiest way would be to add this to your .css file

.top_text {
display : none;
}
 
obviously replace top_text with the name of the containing div, the one I looked at on that website it was called that..
 
Hi, this is not my code, I was asking where this code goes. I'm not sure what file to embed it in either.
 
at anybody wanting to remove the smsthemes link, pm me the name of the theme and I will send you the css needed to hide
 
at anybody wanting to remove the smsthemes link, pm me the name of the theme and I will send you the css needed to hide

Do not want to, "hide" he links. Wickedguy does not just hide the links, he removes them giving you full control of your footer. Does your css solution just hide it or does it give the same functionality the Wickedguy offers?
 
Last edited:
Hi
I am new to this Forum
I need a help on SMThemes

I am using Computers SMThemes and how can i remove my footer links?
Please advise
Thank you
 
If you don't find it, download plugin "search and replace". Then in this plugin search for the URL that is at the bottom of your theme. The plugin will indicate in which file it is by clicking the drop-down menu. You may replace it, if you want by a website of your network.
 
Back
Top