Optimocha
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to copy a post in WordPressForum: Fixing WordPress
In reply to: Assistance with Navbar Font Size (CSS)@cameradomedia adding this code block into the Customizer > Additional CSS section should do the trick:
nav .menu > li > a { font-size:14px; }Of course, if the theme has its own options (also in the Customizer, according to the theme’s documentation) you should first try that.
Forum: Fixing WordPress
In reply to: How to Protect WordPress Website from hackersIf you have “so many unknown files and folders” as you put it, and you’re sure they’re not related to anything else but viruses and hack attempts, it might be a good idea to simply reset everything and start from scratch. You can:
1. Set up a local WordPress website on your own computer,
2. Rebuild the website there (manually),
3. Take a “clean” installable backup of your local website using a plugin (I find Duplicator to be the easiest, but there are more plugins),
4. Delete all the files, folders and the tables of the database from your hosted website (including WordPress core),
5. Install the local backup to the hosted website (the Duplicator plugin I mentioned has an install.php file for installing the backup without a WP core present),There are also paid virus cleanup services (I know Sucuri offers one, but there are others) if you don’t want to go through rebuilding the website.
And finally, a note of caution: Some computer viruses (not website viruses) can infect your websites by connecting to them via (S)FTP using the credentials saved on the FTP client on your computer. If that’s the case, you might get reinfected every time you rebuild your website.
PS: I’m not affiliated with Duplicator or Sucuri in any way, and I only used them as examples because I knew about them.
@jrvanstone thank you for testing! So, do I undestand correctly: The issue only happens on the order confirmation page, correct?
Forum: Reviews
In reply to: [Disable Cart Fragments by Optimocha] Awesome plugin!Thank you so much @roberthedlund! π
Hi @jrvanstone,
It’s weird because DCF shouldn’t tamper with the mini cart’s data. Does the issue go away immediately after deactivating DCF?
Forum: Fixing WordPress
In reply to: Page content not published/shown@youknowwhat glad to be of help! π
Forum: Fixing WordPress
In reply to: Page content not published/shown@youknowwhat the elements seem to have fadeIn animations but because jQuery is broken (because of Hummingbird), the animations never start, resulting in invisible content for every animated section. To confirm this issue being related to Hummingbird, simply deactivate Hummingbird (or at least its JavaScript optimization features) and then work on fixing your Hummingbird configuration to fix this issue.
Forum: Requests and Feedback
In reply to: WordPress native Multilanguage featureThis would be a nice feature, but so would be having social sharing buttons, schema.org markup or better SEO data handling. Features like this that extend the functionality of WordPress is the reason the plugin ecosystem exist in the first place. In my opinion, the huge market share of WordPress is directly related to the extendable nature of WordPress.
Having said all that, the fourth phase of “Core implementation for Multi-lingual sites” sounds interesting. I had an idea (when we had a separate forum called Ideas on w.org) that more features should turn into plugins or at least “modules” that could be enabled or disabled (like posting over email, comments system and another old feature called “Press This” that was taken out of core and converted into a plugin a few years ago).
Forum: Requests and Feedback
In reply to: Login page serious information disclosureI agree that this should change (and there are plugins for hiding error messages in the login forms) but I believe the correct way to suggest this change is through WordPress Trac.
Forum: Plugins
In reply to: [Speed Booster Pack β‘ PageSpeed Optimization Suite] Speed Booster PackHi @jamieclaussells,
SBP is compatible with Elementor and Autoptimize, but even though it’s also compatible with W3 Total Cache, there are a lot of similar settings between SBP and W3TC so I think it makes more sense if you used one or the other, not both.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Possibly security issueOne of my clients (Ad Inserter Pro user) also had the wp-config.php file deleted, then the hackers ran the WP setup script to recreate wp-config.php with their own credentials in a remote DB host.
Also, Kinsta says some of their clients had the same issue.
Forum: Reviews
In reply to: [Speed Booster Pack β‘ PageSpeed Optimization Suite] muy buen pluginThank you for your kind words, @mserra648 π If you have any comments on how to improve Speed Booster Pack, donβt hesitate to let us know!
Vielen Dank fΓΌr Ihre positive Bewertung, @sassie!
Forum: Plugins
In reply to: [Speed Booster Pack β‘ PageSpeed Optimization Suite] Update broke lazy load@ertott while it’s broken, do you get any errors in your browser’s error console?