jp2112
Forum Replies Created
-
Forum: Plugins
In reply to: [Standout CSS3 Buttons] Custom CSS to change hover colourThis should work:
a.scss3b-button-jp:hover { color: #fff }
Let me know
Forum: Plugins
In reply to: [Standout CSS3 Buttons] Button WidthThe CSS has changed slightly, you can target all the buttons at once using the scss3b-button class. Like this:
a.scss3b-button { width:150px !important}
Change “150px” to whatever value you desire.
Forum: Plugins
In reply to: [Standout CSS3 Buttons] Button font showing in wrong color.OK. Try adding this to your theme’s stylesheet.
a.scss3b-button { color: #fff !important }
If that doesn’t work then I will check your page later. I am not at home right now.
Forum: Plugins
In reply to: [Standout Color Boxes and Buttons] Over-riding custom colorSorry I am still working on this, hope to have it fixed and uploaded by the end of the week.
Forum: Plugins
In reply to: [Show Archive Descriptions] I get nothing showedPlease post the settings you are using and also a sample URL, thx
Let me look into it again, thx
Forum: Plugins
In reply to: [JP's Get RSS Feed] Not WorkingCan you post the URL you are using?
Forum: Plugins
In reply to: [Feedburner Optin Form] Submit Button AlignmentYou can update the plugin from your WP interface.
Forum: Plugins
In reply to: [CloudFlare Rocket Loader Ignore] Cashe?There is no reason why the plugin would cause this behavior after being removed or even if it was just deactivated. There has to be some other explanation. Even if it was enabled, but the “enabled” checkbox was unchecked on the plugin settings page, it would do nothing. Maybe you are caching the page, if so then I recommend flushing the cache?
Forum: Plugins
In reply to: [CloudFlare Rocket Loader Ignore] Not working with multiple script filenamesThis would all be so much simpler if CF didn’t require the attribute to come before the URL.
Because of the buffer that is required in order to place the data-cfasync attribute in the correct place, I don’t believe this problem can be resolved.
Unfortunately the plugin has to interfere with output buffering in order to tag and then fix script tags so they contain the rocket loader ignore attribute.
Forum: Plugins
In reply to: [Standout CSS3 Buttons] Button font showing in wrong color.I think you may have some CSS applying to links on your page, can you check?
Forum: Plugins
In reply to: [Standout Color Boxes and Buttons] Integration with Page scroll to idAre you able to provide a sample link? I need to understand what you want so I can change the code accordingly. Thx
Forum: Plugins
In reply to: [JP's Get RSS Feed] text exceed the divWere you able to test my proposed solutions?
1) Remove pre and code tags
2) Add CSSI made some changes to the plugin, did you check them out? Let me know, thx
Forum: Plugins
In reply to: [Feedburner Optin Form] Submit Button AlignmentI uploaded a new version with a minor CSS tweak. If that is not good enough, let me know and I’ll keep playing with it.