paddu.iweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Sydney Toolbox] Custom Post Type URL ConflictHello sir…
i want to remove custom post type ‘testimonials’ from sydney toolbox and i want to add ‘testimonials’ page.so added fallowing code.
add_action(‘init’, ‘sydney_child_remove_post_type’, 1);
function sydney_child_remove_post_type( $post_type ) {global $wp_post_types;
if ( isset( $wp_post_types[‘testimonials’] ) ) {
unset( $wp_post_types[‘testimonials’] );return true;
}
return false;}
‘Testimonials’ removed from sydney tool box.
but my ‘Testimonials’ page redirecting to home page.Why its happening sir..?
Hi,
Am using BMo Expo – a WordPress and NextGEN Gallery plugin in my website https://www.salesdrive.in/elys/.
And am using “Scroll Gallery” feature of plugin in this page.
https://www.salesdrive.in/elys/properties/individual-detached-villa/
It looks beautiful but i need lightbox when we click on big image.Can Anyone Solve my problem..?
Hi sir am using elegant theme. I am adding featured images to posts and i want to display different thumbnails for post on home page. featured image on posts.
Thank you.
hi sir am using AddToAny: Share/Bookmark/Email Buttons in my site https://www.planwellfinancialplanning.com.au/.But its not working.
I reinstall the plugin and even i used the phptag in page.php but still its not working. Please kindly solve my problem. Thank Youb sir..hi sir am using form builder plugin. Its working fine but one warning error at https://www.gourmetkids.com.au/cooking-parties/party-confirmation-form.
Any idea to fix this bug..