Forum replies created
Hi,
Sorry for missing out this thread.
Looks like you have found a way to do this.
Thanks!
Hi,
You will need to hire a developer for this customization.
Thanks!
Hi,
Try saving translation into the WordPress theme language folder, instead of saving within Alora Theme.
Read the following documentation for more details.
The loco translate plugin, supports saving of translation in global languages directory.
https://localise.biz/help/wordpress/translate-plugin/beginners#add
Thanks!
Hi,
Please use the following codes in Theme Options -> Custom CSS
.da-slider {
background: #fff none repeat scroll 0 0 !important;
}
Thanks!
Hi,
Please use the following codes in Theme Options -> Custom CSS
.header {
border: none !important;
}
Thanks!
Hi,
In Alora theme functions.php line 74
// Post Formats
add_theme_support('post-formats', array('gallery', 'link', 'image', 'quote', 'video', 'audio', 'chat'));
You can see that aside is not supported.
Thanks!
Hi,
Use the following in Theme Options -> Custom CSS
ul, ul ul, ul ul ul {
list-style-image: none !important;
list-style-type:square !important;
}
Thanks!
Hi,
Please post the URL to your page.
Thanks!
Hi,
single portfolio view works properly on my test site.

Your single portfolio view is totally blank, this means there is a PHP fatal error, or memory exhaust, or PHP parse error. Please set your WP_DEBUG to true to look out for these errors.
Ignore any PHP notice, undefined index, warnings…etc.
Please post the error that you find here. ( Excluding warnings, undefined index, notices… etc ) I need to see the error message for clues.
Thanks!
Hi,
Edit the page, it’s a shortcode.
Thanks!