Topic Resolution: Resolved
  • Closed
  • Justin Bennett
    Spectator
    March 23, 2016 at 5:04 pm #25849

    http://www.mohawkhost.com/healingheartstvf2

    I am using the Alora theme. I have setup a static front page and used the short codes to add the content boxes. They display correctly on a computer however when viewing from a phone or mobile device the content boxes are missing. I have tested with Android and Apple devices.

    I am sure this is something simple to resolve, I just didn’t find anything by searching.

    Thank you for any help you can offer,
    Justin

    Denzel Chia
    Moderator
    Posts: 2656
    March 24, 2016 at 12:13 am #25864

    Hi Justin,

    Maybe you did not wrap them in column shortcode.

    Please use the following working shortcode example.

    [one_third last="no"]
    [content_boxes layout="icon-on-top" iconcolor="#333333" circlecolor="#ffffff" circlebordercolor="#5bc0de" backgroundcolor="#ffffff"]
    [content_box title="Quisque elementum" icon="fa-code" image="" image_width="35" image_height="35" link="#" linktarget="_self" linktext="" animation_type="slide" animation_direction="left" animation_speed="1"]Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed lacinia risus accumsan scelerisque hendrerit. Quisque sodales erat. Curabitur in pulvinar eros. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    [/content_box]

    <center>

    Read More</center>
    [/content_boxes][/one_third]

    [one_third last="no"][content_boxes layout="icon-on-top" iconcolor="#333333" circlecolor="#ffffff" circlebordercolor="#5bc0de" backgroundcolor="#ffffff"]
    [content_box title="Suspendisse sodales" icon="fa-coffee" image="" image_width="35" image_height="35" link="#" linktarget="_self" linktext="" animation_type="slide" animation_direction="down" animation_speed="1"]Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed lacinia risus accumsan scelerisque hendrerit. Quisque ac sodales erat. Curabitur in pulvinar eros. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    [/content_box]

    <center>

    Read More</center>
    [/content_boxes][/one_third]

    [one_third last="yes"][content_boxes layout="icon-on-top" iconcolor="#333333" circlecolor="#ffffff" circlebordercolor="#5bc0de" backgroundcolor="#ffffff"]
    [content_box title="Vestibulum faucibus" icon="fa-globe" image="" image_width="35" image_height="35" link="#" linktarget="_self" linktext="" animation_type="slide" animation_direction="right" animation_speed="1"]Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed lacinia risus accumsan scelerisque hendrerit. Quisque ac sodales erat. Curabitur in pulvinar eros. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    [/content_box]

    <center>

    Read More</center>
    [/content_boxes][/one_third]

    Thank you.

    Justin Bennett
    Spectator
    Posts: 3
    March 25, 2016 at 2:50 pm #25902

    After adding the column wrappers the content boxes did show correctly in the modile website. Thank you for the help with that issue.

    However, now the full site now has a formatting issue (with the content boxes) that I cannot seem to resolve.

    Any help would be great!

    Justin

    Denzel Chia
    Moderator
    Posts: 2656
    March 26, 2016 at 5:12 am #25916

    Hi,

    The content boxes shortcode was copied from demo content.
    You can see that the content boxes on the homepage of our demo site is working properly.
    http://demo.theme4press.com/alora/

    Please go to Theme Options -> General -> Import demo content.
    Import the demo content and work from the demo homepage.

    Thank you

    Justin Bennett
    Spectator
    Posts: 3
    April 1, 2016 at 10:55 pm #26180

    I was able to work out the syntax issues. Mainly to correct my last issue I needed to change the closing tags for content_box to content_boxes.

    It looks like your shortcode tool to add the shortcode for content boxes is broken.

    This thread can be marked solved. Thank you once again for pointing me in the right direction.

    Justin.

    Denzel Chia
    Moderator
    Posts: 2656
    April 2, 2016 at 8:21 am #26185

    You are welcome.

    Thank you