• Resolved JohnUK

    (@johnuk)


    Hi there I am trying to edit a wordpress site, http://www.budibar.com on every page in the top right is an image that says wisdom to wellness and is also a link to a youtube video, I need to change both the image and link yet nowhere in the dashboard can I find how to do this. Any help appreciated

    Many thanks, John

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try looking in your custom theme’s header.php template file.

    Thread Starter JohnUK

    (@johnuk)

    Found it, many thanks, I thought I checked there earlier, must have missed it.

    Thank you ever so much, John

    Thread Starter JohnUK

    (@johnuk)

    aaargh, this whole thread is a mess now Im so sorry I just need to sort this issue with the link please ignore all above posts and refer here I was trrying to say….

    hmmm, I have changed the header link to read as follows……

    <div id="social">
                            <a href="http://www.youtube.com/user/BudiBar/videos" target="_blank" title="Watch the latest show on youtube!">
                               <img src="<?php echo $root; ?>/images/wisdom-to-wellness-show.jpg" alt="Wisdom to Wellness Show Graphic" />
                               <br />
                               Click to watch here

    but unfortunately as much as the link is correct when I have updated the header file and go back to the website, if I now click the image the link dosent work I get the message….

    Server not found
    Firefox can’t find the server at http.
    Check the address for typing errors such as
    ww.example.com instead of
    http://www.example.com
    If you are unable to load any pages, check your computer’s network
    connection.
    If your computer or network is protected by a firewall or proxy, make sure
    that Firefox is permitted to access the Web.

    Furthermore if I ctrl and click the image then select “copy link location, when I then paste the copied link it comes up as follows…

    http://http//www.youtube.com/user/BudiBar/videos

    yet I have the link in the header as posted in the copied code at the beginning of this post which is a cut n paste from the header.

    Help please, thanks, John

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change global image /link’ is closed to new replies.