-
Author
-
October 1, 2016 at 13:22 #137794karmatigerParticipant
Why is it after every “update” the theme has MORE bugs? I’ve not touched my site in a while, except installing the latest update, and now any visit to the site forwards a person to the register page rather than the landing page. This isn’t the first time an update has broken things either.
October 1, 2016 at 15:14 #137798karmatigerParticipantI changed your code in kleo_page_template_redirect() from
( ( ! bp_is_blog_page() && ! bp_is_activation_page() && ! bp_is_register_page() ) || is_bbpress() )
to
( ! is_home() && ! bp_is_activation_page() && ! bp_is_register_page() )
…and that solved it.
October 2, 2016 at 11:36 #137845LauraModeratorHello, glad you could resolve it! 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
October 5, 2016 at 22:20 #138378karmatigerParticipantI’m not. I shouldn’t have to change YOUR code in order to make things word. You’re kind of missing the point. STOP BREAKING THINGS.
October 10, 2016 at 06:57 #138769LauraModeratorHello, you are the first one with this issue, if this was a global issue we would have noticed and fixed it. As you fixed it already there is nothing i can do than just be glad you could do it.
If you need anything else let me know 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.