Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    04.03.2016 at 01:19 #24989

    You are welcome!

    Denzel Chia
    Moderator
    Posts: 2656
    04.03.2016 at 01:17 #24988

    Hi,

    You can refer to the following articles.
    They explain to you why this is happening.
    http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-custom-menu-items-limit-in-wordpress/
    http://sevenspark.com/wordpress/menu-item-limit

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    04.03.2016 at 01:10 #24987

    Thank you!

    Best Regards,
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    04.03.2016 at 01:04 #24986

    Hi,

    The function is named evolve_sharethis()
    You can find it in 10 files within the theme.

    We do not have any recommend sharing plugin.

    We don’t fix anything unless there is a bug.
    If you think there is a bug, you can help by telling me the steps to reproduce your issue. I will need to confirm it.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    03.03.2016 at 09:04 #24979

    You are welcome!

    Denzel Chia
    Moderator
    Posts: 2656
    03.03.2016 at 03:19 #24977

    Hi,

    wp super cache is good for speeding up website loading.
    Just a bit troublesome to use. 🙂

    If your website is loading fast without this plugin, you can remove it.
    But you have to following the instructions here, in order to totally remove it.
    https://wordpress.org/plugins/wp-super-cache/other_notes/

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    03.03.2016 at 03:12 #24976

    Hi,

    The code is found in alora/js/main.js

    find the following

    jQuery( '#wrapper .share-box' ).each( function() {
    if( ! jQuery( 'meta[property="og:title"]' ).length ) {
    jQuery( 'head title' ).after( '<meta property="og:title" content="' + jQuery( this ).data( 'title' ) + '"/>' );
    jQuery( 'head title' ).after( '<meta property="og:description" content="' + jQuery( this ).data( 'description' ) + '"/>' );
    jQuery( 'head title' ).after( '<meta property="og:type" content="article"/>' );
    jQuery( 'head title' ).after( '<meta property="og:url" content="' + jQuery( this ).data( 'link' ) + '"/>' );
    jQuery( 'head title' ).after( '<meta property="og:image" content="' + jQuery( this ).data( 'image' ) + '"/>' );
    }
    });

    And comment it out.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    03.03.2016 at 03:07 #24975

    Hi,

    In alora/functions.php

    Find the following codes at line 998

    add_action( 'wp_head', 't4p_insert_og_meta', 5 );

    change to the following.

    //add_action( 'wp_head', 't4p_insert_og_meta', 5 );

    This will disable the og tags

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    03.03.2016 at 03:02 #24974

    Hi,

    Sorry, my employer did not give an estimated time frame.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    03.03.2016 at 03:00 #24973

    Hi,

    I think you are referring to the search widget, that’s not part of our theme.
    It’s a WordPress default widget.

    Thank you