-
How Do I Remove The Socrates Logo?
If you have an unlimited license you can remove the footer code.
Find this code in
Appearance > Editor > footer.php
<?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 } ?>
And replace with
<div class="bottomBarNoLogo"></div>
-
Possible with Child Theme
This works great in the original footer.php.
Is it possible to do this using the child theme?
Thanks,
Brian
-
Yes, just upload a modified footer.php to the child theme.
-
Trouble using in Child Theme
Hello,
I created a Child theme and implemented the above in a custom version of footer.php as you suggest. However, I get several include errors like so :
Warning: include(widgetLeft.php) [function.include]: failed to open stream: No such file or directory...
Should I correct the path to these to look in the Socrates directory OR should I simply duplicate these files (widgetLeft.php, etc.) directly in the child theme's folder?
-
That is strange.. I would say show me the file but the simplest solution might be to just move the widget files as you say. So just copy them and put in child directory.
-
I made copies of the Widget include files directly in the Child theme directory. I am no longer getting the errors.
Thanks for your time.
-
I just purchased the unlimited license. from this statement: Option to remove footer link (if you don’t want commissions).
It does not look like the footer is conncected with any affiliate link and see nothing in the theme asking for it.
Do I have to do anything to footer to get commissions?
-
Hi pault,
Go to WP Dashboard > Socrates > Settings > Affiliate ID and Analytics, and put your ClickBank ID in. That will encode the footer with your ID so you can receive commissions.
Similar Threads
-
By swyn in forum Graphics and Design
Replies: 15
Last Post: 09-10-2010, 08:21 PM
-
By odordude in forum Custom Mods
Replies: 18
Last Post: 09-07-2010, 04:52 PM
-
By oliver in forum Official Support
Replies: 1
Last Post: 09-02-2010, 01:46 AM
-
By markd16 in forum Official Support
Replies: 1
Last Post: 08-28-2010, 06:32 PM
-
By wpfanatic99 in forum Official Support
Replies: 1
Last Post: 06-22-2010, 10:27 PM
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
|