randeh
Forum Replies Created
-
Thank you for the update everything is now working as expected.
If your WordPress installation is in a subdirectory. This might help https://www.ads-software.com/support/article/giving-wordpress-its-own-directory/
I was setting up a new installation of WordPress on a new server and I experienced the same JSON error. For me it was a typo in my try_files directive. This was on a server running Nginx.
Corrected try_files:
location / { try_files $uri $uri/ /index.php$is_args$args; }
Forum: Fixing WordPress
In reply to: Create page template – how toCopy and rename works to create a new template although Jacob is correct you do need to rename the template name within the php code or else it does not show up in the page attributes template list. Man this was driving crazy. Thank you Jacob!
Forum: Plugins
In reply to: [Simple Membership] Use payment button from html page for membership signupI have a buy button on my html site which I can add PayPal payments directly although I want it to link to the simple membership buy function and trigger the PayPal payment for a membership. Everything else would be handled by simple membership such as sending the Complete your registration email etc. I don’t think there is a way to call the short code but I hope there is a way to call the function.
Forum: Reviews
In reply to: [WordPress Menu Exporter] doesn′t workYou will have to install WordPress Importer on the site you are importing your menus into. After importing go to Appearance>Menus>Manage Locations and assign the menu to your theme navigation location. Hope that helps.
Forum: Plugins
In reply to: [Tweet Wheel] Fill up the Queue – Fatal ErrorHi NerdCow,
Well I am limited by my shared plan therefore I will have to wait until I change to dedicated hosting. I appreciate the information and fast response.
Kind Regards,
Ran