SIXteen96
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Disabling navigation bar on certain pagesI have created some CSS to hide the navigation bar throughout the whole website.
#header #navigation ul.nav {
display: none;
}How can I make this CSS work on the page with an ID of 2193 only?
Forum: Fixing WordPress
In reply to: This web page has a redirect loop errorSorry for bumping this thread kmessinger, I didn’t realise it was against the rules.
I changed the permalinks back and to the original state but it didn’t fix the issue.
The issue is only when I view a Product that has been created with the WOO Commerce plugin. Disabling it removes the Products.
Forum: Fixing WordPress
In reply to: This web page has a redirect loop errorStill needing help.
Forum: Fixing WordPress
In reply to: This web page has a redirect loop errorWhere is the reset link?
Forum: Fixing WordPress
In reply to: This web page has a redirect loop errorHow do I reset my permalinks?
I can’t post the link as it’s for a customer.
Forum: Fixing WordPress
In reply to: This web page has a redirect loop errorStill awaiting fix!
Forum: Fixing WordPress
In reply to: This web page has a redirect loop errorJust had a look at that and I’ve done all of those steps.
The website is functioning correctly other than the error with the Redirect Loop on the Product page.
Forum: Fixing WordPress
In reply to: This web page has a redirect loop errorI changed the old domain name in wp_options (I think…) in the database and then replaced it with my new domain.
Forum: Fixing WordPress
In reply to: This web page has a redirect loop errorI’m also having this issue with a WOO Commerce Plugin. Everytime I try to view a product I get the same error…
I have literally just changed my domain name linked to the website, does this have anything to do with it?
Forum: Fixing WordPress
In reply to: How can I stop Wordpess adding numbers to the end of my linksThank you sir.
Worked a treat.