This popup destroyed the whole design of my website’s homepage.
The content was being duplicated after which i deleted it but even now it is getting displayed on mobile and few of the browsers.
Need quick help!
Hello, I really like this plugin. But can you add some templates instead of re-creating popup every time? This will be very helpful!
Best Regards.
Hello!
I was wondering if there’s an easy way to show sticky pop-up only on desktop version of a page it is called from.
Thank you!
]]>Geting Fatal error: Call to undefined function wp_unslash() in ../public_html/wp-content/plugins/sticky-popup/class-sticky-popup.php on line 374
]]>I am trying to reduce the standard width from 350px to 300px with this CSS but it is not working. Any help appreciated:
.sticky-popup {
width: 300px;
}
Hi guys,
The form is working perfectly on desktop but when the form is open on mobile you are unable to scroll down to the send button. Am I missing something?
Thanks
]]>Hi,
Is there anyway to have this pop up open with a normal button on the website page? With a shortcode, etc.
Thanks
]]>I’ve noticed that others have had this issue as well so I was hoping to see if anyone had a solution?
Basically the entire content of the page is being duplicated in the pop-up in the latest versions of WordPress. I first noticed this in conjunction with using Elementor so initially I thought this may be the problem, but I’ve tested on a fresh WP install with the same problem.
Unfortunately I haven’t found a suitable alternative for this plugin, but if anyone has some alternative suggestions that would be great!
]]>Hey there,
I am developing a website. my domain is https://www.theinsideyou.com
I want to add a sticky popup that contains contact form 7. But I am unable to do so. When I add something (short-code etc.) of the created contact form in the page, entire website appears on the small box of sticky popup.
Please help,
Adesh
Hey!
I just discovered that if you setup a custom “Popup Header Color” but no “Popup Header Border Color” the outputted inline CSS overwrites the custom background color again with the default border color, because the wrong css property is outputted.
Simple fix:
Change /wp-content/plugins/sticky-popup/class-sticky-popup.php line #636 to:
border-color
Greetings
derRALF
Hi, Is possible to have other sticky popup when I change the language in the website?
For example, this is the website https://institutoojospr.com/. The default is in Spanish.
If i change to English, I see the same form…
Thanks,
Jose
how to create multiple Sticky’s?
currently 1 Sticky we can create. but i want multiple sticky in one website
how to do this?
]]>I’m trying to use the shortcode of ‘news announcement scroll’ with shortcode [news-announcement group =”group2″] in the sticky popup visual editor. But it is not showing the data of this particular shortcode whereas other shortcodes such layer-slider=3 are working fine.
Kindly suggest a solution.
Thank You.
]]>Hello,
Is anyone here got problem in mobile issue?
may i know the codes?
Thank you in advance.
]]>Hi, as i was in a hurry and didn′t have time to wait for a response, i′ve solved a big problem with sticky popup in Ajax Loaded Themes (Mine is Bridge Multipurpose).
The Issue: As many times as you change the page where you are, Click event is being binded, so Jquery actions are fired as many times as the page has changed with AJAX. So, as this number of pages changing is even, no problem, because this fires the actions uneven times and thats the same as once. But changing the page uneven number of times fires the actions an even number of times and that doesn’t work.
The solution: jQuery(“.popup-header”).unbind(‘click’); just before every jQuery( “.popup-header” ).click(function() { that class-sticky-popup.php has.
I haven′t seen anybody else with this problem, but just in case here is my solution.
Maybe you want to implement it in future upgrades.
Bye!
I am using Montezuma theme,Wordpress 4.6.1 ,When i test the Sticky popup plugin in localhost with teh same theme and the same WordPress version everything is working fine ,but when I used the plugin in my live server nothing is showing up.What do I do to fix this? please help!
Thank you in advance.
]]>As soon as I activate Elementor on a page and fill it’s content, the content of the Sticky Popup plug in is overwritten with the content from elementor coming from the body on the page.
On all other pages without Elementor the Popup has the correct menu content.
Icon’t get support from the Elementor team because:
Sorry, but this plugin does not support WordPress 4.5+, see the alert on the plugin page:
This plugin hasn’t been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
This is a great plugin, it would be a shame that it gets lost due to no support. Or testing.
]]>Hi! I can notice in this forum that the problem with the way the title is shown, is very recurrent.
It would be great if the problem can be fixed with next actualizations. Meanwhile, the solution is to write this in CSS:
.sticky-popup-right .popup-title {
writing-mode: horizontal-tb !important;
}
Greetings.
]]>hii,
This plugin is working awesome but at some page it some the page content from that page not contact form that i using.
example like when i visit to about us page it show about us page content in popup not contact form 7 shortcode.
this happen on some page but at another page its working fine.
any solutions for this problem
thank you.
]]>Who to show it on all pages?
]]>https://brevardhealthadvantage.com/ I am having issues with its display on the front page. It seems to be feeding a different page. Do you have any way to fix?? Any recommendations?
Travis Gibb
]]>how do I make the sticky popup always opened?
]]>Hello is it possible to disable the plugin for mobile? My popup being large and not suitable for mobile I would disable you have an idea to do this?
Thank you
In my website position absolute not working properly position fixed only working. If i change position absolute it’s take vertical bar for website. Please any one can help to solve this issues.
]]>It seems I’m having the opposite problem as a lot of you. The pop-up is ONLY showing up on the homepage. I’ve checked off all the checkboxes to try and get it to appear on other pages and just am not seeing it. I’ve checked the code on the other pages and the script isn’t even appearing to tell the pop-up to appear so it’s being blocked for some reason. The template file is the same on the homepage as the other pages so it’s not related to that.
Anyone else having this issue?
]]>Hi,
This is my website url : https://www.joharidigital.com
My sticky pop-up is right aligned ans the title is “Contact Us”.
On Chrome it is correctly visible. But when I run my website on Safari and other mobile devices, the title is truncated to only “Cont”.
Could you please suggest some way to fix it.
This popup is very important to my website.
Thanks in advance!
Kritika
Is there anyway to restrict the popup to a page we need this only to display on the contact page so we do.
]]>Hi, I noticed there is no ALT text attribute for the image used to display the icon.
I have edited a single php file to include an ALT attrib. Obviuously it would be preferable for hte ALT texst used within the media library to be pulled and this used. However a quick hack is to do the following which will then include ALT text for the popup.
Find the file: /wp-content/plugins/sticky-popup/class-sticky-popup.php
Around the line number: 564 find this code:
$popup_html .= '<img src="'.$this->popup_title_image.'" alt="Contact SHEilds">';
Replace it with this code:
$popup_html .= '<img src="'.$this->popup_title_image.'" alt="Contact SHEilds">';
You should notice I added ALT text and manually provided this text. Obviously change the text within the quote marks to your own preferred text.
Save & you’re done. This will remove errors from your website not having alt text.
]]>For some reason, the only place where Sticky Popup will display is in the BottomRight position. No matter which option I select, the popup always appears in the bottom-right. Any ideas are appreciated.
]]>Hello friends. First I would say that the plugin is perfect . Adapted fully to my site and what I need.
But I’m just one problem. I am entering a chat in the popup and every time you click on any link it again reloads all the popup code. Is there any way to change the code so that it loads only once ?
It is possible that? To continue browsing the popup site do not update every time and just hold the first reading of the code?
Anyone know something about it that could use in my wordpress ? Thank you all from already .
]]>