sunmaid28
Forum Replies Created
-
Forum: Plugins
In reply to: [My YouTube Channel] widget not refreshing with new contentForum: Fixing WordPress
In reply to: 301 Redirect Error Helpbump
Forum: Fixing WordPress
In reply to: 301 redirect ErrorI was wondering if someone could help me?
I’ve been scouring through lots of different advice and cannot solve my problem.
I’m non-techie and trying to fix this myself.
Get redirect error 301 loop for site https://www.21daystoaslimmeryou.com
I’ve changed the static page to land on this page and the blog page (there was advice that it was empty it created a problem) – I can get it to not loop, but the page is all funky.
I’ve tried to look at .htaccess – and added code – but I have no idea what I am doing! Any help would be appreciated!
SetEnv PHPRC /home/buildin2/public_html/php.ini # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Forum: Fixing WordPress
In reply to: Fatal ErrorThat’s amazing worked like a charm! Thank you!
Forum: Fixing WordPress
In reply to: Fatal Errorshould have said you can see it here: https://www.buildingbelief.com/
Forum: Plugins
In reply to: remove search bar from themeThat worked a gem! Thank you! =)
Forum: Plugins
In reply to: can anyone help me remove the search box from a template?thank you – tried it but still there
here’s the edited code – maybe I missed something…
Here’s my site – you can see it under the top tabs:
https://www.buildingbelief.com/
really appreciate this – not at all a web coder!
Cheers
Forum: Plugins
In reply to: can anyone help me remove the search box from a template?I was wondering if you could help me with mine too?
[huge chunk of code moderated – next time use pastebin.com or link to file]