Home Page 2 Columns

Discussion in 'Cloriato WordPress Theme' started by gabriellastrano, May 9, 2013.

Thread Status:
Not open for further replies.
  1. gabriellastrano

    gabriellastrano Member

    Joined:
    May 6, 2013
    Messages:
    95
    Likes Received:
    1
    The Home Page 2 Columns section of the Theme Options doesn't have a box to upload an image - only a content box where html tags can be placed if required. I just want to have an image there - no content, or links, or you tube videos etc. - how do I do this?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    You can follow the steps given below to display the image in that section.
    1). Upload your image in the media library from the media panel and copy the URL of that image.
    2). Go to the Home Page 2 cols panel (Appearance ->Theme Options ->Home Page 2 cols) in your dashboard and paste the image code given below in the Right Column Content section.
    Code:
    <a href="Enter your link here">
    <img src="Paste Image URL here" />
    </a>
    See the image for the reference,
    [​IMG]


    This will display your image in the Right column content area of the Home Page 2 Cols Section.

    If you want to display there a youtube video instead of the image then paste the embed code of that youtube video instead of image code in Right column content section.
     
  3. gabriellastrano

    gabriellastrano Member

    Joined:
    May 6, 2013
    Messages:
    95
    Likes Received:
    1
    Perfect! Thanks.
     
Thread Status:
Not open for further replies.

Share This Page