Roman
    Spectator
    Posts: 3147
    May 1, 2014 at 11:28 am #9604

    it’s simple Images shortcode:

    Code:
    [images lightbox=”yes”]

    [/images]

    Jamie Furman
    Spectator
    Posts: 6
    May 2, 2014 at 5:45 am #9611

    Thank you for this. I am not seeing a list of shortcodes available for this theme on the shortcodes page. Am I looking in the wrong place? I see the codes on the alura stuff but not evolve.

    Jamie Furman
    Spectator
    Posts: 6
    May 2, 2014 at 6:04 am #9612

    Also, how do I make it extend the entire width of the page? —

    http://www.kingkongpawn.com/sandbox/

    Roman
    Spectator
    Posts: 3147
    May 2, 2014 at 10:10 am #9614

    the evolve includes same shortcodes like alora, so the documentation is same for both themes. what do you mean? full width?

    Jamie Furman
    Spectator
    Posts: 6
    May 16, 2014 at 2:26 am #9745

    OK so I was able to get the carousel on, but now I am seeing, upon page load, it is collapsed — if you click on one of the arrows, it shows the carousel —

    The carousel seems to ‘roll up’ — I don’t want that.

    Jamie Furman
    Spectator
    Posts: 6
    May 16, 2014 at 2:34 am #9746

    I’d also like to know what the shortcode is to put in the content boxes underneath the carousel — I want content boxes that are shown here http://demo.theme4press.com/?theme=evolve and labeled : About Us, Our Offer, Hire Us …

    Again, even on the other theme, I am not seeing the shortcode code!

    Roman
    Spectator
    Posts: 3147
    May 16, 2014 at 9:52 am #9748

    in the carousel is inserted an unwanted code:

    Code:
    <p style=”text-align: center; margin-right: 0px;”></p>

    try to remove it and it should work then.

    for the content boxes use for example:

    Code:
    [one_third last=”no”]

    About Us

    Vestibulum sit amet quam vitae nisi pharetra sollicitudin. Mauris eu ornare orci. Nunc egestas magna non nisi pellentesque hendrerit. Phasellus magna elit, porta eu risus sed, convallis gravida augue. Curabitur dictum quis risus id aliquet. Nam eleifend mauris vitae lorem mollis sollicitudin.[/one_third]
    [one_third last=”no”]

    Our Offer

    Vestibulum sit amet quam vitae nisi pharetra sollicitudin. Mauris eu ornare orci. Nunc egestas magna non nisi pellentesque hendrerit. Phasellus magna elit, porta eu risus sed, convallis gravida augue. Curabitur dictum quis risus id aliquet. Nam eleifend mauris vitae lorem mollis sollicitudin.[/one_third]
    [one_third last=”yes”]

    Hire Us

    Vestibulum sit amet quam vitae nisi pharetra sollicitudin. Mauris eu ornare orci. Nunc egestas magna non nisi pellentesque hendrerit. Phasellus magna elit, porta eu risus sed, convallis gravida augue. Curabitur dictum quis risus id aliquet. Nam eleifend mauris vitae lorem mollis sollicitudin.[/one_third]

    the shortcodes plugin you can temporarily update with this fix http://theme4press.com/support/current-themes-group5/alora-forum27/attention-wordpress-3-9-thread1088/

    Jamie Furman
    Spectator
    Posts: 6
    May 29, 2014 at 6:23 pm #9902

    <p style=”text-align: center; margin-right: 0px;”></p>

    I am not finding this line of code at all — could just be bc I have looked at it too long …

    <h3 style=”text-align: center;”>Our Store Has Everything You’re Looking For</h3>
    <h5 style=”text-align: center;”>Don’t See It? We’ll Find It. <a title=”Contact Us Form” href=”http://www.kingkongpawn.com/sandbox/contact-us/contact-us-form/”>Send Us An Email.</a></h5>
    <p style=”text-align: center;”>[images lightbox=”yes”]</p>
    <p style=”text-align: center;”>

    [/images]</p>

    <hr />

    [one_third last=”no”]
    [content_boxes layout=”icon-with-title” iconcolor=”” circlecolor=”” circlebordercolor=”” backgroundcolor=””]
    [content_box title=”Driving Directions” icon=”map-marker”]
    Situated off Sudley Road just a few miles from Civil War Battlefield in Manassas, Virginia, King Kong Pawn is the newest and most inviting shop in the area.

    Visit Store Today [/content_box][/content_boxes][/one_third]

    [one_third last=”no”]
    [content_boxes layout=”icon-with-title” iconcolor=”” circlecolor=”” circlebordercolor=”” backgroundcolor=””]
    [content_box title=”Driving Directions” icon=”map-marker”]
    Situated off Sudley Road just a few miles from Civil War Battlefield in Manassas, Virginia, King Kong Pawn is the newest and most inviting shop in the area.

    Visit Store Today [/content_box][/content_boxes][/one_third]

    [one_third last=”yes”]
    [content_boxes layout=”icon-with-title” iconcolor=”” circlecolor=”” circlebordercolor=”” backgroundcolor=””]
    [content_box title=”Driving Directions” icon=”map-marker”]
    Situated off Sudley Road just a few miles from Civil War Battlefield in Manassas, Virginia, King Kong Pawn is the newest and most inviting shop in the area.

    Visit Store Today [/content_box][/content_boxes][/one_third]
    <p style=”text-align: center;”></p>

    Roman
    Spectator
    Posts: 3147
    May 30, 2014 at 12:45 pm #9912

    I see it here more times, for example:

    Code:
    <p style=”text-align: center;”>[images lightbox=”yes”]</p>
    <p style=”text-align: center;”>

    [/images]</p>

    Jamie Furman
    Spectator
    Posts: 6
    June 2, 2014 at 7:40 am #9923

    oh my. I am seeing what you are saying now. I fixed that — it’s set. But how do I make it show more than 4 images at once and also, is there a way to center the carousel on the page vs. having it justified left.