Forum replies created

    Roman
    Spectator
    Posts: 3147
    January 11, 2014 at 10:06 am #8928

    I found the bug, please edit this file evolve/library/functions/functions.php, line # 102, change it to:

    Code:
    wp_register_style(‘maincss’, get_stylesheet_uri(), false);

    this will be fixed in the next theme version

    In reply to 100% width
    Roman
    Spectator
    Posts: 3147
    January 10, 2014 at 9:18 pm #8924

    edit the page, scroll down and open Page Options section and find this -> Background options: Layout . Change it to Wide

    Roman
    Spectator
    Posts: 3147
    January 10, 2014 at 9:10 pm #8923

    1) you could try to use something like this in the Custom CSS field to resize the boxed layout:

    Code:
    #wrapper {width:1200px;}
    #header .alora-row, #main .alora-row, .footer-area .alora-row, #slidingbar-area .alora-row, #footer .alora-row {max-width: 1140px;}

    keep in mind, the second value should be about 60 pixels lower than the first one

    2) at this moment can use only those header layouts which are included within the theme

    Roman
    Spectator
    Posts: 3147
    January 10, 2014 at 9:05 pm #8922

    have you added any CSS customizations?

    Roman
    Spectator
    Posts: 3147
    January 10, 2014 at 9:36 am #8919

    do you still have a copy of the zip file you used?

    Roman
    Spectator
    Posts: 3147
    January 10, 2014 at 9:27 am #8918

    are you using this in the child theme CSS?

    Code:
    @import url(‘../evolve/style.css’);
    Roman
    Spectator
    Posts: 3147
    January 9, 2014 at 3:35 pm #8915

    what’s your website and how did you implement the child CSS file?

    Roman
    Spectator
    Posts: 3147
    January 9, 2014 at 9:07 am #8914

    what issue have you got? there is not necessary to reinstall WP.

    Roman
    Spectator
    Posts: 3147
    January 8, 2014 at 9:42 am #8911

    I will try to investigate this somehow with a mac emulator as I dont have a chance to test it on a mac. thanks for the report. but it quite odd. it should work with mac as well, doesnt matter on the system but on the browser. 😐

    Roman
    Spectator
    Posts: 3147
    January 8, 2014 at 9:41 am #8910

    have you check in the Header Options -> Page Title Bar option ?