Nick Tomkin
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Website Banner] More Information link new tab?@mowasfi7 This is now possible in the latest version.
Forum: Plugins
In reply to: [Simple Website Banner] More Information link new tab?@mowasfi7 This is currently not possible, but we are looking to add it in an upcoming release. Thank you for the compliment!
Forum: Plugins
In reply to: [Simple Website Banner] Reduce top and bottom spacing?@tgo_dc For this, it would be better to use the theme’s CSS to override. Try going to Appearance > Customize > Additional CSS and add the following:
#ocvb-container-notice-text h4 { font-size: 1em; /* adjust this value as necessary */ }
Forum: Plugins
In reply to: [Simple Website Banner] Close overlay on button clickHey @chrisdoveplanb
Thanks for your request. We understand your concern. There is an option for adding a close button to the banner. You can find it under the “Options” tab.
Hope this helps.
Forum: Plugins
In reply to: [Simple Website Banner] Reduce top and bottom spacing?Hey @tgo_dc,
Under the Options tab, you can find an option for Custom CSS/Custom CSS (mobile). Please add the following to both of these text fields:
padding: 4px 10px !important
Thank you!
Forum: Plugins
In reply to: [Simple Website Banner] Hide banner or overlay if user has clicked the buttonHey @dccs52
Thanks for your request. We understand your concern. There is an option for adding a close button to the banner. You can find it under the “Options” tab.
Hope this helps.
Forum: Plugins
In reply to: [Simple Website Banner] Trying to get container full width on mobile@indie403 In the latest version of the plugin, the link is now displayed as a button. Thank you for your feedback.
Forum: Plugins
In reply to: [Simple Website Banner] Close Banner Cookie@dickraney This is now a feature of the plugin. Update to the latest version to get this functionality. Thank you for your feedback.
- This reply was modified 4 years, 8 months ago by Nick Tomkin.
Forum: Plugins
In reply to: [Simple Website Banner] Issue found in plugin@eringerm Please send email to [email protected]
Thank you!
Forum: Plugins
In reply to: [Simple Website Banner] jQuery(…) size is not a function@blakeodfrey can you confirm that you have enabled the plugin? If you have and it still does not work, please send details of your installation to [email protected] with the word SUPPORT in the subject.
Thanks!
Forum: Plugins
In reply to: [Simple Website Banner] Trying to get container full width on mobileYou can’t presently do this within the plugin, but we may release a version soon with this feature. For now, add this to your style.css:
#ocvb-container-notice-link a { border: 1px solid white; padding: 10px 30px; margin: 10px 0; }
Thank you!
- This reply was modified 4 years, 8 months ago by Nick Tomkin.
- This reply was modified 4 years, 8 months ago by Nick Tomkin.
Forum: Plugins
In reply to: [Simple Website Banner] Close Banner CookieThis is something we are considering, but right now it lasts 2 days.
Forum: Plugins
In reply to: [Simple Website Banner] jQuery(…) size is not a functionHey Blake!
In the latest version, 1.5.0.1, your issue has been addressed. You are using jquery_migrate, which had a conflict with this plugin. Because this is a common plugin, we have patched this one to work with it. Please update to the latest version to remedy this situation. Thank you for letting us now.
Forum: Plugins
In reply to: [Simple Website Banner] jQuery(…) size is not a functionHey Blake!
Can you point me to a link where this is happening for you?
Forum: Plugins
In reply to: [Simple Website Banner] Trying to get container full width on mobileHey Andrew! Without seeing more, have you tried adding the css without the selectors? Add only this to the Custom CSS (Mobile) text area:
left: 0%!important;
right: 0%!important;