Jeff K
Forum Replies Created
-
Forum: Plugins
In reply to: [HMS Testimonials] Having Big Problems styling with CSSHi abyte,
Have you taken the the CSS from the the elegant themes version and applied it to the correct elements for HMS Testimonials?
The output generated between both testimonial systems are different so you might be able to get it close.
Forum: Plugins
In reply to: [HMS Testimonials] Position of links on rotating slider, default pausedHi sw5813,
What I am seeing is a bunch of br tags pushing it down. Inside the testimonial, is the table at the very top or are there blank lines?
Darn.
When you go live please let me know if it’s works or not.
Hey sageyoung,
I have pushed an update this morning. Please check it to see if this fixed your issue.
If not:
After looking up MAMP (I use XAMPP go figure) the error log file should be in
MAMP/logs/php_error.log
If you are on windows change / to \If you can find that sucker and send me anything related to the plugin that would be great.
Thanks,
JeffForum: Plugins
In reply to: [HMS Testimonials] Position of links on rotating slider, default pausedHi sw5813,
I have pushed an update this morning with those features.
I have fixed another bug with multisite. That is the testimonials not showing on the main testimonial page.
I setup a multi-site install and have added testimonials and groups to 3 sites. Along with assigning them to their various groups and can’t get a blank screen on the widgets.
Can you add an error log entry on your vhost in MAMP?
ErrorLog /path/where/you/want/the/error.log
Ok. I will be tracking this down later today and this weekend. Once I find it, the update will be 2.0.7. I will also respond to this thread triggering an email notification if you have subscribed to it.
Forum: Plugins
In reply to: [HMS Testimonials] Position of links on rotating slider, default pausedThese have been added to the next version which should come out sometime this weekend. v.2.0.7
To turn off automatic rotating:
1. If you are using a shortcode add autostart=”false” to it.
2. The widget has a new checkboxTo change the position of the links:
1. If you are using a shortcode add link_position=”top” – Valid options are: top, bottom or both. It defaults to bottom
2. The widget has a new drop down.Jeff
Forum: Plugins
In reply to: [HMS Testimonials] Position of links on rotating slider, default pausedNot currently but I will be adding it in.
Can you check and see if there is an error_log file in your public_html or public_html/wp-admin/ folders?
Also, please let me know what the group names you adding are named. I definitely want to get this fixed asap.
Forum: Plugins
In reply to: [HMS Testimonials] link to View All TestimonialsNope. What you could do is add a text widget above or below the testimonial widget, that has a link to a page with all the testimonials.
In the shortcode for your testimonial add the limit=50
Let me know if this works for you.
Jeff
Forum: Plugins
In reply to: [HMS Testimonials] Change order of Testimonials?? No problem.
Forum: Plugins
In reply to: [HMS Testimonials] How to match up theme provided cssModify your themes style.css file under Apperance -> Editor
Forum: Plugins
In reply to: [HMS Testimonials] How to match up theme provided cssIf you use the Firefox or Chrome developer tools you can see the classes that get added around the elements.
It will be apprixmately:
<div class="hms-testimonial-container"> <div class="testimonial">This is another example.. </div> <div class="author">Mark Twain</div> <div class="date">16/03/2013</div> </div>
Forum: Plugins
In reply to: [HMS Testimonials] Change order of TestimonialsAdd the following attributes to your shortcode:
order="id" direction="DESC"
This will order the testimonials by their internal id in a descending (newest first) order.
So an example would be:
[hms_testimonials order="id" direction="DESC"]