rajpreet
Forum Replies Created
-
Thank you for reply.I have used that add-on.Even with that add-on, members are registered before activating the membership.I want them to register only after clicking the activate link in their email.
Thank you for help
it will make the field readonly on front-end as well as back-end.
Forum: Plugins
In reply to: [YOURLS Link Creator] Shortlink for external website linksThank you Andrew for quick response.I will try your suggestion.
I am not good with JavaScript but I think there is no problem with news ticker (I am using it on other websites). I have changed the location of script files and now it is working…
Thanks for your helpyou can use code “<?php if ( function_exists( ‘soliloquy_slider’ ) ) soliloquy_slider( ’32’ ); ?>”
where 32 is ID of your slider(it will be different in your case and you can find it WordPress Admin->Soliloquy )
You can copy the php code given under “Function”Forum: Plugins
In reply to: [Category Icons Lite] Breaks admin panel since update to WP3.5Change the 231 line from
$results = $wpdb->get_results( $wpdb->prepare($query));
to
$results = $wpdb->get_results( $wpdb->prepare($query, $args=null ));
Please note that this s temporary solution and will hide the error.
All other functionality will work normally but when you will assign or change an image for category than it will show you error.
Although image will be assigned to category and it will be displayed.