Fatal error: Uncaught Error: Class ‘PadmaBlockOptionsAPI’ not found in /homepages/7/d20522463/htdocs/bruderschaft_wordpress/wp-content/plugins/padma-advanced/includes/class-dummy-block-options.php:22 Stack trace: #0 /homepages/7/d20522463/htdocs/bruderschaft_wordpress/wp-content/plugins/padma-advanced/includes/class-padma-advanced.php(156): include_once() #1 /homepages/7/d20522463/htdocs/bruderschaft_wordpress/wp-content/plugins/padma-advanced/includes/class-padma-advanced.php(87): Padma_Advanced\Padma_Advanced->load_dependencies() #2 /homepages/7/d20522463/htdocs/bruderschaft_wordpress/wp-content/plugins/padma-advanced/padma-advanced.php(95): Padma_Advanced\Padma_Advanced->__construct() #3 /homepages/7/d20522463/htdocs/bruderschaft_wordpress/wp-includes/class-wp-hook.php(308): Padma_Advanced\{closure}(”) #4 /homepages/7/d20522463/htdocs/bruderschaft_wordpress/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array) #5 /homepages/7/d20522463/htdocs/bruderschaft_wordpress/wp-includes/plugin.php(517): WP_Hoo in?/homepages/7/d20522463/htdocs/bruderschaft_wordpress/wp-content/plugins/padma-advanced/includes/class-dummy-block-options.php?on line?22
]]>The support at PopUp Maker responded to what I thought was a Popup Maker problem:
Problem: The text/content placed in the popup window does not preserve text attributes such as: the “li” or “ol” and includes the “<p>” or “<DIV>” tags. As a result, you would have go into the textarea and make some tedious reformatting to keep the content intact. Using bullets, list or just separating a paragraph with a space, you will have to go in and manually add extra spaces. the “List” and “ol” tags breaks. This is quite unfortunate when you consider Popup Maker has a great foundation and user interface.
Response: `Sorry to hear you are having issues, but from the description you are suffering from a few common issues, often caused by the way a very small % of themes are built (one might argue the wrong way) as well as issues with malformed content html breaking the close button outside of its container:
Issue #1:
Your theme is only styling elements inside its own containers, we wrote our plugin to work with as many themes as possible, but it also takes on the styles of those themes. Unfortunately when a theme leaves out base styles for all root elements, like yours obviously is, then they won’t be applied to content outside their own “content area”.
https://docs.wppopupmaker.com/article/167-my-popup-is-not-using-my-theme-styles
For example instead of
p { margin-bottom: 10px; }
They write
.main-content p { margin-bottom: 10px; }
Now the good news, if you can find that .main-content class they require, you can add it to our popup containers to basically apply those styles automatically.
https://github.com/PopupMaker/Popup-Maker/issues/705
Issue #2
This is generally caused by your popup’s content (not the popup itself) having either too few or too many </div> tags. Usually too many causing the close button to be rendered outside the popup entirely. So i’d check if that issue applies to a new popup with no content inside it. If not you just verified the content is where you need to look.
Issue #3:
Close button in 2 places, just so happens you can use the [popup_close] shortcode anywhere inside your popup to make a second one, can even style it to be positioned outside the container if you were able to do some basic css.
Lastly if you have a malformed popup because of the content, it could cause all further popups loaded on the page to become corrupted as well unfortunately. Try marking all popups as draft and publishing each one by one, then retesting until it breaks in this case it will help you track down which to look inside.
I hope you get the issues resolved, but I also hope you see that based on the sound of it none of these are related to our plugin itself, and as such we would ask that once you confirm this you let us know and update the rating & review accordingly.
Hope that helps.`
Link:
“https://www.ads-software.com/support/topic/great-plugin-with-a-major-drawback/#post-13060002”
How best to save theme profiles when re-installing Padma Theme? The theme will not load and I may have reinstall the theme. Where should rename so that the new theme install does not overwrite the profiles?
Thank you,
wb
]]>