faceyourfearuk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Scripting IssueThanks for this. I might be even more confused now.
Both sites are hosted by 123-reg. I think that I probably need to replace the file paths but I can’t see a way of installing new plugins such as Velvet Blues in their dashboard.
I think that I’m also going to need to export the MySQL database, but this doesn’t look very easy in 123-reg either.
Forum: Fixing WordPress
In reply to: Rollback theme updatehttp://demo.s5themes.com/?theme=webfolio”
I’ve been using it for ages. I’m not totally sure that it was their update that has interfered with my widgets.
Forum: Fixing WordPress
In reply to: Rollback theme updateI’m using Webfolio. I’ve posted on their forum too but they might take a few days to get back to me and I wanted to try and fix it or work around it myself if I could.
Forum: Fixing WordPress
In reply to: Padding around pluginIt took me a couple of goes to work out where to add it, but that’s done it! Thanks.
Forum: Fixing WordPress
In reply to: Adding image to template headerI added some extra space on the image itself to pad out the top. That’s resolved now, thanks.
I’d like to add in a drop down menu but the default has a high transparency meaning that the slider shows through. I can’t see anywhere in the code to change that. Should I start a new thread for this?
Forum: Fixing WordPress
In reply to: Adding image to template headerWould you have any idea how I could align the two images? I’ve tried a few things but the image doesn’t move vertically with any of them.
Forum: Fixing WordPress
In reply to: Adding image to template headerI’ve figured out the path for the file. I just need to sort out the alignment now, thanks.
Forum: Fixing WordPress
In reply to: Adding image to template headerI’ve inserted the code:
<img src="url(library/images/image3037.png)" width="95" height="67" position:absolute; top:2px; right:0px;>A box has appeared on the website but I haven’t referenced the image properly because it’s coming up with a cross. I also haven’t positioned it correctly, since it’s high in the top left instead of above the menu on the right.
Forum: Fixing WordPress
In reply to: Adding image to template headerThanks for that. I think what has confused me is that the rest of the code for the header doesn’t seem to reference a file. For example:
#logo { position:absolute; top:2px; left:0px; color:#FFF; } #logo a img{ border:none; vertical-align:middle; margin-right:20px; } #logo a { font-size:40px; font-weight:bold; color:#ddd; } #logo h1 { margin:0; padding:0; font-weight:bold; } #logo a:hover { text-decoration: none; } #logo span { font-size:11px; padding-top:8px; text-transform: uppercase; color:#888; display:block;Maybe I need to do what you suggest but reference the library, like this:
#site5top a { display:block; width:197px; height:22px; text-indent:-9999px; background:url(library/images/site5_top.png) 0 0 no-repeat;Forum: Fixing WordPress
In reply to: Adding image to template headerI’m using the Site 5 Webfolio theme. I’d imagine I’m just missing a short, generic piece of code. Please let me know if you need any more information.