Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1058667
    thoocygaming
    Participant

    My image banner at the very top of my page seems to not be working no matter the size I make it in photoshop.

    I want the image to line up with the header text. When I view the website from cornerstone, it looks fine. But when I actually go to my website it shows it shrinked down. I’ve been editing wordpress “appearance” for global site scaling and such, but to no avail. Please help?

    my website is http://www.thoocygaming.com

    #1058791
    thoocygaming
    Participant

    this is getting to be VERY frustrating… What I visualize in cornerstone is NOT even close to the same when I save it and preview the website… What is going on????

    #1058947
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You added the image as a background. Please add the image as Image element. If the image is too big, add an inline STYLE to it.

    e.g.
    width: 50%;


    screenshot

    #1059088
    thoocygaming
    Participant

    I figured it out. But now, how do I get my banner on top of my blog? i cant edit it with cornerstone

    #1059095
    Christopher
    Moderator

    Hi there,

    Blog page is not editable, its content generates automatically. However you can add banner using JS code.

    Please add following code in Customize -> Custom -> JavaScript :

    jQuery("<img src='http://placehold.it/600x500/3498db/2980b9' style='width:100%;'>").insertAfter(".blog header.x-header-landmark");

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1058667 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>