Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #346460

    thought this would be easy I have tried everything

    http://webdesignwebpagedesign.com/wp-content/uploads/2014/11/99-Graphic-Design-Vancouver.png” style=”float:right;” width=”477″ height=156″ alt=”99 Graphic Design Vancoucer” title=”webdesign banner” />

    I want it to sit to the right the same as the logo on the left

    ultimately I would like too rotate banners I tried with AdRotate

    [adrotate group=”1″] Directly in a theme: <?php echo adrotate_group(1); ?>

    this is the site I am playing with http://webdesignwebpagedesign.com/ its enfold theme

    #346766

    Hey jasonwettstein1!

    You can try adding that code on line 13 in /enfold/includes/helper-main-menu.php. Or if you just wanting to add another image to your header then add this in that spot.

    <img src = "URL to your image" />
    

    Regards,
    Elliott

    #346806

    OK sorry where do I put this to get it on the left side of my header even height with the current logo here http://webdesignwebpagedesign.com/ I am somewhat new to WP so the code is a martian

    Vancouver 99 Graphic Design - Logo Design

    #346811
    This reply has been marked as private.
    #346825
    This reply has been marked as private.
    #346919

    help please

    #347241

    Hey!

    On line 13 in /enfold/includes/helper-main-menu.php right below this line,

    <header id='header' class=' header_color <?php avia_is_dark_bg('header_color'); echo " ".$headerS['header_class']; ?>' <?php avia_markup_helper(array('context' => 'header','post_type'=>'forum'));?>>
    

    Best regards,
    Elliott

    #347353

    http://webdesignwebpagedesign.com/

    can you have a look I dont want to leave it to long like this but so you can see its not good I want it in the same place the logo is but on the right side

    #347375

    the white rectangle is the place I want to be able to put html banners

    http://webdesignwebpagedesign.com/wp-content/uploads/2014/11/Screen-Shot-2014-11-06-at-11.05.42-AM-2.png

    you can see the banner is dropping behind the header background top left

    #347778

    Hey!

    You can move it to the left by surrounding it with this.

    <div style = "position: relative; left: 200px;">
    
    </div>

    Or this,

    <div style = "position: absolute; top: 0px; left: 500px;">
    
    </div>

    Go ahead and add it back in so we can see what it’s doing.

    Best regards,
    Elliott

    #347947
    #347948

    I think my reviews are loosing stars today

    I cant leave this 24 hours it seems thats your support lag thats tough

    #348010
    This reply has been marked as private.
    #348013

    how it should look and where I need to add images and I want the responsive… will pay if needed
    how it should look

    #348164

    Apart from the fact that support is not mandatory on themeforest and not part of the purchase you make, we do try to offer it nevertheless, because we simply think its good business. And even though customizations are usually not part of our support I think we could have solved this problem. But asking for free support and customization and at the same time dropping a one star rating is so disrespectful that I will now simply close this thread.

    Advice for the future: Would recommend to not try and bully other authors with one star ratings since it might get you banned from themeforest.

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘banners in header WHAT WORKS?’ is closed to new replies.