Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    22.12.2015 at 09:38 #23201

    Hi,

    Sorry for missing out this thread.
    Looks like you have found a way to do this.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    22.12.2015 at 09:36 #23200

    Hi,

    You will need to hire a developer for this customization.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    22.12.2015 at 09:35 #23199

    Hi,

    Try saving translation into the WordPress theme language folder, instead of saving within Alora Theme.

    Read the following documentation for more details.

    Internationalization

    The loco translate plugin, supports saving of translation in global languages directory.
    https://localise.biz/help/wordpress/translate-plugin/beginners#add

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    22.12.2015 at 09:22 #23198

    Hi,

    Please use the following codes in Theme Options -> Custom CSS

    .da-slider {
    background: #fff none repeat scroll 0 0 !important;
    }

    Thanks!

    In reply to Header
    Denzel Chia
    Moderator
    Posts: 2656
    22.12.2015 at 09:20 #23197

    Hi,

    Please use the following codes in Theme Options -> Custom CSS

    .header {
    border: none !important;
    }

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    21.12.2015 at 06:52 #23158

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    21.12.2015 at 06:42 #23157

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    20.12.2015 at 07:40 #23155

    Hi,

    Please post the URL to your page.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    20.12.2015 at 07:32 #23154

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    19.12.2015 at 09:53 #23149

    Hi,

    Edit the page, it’s a shortcode.

    Thanks!