wizeazz
Forum Replies Created
-
Forum: Reviews
In reply to: [GD Star Rating] Excellent plugin!Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] CSS PositioningDon’t know, but know what you have to do to solve the problem.
instal firebug in ff and learn to use it. 🙂
you’ll find in no time where in css you have to edit code.
regards
Hey,
I think it’s problem with lightbox. when loads lightbox in header, than WP Customer Reviews doesn’t work. with lightbox turned off, works perfect.
I’ve excluded lighbox from customer review page.
thesis in function.phpfunction remove_lbe_myplugin_lightbox() {
if (is_page(‘Page ID or name where is WP Customer Reviews shortcode’)){
remove_filter(‘the_content’, ‘lbe_myplugin_lightbox’, 12);
}}
add_action(‘wp_head’, ‘remove_lbe_myplugin_lightbox’, 1);BTW- it’s excellent plugin. I’ve been searching for plugin for customer review, but this one is the best.
kind regards
hey guys!
I’ve noticed that wp customer reviews has issues with, in my case, plugin Lightbox Evolution.
try to turn off al plugins in your wp installation to exclude this cause.