Forum Replies Created
Viewing 12 posts - 1 through 12 (of 12 total)
Here is the code from the Login.php
{
$id = get_option('__wpdm_login_url', 0);
if ($id > 0) {
$page = get_post($id);
if ($page->post_status == 'publish') {
$url = get_page_link($page);
//$url = $page->guid;
if ($redirect != '')
$url = add_query_arg(array('redirect_to' ► urlencode($redirect)), $url);
} else $url = $login_url;
} else $url = $login_url;
return $url;
}
Thank you so much!!!
This reply has been marked as private.
Thank You!! That did it.
Thank you! That worked.
This reply has been marked as private.
Sorry about the login information. I will check the credentials for next time.
There was a plugin conflict that did not allow searches to be made. It seems to be Facebook Pixel. No worries, I don’t think we need that plugin at this time.
I am trying a few other options. Hopefully I won’t have any issues. Thanks for your time.
This reply has been marked as private.
After being asked to login to my WP Download Manager account from my WordPress Dashboard, everything is normal.
Thanks!
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
Viewing 12 posts - 1 through 12 (of 12 total)