calvin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Block spam registration if contains *www.*Try this plugin
I have not tested it though
https://www.ads-software.com/plugins/restrict-usernames-emails-characters/Forum: Fixing WordPress
In reply to: Website homepage only stopped working all of a sudden – please help!Glad to know it works for you. Good luck!
Forum: Fixing WordPress
In reply to: Can no longer publish Additional CSSThe best way is to contact your theme’s developer. If you can’t then you probably need to go to edit theme find the style.css file and try to add your css lines there (if your theme works this way like most theme do). Please do backup your site first if you are not sure what you are doing.
Forum: Fixing WordPress
In reply to: Website homepage only stopped working all of a sudden – please help!From what i see, it is a redirection issue of your website, it happens when for example your website http version of your website redirect you to https version, and then https url try to redirect you back to http. See whether this helps you.
https://www.wpbeginner.com/wp-tutorials/how-to-fix-error-too-many-redirects-issue-in-wordpress/
Forum: Fixing WordPress
In reply to: Can no longer publish Additional CSSHow do you edit your CSS? is it via theme file’s style.css or at your theme’s options?
if you are doing at your theme’s options then maybe there is something wrong with your theme’s code. If you are editing it at style.css it should not have any issues.
I dont think there is ever any limit on how much css you can write (programming wise).Forum: Fixing WordPress
In reply to: Redirect external urlIf you know programming this can be easily accomplish by using javascript to rewrite all external url after page load. If not then you may need to find a programmer to do that for you. this is not a difficult task and you probably can find someone to do that for you at freelancer.com at reasonable price.
Forum: Fixing WordPress
In reply to: Menu page hierarchy not workingWell definitely your page is still there as I can see them in https://gmofreeusa.org/?s=gmo+safety
Can you try checking your permalink in the edit post page and see whether it matches https://gmofreeusa.org/news/articles/gmo-safety-meta-analysis-debunked/?
if you have recently changed the structure of your permalinks, resaving the permalinks at settings may solve the issue.
Forum: Fixing WordPress
In reply to: How restrict some data for some users?Ummm, i am not familiar with storefront but i do know if you change the template file’s code on the line that shows the info by doing something like this you can achieve what you wanted,
<?php
if ( is_user_logged_in() ) {
echo $the_original_data;
} else {
echo ‘Please register to view’;
}
?>https://developer.www.ads-software.com/reference/functions/is_user_logged_in/
Forum: Fixing WordPress
In reply to: After changing theme, getting connection timed out messageI can access your site without any error connection timed out and can access https://www.amandagoodman.com/wp-admin/. There is a need to authenticate via google authenticator for login though
Forum: Fixing WordPress
In reply to: Block spam registration if contains *www.*I think wordfence plugin has this function. you can try it out and see whether you can get what you need.
https://www.ads-software.com/plugins/wordfence/Forum: Fixing WordPress
In reply to: Changed mobile friendly theme stop workingDoes changing back to your old theme works? Most likely there is something wrong with the new theme that is not compatible. If you did not mess with the database or post or plugin, most likely you should get everything back if you change back to your old theme.
Forum: Fixing WordPress
In reply to: Menu Custom Link Striping CharactersSorry Keep on coming out wrong…
I meant ampersand code https://rabbit.eng.miami.edu/info/htmlchars.html
Forum: Fixing WordPress
In reply to: Menu Custom Link Striping CharactersCorrection:
Have you tried using
&
Forum: Fixing WordPress
In reply to: Menu Custom Link Striping CharactersNot sure whether this is what you are asking…
I presume you are talking about ‘&’
Have you tried using ‘&’