Forum replies created

    Roman
    Spectator
    Posts: 3147
    December 16, 2013 at 7:57 pm #8771

    insert in Custom CSS field:

    Code:
    .post-content ul {list-style-type:square;}
    Roman
    Spectator
    Posts: 3147
    December 16, 2013 at 7:48 pm #8770
    Code:
    .related-posts {
    margin-bottom:0;
    }
    Roman
    Spectator
    Posts: 3147
    December 16, 2013 at 5:45 pm #8764

    I can add those classes in the next theme release and the user can decide to modify it by a custom css

    Roman
    Spectator
    Posts: 3147
    December 16, 2013 at 5:43 pm #8763

    those are default font values…

    Roman
    Spectator
    Posts: 3147
    December 16, 2013 at 5:41 pm #8762

    how to translate the alora theme can be found here: http://theme4press.com/alora-documentation/how-to-translate/

    Roman
    Spectator
    Posts: 3147
    December 16, 2013 at 5:40 pm #8761

    it’s not available in this theme…it will be added in the next release….thanks for patience 🙂

    Roman
    Spectator
    Posts: 3147
    December 16, 2013 at 5:39 pm #8760

    you will need to use some additional plugin, because alora doesn’t include any spaces for such ads. it could be added by a custom coding, but we don’t cover such support in our forums.

    Roman
    Spectator
    Posts: 3147
    December 16, 2013 at 5:37 pm #8759

    to the first question, sorry we don’t support any theme modification in our support forum. to remove the previous/next link you need to edit index.php file and remove all this at line # 312:

    Code:
    <?php $options = get_option(‘evolve’); if (($evl_post_links == “”) || ($evl_post_links == “after”) || ($evl_post_links == “both”)) { ?>

    <?php get_template_part( ‘navigation’, ‘index’ ); ?>

    <?php } ?>

    Roman
    Spectator
    Posts: 3147
    December 16, 2013 at 5:30 pm #8758

    will fix that in the next theme release..thank you for the report

    Roman
    Spectator
    Posts: 3147
    December 16, 2013 at 5:25 pm #8757

    for the sharing buttons try this simple CSS code in the Custom CSS field:

    Code:
    .share-box {
    margin-bottom: 0;
    }