bluedrag
Forum Replies Created
-
This worked!
Sorry for the slow reply.
Forum: Fixing WordPress
In reply to: Making a site private.Thanks!
Forum: Fixing WordPress
In reply to: Capability Manager and Exec-PHPI figured it out. Ended up having to go back to my old server, make a back up of capability manager’s settings, copy/paste that plug in from my old server to the new one, then click restore saved point. The plug in then remembered the settings from my old server.
Forum: Fixing WordPress
In reply to: widgetizing areasHey, thanks for your help, I wrote it out a little bit differently, but you were right about what I was doing wrong thank you. This is what I used (in the html file)
<?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('searchbar')) : else : ?> <?php endif; ?>Forum: Fixing WordPress
In reply to: Audio Link Player IE7 bugHmm, I’ve just removed the cssFx javascript library but the audio player still doesn’t show up in IE7
Forum: Fixing WordPress
In reply to: Audio Link Player IE7 bugOh, thank you! thats a pretty easy fix on my part. By the way this plug in kicks ass 🙂
Forum: Fixing WordPress
In reply to: Audio Link Player IE7 bughttp://www.coastmusic.com/sinclair/
by the way correct me if I’m wrong, but you are the author for this plug in? XD
Forum: Fixing WordPress
In reply to: Adding widget areasHmm.. it still doesn’t seem to be working. Is this what you meant?
<?php if (function_exists('register_sidebar')) { register_sidebar(array( 'name' => 'navbar', 'description' => '', 'before_widget' => '', 'after_widget' => '', 'before_title' => '', 'after_title' => '' )); } ?>Forum: Fixing WordPress
In reply to: Question about linking stylesheetsAhhh thank you sir! I was able to add the class to basic2col_css() through functions.php just as you said. Much appreciated.
Forum: Fixing WordPress
In reply to: Question about linking stylesheetsHmm, I don’t see that line of code in my header.php (I’m using basic2col as my parent theme)
This is what I see, I think it’s pretty safe to say this line of php is generating the html href
<?php basic2col_css() ?>Do you think replacing this line with your code would do the trick?
Thanks for your help.
Forum: Fixing WordPress
In reply to: Question about linking stylesheetsYes I am using a child theme, but my question was can I link my stylesheet (style.css) using a standard html href as opposed to the wordpress template tag. The reason I need to do this is because of the third party js file I would like to use to give older versions of IE CSS3 support.
Thanks.
Forum: Installing WordPress
In reply to: WordPress install inside another WordPress sitecool, thanks
Forum: Fixing WordPress
In reply to: Category template tagsI figured it out. It was definitely a php conflict. I had to delete the functions.php file and create a new one, as well as go inside myphpadmin and delete all the rows inside the wp-post table with the variable causing the conflict in them.
Forum: Fixing WordPress
In reply to: Category template tagsI’m thinking it’s because $args is conflicting with some other code in wordpress.. But right now I’m just trying to get wordpress to opne up again. Everything in my wordpress site is just a blank page right now :S
Forum: Fixing WordPress
In reply to: random image widgeteach link will be to its own website.
:/I saw the option to do what you’re talking about 😛