Forum replies created

    Roman
    Spectator
    Posts: 3147
    23.08.2014 at 17:10 #10374

    the header image is shown correctly, just the header itself doesn’t know, what’s the image height as it’s used for the header background. if you used the image as a logo, then yes, the header will know the image height as it’s used as a new element in the area. if you are gonna use the header without title and tagline I would suggest instead this code:

    Code:
    .custom-header {padding:40px 15px 105px 15px!important;}
    Roman
    Spectator
    Posts: 3147
    23.08.2014 at 17:01 #10373

    all settings saved through the Theme Options panel will be saved. there are saved in the database which is not touched through the upgrade process. I only suggest to update the current theme folder if something you want to return

    Roman
    Spectator
    Posts: 3147
    23.08.2014 at 16:59 #10372

    you could translate it by a language edit software, please learn more about the translation here http://theme4press.com/alora-documentation/how-to-translate/

    In reply to About the icons
    Roman
    Spectator
    Posts: 3147
    23.08.2014 at 16:58 #10371

    you can use the shortcode which comes with the Theme4Press Core plugin, you can see it in the post/page edit mode by clicking on the T4P icon. There are many options for the font awesome icons

    Roman
    Spectator
    Posts: 3147
    23.08.2014 at 16:55 #10370

    I dont see the flexslider there, do you mean the Featured Articles slider? it seems to be a smooth slider which this theme doesn’t include

    Roman
    Spectator
    Posts: 3147
    23.08.2014 at 16:51 #10369

    please provide the website URL so I can check your code

    Roman
    Spectator
    Posts: 3147
    23.08.2014 at 16:50 #10368

    you need to set it in the Appearance -> Widgets. There is a widget called WooCommerce Price Filter

    Roman
    Spectator
    Posts: 3147
    23.08.2014 at 16:48 #10367

    please insert this in the Custom CSS field, it will fix the issue. it will be solved in the next theme release:

    Code:
    @media only screen and (max-width: 768px){ #secondary, #secondary-2 {clear:both;} }
    Roman
    Spectator
    Posts: 3147
    23.08.2014 at 16:16 #10366

    I would suggest two options, you can completely disable the effect by putting this in the Custom CSS field because your menu items are too long:

    Code:
    .link-effect a span {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    }

    .link-effect a span::before {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    }

    or just change the hover text weight to normal by putting:

    Code:
    .link-effect a span:before
    In reply to Refund
    Roman
    Spectator
    Posts: 3147
    20.08.2014 at 13:01 #10346

    please contact us here for further assistance http://theme4press.com/contact/