gareth gillman
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pinboard] Image in footerIs the image in the main folder or the images folder (or another one?
The code should be something like:
#footer { background:url(footer)image.jpg); }Or if in a folder
#footer { background:url(./folder/footer_image.jpg); }I would also make sure you’re using the right file type for the image, .jpeg is uncommon and likely to be .jpg
Forum: Themes and Templates
In reply to: Gridly Theme SupportAre you adding the template code to the top of the file e.g.
/* Template Na,e: Portfolio */Is the page blank or is something stopping the code (look in view source in your browser).
Forum: Themes and Templates
In reply to: Add an iconed button link codeIt’s nothing with the code, it’s the slider above which is hiding the elements.
You need to add a clear:both; to the styles so that it’s no longer in the shadows of the slider.
Forum: Plugins
In reply to: contact 7 & html codeI have just got it working, I had to hack the plugin file submit.php, and edit the following line
$html = …
I jsut added a class and removed the value.
It’s not advisable if you’re using different forms on one site, but if all the forms are the same then it’s the easiest way.
Forum: Plugins
In reply to: contact 7 & html codeHey Dave
That won’t work here as I can’t add a class / ID to the submit button, and using the input css tag means all my inputs would be the same as the submit button.
Looks like I am going to havw to hack the php….
Forum: Plugins
In reply to: comment ratingsthat’s brilliant, thanks so much
Forum: Fixing WordPress
In reply to: How to update to the latest versionsyou need your ftp details, if your using cpanel, it will be the same as your cpanel login details
Forum: Fixing WordPress
In reply to: looking to pay a professonal to fix my siteI can’t see the error 😐
It loooks fine to me, the header code is as it should be too…
what did you exactly change ? Did you accidentally change the theme ?
Forum: Fixing WordPress
In reply to: Site hacked: Need help finding how link farm added to footerpost your footer.php code as it may be grabbing data from somewhere
Forum: Fixing WordPress
In reply to: looking to pay a professonal to fix my sitethe file is there, so it should show…
could you post the rest of the index.php code for me
Forum: Fixing WordPress
In reply to: Moved WordPress index.php And It All Fell Apartgo into your db, go to wp_options, then the browse the table and check the siteurl is right, it should be
Forum: Fixing WordPress
In reply to: Moved WordPress index.php And It All Fell Apartthe passwords are hashed, so you can’t change them in the sql without poutting the hasing back on (or md5 or whatever lol)
go into your db, and go to the options table and change the url in there,
when you move your site you need to change the db or the config.php so the script knows where to find the other files
Forum: Fixing WordPress
In reply to: looking to pay a professonal to fix my siteyour page is supposed to be like this?
http://www.perfectair.biz/carson-furnace-and-air-conditioning-repair/themes/default/header.php
you just need to do what i said above to get it back
Forum: Fixing WordPress
In reply to: looking to pay a professonal to fix my sitetry this,
go to the editor in appearnace
open main index file, index.php
at the top of the file add
`<?php get_header(); ?>’
Forum: Fixing WordPress
In reply to: modifying the posts admin panelbut thats means adding them for every post ?
i want it to already be done, so when someone goes to make the post, they are given the inputs to fill in