Home Page 2-column Right Side is broken

Discussion in 'Cloriato WordPress Theme' started by pangeaseed, Sep 4, 2014.

  1. pangeaseed

    pangeaseed Member

    Joined:
    Oct 1, 2012
    Messages:
    30
    Likes Received:
    0
    Hello,

    I have been having a problem with the home page features, specifically with the right side of the 2-column part.

    The content is not displayed correctly.

    Scenario 1:
    when an image is inserted at the beginning of the content box, it only shows the image w/out displaying the text that is written in the configuration interface. Also, the <a href> link is appearing as unclickable text. - See image below.

    [​IMG]

    Scenario 2:
    it only shows the text if the image is inserted after the text. the same issue with the <a href> tag is ocurring. Additionally it says "read more" which isn't clickable either. - See image below.

    [​IMG]

    This is a very important component of our website and it has been frustrating me a lot that I can't fix it.

    the URL is pangeaseed.org

    Any assistance would be much appreciated.

    Thank you!
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    You have used following CSS in Custom CSS so the image is not displaying.
    Code:
    .feature_content .read_more {
    display: none;
    }
    Use following CSS to display image.
    Code:
    .feature_content .read_more {
    display: block;
    }
    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. pangeaseed

    pangeaseed Member

    Joined:
    Oct 1, 2012
    Messages:
    30
    Likes Received:
    0
    Hi -

    Thanks for the reply.

    Still not working.

    with the CSS code that you provided and the following in the interface box,

    <h3 style="color:black;"><b>Help create the world's largest marine sanctuary!</b></h3>

    <img src="http://pangeaseed.org/wp-content/uploads/2014/09/Reef-4.jpg" width="275>

    <p>Less than 2% of the world's ocean is currently protected and that is unacceptable. The United States should be leading the way in protecting our ocean and its valuable resources. Our seas face enormous threats, from ocean acidification to warming to garbage pollution, and we must act to now to preserve our ocean ecosystems.

    Expanding the Pacific Remote Island National Marine Monument is a critical step in this process and will help ensure the protection of whales, sea turtles, hundreds of species of birds, and countless fish.

    In June, President Obama announced plans to expand the Pacific Remote Islands National Marine Monument, closing it to fishing, energy exploration, and other activities. Unfortunately, the commercial fishing industry and other special interests are pushing back hard.

    Tell President Obama TODAY that you want the U.S. to take the lead in protecting our world’s ocean - sign and share via the link below: </p>
    <br>
    <a href="http://bit.ly/1u0oLvb">http://bit.ly/1u0oLvb</a>

    it looks like this:
    [​IMG]

    all the text is not appearing!
    also, I do not want it to say "read more".

    Any suggestions on how to fix this are appreciated.
    thanks!
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
  5. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Your issue has been fixed.
    Cheers :)

    Thanks & Regards
    Yogesh Bhade
     

Share This Page