Matt Cohen
Forum Replies Created
-
Forum: Plugins
In reply to: [Testimonials by WooThemes] Testimonies Are Blank@rhubarbmedia – Your theme doesn’t properly apply/respect widget CSS classes. That’s why the above-mentioned CSS snippet didn’t work for you. 🙂
Try this instead:
.testimonials.fade {opacity: 1 !important; }That should get the testimonials displaying correctly. 🙂
Forum: Plugins
In reply to: [Testimonials by WooThemes] Testimonies Are Blank@rhubarbmedia – In future, please post a new thread, as the solution didn’t work in your use case.
Upon viewing your website, I see you’re not using the testimonials widget anywhere in your widget areas… I assume you removed it due to it not displaying.
I’d advise using the “Inspect Element” tool in Google Chrome, or “Firebug” in Firefox to determine the CSS selector that’s conflicting here (as you mentioned above, the previously-suggested CSS didn’t work in your use case).
From there, placing the relevant CSS code in your theme should get the testimonials displaying. 🙂
Regards,
Matty.Forum: Plugins
In reply to: [Testimonials by WooThemes] Testimonies Are BlankHi ashleynlinares,
There is a styling conflict between a CSS class used in the testimonials plugin, and your theme.
Please add the following CSS code to your theme’s stylesheet:
.widget_woothemes_testimonials .fade { opacity: 1; }Regards,
Matty.Forum: Plugins
In reply to: [Testimonials by WooThemes] Testimonies Are BlankI’ve tagged and deployed version 1.3.1.
Thanks for testing! I’m glad to see this bug resolved. 🙂
Forum: Plugins
In reply to: [Testimonials by WooThemes] Testimonies Are BlankHi Aaron, Shawn,
I’ve done some further digging and have isolated and resolved the bug.
Could you please test the code at the following branch ( https://github.com/woothemes/testimonials ) and confirm that the fix works correctly on your ends?
If the fix works correctly for you both as well, I’ll deploy the update to WordPress.org.
Thank you for your patience in this regard.
Thanks and regards,
Matty.Forum: Plugins
In reply to: [Testimonials by WooThemes] Testimonies Are BlankThanks Shawn and Aaron.
I’ll look further into this and deploy 1.3.1 soonest with the fix.
Please also keep an eye on http://github.com/woothemes/testimonials/tree/develop/ for the latest commits to the plugin.
My sincerest apologies for the inconvenience caused here.
Thanks and regards,
Matty.Forum: Plugins
In reply to: [Testimonials by WooThemes] Shortcode Testimonial is blankHi jscrilla77,
Thanks for bringing this to our attention.
Please see the following thread, where we’re working to resolve this same issue: http://wordpress.org/support/topic/testimonies-are-blank?replies=6
We’ll continue the discussion on that thread and ensure that the bug gets resolved. 🙂
Thanks and regards,
Matty.Forum: Plugins
In reply to: [Features by WooThemes] Center Title & Image BorderHi Carlos,
Sure. 🙂
You could use
.feature imgto target the image specifically.To centre the entire feature, you could use
.feature { text-align: center; }🙂Thanks and regards,
Matty.Forum: Plugins
In reply to: [Features by WooThemes] shortcodes don't render within featuresHi all,
This has been resolved in version 1.3.0 of the plugin. 🙂
Thanks and regards,
Matty.Forum: Plugins
In reply to: [Testimonials by WooThemes] Add Custom Category TaxonomyHI Rob,
This has been included in version 1.3.0. 🙂
Thanks and regards,
Matty.Forum: Plugins
In reply to: [Testimonials by WooThemes] Make widget sidebar friendlyHi there,
Thanks for your query. 🙂
The widget is compatible with any widget area. 🙂
Regarding your suggested updates, I’d advise posting these on GitHub here: http://github.com/woothemes/features/issues/.
Thanks and regards,
Matty.Forum: Plugins
In reply to: [Testimonials by WooThemes] Pagination? and also, admin columnsHi there,
Thanks for your query and great suggestions. 🙂
The “pagination” option is intended for users who with to use JavaScript to fade/slide between testimonials. It may also be used in a future plugin version. 🙂
Thanks and regards,
Matty.Forum: Plugins
In reply to: [Testimonials by WooThemes] Position in a rowHi Andrey,
It is possible using some
floatordisplay: inline-blocksettings, yes.As you’re using a WooThemes theme, and the theme is handling the styling, I’d advise logging a ticket over at http://support.woothemes.com/ for WooThemes support. 🙂
Thanks and regards,
Matty.Forum: Plugins
In reply to: [Testimonials by WooThemes] Planned Integration With WooCommerce?Hi Andy,
Thanks for your query. 🙂
Currently, this isn’t on our roadmap, no.
This could potentially be done using the new “Categories” in version 1.3.0, but it’s not a specifically focussed integration.
Thanks and regards,
Matty.Forum: Plugins
In reply to: [Testimonials by WooThemes] Shortcode not working on multisiteHi conster,
Thanks for your query. 🙂
We don’t have a “Settings” menu in this plugin at all. Are you perhaps using a different plugin?
This plugin is compatible with WordPress Multisite, to my knowledge.
Thanks and regards,
Matty.