nick1110
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Experience API] do_action not working through wp-ajax callPlease disregard my message.
It was my fault.
Thank you again for such a great job!For those who experience the same issue:
the $post variable is not available in ajax call so you need to pass page id to the statement trigger.
And the code below needs to be modified or disabled in statement trigger:
if (is_admin()){
return;
}
ajax calls go through wp-admin nothing will happen.Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Problem with permalinksAndrew,
thank you for investigation.Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Problem with permalinkscreated a user for you.
please check your mailbox.Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Problem with permalinksYes we are using expandable faq.
and we added FAQ Topics as submenu items to the FAQ menu.
if you click on that submenu you will see 404 page (for example: http://nederlandnearshore.nl/topics/vragen-over-nearshore-outsourcing/)and if I use [faqlist] i get 404 when clicking on an item.
the same thing happens when I click ‘view FAQ’ on edit FAQ page.
for example http://nederlandnearshore.nl/question/hoe-honkvast-is-jullie-personeel-heb-ik-zekerhedenForum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Problem with permalinksHey Andrew,
Thanks for the quick response.Here is the link http://nederlandnearshore.nl/faq/
Regarding re-saving. If that means clicking ‘Save’ button on Permalinks settings page then yes, I did it.