RyanM7380
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] Fields not mapping correctlyFigured this out myself, in the dropdown for field names dont use the ugly names ACF outputs. Choose to add a new field name and use the variable name for the field from ACF. So “Company Name” would be “company_name”.
This should be fixed in the next version of this plugin, its quite confusing
Forum: Plugins
In reply to: [AddToAny Share Buttons] Linkedin ShareDidn’t see the reply, sorry
Forum: Plugins
In reply to: [AddToAny Share Buttons] Why isnt there a Linkedin Share button?LinkedIn Share is completely different. AddThis actually offers this, so should AddtoAny.
Forum: Plugins
In reply to: [Alphabetic Pagination] Nav Menus Disappear on all pages with your pluginHi Fahad,
Sorry to be such a bother, but I was wondering when you might release the updates? Im using your plugin for a website thats launching in the next few days and this is one of the only outstanding items.
Thanks,
Ryan
Forum: Plugins
In reply to: [Alphabetic Pagination] Nav Menus Disappear on all pages with your pluginHi Fahad,
Great, thank you!
Best,
Ryan
Forum: Plugins
In reply to: [Alphabetic Pagination] Nav Menus Disappear on all pages with your pluginHi Fahad,
Just checking in, have you had a chance to look at the navigation menu issue?
Thanks,
Ryan
Forum: Plugins
In reply to: [Alphabetic Pagination] Nav Menus Disappear on all pages with your pluginThanks Fahad, I think your code might just need some light editing to resolve the issue
Forum: Plugins
In reply to: [Alphabetic Pagination] Nav Menus Disappear on all pages with your pluginHi Fahad,
You are already using prepend for jquery, I tracked the issue down to the use of add_filter(‘pre_get_posts’, ‘ap_pagination’, 1). It seems pre_get_posts is filtering the nav_menu_item and thus removing all the menus on any page that your plugin filters. Can you please help me to fix this?
Best
Ryan