SteveSmith1983
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Sociable] Eliminating the HoverIn https://vuhoops.com/wp-content/plugins/sociable/sociable.css find the following CSS and add !imporant to the border, margin and padding, like this:
.sociable img {
float: none;
width: 16px;
height: 16px;
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
}I’m not sure what’s overriding the zero values when you hover, but this seems to solve it. I have only tested this in Firefox.
Forum: Themes and Templates
In reply to: Troubleshooting with <img> tag<img src=”<?php bloginfo(‘url’); ?>/wp-content/themes/mix/images/rss_a.png” />
Forum: Themes and Templates
In reply to: What the hell? My theme just broke.You’ve somehow ended up with a <div> tag in your post. Edit the post, view the HTML and remove the div tag after “everybody jumped on board”.
Forum: Fixing WordPress
In reply to: Pages in Menu – Want some to not showThe Exclude Pages plugin is probably the easiest way to do this.
Edit: oh, hold on, do you still have a menu in your sidebar where you do want it to show up? If you’re using wp_list_pages() in your template to make the horizontal menu, then https://codex.www.ads-software.com/Template_Tags/wp_list_pages#Exclude_Pages_from_List will show you how to exclude pages just from that menu.
Forum: Themes and Templates
In reply to: Elimintating the Hover in Sociable pluginIn https://vuhoops.com/wp-content/plugins/sociable/sociable.css find the following CSS and add !imporant to the border, margin and padding, like this:
.sociable img {
float: none;
width: 16px;
height: 16px;
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
}I’m not sure what’s overriding the zero values when you hover, but this seems to solve it. I have only tested this in Firefox.
Forum: Plugins
In reply to: Get ID from subscribers posting comments?I think this should help you:
https://www.ads-software.com/extend/ideas/topic.php?id=1431Forum: Plugins
In reply to: Looking for a specific addon…I haven’t tried it myself, but I think the Social Homes plugin is what you’re looking for ??
Forum: Fixing WordPress
In reply to: Register a New UserGreat!
Forum: Fixing WordPress
In reply to: gallery, shortcode, imagesI haven’t tried it myself, but I think the plugin discussed here should help you!
Forum: Fixing WordPress
In reply to: Register a New UserGo to settings, and tick the “anyone can register box”. You’ll get a register link next to the log in link. I can’t remember if you get a register link on the actual log in page or not.
Let me know if that helps.
Forum: Everything else WordPress
In reply to: I’ve joined this forum but have no profileThanks! ??
Forum: Fixing WordPress
In reply to: changed WP directory, now it’s confused about where the themes areHave you changed the “WordPress address (URL)” on the settings page?
It’s just gone into a new month, so needs to create the ’08’ directory. Compare the file permissions on the 2008 directory with the ones on the 07 directory. Whatever the 07 one is set on, change the 2008 one to match it.