Forum replies created
Hi,
For newlifeiboga.com
Please try the following in Theme Options -> Custom CSS
@media screen and (max-width: 768px) {
.header {
height: 350px !important;
}
#logo a {
margin-top: 20px;
}
}
for newlifeayahuasca.com
Please try the following in Theme Options -> Custom CSS
@media screen and (max-width: 768px) {
.header {
height: 400px !important;
}
#logo a {
line-height: 0.8em;
margin-top: 20px !important;
}
}
You can change the numbers for fine tuning.
Thanks!
Hi,
Please try Theme Options -> Blog -> Post Title Excerpt Length
to reduce the number of characters of post title for your blog grid layout.
This will not affect single post.
Thanks!
Hi,
You are welcome.
Thanks!
Hi,
In alora/admin/index.php at line 75 to 78, there is a block of code, probably written for WPML plugin. This is causing conflict with Polylang plugin, it causes PHP fatal error. I think the Polylang plugin is using same function and constant names as WPML plugin.
I disabled the block by commenting them out as follows.
//$lang = '_' . $sitepress->get_default_language();
//if( $sitepress->get_default_language() == 'en' ) {
// $lang = '';
//}
Please try out your Polylang plugin and see if it works properly.
I am not the author of Alora theme and I don’t really understand the use of that block of code. So I don’t know what’s the impact if it’s disabled.
Thanks!
Hi,
Please post your website url, we will provide you with a custom css solution.
Thanks!
Hi,
Please download from this link. https://www.dropbox.com/s/pv55pv9pumvl4kc/woo_template.zip?dl=0
Unzip and you will see two files.
variable.php and content-product.php
Replace with the file in your evolve-plus/woocommerce/content-product.php
Replace with the file in your evolve-plus/woocommerce/single-product/add-to-cart/variable.php
I tested with variation setup in my localhost, everything works properly.
1) Created a variable product. Screenshot http://prntscr.com/86qkt2
2) Go to single product – test the color variation. Screenshot http://prntscr.com/86ql6c
3) Try all color variations. Screenshot http://prntscr.com/86qlek
4) Add to cart and view cart. Screenshot http://prntscr.com/86qllg
There will not be a theme version update yet, as there are other features that my employer wanted to add to the theme.
Thanks!
Hi,
Sorry, I have no suggestions.
Please use exclude categories if it works properly for you.
Thanks!
Hi,
I just installed and activated polylang plugin on my localhost with Alora Theme.
There is no white screen upon activation.
A blank white screen means PHP fatal error. In this case, I suspect your server ran out of memory and encounter a PHP memory exhaust fatal error. It also could be other reason.
Therefore, please check your error log for any fatal error.
Thanks!
Hi,
Thank you very much for this information.
Regards,
Denzel
Hi,
The blog shortcode gets the post that you written, if you written them as English, it will be in English, if you written your content in German, it will be in German.
Only Theme strings are translatable.
Please post your website url to your page with blog shortcode. I need to see it in order to understand your issue.
Thanks!