Optimocha
Forum Replies Created
-
Hi @egocefalo, we will release an update with PHP8+ support probably this week.
@jrvanstone I’m afraid I’ve run out of ideas 🙁
Forum: Plugins
In reply to: [Disable Cart Fragments by Optimocha] Plugin not showing as active@lobsterdm it should activate and deactivate plugins without any issues.
Forum: Fixing WordPress
In reply to: Authorization header is missing@simtecnologic it should also have a link (“Flush Permalinks”) under the message – did you try clicking it?
Here’s some more info about the error: https://digwp.com/2021/01/fix-site-health-error-authorization-header-missing/
Forum: Fixing WordPress
In reply to: Website not showing up on safari mobile@zacabdex try installing Really Simple SSL and see if it helps.
Forum: Fixing WordPress
In reply to: Can’t Delete Plugins@activatecontent reading at the other topic you’ve started, it looks like your website is hacked. This issue might also be related to that. Did you ask Bluehost tech support about this hack?
Forum: Fixing WordPress
In reply to: Portuguese translation pt_BR@ismaeljr when I visit your website, I’m seeing everything in Portuguese.
Forum: Fixing WordPress
In reply to: video not playing in iOS and Safari in Mac@sayantansdas if it’s a very old Apple device, it might be because the old versions of Safari doesn’t support the
<video>element: https://caniuse.com/videoForum: Fixing WordPress
In reply to: Small device issue@alisson539 it might be a better idea to ask it in the Beaver Builder support forum: https://wordpress.org/support/plugin/beaver-builder-lite-version/
Forum: Fixing WordPress
In reply to: Add pages to me3nu option missing@brisargr which plugin are you using for the multilingual setup?
Forum: Fixing WordPress
In reply to: Reuseable Blocks Crashing Back End@mtdeveloper this might sound dumb but did you try it on another computer/device? It might really be the device you’re using that’s acting up & messing with the save process.
Forum: Fixing WordPress
In reply to: Link from google takes you to page that only shows extended menu@guy2323 install Really Simple SSL and it will fix the mixed content errors, essentially fixing your navigation menu blocking the screen, and showing the website content underneath.
Forum: Installing WordPress
In reply to: Please provide a valid username.Any chance you’re using a VPN or something else that could be intercepting with the POST data you’re sending?
Forum: Installing WordPress
In reply to: Getting 404 Not Found nginx/1.18.0 on installation scriptThe code block you pasted after the “Also included:” line in your first message is broken. Instead of:
define(‘WP_HOME’,’http://geniusatwork.cf;) define(‘WP_SITEURL’,’http://geniusatwork.cf;)It should be:
define('WP_HOME','http://geniusatwork.cf'); define('WP_SITEURL','http://geniusatwork.cf');- This reply was modified 3 years, 5 months ago by Optimocha.
Forum: Installing WordPress
In reply to: Error establishing a database connectionIn addition to @gappiah’s answer: Are you sure your database user has the necessary privileges to connect to the database you created?