aviciipdx
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Customer Reviews] Display of stars on review form are out of alignmentIt is the CSS on your theme, specifically on an a element:
a, a:visited { color: #ED702B; font-weight: 700; text-decoration: none; transition: all 0.2s ease-in-out 0s; }
the transition makes that weird animation happen when switching between images.
essex,
A star has to be given, it is a required field.A link to the site would be helpful.
Reviews are also linked to the page/post they were first on. It sounds like you have these scattered across two or more pages, so it is only showing the reviews for that page.
if you are comfortable using phpmyadmin you could go check that table to see what page IDs your posts are associated with.
Forum: Plugins
In reply to: [WP Customer Reviews] WP Customer Reviews extremely slowhttps://www.roupinhasdebebe.org/ will not load. Looks like a hosting problem. If it does load for you, try clearing your cache and refreshing to see how long your main site takes to load.
Forum: Plugins
In reply to: [WP Customer Reviews] Cant see the ReviewA link to your site is needed.
Forum: Plugins
In reply to: [WP Customer Reviews] W3C XHTML RDFa Validation Issue Current VersionYou have two errors on a page that the plugin is not installed. Might want to fix those and try validating it again.
The reviews are stored in your database by page ID. If you made a new page, that would change the ID for the page. You will need to go into phpMyAdmin and update the fields from the old page ID to the new one.
Forum: Plugins
In reply to: [WP Customer Reviews] Spacing between reviewsYou do not seem to have much space, so either you figured it out or want them really tight. The padding is controlled by .blockquote
Forum: Plugins
In reply to: [WP Customer Reviews] Plugin Installed TwiceYour reviews are in your database, so if you are worried do a database backup then delete the extra plugin.
Forum: Plugins
In reply to: [WP Customer Reviews] No Product Names using WPCR_SHOW shortcodeThat link does not work. Either does elkriverreviews.com.
Forum: Plugins
In reply to: [WP Customer Reviews] Shortcode in widget generating form on every pageIs your sidebar on every page?
A link to your site would be helpful.
Forum: Plugins
In reply to: [WP Customer Reviews] Plugin Causes Blanc PagesAre you saying the public side the review plugin is fine, but when editing a page in the admin side the text is all white? Not sure what you mean by ‘blanc’… usually that means the entire screen is white. It sounds like you are referring to the text being white.
If you disable the plugin this fixes the problem?
Forum: Plugins
In reply to: [WP Customer Reviews] Aproved reviews not always shownYou need to post a link to your site.
It sounds like there is some coding issues with your site as other websites show the review page normally in IE8.
Forum: Plugins
In reply to: [WP Customer Reviews] Delete pop up edit me from home pageI do not see any pop up. Have you logged out to see the page as a normal visitor would?
Forum: Plugins
In reply to: [WP Customer Reviews] form not submitting to siteIt should not redirect them anywhere. Once the form gets submitted, the user stays on the page.
It sounds like you are probably having a conflict with another plugin or your theme if they are not being submitted properly. Try turning off your other plugins to see if that works, or switch out to a default theme.