Forum replies created
You are welcome!
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
Thank you!
Best Regards,
Denzel
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
You are welcome!
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.
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
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
Hi,
Sorry, my employer did not give an estimated time frame.
Thank you
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