Ken2000
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] "View order" link/button shows "My account" pagecheers emielm, I got the similar issue which was the wrong page was selected for account page in Woocommerce->account. So when user click the view order button it never works, everything are sweet now as soon as I select the appropriate page.
Hi Jordan
Awesome, got it working! Thanks for sharing.
In my theme, the wp_head() was at the right place but the wp_footer() was just above a Javascript away from </body>, after I moved it down just above </body> it worked. 🙂More about this issue.
The event is not a link but there is an onclick function:You can run the function in firebug console.
In the working website when I run : jQuery.aecDialog({‘id’:2,’start’:’2012-03-18 00:00:00′,’end’:’2012-03-18 00:00:00′});
The event details pop up.In the not working site when I run the same code:
jQuery.aecDialog({‘id’:2,’start’:’2012-03-18 00:00:00′,’end’:’2012-03-18 00:00:00′});I got this:
TypeError: jQuery.aecDialog is not a functionThe function is missing or unrecognized for some reason.
Hi jordanwarner
I am having the same problem.
Your first assumption was right. You can click on the event in the eventlist and it will pop up with the event. It’s working in one of my wordpress site and it’s not working in the site I am currently working on.
Anyone got a solution for this?
cheers