Forum replies created

    Roman
    Spectator
    Posts: 3147
    02.05.2014 at 16:26 #9618

    there are many plugins with lightbox effect which you could try, check it out on the wordpress.org plugin repository

    Roman
    Spectator
    Posts: 3147
    02.05.2014 at 10:13 #9615

    evolve Settings -> Styling Options -> Disable Widget Background, be sure to have checked it

    Roman
    Spectator
    Posts: 3147
    02.05.2014 at 10:10 #9614

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

    Roman
    Spectator
    Posts: 3147
    02.05.2014 at 10:07 #9613

    it means, you can enable the slider in a post or page of your choice. if you choose this, it will disable the slider on all pages and home page

    Roman
    Spectator
    Posts: 3147
    01.05.2014 at 22:45 #9608

    try to go to evolve settings page and in Header Options disable header widgets area.

    Roman
    Spectator
    Posts: 3147
    01.05.2014 at 22:43 #9607

    try this shortcode and modify per you needs:

    Code:

    [t4p_tabs layout=”horizontal” backgroundcolor=”” inactivecolor=””]

    [t4p_tab title=”Interesting Posts”]

    [/t4p_tab]

    [t4p_tab title=”You Might Like”]

    [/t4p_tab]

    [/t4p_tabs]

    [t4p_tabs layout=”horizontal” backgroundcolor=”” inactivecolor=””]

    [t4p_tab title=”Superb Videos”]

    [slider width=”100%” height=”100%”]

    [/slider][/t4p_tab]
    [/t4p_tabs]

    Readers Favorite

    Roman
    Spectator
    Posts: 3147
    01.05.2014 at 11:28 #9604

    it’s simple Images shortcode:

    Code:
    [images lightbox=”yes”]

    [/images]

    Roman
    Spectator
    Posts: 3147
    01.05.2014 at 11:26 #9603

    what about enable a fixed boxed layout?

    Roman
    Spectator
    Posts: 3147
    01.05.2014 at 11:23 #9602

    the border is there, it’s just not shown because it’s hidden by CSS. try this:

    Code:
    .flexslider .slides img {max-width: 99%; width: 99%;}

    decrease the percentage per needs

    Roman
    Spectator
    Posts: 3147
    30.04.2014 at 22:12 #9596

    for the social icons try in the Custom CSS field:

    Code:
    .header-v3 .social-networks a {border:1px solid #555;}

    for the featured images use something like:

    Code:
    .flexslider .slides img {border:1px solid #555;}