jayseventwo
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Link custom taxonomy to ACFSorry for spamming you, but managed to figure it out. I was expecting to be able to do it all from the “Tools > Taxonomies” area, but realise I add the sub-level items from the post admin page. Thanks!
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Link custom taxonomy to ACFSorry, but could you point me to some documenation on how to set the custom taxonomies up please? Basically, As an example, a taxonomy called “Colours”, and then a hierarchical list of colours (red, blue, green, etc.).
I can set up a single taxonomy in “Tools > Taxonomies”, but cannot see where to add the sub-level items to this.
Thanks again for you help – I’m only just getting back into WP after a few years off, and things are still a bit rusty, haha.
- This reply was modified 4 years, 3 months ago by jayseventwo.
Forum: Plugins
In reply to: [Admin Columns] Separate categories?No probs – thanks for letting me know.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Link custom taxonomy to ACFThanks for the info -very helpful! I’ll rethink my strategy. ??
Forum: Plugins
In reply to: [WP-SpamShield] 403 on contact form submitJust sent. Thanks.
Forum: Plugins
In reply to: [UI for WordPress Simple Paypal Shopping Cart] Broken in latest version?This has also happened for me – popup shows “0” andtext overflows the “Insert” button.
Forum: Plugins
In reply to: [WP Video Lightbox] Using shortcode and variableOkay, so simple mistake – should have used “get_field” instead of “the_field” – all fixed now.
FYI: i was using the advanced custom fields plugin to create the custom field, for anyone wondering.
Forum: Plugins
In reply to: [WP Video Lightbox] Using shortcode and variableI should just add that i am inserting the video id through a custom field called “new_youtube_link”
Forum: Plugins
In reply to: [WooCommerce] display top selling products on front page?@kamleshpawar2006, take a look at the following page, in the “featured products” section:
https://docs.woothemes.com/document/woocommerce-shortcodes/
Hope this helps you.
Forum: Plugins
In reply to: [The Events Calendar] Change display of days from long to short?Okay, so i’ve found where to do the weekday – public/template-tags/general.php – line 484 approx.
function tribe_events_get_days_of_week( $format = null ) { if ( $format == 'short' ) { $days_of_week = TribeEvents::instance()->daysOfWeekShort; } else { $days_of_week = TribeEvents::instance()->daysOfWeek; }
I basically swapped these around, which works, but there is obviously somewhere where this shortdate option can be activated – any ideas where?
Forum: Plugins
In reply to: [The Events Calendar] Change display of days from long to short?Me again – i would also like to adjust the month names as well.
Thanks
Forum: Plugins
In reply to: [Plugin Organizer] 404 errorsAwesome, that worked a treat, thanks!
I also have the same problem with my directory – it is a premium plugin which i can send to you if required?
https://codecanyon.net/item/sabaidirectory-for-wordpress/4505485
Alternatively, is there something i can add to my functions.php file etc that will add this flush rule site wide?
Forum: Plugins
In reply to: [Social Login] Social Icons not showing below Leave replyI don’t suppose you could tell mew what you did, because i too have the same problem.
Thanks.
Forum: Plugins
In reply to: [Photospace Responsive Gallery] Plugin not working with Roots themeThanks mate – ended up using another gallery as i had to get this project out the door, but will try this code on another.
Forum: Plugins
In reply to: [Plugin Organizer] Update breaks siteA quick update – i have just deleted the plugin entirely and then reinstalled from the WordPress plugin repository and all seems to work now.