kinkythought
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: What is this new code and how can I get rid of it?I’m actually having the same issue with Salient theme, completely different designer, so it may not be a theme issue at all. I’m not altogether sure how a theme would impact the code generated in the WordPress Visual Editor on the backend anyway?
I’m thinking it may be a plugin issue, actually.
Forum: Themes and Templates
In reply to: [Spacious] MenuI’m also wondering how to center the header because I can’t quite get it right, but what you want to play with are these selectors for the bg/mouseover colors:
To change the mouseover background color:
.main-navigation a:hover, .main-navigation ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor a, .main-navigation ul li.current-menu-ancestor a, .main-navigation ul li.current_page_item a, .main-navigation ul li:hover > a { color: #YOUR FEATURE COLOR; background-color:#COLOR OF YOUR CHOOSING; }You’ll probably want to adjust the padding and margins on the bar itself to make those colors span the height:
.main-navigation { padding-top: 0; padding-bottom: 0; }I adjusted the height of the links to make the padding even up. You might want to play around with the height and padding numbers in this section.
.main-navigation a { color: #444444; display: block; float: left; padding: 16px 16px 16px; height: 20px; }There could be an easier way to do this for sure, but what’s hardcoded into the css where i’m showing “feature color” is the default green color. The feature color you select in the theme options is going to override this and I’m not 100% how to override that in the css, so I just selected the feature color I wanted. You could try adding an !important to those lines maybe?
Thanks, this worked for me. Hopefully the plugin code will be updated.
Forum: Networking WordPress
In reply to: Establishing Non-wordpress subdomainsSorry it’s taken so long to reply, but thank you! Once I knew that a named domain had to take precedence (and it was possible) I just had to reorder my steps a bit and create the subdomain not with my name registrar, but with my hosting company.
Tumblr actually won’t take a forwarded domain at all, one has to create a new A-NAME record, which my host had to enable for me, it was generally a bear but all is well now!Forum: Networking WordPress
In reply to: Publicize PluginWordbooker is also a good one. Includes personal and fan page posting and pushes comments back/forth between FB and WP.
http://wordpress.org/extend/plugins/wordbooker/Forum: Themes and Templates
In reply to: Autofocus Pro – front page images layout+1 for an answer. I believe that the recent update to Thematic has something to do with it, as my Pro version showed the patchwork quilt effect until yesterday after I updated thematic. Can someone familiar with the workings of the base theme provide some insight as to what may have changed? Honestly that was the EXACT look I wanted on my homepage and the #1 reaosn I went with Autofocus+ above all the other similar themes that had uniform layouts.
Forum: Fixing WordPress
In reply to: WordPress within WordPress – A Sub-Blog?I don’t know if you’ve already gotten this figured out, but you could give WP Hive a shot and see if it can address what you need. It’s a means of running multiple blogs the way I *think* you want to do it. It’s a plugin. Just Google WP-Hive and check out the features.
Forum: Plugins
In reply to: [Plugin: User Access Manager] getfile error?I’m bumping this rather than making a new post because I’m having the same problem.
I understand that I need to update the media files in my posts, but where is the getfile link generated?
Also, is there any other option than updating every media file? I’ve turned off the file locking and I want to make sure I don’t tear something up simply deleting the htaccess file (that doesn’t sound like the right thing to do)
I really don’t think there would be anything more streamlined. the body of your page can only have one background image and still be cross-browser compatible. The only other option would be to play around with extra divs around your content, but that doesn’t seem more streamlined
Forum: Plugins
In reply to: Looking for collapsible lists (in pages) pluginYou could always just do a JQuery accordion/toggle. There’s an example here: http://net.tutsplus.com/tutorials/javascript-ajax/exactly-how-to-create-a-custom-jquery-accordion/
Forum: Fixing WordPress
In reply to: Log out link with redirect to front pageballinascreen, did you ever get this figured out? I’m almost sure you’re on the right track as I’m having the same issue… logout redirects to the latest post. My theme (Mimbo 3) uses a custom front page and Front Page Displays is also set to Latest Posts.
Forum: Plugins
In reply to: Does anyone know of a plug-in to have collapsing content?Search for “accordion menus” I don’t know whether there is a plugin, but I am using a script from here: Stefan Born – Accordion Menu
The menu is a regular definition list. The entire list is wrapped in an “accordion” div class and organized normally. All you do is link the accordion.js and accordion.css files in your header, and style the accordion.css to your liking. You can have as many different accordion lists as you want, just wrap in another “accordion” classed div.
The only snaggle I have is that I need to modify the code to not expand the first menu item by default when the page loads. Haven’t gotten around to that yet.
Forum: Themes and Templates
In reply to: Mimbo 3.0 doesn’t work with WordPress 2.7.1I’m using Mimbo 3.0 with WordPress 2.7.1 right now… http://bit.ly/IwDTR it works fine, except for a little kink in the dropdown menu but I replaced it anyway. Have you tried the Mimbo support forum? I don’t know if it makes any difference but I installed Mimbo while I was running 2.7.0 and auto-upgraded later.
Forum: Plugins
In reply to: New plugin: VVVI – visually integrates apps (tried phpbb & mediawiki)wow, i think i’ll give this a try. i’d love to get zencart working with this.
Forum: Fixing WordPress
In reply to: Drop-line and drop-down main menuActually the superfish nav-bar menu looks like exactly what you want:
http://users.tpg.com.au/j_birch/plugins/superfish/#sample4