tomasjur
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Theme IssueHi, write this feedback to their support forum, so they could review it: https://generatepress.com/support/
Forum: Fixing WordPress
In reply to: Password and post Approval issueHi,
Regarding registration, please check this tutorial: https://sitenerdy.com/add-password-field-in-wordpress-registration-form/. With an additional plugin, you can achieve that.
And for publishing posts, try this plugin: https://ww.wp.xz.cn/plugins/capability-manager-enhanced/. It would allow you to specify capabilities for roles. I don’t know what role is your default users role, but you can add publish capability with this plugin.
Forum: Fixing WordPress
In reply to: Cannot access blog on mobile iOS devicesI am able to replicate this on iOS device. However, on MacBook Safari this doesn’t happen.
I recommend you first debug your website by turning off all plugins. If it starts working on iOS, turn on plugins one by one and keep checking.
If this method doesn’t help you, please contact your hosting provider.
Forum: Fixing WordPress
In reply to: Block editor blank after Update to latest version WPHello,
Would it be possible for you to reinstall Redux Framework plugin and check if that helps for you?
Forum: Fixing WordPress
In reply to: Applying Stroke CSS to Menu FontTry to increase pixels.
I tried this:-webkit-text-stroke: 0.5px black;And it works like this:
Forum: Fixing WordPress
In reply to: Applying Stroke CSS to Menu FontWhat color a text should be?
Currently, it’s white, and with that code, it has red outlines (when a stroke is added).Can you explain a bit more about what you want to achieve?
Forum: Fixing WordPress
In reply to: Performance/Load testingHi, I’d also add GTMetrix: https://gtmetrix.com/, it gives pretty good insights.
By the way, if you are using a caching plugin like WP Rocket or LiteSpeed, or using Cloudflare, make sure you purge caches and run GTMetrix two times or even three in a row for more accurate results.Forum: Fixing WordPress
In reply to: Applying Stroke CSS to Menu FontHi!
As I understand you want to add text stroke on the menu text.
Try to add this CSS:
#menu-1-2fdfdf8 { -webkit-text-stroke: 0.5px red; }I’ve simulated it through Chrome and it changes the menu text to be with stroke.
- This reply was modified 3 years, 9 months ago by tomasjur.
Forum: Fixing WordPress
In reply to: Main page take 1min to openHi!
Checked your https://fctemp.ru/newstemp/ with GTMetrix from Netherlands:
https://gtmetrix.com/reports/fctemp.ru/KLsGMUUV/It seems that this page could be more optimized.
In GTMetrix you can see various advice on improving your website’s speed.
For example, in the Waterfall section, you can see how much time each component takes to load your page. As you can see, the website can be fully loaded faster if you optimize your images, screenshot – https://i.imgur.com/5vCrCN4.png.Also, as David said, you can disable the plugins that are active, but not actually in use or have very little use. It’s worth noting that each plugin can cause additional waiting time. 🙂
Forum: Fixing WordPress
In reply to: Failed to Login with ‘no errors please’ messageHi,
Please try to turn off your WordPress plugins via FTP and see if it helps!
Deactivate all plugins (yes, all) to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s). Since you can’t get into your admin dashboard, try resetting the plugins folder by SFTP/FTP or PhpMyAdmin (read “How to deactivate all plugins when you can’t log in to wp-admin” if you need help). Sometimes, an apparently inactive plugin can still cause problems. Also remember to deactivate any plugins in the mu-plugins folder. The easiest way is to rename that folder to
mu-plugins-old.