Forum replies created

    In reply to questions
    Roman
    Spectator
    Posts: 3147
    January 14, 2014 at 9:19 pm #8970

    it seems the pictures don’t exist, ex. http://techmaniacs.gr/wp-content/uploads/2013/12/lg-nexus-5-slider-200×200.jpg ?

    with the menu issue, it seems like fontawesome problem…are you using any additional plugins?

    In reply to questions
    Roman
    Spectator
    Posts: 3147
    January 14, 2014 at 9:15 pm #8969

    please post a screenshot of the visual issue

    In reply to questions
    Roman
    Spectator
    Posts: 3147
    January 14, 2014 at 9:11 pm #8967

    insert in Custom CSS field:

    Code:
    .home .type-post.sticky, .home .formatted-post, .page-template-blog-page-php .type-post.sticky, .page-template-blog-page-php .formatted-post {background:none;color:#333;box-shadow:none;}
    .home .type-post.sticky .entry-title a, .home .formatted-post .entry-title a, .page-template-blog-page-php .type-post.sticky .entry-title a, .page-template-blog-page-php .formatted-post .entry-title a,.home .type-post.sticky .entry-header a, .home .formatted-post .entry-header a, .home .type-post.sticky .entry-meta, .home .formatted-post .entry-meta, .home .type-post.sticky .entry-footer a, .home .formatted-post .entry-footer a, .page-template-blog-page-php .type-post.sticky .entry-header a, .page-template-blog-page-php .type-post.sticky .entry-meta, .page-template-blog-page-php .formatted-post .entry-header a, .page-template-blog-page-php .formatted-post .entry-meta, .page-template-blog-page-php .type-post.sticky .entry-footer a, .page-template-blog-page-php .formatted-post .entry-footer a {color:#51545C!important;text-shadow:none!important;}
    Roman
    Spectator
    Posts: 3147
    January 14, 2014 at 9:07 pm #8966

    if you have set the blog page in Settings -> Reading -> Posts page: , this must be not selected. The front page, can be selected. Then in the page edit mode, for your blog page, you need to have selected Blog Template. Then it should work as you wish

    Roman
    Spectator
    Posts: 3147
    January 14, 2014 at 7:09 pm #8959

    well, FTP sometimes copying with bugs so probably it was the issue.

    Roman
    Spectator
    Posts: 3147
    January 14, 2014 at 10:25 am #8956

    I added CSS rule to your Custom CSS field, modify per your needs:

    Code:
    #main {padding-top:20px;}
    Roman
    Spectator
    Posts: 3147
    January 14, 2014 at 10:22 am #8955

    please check out this page http://theme4press.com/alora-documentation/setting-up-the-sliders/ and read section When a slider have been created, you will need to assign it to one of the pages via the page options box. To learn how to do this, please run through the steps below.

    In reply to Header Content
    Roman
    Spectator
    Posts: 3147
    January 14, 2014 at 10:20 am #8954

    have you check our docs for the video shortcodes section? http://theme4press.com/alora-documentation/shortcodes/youtube/

    In reply to questions
    Roman
    Spectator
    Posts: 3147
    January 14, 2014 at 10:17 am #8953

    1) for the grid layout the post titles are automatically truncated….for full post titles use the one column layout
    2) you can change it by editing the file library/functions/basic-functions.php, line # 4:

    Code:
    add_image_size( ‘post-thumbnail’, 680, 330, true );

    change it to

    Code:
    add_image_size( ‘post-thumbnail’, 200, 200, true );

    then you will need to regenerate thumbnails with a WP plugin

    3) when you have activated the boxed layout, navigate to Appearance -> Background and there you can set it

    Roman
    Spectator
    Posts: 3147
    January 14, 2014 at 9:28 am #8952

    it’s because this theme doesn’t use custom header background functionality same as evolve. this is coded little bit different