Add Banner on Right Top Header

Discussion in 'Cloriato WordPress Theme' started by stepplus3491788, Mar 18, 2014.

  1. stepplus3491788

    stepplus3491788 Guest

    Joined:
    Mar 4, 2014
    Messages:
    25
    Likes Received:
    1
    Hi Support,

    Header:Top Right has more space to add banner. Then If I like to add one banner on top right. Size of Banner should match with space area.
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the header.php file present in your theme directory and paste the code given below in that file
    and follow the instruction shown in the image given below.

    Code:
    <img src="Enter your image URL address here" style="max-width: 100%;"/> 
    [​IMG]


    This will solve your issue.
     
  3. stepplus3491788

    stepplus3491788 Guest

    Joined:
    Mar 4, 2014
    Messages:
    25
    Likes Received:
    1
    Hi Piyush,

    1 I already place banner on top. it is very nice and thank. However I still also need to adjust a bit on margin on top and the right hand as per attached picture.

    2. I also need to link(hyperlink) this banner to website. Can we do so. Please advise.

    3. When I place this banner. I found that it is not convenience very much to edit banner into aperance>editor>header.

    Then can we add this command to css and change banner on theme option>custom css.

    Thank you very much and very appreciated for your helps, Piyush
     

    Attached Files:

  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. Could you please share us your website link so that we can provide you the exact solution.

    2. Put the code given below in place of previous image code.
    Code:
    <a href="Enter your Link address for banner image"> <img src="Enter your image URL address here" style="max-width: 100%;"/></a>
    3. It is not possible to do that with the css code.
    I would like to suggest you that to use child theme if you want to do any customization in theme file.
    Download the child theme attached with this post and install it in your dashboard.

    Follow the link given below for reference
    http://www.inkthemes.com/httpwww-in...rdpress-a-way-to-save-themes-modification/02/

    I hope it will help you.
     

    Attached Files:

  5. stepplus3491788

    stepplus3491788 Guest

    Joined:
    Mar 4, 2014
    Messages:
    25
    Likes Received:
    1
  6. stepplus3491788

    stepplus3491788 Guest

    Joined:
    Mar 4, 2014
    Messages:
    25
    Likes Received:
    1
    Hi Piyush,

    My web is http:// www.negotiation-school.com

    Please find attched hearwith that I was trying to install child Theme but there is an error. Below is warning after I try to install:

    Warning: An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums. (WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.) in /home/negotiat/domains/negotiation-school.com/public_html/wp-includes/update.php on line 407

    Regards
    Surachai
     

    Attached Files:

  7. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .top_right_bar img {
    margin-bottom: 15px;
    }
    .top_right_bar {
    margin-top: 20px;
    text-align: right;
    }
     
    You can adjust the value of "margin" as per your requirement.
    This will solve the alignment issue of top right banner image.

    2. Follow the link given below for warning issue.
    http://wordpress.org/support/topic/php-error-notice-when-updating-plug-ins-since-37-update

    I hope this will help you.
     

Share This Page