mtadams4
Forum Replies Created
-
Solved.
It for this code below that was interfering with the plugin. When I removed it the popup worked. I don’t know why this interfered. This xtheme code is to make text responsive and adjust size on smaller screens.
[responsive_text selector=”.x-counter > span” compression=”2.5″ min_size=”14px” max_size=”18px”]
[responsive_text selector=”.x-counter > .number-wrap” compression=”0.85″ min_size=”32px” max_size=”72px”]As for the white overlay – checking “Disable Overlay” worked to remove it.
So it was working great at the end of yesterday, but today when I started working, the background around the popup is white and it’s blocking the view of the page beneath it. I’m not sure what I could have done to cause this: https://www.primeintro.com/button (popup from button at bottom of page).
Also, I tried adding a new popup to the homepage https://www.primeintro.com (button at lower left) and it’s not appearing on click. I tried both types of calls, popup_trigger and class popmake, checked that Targeting Conditions entire site was checked. Still no luck.
It’s working now! Thank you! I really appreciate you getting back quickly and also making a popup plugin that looks so sharp with all the features you made.
Thank you Daniel for getting back quickly.
I tried your code but don’t have it working yet.
I’ve read all the posts about how to get the popup working on click.
(When I have the popup set to appear on every page it does work and looks great. I need it to appear on click — not automatically though.)
I’ve tried all of the following but nothing is working.
[popup_trigger id=”popmake-get-button”]
Button for Your Site!
[/popup_trigger][popup_trigger id=666]Text Here[/popup_trigger]
[button type=”big” color=”red”] <span class=”popmake-684″>Popup</span>[/button]
[button] <span class=”popmake-684″>Popup</span>[/button]
[button class=”my-white-button” type=”rounded” size=”jumbo” title=”Get Button” icon=”check-sign” circle=”true”]Button for Your Site![/button]
So as you see, I’ve tried both method 2 and 3 as listed on https://wppopupmaker.com/docs/getting-started/opening-a-popup/.
Please help / provide example of code that will make this work. Ideally, I want to use method 2 (not 3). Thank you!