Scoe
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Tracking for Gravity Forms] "Woof" on submitNot to worry, thank you for the quick fix!
Hi Nathan,
I’ve just found the problem. I’m running Gravity Forms 1.8.8 – I didn’t have an update message so assumed it was the most up to date – it’s not.
I’ve upgraded to GF 1.8.22 and all is working as expected.
Thanks for the response and the plugin!
SamForum: Plugins
In reply to: [Plugin: NextGEN Gallery] Upgrade failvery sorry for posting this 4 times, it kept on saying BB error, topic not found, so I tryd again, and consequently ended up posting 4 times.
Sorry agian
Forum: Installing WordPress
In reply to: php4 to php5 connection issueNever mind, I found out that I had the ini_set() in the wrong constructor class, it remained in the php4 function wpdb() instead of the php5 function __construct()
Thanks anyway
Forum: Fixing WordPress
In reply to: Text Widthdid you try re-naming the div? you will need to take all the styles accross too, not the most elegant of fixes, but if it works….
Forum: Fixing WordPress
In reply to: Text Widthlooking again.. that will fix that page, however will screw up your home page.
You need to change the divs from the home page and your page, rename the .middle div then apply the width change.
you should be able to do this in the page.php file, unless you have changed all that already =]
Forum: Fixing WordPress
In reply to: Text WidthThis is your CSS on style.css line 277:
.middle { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:transparent none repeat scroll 0 0; border:0 solid #2B3E4D; float:left; font-size:11px; line-height:16px; margin-left:25px; margin-top:-15px; overflow:hidden; padding:10px; text-align:justify; width:445px; }
change the width to approx 660px:
width:660px;
Forum: Fixing WordPress
In reply to: Make page links imageshm, good idea, however im looking more for something a client can do (someone who doesnt know anything about scripting)
I doubt there is a sollution, however I thought I would ask ??
Forum: Fixing WordPress
In reply to: Text Widthand you dont have a div for a left column, you have right and middle…. no left
Forum: Fixing WordPress
In reply to: Text Widthim confused as to what you are trying to achieve… do you want all the main data in the middle column?
Forum: Fixing WordPress
In reply to: Cannot review page as I edit – oops page not availabledo you have access to your database?… if yes… check that there is a about me post in the wp_posts table.
If its not in there then your db connection has gone wrong somewhere.
Otherwise, I have no idea what has gone wrong :S
=]
Forum: Fixing WordPress
In reply to: Cannot review page as I edit – oops page not availablehmmm, well I can see the website now.
Im not too sure what the problem is with the about me link, however I would delete the page and re-make it.
Check that your permalinks are set up correctly too
also check the link that the page is giving, go edit > then its near the top, check that its the same as the link on the wesbite. (it should be, but doesnt hurt to check)Forum: Fixing WordPress
In reply to: My video won’t showEverything is fine for me
Forum: Fixing WordPress
In reply to: Incomming Links RSS Errorand also what your doing to get that error
Forum: Fixing WordPress
In reply to: Cannot review page as I edit – oops page not availableI cant get onto that link at all…
and no you dont need too, the PHP code sorts it all out for you