• Closed
  • Piers Lawson
    Spectator
    12.07.2015 at 22:49 #18820

    I have Evolve+. I’m using the Content Boxes short code to create Content Boxes on some of my pages. However they don’t look the same as the content boxes created on the front page using the Theme’s “Front Page Content Boxes”. On the front page the Learn More buttons get the styles “read-more btn” and react as I hover over them. The Learn More buttons on a page using the shortcode have no styles, though their container span has the style “more”, and they are static when I hover over them.

    Can I get the shortcode generated content boxes to look and react to a hover the same as the front page boxes?

    Also, it would be nice if the title of the content box could have its URL set independently of the Learn More button… either just setting a URL without text for the button should make the title a link OR I should be able to set the two separately.

    Denzel Chia
    Moderator
    Posts: 2656
    13.07.2015 at 07:27 #18831

    Hi,

    You can set the link and linktext to empty and use a button shortcode.

    For example, the following set of content boxes shortcode, includes button shortcode.

    [content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]
    [content_box title="Flexible" icon="fa-wrench" image="" link="" linktarget="" linktext=""]
    Lorem ipsum dolor sit amet, consectetur adipiscing elit dolor pellentesque nibh.

    Learn More
    [/content_box]
    [content_box title="Responsive" icon="fa-tablet" image="" link="" linktarget="" linktext=""]
    Donec sit amet neque accumsan turpis tempus viverra consectetur posuere.

    Learn More
    [/content_box]
    [content_box last="yes" title="Retina Ready" icon="fa-magic" image="" link="" linktarget="" linktext=""]
    Nam condimentum nec mi aliquam accumsan phasellus nulla lorem gravida.

    Learn More
    [/content_box]
    [/content_boxes]

    Thanks!
    Denzel

    Piers Lawson
    Spectator
    Posts: 1
    14.07.2015 at 00:39 #18871

    Thanks for your solution… it seems difficult to get exactly the same look.

    Denzel Chia
    Moderator
    Posts: 2656
    14.07.2015 at 06:44 #18876

    Hi,

    You can use the theme4press core plugin shortcode editor to try out all the possible combinations for the button shortcode and try to get as close as possible.

    I am sorry, I am color blind and cannot assist in getting the correct color combination of the button.

    Thanks!
    Denzel