WP SITES
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] CSS Issue in JetpackThanks.
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Adding Code to every pageIs there a way to just use the plugin and get the icons to display on the most recent blog post on the blog’s main page?
Yes there is but it seems like you’re happy with your current setup now?
Forum: Themes and Templates
In reply to: [Customizr] Conflicts with Users UltraI would ask the author if they are available for hire.
Forum: Reviews
In reply to: [Fonts] FONT DISAPPEARING ACTThe font buttons and drop down menus don’t display in the text editor.
They only display in the visual editor.
Seems you are happy with it as you gave it 5 stars.
Forum: Themes and Templates
In reply to: [Moesia] Welcom buttonInspect the button using a Browser app like Firebug or Chrome Inspector and then you’ll find the class. You can then search using Notepad++ for the CSS for that class.
Forum: Themes and Templates
In reply to: [Moesia] Welcom buttonCouldn’t find the welcome button but it might be coded that way in the CSS for the Media Queries which you can check in the style sheet.
Forum: Themes and Templates
In reply to: [Customizr] Conflicts with Users UltraPro versions of plugins not supported here because we don’t have access to them.
Forum: Themes and Templates
In reply to: [Stunning Silence] Changing the FontsUse a browser app like Firebug or Chrome inspector to inspect the element, find the CSS and change the value for the property you want to modify.
Forum: Themes and Templates
In reply to: How do I delete a theme and start over?You can use FTP to find the theme in your themes folder and delete it.
Or delete it from your themes page
Forum: Themes and Templates
In reply to: Quick question – how do I css ALL posts without affecting pages?.single
You can check the source code and find the body classes to find the single post class.
Or you can use the post_class
Try this http://codex.ww.wp.xz.cn/Template_Hierarchy
Or you could use template_include conditionally
Forum: Plugins
In reply to: Genesis Grid – aligning thumbnailsPlease post any questions relating to Genesis on the SP forums. http://www.studiopress.com/forums/forum/design-tips/
Forum: Plugins
In reply to: [Genesis eNews Extended] Compatible with MadMimi?Already answered this question here
Forum: Plugins
In reply to: avatar_defaults filter not working for custom avatar imageHere’s the reason it doesn’t work locally http://wordpress.stackexchange.com/a/159949/9884
The code does work on live installations.