David T
Forum Replies Created
-
For a client’s site. Galleries are created. I can’t see that it’s actually causing a true issue so far.
Do you know what the error is referencing?
Forum: Fixing WordPress
In reply to: Can’t edit my footer text with elementorStrange.
One option is you can replace [current_year] with 2020.Forum: Fixing WordPress
In reply to: Can’t edit my footer text with elementorWhat theme? Check Appearance – Customizer from the Dashboard.
Some themes have a place there to edit the Footer bottom bar.Forum: Fixing WordPress
In reply to: FA Icons not showed properlyIs the Theme and Plugins updated to latest versions?
Are you using Elementor?
There’s a Font Awesome setting for backwards compatibility with v.4.Also try this CSS, which has worked for me before on this issue.
.fa {
font-family: FontAwesome;
}Also try this article:
https://fontawesome.com/how-to-use/on-the-web/other-topics/troubleshooting- This reply was modified 4 years, 7 months ago by David T.
Forum: Fixing WordPress
In reply to: How to remove unnecessary space between menu and title of a postTry adding this CSS.
#primary, #secondary {
padding: 0em;
margin: 0;
}Forum: Requests and Feedback
In reply to: WP plugins in general ought to use more detectionWP is run by volunteers. Are you volunteering for this task? ??
Forum: Fixing WordPress
In reply to: Can’t access websiteThere’s an issue with this plugin: wp-hide-backed-notices
Disable it by logging in to cPanel and renaming the wp-hide-backed-notices folder to OLD-wp-hide-backed-notices in /public_html/wp-content/pluginsForum: Fixing WordPress
In reply to: I am Not receiving confirmation email to change admin email addressDo you get any emails at all from WP to your admin email (ex: from contact form)?
Does this help?
https://www.wpbeginner.com/wp-tutorials/how-to-fix-wordpress-not-sending-email-issue/Database option to change admin email:
In database go to _options table and edit admin_email field.- This reply was modified 4 years, 7 months ago by David T.
Forum: Fixing WordPress
In reply to: Updating to WP 5.4 not possibleIt is likely a conflict with your Theme or a Plugin.
Try disabling plugins temporarily and trying the update again.
Then enable plugins one-by-one and test.If that doesn’t work try switching to default 2020 theme and try update.
Forum: Fixing WordPress
In reply to: Loading speed of my website does not improveYou can get it even faster if you:
Resize images to the container they’re in.
Optimize images.
Add Expire Headers to htaccess file.
Use a CDN.Forum: Fixing WordPress
In reply to: Icon Showing up as SquareReview this article, particularly the Font Awesome Subsets Not Selected section:
https://theme-fusion.com/documentation/avada/how-to/fix-missing-font-awesome-icons-or-custom-fonts/Forum: Fixing WordPress
In reply to: Google KitWe can’t help if you don’t provide details.
What’s the error message?Are you on the latest version of PHP, WordPress, Theme, Plugins?
Try disabling plugins and try again. There could be a conflict.Forum: Fixing WordPress
In reply to: cache plugin to help clear cache?The best course of action is to get access to the hosting server to clear the cache from there.
You should have access anyways if you’re developing a website for the client.Forum: Fixing WordPress
In reply to: Error While Updating WordPressDisable all plugins and switch to 2020 theme.
Will it let you update WP then?Forum: Fixing WordPress
In reply to: Error While Updating WordPressWhat version of PHP are you on?
Are all Plugins up-to-date?
Is your Theme up-to-date?It could be a conflict with theme and/or plugins or php.