agnesvarda
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to add transparent gif (my logo) to headerok… I went to your site and there’s no contact button there. If you add one I can help you via email, it will be much easier. If you don’t wanna do that, you image code should look something like this:
<img src=”http://www.beaglerescueleague.org/…IMGname.gif” alt=”” title=”…” width=”424″ height=”238″ class=”alignnone size-full wp-image-5013″ />
…you have to get the url where it is uploaded, so the browser can find it.
Forum: Fixing WordPress
In reply to: How to add transparent gif (my logo) to headeryes it should work, even though it is not a clean code it will display your image.
Forum: Fixing WordPress
In reply to: How to add transparent gif (my logo) to headerI don’t perceive this as a problem, in fact ‘Rev. Voodoo’ is correct.
I just think it could get too complicated for you, so I gave you the simpler answer.Forum: Fixing WordPress
In reply to: How to add transparent gif (my logo) to headerI’ve put on mine and it works fine.
Instead of just saying it doesn’t go there why don’t give it other minute and help ‘brlbeagle’ on his/her question? ; )
Forum: Fixing WordPress
In reply to: How to add transparent gif (my logo) to header[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: place "home" link in navigation/menu barSorry, i’m not able to help you. You header really is very diferent from all the templates I’ve seen. Good Luck.
Forum: Fixing WordPress
In reply to: How Can I change the "Last" to another language?wow, that’s a nicer, simpler and cleaner way of doing it!
Forum: Fixing WordPress
In reply to: How to add transparent gif (my logo) to headerNo.
did you uploaded the image as I said?
Can you paste the code found on your header.php here?
do you understand what i am saying?
Forum: Fixing WordPress
In reply to: place "home" link in navigation/menu barCan you paste your header.php code here?
Forum: Fixing WordPress
In reply to: How Can I change the "Last" to another language?you would have to get into the php of that particular plug in and change it…
Download the plug in into your desktop > search all files from that folder for the word “Last” and replace it.
Upload the folder in your plug in directory to re-write the files there
be carefull with this, back up all your original files
Forum: Fixing WordPress
In reply to: place "home" link in navigation/menu barYour template has a ‘home’ link on every single page. A web standart is to have it “embedded” on the blog/site name and/or logo.
I navigated on your site and was able to return to the index by clicking on your logo, try it yourself:
Forum: Fixing WordPress
In reply to: First post (newbie) showed on home page, can't find next postthat template seems weird, no navigation at all?
ps: for your video to be correctly displayed on your home page you should enter this:
<object width="290" height="242"><param name="movie" value="http://www.youtube.com/v/pTMXan09Dn8?fs=1&hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/pTMXan09Dn8?fs=1&hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="290" height="242"></embed></object>it will give you the appropriate width and proportional scaling
Forum: Fixing WordPress
In reply to: How to add transparent gif (my logo) to headerthere are many ways… here’s one:
1. upload the image to wordpress ( posts > add new > Upload/Insert > click on the first icon to the right to do an image upload > find the image on your hard drive > MAKE SURE THAT ON ALIGNMENT YOU SELECT: NONE > save all changes
that you give you something like this:
<img src="http://www.beaglerescueleague.org/...IMGname.gif" alt="" title="..." width="424" height="238" class="alignnone size-full wp-image-5013" />copy and paste this code into your header.php, under the h2 section
back up all your files before doing so!
be careful with tranparent gif’s, they can give you a nasty outline!
Forum: Fixing WordPress
In reply to: Problem with displaying postsI believe that the code is pasted on your “Upload/Insert” area. To check for that, go to:
wp-admin/edit.php > posts > post title > actual post and see.
Forum: Fixing WordPress
In reply to: wrong url loading for homepagewhere is your root?
did mess up with the “WordPress address (URL)” on your settings page?