Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
svitlana
tagDiv Member

Hello,

Thank you for your reply. I have tried everything you said and it ended up with the update released of one of the plugins that I use (Private Content). After I installed this update everything became fine again.

Thanks again,
Svitlana

svitlana
tagDiv Member

is there a way to remove it at all? I didn’t have it one hour ago, and now this “continue to the category” just appeared behind the flex bloc 1 that I am using on the page. I have no idea what did I do to get it there and how can I remove it. Could you please advise something? here is a link to the page https://executivesclub.com.ua/blog/
Thank you

svitlana
tagDiv Member

I forgot to mention that currently I have “Job Board Manager” installed https://wordpress.org/plugins/job-board-manager/

svitlana
tagDiv Member

Hi,

Unfortunately, this plugin doesn’t have settings for a redirect. I’m using a very simple and free plugin – Anonymous Restricted Content https://wordpress.org/plugins/anonymous-restricted-content/

Also, it’s difficult to give you access for inspection as the website is currently locked (as it’s not ready yet) and the plugin works only for not logged in users. But I made a small inspection by myself and found the redirect point in the plugin’s code.

 /**
	 * redirect to login with option to back to requested page after logging in
	 *
	 * @since    1.0.0
	 */
	private function redirect_login($wp_obj)
	{
		wp_redirect(wp_login_url(get_permalink($wp_obj->ID)));
	}

the question is – where should I redirect it to instead? The login theme button in the top menu has a link http://domainname/#login-form, but you can’t really follow this link, so when I put it like an argument to wp-redirect function, it didn’t work 🙁

Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)