Asmi Patel
Forum Replies Created
-
Hello,
We have fixed the issue in the new release 1.10.41. ?Please upgrade to the latest version of Icegram. Let us know if you have any further queries.
Thank You !
Hello,
I am glad it is working. We have fixed this issue and will incorporate it in the next release of Icegram soon. Till then, keep the ‘Cache Friendly’ option unchecked.
Thank you !
Hello,
Is the ‘Cache Friendly’ option checked in Icegram settings? If yes, then please uncheck it and test if that works. Let us know if it does and if it doesn’t then please contact us here with the further details about the campaign settings.
Hello,
We’re sorry to hear that you are experiencing an issue with the Icegram campaigns.
We have tested it on our side and we are not facing any such issues. Could you report the issue here and copy the link to this conversation so we can look into the issue directly? Do provide us your website URL as well where you are using the campaign and make sure that your Icegram plugin is activated.
Thank You !
- This reply was modified 4 years, 5 months ago by Asmi Patel.
Yes, the second option I meant to say is exactly explained by @malayladu
(adding the custom css)Hello,
You can follow either of the 2 steps
(1) Go to Appearance > Widgets > Text Widget (the widget you have used). Here you can add the following code around your email subscription form’s shortcode (you can change the padding px)
<div style="padding:20px;">[email-subscribers-form id="1"]</div>
(2) Right click on the webpage where your subscription form is added > Select Inspect. Search for a class named widget_email-subscribers-form and add the padding in the element.style{ } section
padding: 20px;
- This reply was modified 4 years, 8 months ago by Asmi Patel.
- This reply was modified 4 years, 8 months ago by Asmi Patel.