Syrehn
Forum Replies Created
-
Forum: Plugins
In reply to: [Our Team by WooThemes] Team Member TemplateJust in case anyone is still unsure, modifying the template can be done by adding something like this to your functions.php:
add_filter( 'woothemes_our_team_item_template', 'new_team_member_template' ); function new_team_member_template( $tpl ) { $tpl = '<div itemscope itemtype="https://schema.org/Person" class="%%CLASS%%">%%TITLE%% %%AVATAR%% <div id="team-member-%%ID%%" class="team-member-text" itemprop="description">%%TEXT%% %%AUTHOR%%</div></div>'; return $tpl; }
* The above snippet simply moves the title (name/title) above the avatar/featured image.
Forum: Plugins
In reply to: [Hotspots Analytics] Can't See HeatmapsHi dpowney,
Yes the theme uses HTML5 (using a child theme for Enfold), the link is d-tailscaninecenter.com.
Thanks.
Forum: Plugins
In reply to: [Hotspots Analytics] Can't See HeatmapsAlso posting that I have this exact same issue in IE/Chrome/FireFox.
The data is all in the backend but the heatmap itself will not generate.
Forum: Plugins
In reply to: [Testimonials by WooThemes] Tabbed/Paged Testimonials?adding my voice to this… would really really REALLY love to see pagination added. currently breaking apart pages and adding a link to testimonials archives (archives have pagination) is a clunky work-a-round.
Forum: Plugins
In reply to: [Testimonials by WooThemes] ColumnsNot sure if you got this sorted out or not, but since I just did the same thing today I thought I’d share the solution.
The shortcode on your page that you would need for 1 row 3 columns would be:
[woothemes_testimonials limit="3" per_row="3"]
If you’re not using a theme from WooThemes simply adding the above shortcode won’t generate the column styles since Testimonials by WooThemes comes styleless.
Try adding the following to your CSS for the columns (courtesy of WooThemes Canvas theme). Keep in mind that the following CSS might require tweaking but covers up to 6 columns:
.widget_woothemes_testimonials .quote{float:left;margin-right:5%} .widget_woothemes_testimonials .quote.last{margin-right:0} .widget_woothemes_testimonials .quote img{float:left;margin:0 1em 0 0} .widget_woothemes_testimonials .columns-1 .quote{width:100%} .widget_woothemes_testimonials .columns-2 .quote{width:47%} .widget_woothemes_testimonials .columns-3 .quote{width:30%} .widget_woothemes_testimonials .columns-4 .quote{width:21%} .widget_woothemes_testimonials .columns-4 img{float:none;margin:0 auto;display:block} .widget_woothemes_testimonials .columns-4 .author{display:block;text-align:center;float:none} .widget_woothemes_testimonials .columns-5 .quote{width:16%} .widget_woothemes_testimonials .columns-5 img{float:none;margin:0 auto;display:block} .widget_woothemes_testimonials .columns-5 .author{display:block;text-align:center;float:none} .widget_woothemes_testimonials .columns-6 .quote{width:12.4%} .widget_woothemes_testimonials .columns-6 img{float:none;margin:0 auto;display:block} .widget_woothemes_testimonials .columns-6 .author{display:block;text-align:center;float:none}
Forum: Plugins
In reply to: [Business Hours Plugin] Multiple Opening HoursSounds like something similar to this request is supposed to come in the next release per this thread from 10 months ago… https://www.ads-software.com/support/topic/plugin-business-hours-plugin-multiple-locations?replies=3
Any updates on when this release will drop? Or even if you’ll be making a pro version of the plugin with this requested feature?
Forum: Plugins
In reply to: [Business Hours Plugin] Multiple Opening HoursAlso looking for this feature.
Have multiple divisions with different hours and need to be able to split them up. Probably be best if we were able to create separate tables and then select which ones shows up from a drop down menu when inserting the widget.
Thanks,
AmberForum: Plugins
In reply to: [WooCommerce] Using WooCommerce for event / course bookingsUpdates pleeeeease!
I’m trying to holding off on buying the Booking plugin from Tyche Softwares buuuut might just have to bite the bullet and use a non-woo solution. I’ve got ants in my pants waiting to see what this is going to be like.
Forum: Plugins
In reply to: [Testimonials by WooThemes] Carousel TestimonialsJust putting my hat in the ring here.
I’d also like to see carousel functionality implemented into Testimonials if anyone has any suggestions on doing this currently that would be great.
Forum: Plugins
In reply to: [Simple Business Hours] Will not work if WP is in its own folderConfirming that widget does NOT show up in widget selection list when WordPress is in it’s own directory. Don’t have de-bug on so not seeing an error.
Forum: Plugins
In reply to: [Gallery – Photo Albums Plugin] 2 JavaScript libraries?I’m a die-hard jQuery fangirl so I was just curious when I saw it was calling both. I don’t often see Mootools getting used much these days. Haha.
You’re right, so long as there’s no conflict then it shouldn’t be a problem, just one extra library to load.
Nice plugin btw. ??
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Manual Payment Options?Hi Anton,
When you say “Payment Template” are you referring to the WYSIWYG editor on each individual invoice? If so this would place any manual information I type in that editor with the other invoice text above the invoice details (not the desired outcome).
The only reference that I have found for adding info for “Manual Payments” is under Settings -> Payment Tab -> Manual Payment Information (If an invoice has no payment gateways, this message will be displayed offering the customer guidance on their course of action.)
The above clearly states it’s not available unless I don’t select any gateways. It would be nice to be able to display that Manual Payment Info below the invoice details or in the Payment Method section when viewing the invoice (if content is added in that box).
Did I miss something along the way? Is there an additional template somewhere that I should be looking for to achieve this?
Thanks.
Forum: Plugins
In reply to: [Gallery – Photo Albums Plugin] PaginationI’m a “Pro” user and was also wondering the same thing. Do you have a roadmap for when this will be released for “Pro” users?
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Stripe support?Hmmm personally I’d like to take regular payments/partial payments/recurring payments. IMO it would be nice to integrate all the abilities in the long run. ??
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Stripe support?I’d also like to see this happen. It’s been the second most voted for feature on the UD Feedback site since early 2012.
Stripe is awesome. ??