Jeff K
Forum Replies Created
-
Forum: Plugins
In reply to: [HMS Testimonials] custom cssHey Brian,
What I am seeing is that it’s already transparent. I can see the grayish pattern behind the text. Can you give me a better idea of what you want to happen?
Forum: Plugins
In reply to: [HMS Testimonials] language visitor formHey Ramzii,
I have just pushed another update (v 2.0.3) that adds filters to the form. Add the filters to your themes functions.php file. If you don’t add a filter it will default to Name, Website, Testimonial and Submit Testimonial as it does now.
You can change the text using the following example code.
function name_override($text) { return 'Please Enter Your Name'; } function website_override($text) { return 'Enter Your Website Address'; } function testimonial_override($text) { return 'Your Review Here'; } function submit_override($text) { return 'Save Review'; } add_filter('hms_testimonials_sc_name', 'name_override'); add_filter('hms_testimonials_sc_website', 'website_override'); add_filter('hms_testimonials_sc_testimonial', 'testimonial_override'); add_filter('hms_testimonials_sc_submit', 'submit_override');
Jeff
Forum: Plugins
In reply to: [HMS Testimonials] language visitor formHey Ramzii,
Adding language support is on my to do list. I will look into adding filters to override the text for a quick solution.
Forum: Plugins
In reply to: [HMS Testimonials] custom cssHey Brian,
Can you send me a link to the page you are working on? If you don’t want to post it here please use the contact form at https://hitmyserver.com/contact-us/.
Also, I don’t set the background so this shouldn’t be particularly related to the plugin.
Jeff
Forum: Plugins
In reply to: [HMS Testimonials] Image not showingHi brandomb,
By default images are not enabled in templates. If you go into the template section and edit the template you are using (defaults to 1) you can move the image field over to the active items.
Forum: Plugins
In reply to: [HMS Testimonials] error date?I have just pushed an update. It may take a little while for WordPress installs to pick it up.
The datepicker is now in. I have also caught the fatal error so you will get a friendly message asking you to pick a valid format instead.
Jeff
Forum: Plugins
In reply to: [HMS Testimonials] error date?Hi Ramzii,
At this time I am currently using DateTime which wants the month first. I will be adding in the jquery ui datepicker in the update.
You can use hyphens if you don’t want to use slashes. ??
That being said, the admin screens are required to use that format however you CAN set the format that is displayed to your users. Checkout the settings tab for the plugin.
“5. Date format”
You can use d/m/Y for 22/04/2013 or d M Y for 22 May 2013.
Forum: Plugins
In reply to: [HMS Testimonials] error date?Hi Ramzii,
Can you provide me the exact date that you are using?
Forum: Plugins
In reply to: [HMS Testimonials] Move image inside testimonial divAt least you got it close for the time being.
Another option you could do. Stick the HTML code for the image inside the testimonial. Unfortunately this just dawned on me and it does mean going through all your testimonials and updating them again which isn’t very much fun.
I am going to mark this topic as resolved but go ahead and keep posting here if you need to.
Forum: Plugins
In reply to: [HMS Testimonials] Move image inside testimonial divHave you tried floating the image in your css?
Such as:
.widget_hms_testimonial_rotator img { float:left;}
You will probably also need to float the “testimonial” class div.
Can you provide me with your link?
Thanks,
JeffForum: Plugins
In reply to: [HMS Testimonials] Template Edits Involving Custom FieldsHello again Teresa,
I found the issue and have pushed an update that fixes it.
Thanks,
JeffForum: Plugins
In reply to: [HMS Testimonials] Line BreaksYou’re welcome. Sorry it took so long, I don’t get notified of new threads ??
Forum: Plugins
In reply to: [HMS Testimonials] Line BreaksHi Camerah,
Try removing the margin and padding in style.css line 86. It’s the blockquote section. That is pushing it outside. I have used the Chrome Developer tools to create the screenshot below.
Jeff
Forum: Plugins
In reply to: [HMS Testimonials] Template Edits Involving Custom FieldsHi Teresa,
I am getting that issue when I create a new template. (I will fix this of course).
However, when I go back in and edit that template I am able to move custom fields over and it saves properly.
Can you give that a try?
Forum: Plugins
In reply to: [HMS Testimonials] Rotation SpeedThanks. If you find yourself with a few minutes of free time, please rate the plugin.