zowieguy
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Customer Reviews] Remove Business NameThank you! That worked perfectly. Well done. cheers’
Forum: Plugins
In reply to: [WP Customer Reviews] Remove Business NameFantastic… Can you show what line the “on” to remove is? I’ve looked but I do not see where it is.
Forum: Plugins
In reply to: [WP Customer Reviews] Remove Business Name-I still have not found a solution to remove the “on” part yet. Sorry.
Forum: Plugins
In reply to: [WP Customer Reviews] Remove Business Nameoptional solution:
First remove Business Name from line on main review page settings.
Then go to plug-in editor and remove “Blank Business Name”… leaving only the “” empty.
the “on” is still there… But im still strying to figure out where to remove that.
} else if ($format === 'product') { $review['is_product'] = true; $review['item_name'] = $this->get_meta_or_default($parentData, $this->prefix.'_product_name', "Blank Product Name");****** <-HERE ******* } $review['postLink'] = get_permalink($postid); $review['on_same_page'] = ($opts->on_postid == $postid); if ($opts->snippet > 0) { $review['content'] = $this->trim_text_to_word($review, $opts);
It’s not a complete solution.. but a step in the right direction.
example: https://www.southwellco.com/customer-reviews/
cheers’
Forum: Plugins
In reply to: [WP Customer Reviews] Remove Business NameI have been looking for a solution to this. I will update here if I find anything.
Forum: Plugins
In reply to: [WP Customer Reviews] Remove Business NameSame issue. Would like to remove “on [Business Name]”
Cheers’
Forum: Plugins
In reply to: [WP Customer Reviews] Reviews Showing on Google PlacesThank you for clearing that up.
cheers’
Forum: Plugins
In reply to: [WP Customer Reviews] Form Titles not aligning with form fieldsI removed the “vertical-align: baseline” from the CSS and that corrected the issue.
Thank you so much for your help.
Looking forward to the Pro-Version!!Forum: Plugins
In reply to: [WP Customer Reviews] Form Titles not aligning with form fieldsThanks! I will adjust the CSS.
Forum: Plugins
In reply to: [WP Customer Reviews] Form Titles not aligning with form fieldsI think you misunderstood the issue..
When “create your own review” is selected and the form appears,
The form titles do not line up with the form fields.
The boxes are higher than the titles. This makes it confusing for someone filling out the form.Forum: Plugins
In reply to: [WP Customer Reviews] Remove the "on" in the author line. Version 3.0I would like to see a way to change this as well. I do not want the “on” “name” feature. It would be nice to customize this or opt out of it.
Forum: Plugins
In reply to: [Custom Contact Forms] Could not instantiate mail function.I am having same issue. Getting “Could not instantiate mail function” when using wordpress mailer… I tried using SMPT but would not authenticate. Help?
Forum: Plugins
In reply to: [Calendar Posts] Interfering with the editor?@damien.goubeau – commenting the jQuery loading line worked for me as well.
line 65
<!–<script type=”text/javascript” src=”<?php echo datepick_package; ?>/jquery-1.4.2.min.js”></script>–>Thanks… cheers’
Forum: Plugins
In reply to: [Calendar Posts] Interfering with the editor?Visual editor buttons are still not working when plugin is active. Any fix soon?
Forum: Plugins
In reply to: [Calendar Posts] Interferes with WP editor menu and javascriptI am having the same issue with the visual editor. I will try this and see how it works. Thanks for the info.
cheers’