-
Removing Socrates Logo
Hi I am trying to remove socrates logo at bottom right hand side and there are posts already on this in the forum which i have been referred to by Dan ......however the code has changed in the footer editor and the advice given is no longer valid .
In the code it says
<!-- You can remove footer link manually by removing the next two lines -->
However removing these lines leads to syntax errors
Please can someone answer which lines i need to remove to get rid of the socrates logo and yes i know i get a commission if i sell one! :-)
Cheers Craig
-
Hi Guys
anyone know the answer to this yet please ?
thanks
-
Find the code in the footer file that looks like:
<?php if(!(is_page_template('squeezepage.php') and !$custom_fields['_mcf_squeezefooterlogo'][0]) and !(is_page_template('salespage.php') and !$custom_fields['_mcf_salesfooterlogo'][0]) and !(is_page_template('fullpage.php') and !$custom_fields['_mcf_fullfooterlogo'][0])) { ?>
<a target="_blank" href="http://www.socratestheme.com/cb/go.php?id=<?php echo $analytic['click'] ?>">
<div class="bottomBar"></div></a>
<?php } else { ?>
<div class="bottomBarNoLogo"></div>
<?php } ?>
One way is to change bottomBar to bottomBarNoLogo
-
-
Thanks for the video
Great additional help...thanks, makes removing the Socrates logo in the bottom right corner easy!
-
Change Log
How can we change the logo in the footer from socrates to our own verses removing. Id rather have a "get a website like this" going to my site and give teh choice of a custom built site or buy socrates if they want to do it on thier own. Let me know.
-
You can just replace our image with your own
You'd have to find this file in your images folder and replace it.
http://www.socratestheme.com/downloa.../bg-bottom.png
-
Replace Socrates Logo
Thanks for the tip Dan. FYI anyone who wants to create sites and refer users to your money site so your audience can choose to either buy Socrates or have you create and host a socrates site for them this is how I changed the link and bottom right Socrates logo.
- First opened my free FTP filezilla and went to my cpanel files under [public_html], found my site name, [yoursite.com] then wp-content, themes, socrates, images,
next downloaded bg-bottom.psd
I edited the bg-bottom.psd file replacing socrates logo with my personal logo in my photo editer keeping the size the same (photoshop, gimp, photodraw, etc)
I saved my edits as bg-bottom.png file.
I then used filezilla to up load new edited file to server from the same spot I down loaded from and overwrote the current file.
I then went to my wordpress admin
Under Apperance I clicked on "editor"
I then went to footer.php to make the following edits
you must look for line half way down : <?php $analytic = get_option("analyticOptions"); ?>
Replace five lines of code under above and your url/domain name with...
<?php if(!(is_page_template('squeezepage.php') and !$custom_fields['_mcf_squeezefooterlogo'][0]) and !(is_page_template('salespage.php') and !$custom_fields['_mcf_salesfooterlogo'][0]) and !(is_page_template('fullpage.php') and !$custom_fields['_mcf_fullfooterlogo'][0])) { ?>
<a target="_blank" href="http://www.YOUR-DOMAIN-NAME.com/ ">
<div class="bottomBar"></div></a>
<?php } else { ?>
<div class="bottomBarNoLogo"></div>
<?php } ?>
This has worked on all five sites I am currently working on using socrates.
Good Luck and good selling
Last edited by shaliam; 08-04-2010 at 12:39 PM.
-
 Originally Posted by lynnth
Find the code in the footer file that looks like:
<?php if(!(is_page_template('squeezepage.php') and !$custom_fields['_mcf_squeezefooterlogo'][0]) and !(is_page_template('salespage.php') and !$custom_fields['_mcf_salesfooterlogo'][0]) and !(is_page_template('fullpage.php') and !$custom_fields['_mcf_fullfooterlogo'][0])) { ?>
<a target="_blank" href="http://www.socratestheme.com/cb/go.php?id=<?php echo $analytic['click'] ?>">
<div class="bottomBar"></div></a>
<?php } else { ?>
<div class="bottomBarNoLogo"></div>
<?php } ?>
One way is to change bottomBar to bottomBarNoLogo
Thanks!!!
I changed bottomBar to bottomBarNoLogo, just in case I want the logo back one day.
Ats12
Keep the video tutorials coming, there is not enough.
-
Can you elaborate on the video tutorials being not enough?
If there is a specific video you would like let me know. We have more than most any theme, so I just need to know what else to cover.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|