-
Posted a reply to Conditional dropdown is very slow, on the site WordPress.org Forums:
that's great news Jonathan, thanks, looking forward to it!1 week ago
-
Posted a reply to CPU Usage, on the site WordPress.org Forums:
UPDATE: just seen a new release with this in changelog: Fixed: scheduled newsletter task no…4 weeks ago
-
Posted a reply to [MailPoet Newsletters (New)] CPU Usage, on the site WordPress.org Forums:
not sure what is going on with the MailPoet team, their support, and what was…4 weeks ago
-
Posted a reply to please add “menu_order”, on the site WordPress.org Forums:
> the ‘menu_order’ is more for pages as posts uhm... well... allow me to dissent…2 months ago
-
Created a topic, please add “menu_order”, on the site WordPress.org Forums:
would you mind adding "menu_order" to the list of vali…2 months ago
-
Posted a reply to allow Editor access to purge, on the site WordPress.org Forums:
thanks @adeelkhan, i'm aware of WordPress role restrictions, what i was wondering was if you'd…2 months ago
-
Created a topic, allow Editor access to purge, on the site WordPress.org Forums:
would it be possible to allow Editor access to the "Pu…2 months ago
-
Posted a reply to Conditional dropdown is very slow, on the site WordPress.org Forums:
glad to discover it wasn't just an issue with my code... it's a pity, now…2 months ago
-
Posted a reply to allow Editor access, on the site WordPress.org Forums:
i've modified add_management_page's capability in transient-manager.php to allow Editor access. i thought i'd better block…2 months ago
-
Created a topic, allow Editor access, on the site WordPress.org Forums:
hi, any chance to allow Editors access to the plugin w…3 months ago
-
Created a topic, allow Editor access, on the site WordPress.org Forums:
hi, is there any way to allow Editors (or any similar …3 months ago
-
Posted a reply to beautiful_filters_dropdown_placeholder and WPML, on the site WordPress.org Forums:
taxonomy's object label did the trick: function modify_bf_placeholder( $placeholder, $taxonomy ) { $tax = get_taxonomy(…3 months ago
-
Posted a reply to Only works on admin pages, on the site WordPress.org Forums:
hi John, no other errors, apart from a "unreachable code after return statement" warning, caused…3 months ago
-
Posted a reply to Only works on admin pages, on the site WordPress.org Forums:
i do have the same problem, but nothing shows up on the error log. instead…3 months ago
-
Posted a reply to beautiful_filters_dropdown_placeholder and WPML, on the site WordPress.org Forums:
hi Jonathan, thanks a lot for the hint! if i can get at the taxonomy…3 months ago
-
Created a topic, beautiful_filters_dropdown_placeholder and WPML, on the site WordPress.org Forums:
i'm successfully using the function in the plugin's de…4 months ago
-
Created a topic, Compact Archives and Custom Post Types, on the site WordPress.org Forums:
would it be possible to apply it to specific custom po…7 months ago
-
Posted a reply to I've added the ability to link images, on the site WordPress.org Forums:
hey @jethin that's good news indeed! is v1.4 available to donwload, so that i can…8 months ago
-
Posted a reply to assign taxonomies to attachments for a standard WP gallery, on the site WordPress.org Forums:
hey David, thanks for the explanation! i was aware of the Bulk Edit area, but…8 months ago
-
Created a topic, assign taxonomies to attachments for a standard WP gallery, on the site WordPress.org Forums:
i have about 7 taxonomies to assign to images in galle…8 months ago
-
Posted a reply to I've added the ability to link images, on the site WordPress.org Forums:
thanks joshua, will try it out asap!9 months ago
-
Posted a reply to I've added the ability to link images, on the site WordPress.org Forums:
@joshuamcgee i'd be very interest too in the patch you're offering. any chance you could…9 months ago
-
Posted a reply to WPML support – hack for your consideration, on the site WordPress.org Forums:
perfect, thanks!10 months ago
-
Posted a reply to WPML compatibility, on the site WordPress.org Forums:
true, i'm excluding the Uncategorized category. didn't realised the snippet was dealing with that option.…10 months ago
-
Posted a reply to WPML compatibility, on the site WordPress.org Forums:
hey David, i just tried your code in my functions.php (as also suggested by your…10 months ago
-
Created a topic, WPML support – hack for your consideration, on the site WordPress.org Forums:
hi i was having a problem, actually two, but this with…11 months ago
-
Posted a reply to how to display terms’ custom fields, on the site WordPress.org Forums:
i've just added "raw" => "true" and it makes it even better ;) types_render_termmeta("creative-email", array(…11 months ago
-
Posted a reply to how to display terms’ custom fields, on the site WordPress.org Forums:
all clear now, thanks Beda. i've successfully used types_render_termmeta("creative-website", array( "term_id" => $term->term_id ) );…11 months ago
-
Posted a reply to Display taxonomy in template, on the site WordPress.org Forums:
hi Beda, thanks a lot for the directions. types_render_termmeta("creative-website", array( "term_id" => $term->term_id ) );…11 months ago
-
Created a topic, how to display terms’ custom fields, on the site WordPress.org Forums:
i've got a few terms/taxonomies set up, i've assigned …11 months ago
-
Posted a reply to Display taxonomy in template, on the site WordPress.org Forums:
hey @luizbriganti, i guess you got lost in Types docs too... i've been looking for…11 months ago
-
Posted a reply to please add menu_order to orderby options, on the site WordPress.org Forums:
ok, found it out: there's a ‘Sort Products’ link on top of the 'Products' list,…11 months ago
-
Posted a reply to please add menu_order to orderby options, on the site WordPress.org Forums:
tested new version, "Query orderBy - Menu order" is there ok, but something is not…11 months ago
-
Posted a reply to please add menu_order to orderby options, on the site WordPress.org Forums:
sorry, forgot two lines: $i = 0; $len = count($product_cats); to be placed before the…11 months ago
-
Posted a reply to please add menu_order to orderby options, on the site WordPress.org Forums:
that's brilliant, thanks! strangely i still don't get the update nag in plugins, i see…11 months ago
-
Created a topic, please add menu_order to orderby options, on the site WordPress.org Forums:
it's likely that users nowadays rely on custom orderin…11 months ago
-
Created a topic, tip for translating CF7 forms into other languages, on the site WordPress.org Forums:
thanks to Aurovrata@stackoverflow type this in your b…1 year ago
-
Posted a reply to favorite single images or in gallery?, on the site WordPress.org Forums:
sorry @nemessis, probably i hadn't been clear. what i did was to take media gallery's…1 year ago
-
Replied to an idea, Missed Schedule Post Retry
1 year ago
-
Replied to an idea, Missed Schedule Post Retry
1 year ago
-
Posted a reply to translations: errors in old-original .po files, on the site WordPress.org Forums:
oh right, thanks for that Mike. i'm pretty sure i read the changelog/version details before…1 year ago
-
Created a topic, translations: errors in old-original .po files, on the site WordPress.org Forums:
for people having problems in translating Woocommerce …1 year ago
-
Posted a reply to add first empty option to dropdown, on the site WordPress.org Forums:
here's what i added to functions.php add_filter('uwpqsf_tax_field_dropdown','custom_dropdown_output','',12); function custom_dropdown_output($html,$type,$exc,$hide,$taxname,$taxlabel,$taxall,$opt,$c,$defaultclass,$formid,$divclass){ $args = array('hide_empty'=>$hide,'exclude'=>$eid ); $taxoargs =…1 year ago
-
Posted a reply to Add placeholder in contact form 7 dropdown select box, on the site WordPress.org Forums:
same here, much needed feature. there's something posted about it, but it's not as neat…1 year ago
-
Posted a reply to selectbox: ACF fields not found + value/key wrong way around?, on the site WordPress.org Forums:
have you got a link to the ACF workaround i can consult? and is the…1 year ago
-
Posted a reply to multiple Post Types, on the site WordPress.org Forums:
thanks for the reply @websupporter, good to know the Pro version allows selecting more than…1 year ago
-
Posted a reply to multiple Post Types, on the site WordPress.org Forums:
i've enabled taxonomies on media (same as those for posts), and created a filter with…1 year ago
-
Created a topic, multiple Post Types, on the site WordPress.org Forums:
this counts as a pre-sale question too, as i'll need i…1 year ago
-
Created a topic, selectbox: ACF fields not found + value/key wrong way around?, on the site WordPress.org Forums:
thanks for this great plugin, have been looking around…1 year ago
-
Posted a reply to hero slider on other pages other than home, on the site WordPress.org Forums:
thanks Holger, and sorry for the late reply. that all makes sense, but how can…1 year ago
Plugins
-
Admin Menu Editor
-
Adminimize
-
Advanced Category Column
-
Broken Link Checker
-
Category Order and Taxonomy Terms Order
-
Contact Form 7
-
Contact Form by BestWebSoft
-
Countdown Timer
-
Cyclone Slider
-
Dermandar
-
Download Monitor
-
Easy Digital Downloads
-
Envoke Supersized
-
Featured Image Column
-
Google Analytics Dashboard for WP (GADWP)
-
Intuitive Custom Post Order
-
iThemes Security (formerly Better WP Security)
-
Live Blogging
-
MailPoet Newsletters (Previous)
-
MapPress Easy Google Maps
-
MediaElement.js - HTML5 Video & Audio Player
-
Metaphor Shortcodes
-
Metaphor Widgets
-
Meteor Slides
-
NextScripts: Social Networks Auto-Poster
-
No Category Base (WPML)
-
Open Graph for Facebook, Google+ and Twitter Card Tags
-
Peter's Login Redirect
-
Postie
-
Related Posts for WordPress
-
Rich Text Tags
-
Simple Google Maps Short Code
-
Spider Video Player
-
Sub Categories Widget
-
Theme Blvd News Scroller Widget
-
TinyMCE Advanced
-
TinyMCE Excerpt
-
TW Recent Posts Widget
-
Ultimate CSV Importer
-
Ultimate Posts Widget
-
User Role Editor
-
Video.js - HTML5 Video Player for WordPress
-
WordPress Share Buttons Plugin – AddThis
-
WP Category Permalink
-
WP CSV
-
WP Parallax Content Slider
-
WP UI - Tabs, Accordions, Sliders
-
WP Updates Notifier
-
YOP Poll