Forum replies created
you could also try Transposh plugin which will automatically translate your website. It also supports manual translations 😉
alora is only premium theme…there is no free version of this theme
some of the errors cannot be fixed as they will break some of the functionalities of the theme. if we code themes per WP codex, some of the cool features will not be included, but of course, some errors which will not affect the theme we can fix. thanks for your understanding
sorry, the theme works just fine with the mega menu so it’s not a reason for provide a refund…we are still here to help you out to set the menu correctly
are you using the latest theme version? 2.7.0
well, when the parallax effect is enabled it will be problem, but you can achieve it partly with this Custom CSS:
.t4p-slider-container.full-width-slider-container {
margin-top:0!important;
}
you can set some values in Theme Options -> Styling -> Mobile Menu Colors
is it enabled yet? because I can see it in the source code. are you using a caching plugin? have you try to clean the cache?
I think the issue is caused by the plugin WP Touch because it’s moving the main style.css to the footer area…disable it, and it will work fine
try this Custom CSS in Theme Options:
.single-product #main .product .product_title {
line-height: 35px;
}