Search:
Type: Posts; User: jonc
Search:
Search took 0.01 seconds.
-
Try activating the Socrates theme after you activate WPSA.
-
Do you have it up on a site now so I can take a look at it in the wild to figure out what the issue is?
I am not familiar with the featured slider so I would need to see how it works/breaks.
-
Can you give me a sample of the amazon html you are using so I can give it a try? Throw it in code tags in your post.
-
I just tested it and it works fine if you use a slug, so it doesn't appear to be an issue with the Socrates theme.
For example, if your category was called "iPhone" you would name the file...
-
Did you paste in the iFrame code when on the "HTML" tab of the post/page editor or the "Visual" tab? It should go in the HTML tab.
-
Godfadr,
Yes, you can create multiple ads that go to different locations.
Yes, you can put the ad code on any site.
Ehiatt121,
-
If you find this line in contact.php
<?php if(!$_POST['contact-Submit']) { ?>
and move it here:
<div class="postAuthor"></div>
<?php if(!$_POST['contact-Submit']) { ?>
-
Sorry about that. Try it again, it should work now.
-
That setting will only change the link color in posts, not in pages. You can make it also change the link color in pages by finding the following line in header.php:
<style type="text/css">...
-
I wanted to thank everyone for helping test the Socrates Banner Exchange system, it has been a great test and everything seems to be working as expected.
As a result we have decided to make more...
-
EHiatt, as of now it is all random, however when the system gets enough users I was going to setup "categories" so you can pick which categories of sites your ads are displayed on and which category...
-
1. You can find this code in the contactpage.php file:
<?php if(!$_POST['contact-Submit']) { ?>
<?php } else {
$contactSettings = get_option("socratescontactsettings");
...
-
Currently you can create 3 different banners, or upload a new image and change the URL to overwrite an old banner.
If you have multiple banners the impressions you earn will be evenly distributed...
-
EHiatt, did you ever get your URL to work? It sounds like you are doing it correctly and all your assumptions when explaining it to lizv were correct. Be sure it has an http:// in front of it. PM...
-
Hey everyone,
I haven't been on the forum lately because I have been busy working away on the banner exchange for the next version of Socrates. I am happy to announce that it is almost ready but...
-
Fili,
I have several macs running the latest version of Mac OS and do all my development in FireFox. I have never seen this issue. Dan sent me the link and I checked your site on multiple macs...
-
It you change the width of .im-maincontent in styleBothSides.css to 563px it will fix it.
-
compusol is correct, although there is a slightly easier way to go about it that requires changing less code and accomplishes the same thing.
You can find this line:
if(recentTemp ==...
-
Matt,
It appears to be a permission/ownership issue on your server. If you go to http://www.wpthemestutorial.com/wp-content/themes/socrates/secureimage/securimage_show.php you should see the...
-
Find this in header.php:
<script type="text/javascript">
var J = jQuery.noConflict();
J(document).ready(function() {J('body').supersleight();});
</script>
and change it to this:
-
You can adjust the size by editing the .sidebar entry in the style.css file on line 207.
-
You can send me a private message on the forum.
-
I can't duplicate this issue in any of our test environments which makes me think it may be an issue with the plugin or server config. The line number it is reporting the error on in functions.php...
-
m4worldwide,
It would appear the first error is appearing because you didn't CHMOD your /wp-content/themes/socrates/header-images/uploads folder to 777. If you CHMOD it to 777 you should be able...
-
ruggy,
Find this line in header.php:
<body <?php body_class(); ?>>
and change it to this:
|