`
= The banner or changes to the banner aren't showing up, or are only showing up when I'm logged in, what's wrong? =
Your browser frequently caches scripts associated with a website in order to improve speed and performance. There are also some
wordpress plugins that cache scripts to improve performance. If you aren't seeing your banner or the changes you made to the banner,
first clear your browser cache and if that doesn't work, look for any plugin that bundles or caches scripts and clear that as well.
= Why is my banner covering my header or behind my header? =
Your theme probably uses absolute positioning for its header in this case. Try changing the positioning of your banner and see if that helps.
This changes the position CSS attribute of the banner. More information can be found here. If none of this works, you may need a custom solution for your banner.
You can either try to find another plugin that suits your needs or you can purchase the pro version and open a support ticket to fix your situation.
= My homepage isn't disabled even though I set it as disabled. =
Some themes use a page id of 1 for the homepage, other themes set that id dynamically. This has recently been fixed, but if you are still
experiencing issues, please open a support ticket.
In the meantime you can use the following custom JavaScript to disable on your homepage:
`document.addEventListener('DOMContentLoaded', function(){
if (window.location.href === "YOUR_WEBSITE_URL_HERE"){
document.getElementById('simple-banner').remove();
}
}, false);
`
= Is there a Pro version? =
Yes, but you should look through the support topics before you decide if you need the pro version.
= How do I disable the banner in my posts? =
This feature is being actively developed, in the meantime you can use this custom JavaScript:
`document.addEventListener('DOMContentLoaded', function(){
if (window.location.pathname.includes("post")){
document.getElementById('simple-banner').remove();
}
}, false);
`
= I have the Divi theme and the banner isn't showing. =
Set your banner position to relative and try this in 'Website Custom CSS':
`#main-header:not(.et-fixed-header) {
position: relative;
}`
`#top-header:not(.et-fixed-header) {
position: relative;
}`
== Screenshots ==
1. This is the first screen shot.
2. This is the second screen shot.
3. This is the third screen shot.
4. This is the settings page... and the fourth screen shot.
== Changelog ==
= 2.7.0 =
* Add `.simple-banner-scrolling` class to allow custom scrolling styles.
= 2.6.0 =
* Add option to use Wordpress action `wp_open_body` for banner insertion.
= 2.5.0 =
* Added Font Size option, changed layout for better preview banner visibility.
= 2.4.7 =
* Fix bug to permissions removal.
= 2.4.6 =
* Banner now shows in sidebar upon activation.
= 2.4.5 =
* Fix permissions clearout method.
= 2.4.4 =
* Fix php error.
= 2.4.3 =
* Fix bug for that hid banner on pages with no id, fix some permissions issues.
= 2.4.2 =
* Disable header margin/padding when banner is hidden or disabled, fixed homepage disabling bug, added option to keep/remove custom css/js when disabled or hidden.
= 2.4.1 =
* PHP warning fix.
= 2.4.0 =
* Added some new fields (hiding, position, and header top margin/padding) to help with banner customization.
= 2.3.0 =
* Added permissions adding and updated documentation.
= 2.2.3 =
* CSS Changes.
= 2.2.2 =
* Added version number to css and js file to force update on version change.
= 2.2.1 =
* Removed addslashes version of text now that message is handled via js.
= 2.2.0 =
* Optimized scripts for loading banner, added debug mode for troubleshooting.
= 2.1.3 =
* Change pro version payment link again.
= 2.1.2 =
* Change pro version payment link.
= 2.1.1 =
* Add jQuery back for compatibility issues.
= 2.1.0 =
* Removed jQuery dependency from project.
= 2.0.7 =
* Fixed settings page bugs, tested to Wordpress v5.0.2.
= 2.0.6 =
* Fixed script bug.
= 2.0.5 =
* Fixed svn repo files.
= 2.0.4 =
* Fix bug with banner text newlines.
= 2.0.3 =
* Update Donate button color.
= 2.0.2 =
* Fixed script loading bug again.
= 2.0.1 =
* Fixed script loading bug.
= 2.0.0 =
* Added Pro version features.
= 1.4.1 =
* Fix bugs with preview banner onchange events and escape attributes with Simple Banner Text instead of converting to html codes.
= 1.4.0 =
* Added Donate button, small settings page CSS tweaks.
= 1.3.0 =
* You can now use single quotes or double quotes for Simple Banner Text.
= 1.2.1 =
* Rollback use of esc_attr() with banner text for now as it broke all links from showing properly.
= 1.2.0 =
* Improve code structure for preview banner, add inner html preview. Banner text uses esc_attr().
= 1.1.0 =
* Add text to show scoping of custom CSS.
= 1.0.5 =
* Tested on recent Wordpress versions
= 1.0.4 =
* Removed CSS that caused banner to disappear on screens less than 900px wide.
= 1.0.3 =
* Fix for themes with padding and margin applied to body.
= 1.0.2 =
* Fixed banner for themes that don't already have jquery added.
= 1.0.1 =
* Fixed readme and added logo.
= 1.0.0 =
* First Version.
== Upgrade Notice ==
= 2.7.0 =
* Add `.simple-banner-scrolling` class to allow custom scrolling styles.
= 2.6.0 =
* Add option to use Wordpress action `wp_open_body` for banner insertion.
= 2.5.0 =
* Added Font Size option, changed layout for better preview banner visibility.
= 2.4.7 =
* Fix bug to permissions removal.
= 2.4.6 =
* Banner now shows in sidebar upon activation.
= 2.4.5 =
* Fix permissions clearout method.
= 2.4.4 =
* Fix php error.
= 2.4.3 =
* Fix bug for that hid banner on pages with no id, fix some permissions issues.
*
= 2.4.2 =
* Disable header margin/padding when banner is hidden or disabled, fixed homepage disabling bug, added option to keep/remove custom css/js when disabled or hidden.
= 2.4.1 =
* PHP warning fix.
= 2.4.0 =
* Added some new fields (hiding, position, and header top margin/padding) to help with banner customization.
= 2.3.0 =
* Added permissions adding and updated documentation.
= 2.2.3 =
* CSS Changes.
= 2.2.2 =
Added version number to css and js file to force update on version change.
= 2.2.1 =
Removed addslashes version of text now that message is handled via js.
= 2.2.0 =
Optimized scripts for loading banner, added debug mode for troubleshooting.
= 2.1.2 =
Changed pro version payment link again.
= 2.1.2 =
Changed pro version payment link.
= 2.1.1 =
Added jQuery back for compatibility issues.
= 2.1.0 =
Removed jQuery dependency from project.
= 2.0.7 =
Bug fixes for settings page.
= 2.0.6 =
Bug fixes for script.
= 2.0.5 =
Repo fixes.
= 2.0.4 =
Bug fixes for scripts.
= 2.0.4 =
Bug fixes for banner text.
= 2.0.3 =
Update Donate button color.
= 2.0.2 =
Bug fixes for pro version.
= 2.0.1 =
Bug fixes with script load.
= 2.0.0 =
Added Pro version features.
= 1.4.1 =
Fix preview banner bugs, Simple Banner can accept all formats.
= 1.4.0 =
Add Donate button and change some form CSS.
= 1.3.0 =
Replace double quotes with single quotes in Simple Banner Text.
= 1.2.1 =
Bug fix with links.
= 1.2.0 =
You can now preview text in the preview banner up top.
= 1.1.0 =
Added ".simple-banner { }" around Simple Banner Custom CSS to show that custom CSS is scoped to the banner and hopefully eliminate some support issues about custom CSS. No functionality changes.
= 1.0.5 =
No code changes.
= 1.0.4 =
Now showing on mobile for most popular themes.
= 1.0.3 =
Additional fixes for more themes, specifically "Twenty *" themes by Wordpress.
= 1.0.2 =
If your banner didn't work before, it probably does now.
= 1.0.1 =
Just updated some stuff for the readme. No functionality change.
= 1.0.0 =
This is the first version.