Tagged: FV Player, OxygenBuilder, ThemeOver
- This topic has 3 replies, 2 voices, and was last updated 1 year ago by Sebastian.
Author | Posts |
---|---|
p8092040
November 16, 2023 at 9:06 pm
|
I’m using the most current versions of WordPress, Themeover & Plugins. With Themeover, I am editing the style of the FV Player (free) plugin’s pop-up form for collecting new lead info. OxygenBuilder does not have access within it’s editor to the pop-up form’s styles as I am using a shortcode to insert the FV Player into a page. I edited with Themeover, Saved and Published. Q#1. Is the latest OxygenBuilder compatible with Themeover? I’m attempting to change the form’s background colors and submit button colors.
|
Sebastian
November 16, 2023 at 10:02 pm
|
Hey Peter, Sorry to hear about your issues viewing your styles outside of Microthemer. This is usually due to caching, which needs to be cleared. But some other reasons are discussed in the troubleshooting video. Looking at your CSS (e.g. #wpfp_faecad5b1d4d3b29ab610bea8cd5cae8_custom_popup), it could also be an issue with dynamic HTML id attributes. This is discussed in the troubleshooting video at seek point 5:15. On rare occasions builders/addons generate HTML content that changes on every new page refresh, including the ids Microthemer hooks into when generating CSS selectors. So they become invalid on the next page load. The workaround is usually to choose an alternative CSS selector from the default one Microthemer suggests. The selecting elements video explains how to do this, as well as how to set the default specificity level to “low”, so that MT favours classes over ids. In answer to your questions:
Cheers, |
p8092040
November 16, 2023 at 11:57 pm
|
Hi Sebastian, Thanks for your reply and suggestions. I’m not to CSS savvy though. Maybe, to start, I’ll try to change the “default specificity level to “low”, so that MT favours classes over ids… “. ** I can’t find where to change this? Please help? ** Since I’m using Oxygen, should I “enable” the “Enable Oxygen” setting under Settings? You asked for the address of the page. How do I send it to you privately? Kind regards, |
Sebastian
November 17, 2023 at 10:01 am
|
No problem Peter, I understand not wanting to get too involved when timing is tight. You can send a link to the page privately via my contact form. To set the specificity of Microthemer’s CSS selectors to low:
Regarding the “Enable Oxygen” option, it’s not necessary, but it can help speed up the workflow if you want to add content with Oxygen and then style it with Microthemer at the same time (from a single browser window). You can also just load the frontend in Microthemer if that feels like a simpler approach. I hope that helps. I’m here if you have any more questions. Thanks, |