UNREAL!!
You were not asked to disable ANYTHING and now my boss is screaming at me because the main library with ALL the categories is GONE!!!!
WHAT HAVE YOU DONE??? THIS IS A LIVE SITE !!!
For the last time.
THERE IS NO PAGE
THERE ARE NO SHORTCODES
The plugin AUTOGENERATES the package download page AND the slug
Therefore NO SHORTCODES WORK
Can this support request please be answered by the person that wrote the plugin? This is wasting time.
I tried using a shortcode but it doesnt work. Directory Addon uses a slug system to generate the package display page so it overrides the page content and ignores the shortcode.
Let me repeat that so its clear.
Shortcodes DO NOT WORK with Directory Addon default landing page – in fact ALL CONTENT is ignored on the page that is used to show the Packages. Doesnt matter if its text or anything, nothing shows except the packages.
Adding links in PM below.
That seems to be working thank you ๐
You need to list which Categories you want to show, the ‘id’ parameter is a required field. You can see more on how to structure your shortcode here:
[wpdm_category] – Query All Downloads From One or More Categories
Ah awesome thank you ๐
Hi Shaon I can confirm the /download-manager/cache has permissions set to 777 plus all files and folders under that. Am sending login details in PM
OK I solved the problem with CORS by modifying the htaccess:
Header set Access-Control-Allow-Origin “http://EXAMPLE.com.au”
This allows the Ajax to execute even though it is still looking in the wrong directory. Further Rewrite takes care of that.
However still no thumbs!
Also, when I add PHP the template files it is stripped out. How can I execute PHP inside the template files so I can pull in data from elsewhere in WordPress and display it.
Thanks
DJ