I have a problem with a website made on Wordpress. The website is reloading automatically as soon as you hit enter to get on the website. Apparently it's a problem with the cookies, or so. After some hits on the F5 button it works and keeps working. If I delete the cookies, it starts to refresh again if I try to enter on the website. Did you encountered this type of problem? You can see it here
Related
I have a site that I made updates to, however none of the changes show up when I log out. I can see all the changes on the pages when I am logged in, but I even went as far as to remove a link from the top menu and I still see the link when I log out.
It's almost like I'm seeing a different instance of WordPress when logged in, but I have no idea how that would happen. There's only one database so that can't be the case right?
The URL is https://CXForward.com
I tried removing the "Our Services" link from the top menu, and everything looks fine while I'm logged in, but as soon as I hit log out or view it from a different browser, the link is still there. I'm hosted on SiteGround. Has anybody experienced anything like this?
EDIT: I've found that I can upload a file that is visible in both the browser I'm logged in with as well as another browser that is not logged into the site: https://cxforward.com/wp-content/uploads/testing.txt
So it would appear that I am pointed to the same code base at the very least.
I figured it out. There's a SiteGround Optimizer plugin that apparently does caching for the site. It's bizarre. I deactivated the plugin, then reactivated it and all my changes appeared on the site when logged out. So weird.
I am new to Drupal, and facing an issue.
When I open one-time link of reset password it shows the Login button, and by clicking on this button, it does not open a page and says "The page isn't redirecting properly". But after 4-5 minutes, the page opens properly by refresh.
Can't figure out the problem.
Check for the duplication in the configuration of URL redirects
I have a strange issue of Redirecting to the login page when i run my site for the time.
Issue is:-
When i tried to logged In to my site with correct User-Credentials it works perfectly and i can able to see my dashboard without any error(than means the Session of the User is properly generated). But, as soon as i link towards the other pages in the site it redirects me to Log In page with the RedirectURL of that page (where i have to again insert the user credential and go through the site after that no error occurs).
After Successful Logged In, I tried Log-Out and re-login than it works perfectly.
Issue occurs only once when i run the site for the first time.
Please guide me and take me out from this strange issue.
Thanks
Prashant
Drupal 7.19
Acquia hosting
using Yottaa for optimization and monitoring
Problem: when trying to log in from home, we're experiencing something odd: we keep getting "logged out" ONLY on the front page. When you click anywhere inside the site, we get the admin toolbar and contextual links back. But we can't update the front page at all because it acts like it's logged out only for the front page.
This only happens when we're at home working on the site. This does not happen when we're in the work office.
Anyone experienced this? Don't know at what level is this occurring in...drupal, yottaa?
Found out the issue. It was a specific caching for the homepage on Yottaa's CDN. Once I turned this off, I was able to edit the home page again.
Note: They said that turning it off is not recommended. Instead, they recommend to flush the cache. Either way, found out what was causing the issue.
Here's my scenario: I have a page that have a link in the name of someone, when you click on it, it opens a fancybox and you can type a message in a text box. If the user ins't logged in I close the fancybox, and redirect the behind page to my login/register page.
What I need is that after logging in or registering, the user was redirected back to the page with the fancybox open and the text that the user typed before needs to still be there.
Anyone have a suggestion of how doing it? I thought about Sessions to keep the text, but I don't think that's the best way to do it.
How about using cookies for the same? Save to cookie in case you are redirecting him to login page and load it back when he is redirected back.