- This topic has 2 replies, 3 voices, and was last updated 7 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Affiliates Management Plugin for WordPress
by
WordPress Affiliate Manager › Forums › Affiliate Manager Plugin › Review Terms and Get Started Button not working
I went through the entire process and took screenshots. When I click on Review Terms the page just reloads and nothing pops up. What can I do to fix this?
Also, here is a link to the screenshots https://docs.google.com/presentation/d/1IDTynLsU_fpeb5vLhmncWq7v1Qcs_dkkpff1jmzYXQA/edit?usp=sharing
Hi, Please use the contact form on our site to get in touch so we can investigate this issue: https://wpaffiliatemanager.com/contact/
hi,i’ve solved this:
delete content in .hatccess(backup before) and type new content like :
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>