Comments Tomascastellanos started the conversationAugust 16, 2019 at 5:59pmHello, good morning. I have a problem with a template plugin, when I activate the Dental Press Options the browser show "too many redirect" error. If I deactivate the plugin the browser shows the website without design. Domain: https://tomascastellanos.com/ I need your help to correct that issue. Thanks, best regards.Felipe Vanegas 104FlexiPress repliedAugust 18, 2019 at 9:03pmHello Felipe,To fix that please replace line 1-3 of wp-content/themes/dentalpress/header.php: if( dentalpress_get_option('site-mode') == 'under_construction' and get_the_ID() != dentalpress_get_option('site-mode-page') and !is_user_logged_in() ){ wp_redirect( get_permalink( absint(dentalpress_get_option('site-mode-page')) ) ); exit;} with the following: if ( dentalpress_get_option('site-mode') == 'under_construction' and get_the_ID() != dentalpress_get_option('site-mode-page') and !is_user_logged_in() ) { $site_mode_page = dentalpress_get_option('site-mode-page'); if ( !empty( $site_mode_page ) ) { wp_redirect( get_permalink( absint( dentalpress_get_option('site-mode-page') ) ) ); exit; }}or provide us your WP & FTP login details (make sure to reply privately) and we will fix that for you.Best regards, FlexiPress Support Follow on Envato Facebook TwitterTomascastellanos repliedAugust 19, 2019 at 1:33amThanks so much for your help. The website is running ok. Best regards. Felipe Vanegas. 104FlexiPress repliedAugust 19, 2019 at 8:58amGlad to hear that. You're always welcome!Best, FlexiPress Support Follow on Envato Facebook Twitter Sign in to reply ...
Hello, good morning.
I have a problem with a template plugin, when I activate the Dental Press Options the browser show "too many redirect" error.
If I deactivate the plugin the browser shows the website without design.
Domain: https://tomascastellanos.com/
I need your help to correct that issue.
Thanks, best regards.
Felipe Vanegas
Hello Felipe,
To fix that please replace line 1-3 of wp-content/themes/dentalpress/header.php:
with the following:
or provide us your WP & FTP login details (make sure to reply privately) and we will fix that for you.
Best regards,
FlexiPress Support
Follow on Envato Facebook Twitter
Thanks so much for your help.
The website is running ok.
Best regards.
Felipe Vanegas.
Glad to hear that. You're always welcome!
Best,
FlexiPress Support
Follow on Envato Facebook Twitter