MelTech
Forum Replies Created
-
Hi Vasyl,
I appreciate your answer. I’ve deactivated all the plugins accept AAM, activated the theme Twenty Seventeen, I’m using WordPress Version 4.9.6.
I’m having the same issue, I can’t save the Teaser or Redirect URL for visitors.Just to make sure we’re on the same page:
– I click on the visitor icon on the tab
– click on the Manage Visitors button
– put a checkmark to the LIMIT
– click on the “change” link and add my message to save it.As soon as I update the page, the Teaser content disappears.
Also after downloading the AAM plugin today, I can’t see the url field to enter in REDIRECT option anymore.
Thank you,
Murat
Hi, Thank you for your reply, would you mind telling me the one you use now?
Hi There,
I just downloaded the AAM plugin. Thank you for the great work.
I’m having the same exact issue both on Teaser Content and Redirect url. I can’t save them.Thank you,
Murat
Hi Oguz,
Thank you for making this great plugin available for free. It had been a long due for me to give you a good rating. I appreciate your work.
Warm Regards,
Murat
Forum: Plugins
In reply to: [PDF Viewer] Removing Upload buttonHello Envigeek and Dolomich,
Thank you for posting the method to comment out the Download button from the viewer.html, but for some reason when I comment the download line, or even do any changes in the viewer.html, it won’t show the pdf file at all.
I see the rest of the buttons on the top bar, but only a black window where the pdf file should be loaded.I see it nicely works in the examples you posted below link.
http://www.awayrunning.com/#firstchapter.Am I missing anything, what do you think?
Thank you,
Forum: Reviews
In reply to: [Sweet Captcha] Injects Popup AdsI have the same problem with Sweet Captcha, it throws horrible popup windows. I can’t activate the plugin as it activates the malware right away.
I’ve been happy using it, please let me know if you solved the problem.
Thank you,
Forum: Networking WordPress
In reply to: Login Page Register Link NOT WorkingThere has to be a conflict somewhere in your WordPress installation. I tried the code in two different WP and both worked.
Just to troubleshoot I would try the followings, looking at the result each time;
– disable all the plugins.
– select a different theme.
– do a fresh WP installation?Good luck,
Murat
Forum: Networking WordPress
In reply to: Login Page Register Link NOT WorkingThe Register link definitely shouldn’t bring you back to the home page.
Have you tried to clear your browser’s cache?Forum: Networking WordPress
In reply to: Login Page Register Link NOT WorkingIn case if you can’t find the right plugin, you can use the following code in your header.php
<?php
if (!is_user_logged_in() && !is_front_page()) {
wp_redirect( ‘http://yoursite.com/wp-login.php’);
exit;
} ?>Forum: Networking WordPress
In reply to: Login Page Register Link NOT WorkingWhat plugin are you using to redirect to the login page?
It sounds like it’s the settings of it redirecting the registration page to the login page.