Ruslan Suhar
Forum Replies Created
-
Forum: Plugins
In reply to: [Sidebar Widgets by CodeLights] WP 4.8 CompatibilityHey wilburlikesmith,
Just tested CodeLights with the latest WP 4.8, and everything works great!
If you encounter any issues, plz create support topic: I will process them this week. And I will update the plugin soon, so it wouldn’t show the warning.
Have a nice day!
Forum: Plugins
In reply to: [[Obsolete] MailChimp Forms by Optin.Guru] CSS SelectorHello thekendog,
Checked everything one more time and managed to replicate and fix the issue you reported. Plz check: everything should work fine now. Thank you for the feedback one more time!
Btw, today we implemented new convenient ticket system https://app.optin.guru/tickets/ that should speed up issues resolution. If you face any additional bugs, or have any questions, feel free to contact us there!
Have a great day!
Forum: Plugins
In reply to: [[Obsolete] MailChimp Forms by Optin.Guru] CSS SelectorHello thekendog,
In widget settings try disabling Behavior > Don’t Show Again > “To visitors that closed the widget …” setting (https://joxi.ru/82QjpagCY4VQAd)
We’ll also think on how the interface can be improved about this. Thanks for the feedback!
- This reply was modified 7 years, 6 months ago by Ruslan Suhar.
Forum: Plugins
In reply to: [Sidebar Widgets by CodeLights] Flip Box and Banner GlitchHey mgksvn77,
Please provide the relevant link, so we could have a look.
Forum: Plugins
In reply to: [Sidebar Widgets by CodeLights] Interactive Banner duplicate box.Hey apokeylips,
Though we did our best to make our css classes as independend as possible (using vendor prefixes and so), it seems your theme (or something else) is overriding some of the elements’ styles. You need to find out which styles are doing this (using FireBug) and override them manually.
Forum: Plugins
In reply to: [Sidebar Widgets by CodeLights] [Modal popup] Close button after text?Hey guys,
Something like this, probably:
.cl-popup-box-closer { display: block; }
(And you may need to tweak its position for your theme by top/right css statements as well).
Forum: Plugins
In reply to: [Sidebar Widgets by CodeLights] Modal popup bugHey morsk303,
When a popup is being opened, it adds “cloverlay_fixed” class to html which forces the usual scrollbar to hide. If your theme has a header with fixed position, to avoid this kind of glitches you will need to add a custom css like this:
.cloverlay_fixed .l-header { overflow-y: scroll; }
where “.l-header” should be valid selector for your header, whatever it is.
Please let me know, if this helped!
- This reply was modified 7 years, 9 months ago by Ruslan Suhar.
Forum: Plugins
In reply to: [Sidebar Widgets by CodeLights] elementor pagebuilder supportHey knireis,
At the moment we don’t plan to provide compatibility with Elementor Page Builder yet. At the same time we don’t exclude this will happen in some future.
Thanks! Fixed.
Forum: Plugins
In reply to: [Sidebar Widgets by CodeLights] [Modal popup] Close button after text?Hey Rick,
See, that you managed to resolve the issue. Great! In case, if you’re still interested about my opinion on this subject: there’s a hidden .cl-popup-box-closer element near the content that can be shown, placed and customized using custom css.
Hey intour,
> Hello from Greece and I wish you will have a happy new year
Thank you! Hope you too! ??
> On the mobile and tablet version of my website …
Unfortunately, this request is connected with the theme, not with the plugin itself. CodeLights is not affiliated with SiteOrigin so it’s better to contact the SiteOrigin support directly regarding this issue.
(I’m closing the topic).
Hey visualm,
Investigated it: Vantage theme uses really big z-index for some reason. Increased Modal Popup’s z-index too, so in the next update (which is coming really soon) this should be fixed.
Forum: Plugins
In reply to: [Sidebar Widgets by CodeLights] image gallery modal?Hey Alex,
This is a 3-rd party shortcode from UpSolution Zephyr theme. It’s placed there only to show that it’s possible to insert 3-rd party shortocodes inside the popup window.
Probably, I’ll add some note about this next to the gallery in some near future …
Forum: Plugins
In reply to: [Sidebar Widgets by CodeLights] Flipbox options tabs not workingHey effiekyr,
Fixed this. This should start working with the next update that is coming really soon.
Forum: Plugins
In reply to: [Sidebar Widgets by CodeLights] Interactive Banner & post loop (widget)Hey xerfilstyx4u,
I believe it’s absolutely possible, but at the same time it will require advanced knowledge of PHP and WordPress architecture. You can use cl_get_template function to get an HTML for a single element, and required Interactive Banner variables are listed in its PHPDoc header.
If you don’t code yourself this information would be useful for 3-rd party developer.
Hope this would help! (Also closing this topic, as this request is not covered by our support policy).