RuSite
Forum Replies Created
-
Forum: Plugins
In reply to: [MiniMax - Page Layout Builder] SEO by YoastSorry to say, but the answer is no. It doesn’t work with any SEO plugin because data stored in DB base64 encrpyted!
Forum: Plugins
In reply to: [MiniMax - Page Layout Builder] SEO for the Minimax PlugiinI had to read this forum before starting using MiniMax. Now I have to fill my website from zero again because plugin is totally useless.
It just looks good and that’s it!
Forum: Plugins
In reply to: [MiniMax - Page Layout Builder] internal Search with minimaxSorry to say, there is no way to search anything inside MiniMax.
Because all the content is stored in the DB base64 encrypted.
You either using MiniMax without internal search or not using it.Forum: Plugins
In reply to: [MiniMax - Page Layout Builder] Image paths when migratingClosing the topic.
Forum: Plugins
In reply to: [MiniMax - Page Layout Builder] Image paths when migratingJust resolved it. There is no way to easily migrate with this plugin.
I had to write a script to remove domain names from the imagepath manually.You have to do following actions:
1. Unserialize data from DB inmeta_valuefield ofwp_postmeta;
2. Base64 decode of each value;
3. Unserialize each value again;
4. Remove domain name using regexp;
5. Serialize it back;
6. Base64 encode it back;
7. Serialize to final string to insert into DB;Yeah, that’s pretty much easy, thanks for wasting my time!
Forum: Plugins
In reply to: [MiniMax - Page Layout Builder] Front End Editing tab removalApply “display: none;” on the button element. There’s no option to disable it.
Forum: Reviews
In reply to: [MiniMax - Page Layout Builder] Bugs again and again.– Big issues while migrating to another server becaue imagepathes are hardcoded with Base64encoding into Database (Serverpath not relative)
Just encountered this problem, such a pity…