Halman
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow] Title Hover EffectHello mbrsolution:
Thanks so much for your reply, the website is: http://www.theissueten.com
We want to do an effect: when the cursor will be above the slide, its title will show in the middle with the picture less opaque.
Thanks for your time!
Forum: Fixing WordPress
In reply to: Recover only post from DBHello MacManX (James Huff):
Thanks so much, indeed, the best solution! Actually, I used “WordPress Importer” pluguin.
Thanks!
Hello Jeremy Herve:
The weird thing is the buttons appear in a top of page… Ok, I’m going to contact with Jingoshop to fix it.
Thanks so much!!
Hello again Jeremy and users:
I’ve just released that buttons appears in my shop cart (Jigoshop). I used but nothing happen:
// Remove sharing buttons on archive and search pages
function jptweak_remove_share() {
if ( is_archive() || is_search() || is_post_type_product() ) {
remove_filter( ‘the_content’, ‘sharing_display’,19 );
remove_filter( ‘the_excerpt’, ‘sharing_display’,19 );
if ( class_exists( ‘Jetpack_Likes’ ) ) {
remove_filter( ‘the_content’, array( Jetpack_Likes::init(), ‘post_likes’ ), 30, 1 );
}
}
}
add_action( ‘loop_start’, ‘jptweak_remove_share’ );Thanks so much for your time!
Hello Jeremy, it works 100%! Thanks so much!!
Forum: Plugins
In reply to: [Plugin: Jetpack/Sharedaddy] Sharing buttons not showing on Front PageApologises WPyogi! Could you delete this threat? Thanks so much!