lindyloves
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Parsing error when submitting sitemap to Google ConsoleI’ll ask over on that board thanks, Steve.
Forum: Fixing WordPress
In reply to: Random blog page and private posts showing on itThank you, I will check that.
I have just tried to re-scan using my url and it seems to be working now?
Forum: Fixing WordPress
In reply to: Random blog page and private posts showing on itHi t-p,
Thanks for the reply.
Is there any way to find out what the website errors are?
Thanks.
Forum: Fixing WordPress
In reply to: Permalink 404 error .htmlPlease is anyone able to help with this?
Forum: Fixing WordPress
In reply to: Permalink 404 error .htmlOkay, I have had to edit the htaccess file as I removed a sentence and just realised that my pages were not being found. It now reads:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine OnRedirectMatch 301 ^/([0-9]{4})/([0-9]{2})/(?!page/)(.+)$ https://www.lindyloves.co.uk/$3
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d#html
RewriteCond %{THE_REQUEST} \.html
RewriteRule ^(.*)\.html$ /$1 [R=301,L]RewriteRule . /index.php [L]
</IfModule># END WordPress
When I try to access my wordpress login area I now get the following error: ERR_TOO_MANY_REDIRECTS Any ideas?
Thanks.
Forum: Fixing WordPress
In reply to: Permalink 404 error .htmlHi, thank you for the replies!
I managed to sort the html problem (I think!). It seems I had two htaccess files and the one I was using wasn’t the correct one so the code wasn’t having any effect. I deleted one and put the code in the other file and it is now redirecting from the .html.
I do however have a new problem… Every so often my site says too many redirects and doesn’t load.
The code I have in the htaccess file is:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine OnRedirectMatch 301 ^/([0-9]{4})/([0-9]{2})/(?!page/)(.+)$ https://www.lindyloves.co.uk/$3
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d#html
RewriteCond %{THE_REQUEST} \.html
RewriteRule ^(.*)\.html$ /$1 [R=301,L]</IfModule>
# END WordPress
Thanks again for the replies, much appreciated!
Forum: Fixing WordPress
In reply to: Permalink 404 error .htmlHi Tara,
No there is no html in the new permalinks structure and as far as I am aware there never was which is why I’m so confused about it.
Forum: Fixing WordPress
In reply to: Removing .html from urls (404 error after permalink change)Has anyone had an similar problems?
Forum: Fixing WordPress
In reply to: Removing .html from urls (404 error after permalink change)Hi Ravi,
Thanks for the quick reply.
The permalink on the WordPress admin panel is set correctly to: custom structure – https://www.lindyloves.co.uk/%postname%
I have a plugin set up to redirect my old blogger blog to the new url but Ii have deactivated all of the plugins to check if something there was causing the error but it didn’t help.
Thanks.
Forum: Themes and Templates
In reply to: Showing slider on homepage onlyI will do that thank you ??
Forum: Themes and Templates
In reply to: [Prana] How to replace text navigation with an ImageI am having an issue also with adding a header. I have put the following code into the child css file but it will not show up a header on my website. Any ideas?
.custom #header {
background: url(/public_html/wp-content/themes/pranathemechild/Images/lindy-loves-header.png) no-repeat; !important;
height: 100px;
width: 700px;
}Forum: Themes and Templates
In reply to: [Prana] How to replace text navigation with an ImageHi, thanks for your reply. I have my website hidden at the moment as it’s under construction – not helpful I know. I am using the prana theme and have set up the child theme which appears to be working correctly. I am looking for advice on how to hide the default menu and use my image menu in it’s place.
Forum: Fixing WordPress
In reply to: How to replace text navigation with an ImageI have created a child them and have tried adding the css coding for the header however it’s not showing up. Any ideas?
Forum: Fixing WordPress
In reply to: How to replace text navigation with an ImageThank you for the suggestion I will try creating a child theme.