Support

link a photo (logo) (21 posts)

  1. rss baron.cale

    member


    rss Posted 3 years ago
    #

    Hi,

    I'm having problems putting a link on our Logo -

    The code for Garden theme: #header {background: transparent url(images/background.jpg)

    How to add a link to the background.jpg?

    Thanks!

  2. rss milo

    moderator


    rss Posted 3 years ago
    #

    Please post an url/link first, thank you.

  3. rss baron.cale

    member


    rss Posted 3 years ago
    #

    Sure, sorry.

    http://contestcentral.impressionegroup.com/

    We are trying to link the 'ImpressionE' logo (background.jog) on the top of the page to http://impressionegroup.com.

    Thanks!

  4. rss milo

    moderator


    rss Posted 3 years ago
    #

    The easiest way would be to change the header php code from

    <div id="header">

    to this

    <div id="header" title="<?php bloginfo('name'); ?>" onclick="location.href='<?php echo get_settings('home'); ?>';" style="cursor: pointer;">

    in the header php template.

    Please try and let me know the result.

  5. rss baron.cale

    member


    rss Posted 3 years ago
    #

    It did work, but the home address is different than the address we'd want it to go to -

    home is http://contestcentral.impressionegroup.com/; we would want it to go to http://impressionegroup.com/.

    Is there a way to stick the address in?

    Thanks!

  6. rss milo

    moderator


    rss Posted 3 years ago
    #

    Try this please:

    <div id="header" title="<?php bloginfo('name'); ?>" onclick="location.href='http://impressionegroup.com/';" style="cursor: pointer;">

    Not sure if WordPress can handle this but it looks ok.

  7. rss baron.cale

    member


    rss Posted 3 years ago
    #

    YES! It works! Thanks so much!

  8. rss milo

    moderator


    rss Posted 3 years ago
    #

    Please do not open several threads for the same site.

  9. rss baron.cale

    member


    rss Posted 3 years ago
    #

    You mean use this thread for any other questions about our site?

  10. rss milo

    moderator


    rss Posted 3 years ago
    #

    Yes, one theme = one site = one thread.

  11. rss baron.cale

    member


    rss Posted 3 years ago
    #

    Okay, sorry!

    Is there a way for me to move the Blog title ("Contest Central by Impressione")? Currently it's on the upper left of the ImpressionE logo, and we'd like to have it centered underneath the logo. I have not been able to find the sheet that references the placement of this blog title.

    Can you instruct me?

    Thanks!

  12. rss milo

    moderator


    rss Posted 3 years ago
    #

    Open the stylesheet and find this lines:

    #header h1, h1 a {font-family: Times, Helvetica, Sans-Serif;font-size: 20px;color: #A03F1A;text-decoration: none;padding: 0 10px 0 10px;margin: 0;text-transform:uppercase;display:block;}

    You might add text-align:center; and increase the padding top tag, so it will stay under the logo.

    You may have more problems: the chat widget is killing the layout, there is a vertical bar is appearing in any screen resolution (from 900px to 1800px).

  13. rss baron.cale

    member


    rss Posted 3 years ago
    #

    Hi Milo,

    Sorry I'm such a newbie.

    The text-align:center; worked; however no matter what value I put on the padding the title only drops a couple lines.

    Is it okay to post some of the code here so you can see what we have?

    Thanks.

  14. rss milo

    moderator


    rss Posted 3 years ago
    #

    Feel free =)

  15. rss baron.cale

    member


    rss Posted 3 years ago
    #

    #header {background: transparent url(images/background.jpg) top center no-repeat;width: 100%;height:125px;margin: 0px auto 0px;padding: 10px 0 10px 0;text-align: left;text-transform: uppercase;}#header h1, h1 a {font-family: Times, Helvetica, Sans-Serif;font-size: 20px;color: #A03F1A;text-decoration: none;text-align:center;padding: 0 10px 0 10px;margin: 0;text-transform:uppercase;display:block;}description {display:none;}

    Note, the background.jpg is the logo -

    Thanks.

  16. rss milo

    moderator


    rss Posted 3 years ago
    #

    Check this line, it's important:

    #header h1, h1 a {...padding: 0 10px 0 10px;margin: 0;

    you might increase the padding and/or the margin, like this:

    #header h1, h1 a {...padding:50px 0 0 50px;margin: 0;

    to find the best way.

  17. rss baron.cale

    member


    rss Posted 3 years ago
    #

    Thanks! That did the trick.

  18. rss baron.cale

    member


    rss Posted 3 years ago
    #

    Hi -

    in the tips section, I found:

    Adding Flickr Photo stream without a plugin:

    <script type="text/javascript" src="http://www.flickr.com/badge_code.gne?nsid=75017260@N00&count=8&display=latest&name=1&size=square&raw=2"></script>

    where 75017260@ N00 is the Flickr ID to change.

    Which sheet does this go in?

  19. rss milo

    moderator


    rss Posted 3 years ago
    #

    You can use it in the sidebar sections, or footer sections, simply
    by adding this:

    <h2>Flickr</h2>

    <script type="text/javascript" src="http://www.flickr.com/badge_code.gne?nsid=YOUR FLICKR ID&count=NUMBER OF IMAGES&display=latest&name=1&size=square&raw=2"></script>

  20. rss baron.cale

    member


    rss Posted 3 years ago
    #

    Hi Milo,

    This doesn't see to work with group id's. The pluggin doesn't really work, but Flickr does come up in the page perhaps once or twice in ten refreshes.

    Any ideas?

    Thanks.

  21. rss milo

    moderator


    rss Posted 3 years ago
    #

    Well, it just works with usernames as it's a simple script,
    please check the script for any errors, as it works usually without any flaws.

Reply

You must log in to post.

Design by milo

Milo designs web sites that strike the perfect balance between professional high-class graphics, functionality, usability, user experience, and high performance.