jay_bo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Random SQL code at the footer of the websiteSo far I have tried the following
– deactivated all plugins
– a fresh installation of WordPress (latest version)
– updates all pluginsThe SQL code has only recently appeared in the past couple of days and nothing has been changed on the website or back admin. My local copy on running through localhost works fine but even the theme files from there uploaded to the server still shows the SQL code
Forum: Themes and Templates
In reply to: Image display problemSOLVED:
Seems WordPress did not like the image being stored in the images folder. I fixed it by moving the image to the root of the web hosting space and referenced the full URL and it worked.
Hope this helps people.
Forum: Themes and Templates
In reply to: Image display problemSorry I did have the attributes in but I was experimenting to see if I had did them wrong, resulting in it not displaying.
Okay I have taken your point into consideration and still didn’t display anything.
So now I have place a div tag where I want the picture and styled it with the following …
`#advert
{
width: 598px;
height: 428px;
background-image:url(http://www.******.co.uk/wp-content/themes/Driver/images/Advert.jpg);
background-repeat:no-repeat;
}’I’m pulling my hair out with this.
Thanks for your reply.