Jeff K
Forum Replies Created
-
Forum: Plugins
In reply to: [HMS Testimonials] appending a colon to nameThis is working for me.
.hms-testimonial-container .author:before { content: "Author: "; }
Forum: Plugins
In reply to: [HMS Testimonials] Ad word limit option in shortcode makerI believe so.
Forum: Plugins
In reply to: [HMS Testimonials] appending a colon to namePossibly with a :before pseudo element on the author container.
Forum: Plugins
In reply to: [HMS Testimonials] Ad word limit option in shortcode makerIt’s not. You aren’t defining the h3 in the testimonial plugin. Even with widgets that is controlled in the themes functions.php file.
Forum: Plugins
In reply to: [HMS Testimonials] Ad word limit option in shortcode makerHrm. Unfortunately, that issue is not related to this plugin.
Forum: Plugins
In reply to: [HMS Testimonials] Rich snippet issuesTry adding this next to the image.
<meta itemprop=”rating” content=”<?php echo $rating; ?>” />
Forum: Plugins
In reply to: [HMS Testimonials] Ad word limit option in shortcode makerAh. Sorry, I can’t help you there. I have no idea about your page builder and what’s involved there.
Forum: Plugins
In reply to: [HMS Testimonials] Ad word limit option in shortcode makerCan you screenshot the specific part. I guess I don’t understand what part is incorrect.
Forum: Plugins
In reply to: [HMS Testimonials] appending a colon to nameLet me know if this was what you are looking for. This change will be throughout all templates and all pages of your site.
Add this to your themes functions.php file:
function add_author_to_testimonial($source) { return 'Author: ' . $source; } add_filter('hms_testimonials_system_source', 'add_author_to_testimonial');
Forum: Plugins
In reply to: [HMS Testimonials] Ad word limit option in shortcode makerHello,
To set a word limit on a shortcode use:
[hms_testimonials word_limit=”100″]
You would need to manually adjust your CSS to change the layout. To add those big gray quotation marks, checkout the :before and :after CSS pseudo selectors.
To get rid of your title, try setting the widget title to be blank.
Forum: Plugins
In reply to: [HMS Testimonials] Setting form background colorIt’s hard to tell without seeing the site and peaking at its CSS.
I am glad you were able to figure out this issue!
Jeff
Forum: Plugins
In reply to: [HMS Testimonials] Surround Testimonial in a Text BoxThat menu is amazing!
Try something like this:
.hms-testimonials-rotator { border:1px solid #0000ff; padding:10px; }
Is that kind of what you were looking for?
Forum: Plugins
In reply to: [HMS Testimonials] Suggestion – signatureHrm that’s also an interesting suggestion. Can you give me an example of how you would like signature to look?
Forum: Plugins
In reply to: [HMS Testimonials] Suggestion – bulk actionsGood call. I will take that into consideration to be added.
Forum: Plugins
In reply to: [HMS Testimonials] Setting form background colorHa. So is everything good for this thread now?