Forum replies created

    Roman
    Spectator
    Posts: 3147
    19.05.2015 at 20:14 #17575

    when you are using query_posts() function, after the loop wp_reset_query() must be implemented.

    Roman
    Spectator
    Posts: 3147
    19.05.2015 at 20:07 #17574

    yes, login to your wp dashboard

    Roman
    Spectator
    Posts: 3147
    19.05.2015 at 20:07 #17573

    try this Custom CSS:

    ul.nav-menu li.current-menu-item,
    ul.nav-menu li.current-menu-ancestor,
    ul.nav-menu li:hover {
    background: red;
    }

    Roman
    Spectator
    Posts: 3147
    19.05.2015 at 20:03 #17572

    complete code will look like:

    @media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)
    and (orientation : portrait)
    {
    #wrapper .dd-container .dd-selected-text span:before {
    position: relative;
    top:0px;
    padding: 0px;
    margin: 0px;
    content: "\e055";
    }
    #primary{
    width:100% !important;
    }
    #secondary{
    width:100% !important;
    }
    #secondary-2{
    width:100% !important;
    }
    }

    Roman
    Spectator
    Posts: 3147
    18.05.2015 at 20:04 #17557

    may I see the page with the shortcode? both themes use different Theme4Press Core so be sure to have enabled the one for evolve

    Roman
    Spectator
    Posts: 3147
    18.05.2015 at 20:03 #17556

    I will need the login details to investigate further…please post it in the private reply

    Roman
    Spectator
    Posts: 3147
    18.05.2015 at 20:00 #17555

    oh, you will need to create a child theme or hire a developer…we don’t support such kind of customizations in our forums

    Roman
    Spectator
    Posts: 3147
    18.05.2015 at 19:59 #17554

    the login doesn’t work for me 🙁

    Roman
    Spectator
    Posts: 3147
    18.05.2015 at 19:11 #17553

    will be fixed in the next release..thanks for your patience

    Roman
    Spectator
    Posts: 3147
    18.05.2015 at 10:05 #17548

    we added this fix in the upcoming version, for now you can insert it in your Custom CSS field:

    @media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)
    and (orientation : portrait)
    {
    #wrapper .dd-container .dd-selected-text span:before {
    position: relative;
    top:0px;
    padding: 0px;
    margin: 0px;
    content: "\e055";
    }
    }