RodSalm
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customify] Cover Block Fixed image doesn’t work properlyHi,
Unfortunately it is a development site so can’t share a screenshot, but it would just show a static image anyway.
In WP default themes it works fine. I suspect its a script loading issue. Or Customify is trying to use same script as WordPress.
Thanks,
Looking forward to that, Hardeep, as the 1 pixel fix is a little clunky.
Hmmm, I’m running the latest version of Otterblocks, and have tried adjusting the margin to 0 in the slider, but am still getting a top margin of 20px that overrides and resets each time. Any other solutions?
FYI rolling back didn’t fix my problems.
Yep, happening to me too. Trying to get a previous version to rollback to but that’s not easy as they only have full commits in ww.wp.xz.cn. You’ll have to download earlier version from github, trying that now.
Forum: Fixing WordPress
In reply to: Header Background Colour HelpObviously, you’ll need to change the RGB and transparency settings to what you need.
Forum: Fixing WordPress
In reply to: Header Background Colour HelpTry this CSS:
#header.stuck {background-color: rgba(140, 62, 62, 0.95);}
This is a CSS issue, though, and not a “WordPress not working” issue. To get started editing CSS take a few minutes to learn the developer tools in Chrome (right click> Inspect). It’s a wonderful way to find the CSS selectors you’ll need to change.
Forum: Themes and Templates
In reply to: [Canuck] Customizer error since updateSorry, just switched themes, it’s not this theme specific. Will try re-installing wordpress and also on-off with plugins.
Thanks and keep up the good work!
Forum: Fixing WordPress
In reply to: Images not showingGlad it’s working for you. Intermittent problems are the worst (true for websites and car repair). Try this app out to see if there’s activity happening you don’t know about in case it comes back.
Forum: Fixing WordPress
In reply to: Images not showingIf you need to keep everything running while troubleshooting, you can install this plugin which allows you to turn on and off plugins ONLY for you.
Forum: Fixing WordPress
In reply to: Images not showingAlso, re-saving your permalink settings may help. Simply switch permalinks to a different setting, save, then switch back to the setting you were running.
Forum: Fixing WordPress
In reply to: Images not showingStart by turning off all plugins one by one to see if they are causing the problem. An update may have caused the conflict and sometimes simply turning them all off and on again will help (reloading them).
Forum: Fixing WordPress
In reply to: Why is “back home” showing in title?Is “back home” your site name or site title? Some SEO plugins will do that and have it on by default.
Deactivate your plugins one by one (start with SEO plugins if running), see if one of those is causing it.
If it’s part of your title, yep, google will pickup on it.
Forum: Fixing WordPress
In reply to: Missing mySQL databaseHave your tried checking the mysql log files?
SFTP isn’t working for me either.
I’ve tried multiple servers running different versions of PHP. With explicit ftp turned on, and off, and passive turned on and off. The FTP server I’m trying to connect to is working fine as I tested using FTP clients. What am I missing? The log error is suitably vague, “ERROR: Cannot connect to FTP server:” so that’s not very helpful in figuring out the problem.