Hi @mohammad7
Thanks for the information.
There is no restriction in EDD that it will work only on selected theme. It works will all theme which is created with WP standard.
As you said the theme is made bu yourself so there may be some issue in that.
For your query,
1) Ajax not work…
Ans – Please press the F12 button (Console) of browser to check is there any JS error is coming or not?
Please provide me your web page URL so I can take a look at it also and try to understand the scenario.
Hi @mohammad7
Sorry, for my delay response.
I have checked your website and found that it is not created with WP standard.
After looking the page it looks like that it is not loading the EDD plugin CSS and JS because your theme is not according to WP standard.
Kindly open your theme header.php file and see there is a code <?php wp_head(); ?> just before the closing </head> tag. It is necessary, Otherwise no plugin will work smoothly.
Please refer this screenshot http://prntscr.com/reqqlv
You can take a reference from any WordPress default theme like Twenty Twelve or etc.
Also there is one code <?php wp_footer(); ?> which must be in theme footer.php file just before the closing </body> tag.
Please take a reference from defult WordPress theme.
Please try with above code and check. It will work for you.
@pratik-jain Thank you so mush bro 🙂
i fixed my problem with adding <?php wp_head(); ?> and <?php wp_footer(); ?> 😀
also i installed “theme-check” plugin to fix other issues.
thank you again