Themeover
Forum Replies Created
-
Hey,
Sorry for the trouble, and thank you for reporting this. I’ve run a few tests at my end and haven’t been able to replicate it. I think it might relate to your server set up, whereby the revisions database table isn’t created for some reason. Could you let me know which version of PHP and MySQL you are using?
If you could provide access to a dummy site running on the same server that would be very helpful too. You can send access via our secure contact form. And you may wish to use this handy plugin for that. No worries at all if not.
Cheers,
SebastianP.S. it’s a bit late here in the UK now, but I can work on this first thing in the morning.
Forum: Plugins
In reply to: [Microthemer Lite - Visual Editor to Customize CSS] free vs. paid questionHey,
Thanks for your question. By 15 things, I mean you can create 15 CSS selectors with Microthemer. A CSS selector targets one or more elements on the page. So if you create broad selectors you can actually target more than 15 elements. But 15 would be the minimum if creating a single selector per single element.
Once you have created a selector, you are not limited in the number of styles you can apply with the free version – it just has to be in a non-pro styling group (pro groups include CSS grid, animation, transform). So you can enter any number of the styles available in the free version.
The idea is that the free version is useful for quick styling fixes using basic properties. And the pro version is for anything beyond that.
I hope that helps. Please let me know if you have any further questions.
And happy new year!
Sebastian
Hey,
Thanks so much for taking the time to leave a review. I’m so glad to hear that Microthemer is saving you time and making your CSS tasks a but easier. It’s great to hear you’ve already put it to use on styling WooCommerce too.
Have an awesome day!
Sebastian
Forum: Plugins
In reply to: [Microthemer Lite - Visual Editor to Customize CSS] Deceptive Site AheadOK, well I’m happy to investigate this for you. Could you send me a link to your domain via our secure contact form (https://themeover.com/support/contact/). I will do some research on this.
Thanks,
SebastianForum: Plugins
In reply to: [Microthemer Lite - Visual Editor to Customize CSS] Deceptive Site AheadHey,
The “Deceptive Site ahead” warning means your domain has been flagged as containing malware. It isn’t specific to a single page. I suspect you are getting the warning on the Microthemer interface because Microthemer loads the frontend of your site. It may also happen when you Google your own site and then click on a link in the search results.
I recommend reaching out to your web host for help. They may be able to do a scan and clean the site for you. And provide general guidance.
I’m here if you have any more questions.
Thanks,
SebastianHey, unfortunately there’s just the option to dock left right now. There may be more flexibility on that in future. Version 7 (soon to come out of beta) has more flexibility
on layout, but doesn’t have a dock left or right option for each panel.Cheers,
SebastianHey,
I think this might only be working on the number one because fill is inherited, but stroke isn’t (and the number color is set with fill) That’s my guess anyway, based on the fact that targeting the lines directly should solve it. So try this selector instead:
#wpd-editor-toolbar-0_0 > [type="button"], #wpd-editor-toolbar-0_0 .ql-stroke { color: red !important; fill: red !important; stroke: red !important; }I hope that helps!
Hey, sorry for the slow reply I’ve been travelling today.
It sounds like there could be a plugin conflict going on, which is preventing the interface from working properly. I would be happy to troubleshoot this if you don’t mind sending access details for the site via our secure contact form: https://themeover.com/support/contact/
Alternatively, if you want to trouble potential issues yourself, using Chrome right-click anywhere on the interface, go to the ‘console’ tab and then refresh the page. Do any red error messages appear? If so, send them to me. And to figure out if a plugin is conflicting with Microthemer, disable all other plugins one by one, and each time see if the red errors disappear.
Cheers,
SebastianHey,
Yes I can certainly help you with CSS issues. I work during normal UK office hours, Mon-Friday. So there may be a time zone effect, but I respond to support requests when I see them.
If you do sign up, I recommend trying the beta. It’s ready for release now, I’m just updating the documentation before releasing it.
Cheers,
SebastianHey,
It looks like the Facebook button is responding to the click event, which Microthemer can’t prevent. If you expand the advanced targeting options by clicking the ‘show advanced’ link you will have the same set of selector suggestions under the Targeting pane (as you would get clicking the green plus).
As a side note, in version 7 (out now in beta – see my Downloads) you can use the alt key to select elements you don’t want to click – because it will trigger some behaviour like opening the Facebook share popup.
I hope that helps. Let me know if you’re still stuck.
Cheers,
SebastianOh that’s great to hear!
All the best,
SebastianOK, I’ve just released version 6.3.7.7 which fixes the issue.
In fixing another issue for speakers of non Latin languages, I accidentally introduced this bug with the custom code editor. It happens when editing selectors created before June 2021, if the selector label contains non-alphanumeric characters like dots, brackets, or Hebrew and Chinese etc.
If possible, I recommend using the History feature to jump back to the point before styles were lost as a result of using the code editor. You can then use the editor freely, so long as you’ve upgraded to version 6.3.7.7. You can upgrade BEFORE using the history feature BTW.
I’m really sorry for trouble this has caused. I feel particularly bad about bugs that cause data loss. I really hope you can restore things on the sites you were testing this on. Please let me know if there’s anything more I can do to help.
Cheers,
SebastianHey,
I wasn’t able to replicate this when trying random CSS properties, but once I installed the export of your settings I was able to replicate the issue. So there must be something in there that Microthemer isn’t handling properly. This is a critical issue to fix, I will work on it until I find the solution. I will update you shortly. Thanks so much for providing your test case.
Sebastian
Hey,
It sounds like this could be a theme or plugin conflict. If you don’t mind sending me temporary access details for the affected site via our secure contact form (https://themeover.com/support/contact/), I would be happy to troubleshoot this for you.
Some things you can try yourself:
– Disable other plugins, my first guess would be any other plugin that has a code editor. If you find the source, I will try installing the plugin at my end to replicate the issue.
– Send me the CSS you have entered into the code editor that triggers the issue.
– In fact, you could also send me a full backup of your Microthemer settings. See Manage > Export > Download icon. You can send it to: support at themeover dot com.Thanks, and apologies for the trouble you’ve encountered.
Sebastian
I did a bit more digging and discovered that WP 5.6 includes a new jQuery UI library.
WP 5.5 used jQueryUI version 1.11.4
And now WP 5.6 uses jQueryUI version 1.12.1
I’ve resorted to loading version 1.11.4 while I figure out how to fix the compatibility issues.
I hope this info helps someone else. I didn’t come across any discussion of jQuery UI when reading about the jQuery changes in WP 5.6.