johnjf
-
override style none
my god! something so simple and I couldn't figure that out lol. Man do I ever hate when that happens. Thank you so much :D my brain needs a rest after that.
-
override style none
When I go into the css file it appears like so content .entry-content ol { list-style: dcimal-leading-zero; } But like you posted above, when I view it in firebug I'm not sure where this extra stuff is coming from in the css(outside none;). …
-
override style none
I removed it and none is still appearing from I'm not sure where.
-
Mobile Design
Web, I'm just trying to create a normal simple site that will be able to fit in any screen.
-
override style none
http://www.supersudslaundries.com/how-to-be-environmentally-conscious-at-your-local-laundromats/
-
Heading styles help
Thanks for the help guys. I went through it again and tried a couple of the changes and seen the changes were working so all I had to do was also edit my padding and margin styles.
-
Fluid layout with dropdown nav
Thanks for the help guys and thanks Paulie_D. This navigation works perfectly.
-
Read more link into button?
hmm my function didn't show up properly, anyway I'm sure some of you get the idea? Thanks for the help if anyone can help me out on this.
-
Post doesn't line up properly
alrighty I'll give that a try. Thanks
-
Post doesn't line up properly
Not sure why it's doing it though. I'm using these functions to create the excerpt // Changing excerpt length function new_excerpt_length($length) { return 42; } add_filter('excerpt_length', 'new_excerpt_lengt…
-
securing wordpress
also, it asks on installation about the table prefix. I just left it as is but if I go to my wp-config file can I change it? if yes will this damage any database files or anything? what can I change it to? does it have to be "wp_namehere" …
-
Starting a mobile version
no sorry, I just created the site and didn't upload the new theme yet. I'm going to be converting it into wordpress.
-
Subscribe to view pages
Thanks, I'd like it to be an open site but just have some pages,etc accessible for those who register. So lets say I had page with a music player or plays videos. Only people that registered for free can view that page and non-registered peopl…
-
Subscribe to view pages
oops forgot to mention that. Using wordpress
-
Wordpress sidebar custom menu
Yes, but like I said. My mind get's all over the place and I start cross thinking things where the right idea I have in mind gets mixed with other solutions and I start over thinking. I stepped away and took a breather and thought about it slow…
-
Wordpress sidebar custom menu
alright, lets start over now that it's a new day. How would I go abouts making a navigation in my sidebar something like this?(vertical navigation) http://media.smashingmagazine.com/wp-content/uploads/2010/03/go-media.jpg example pages I would…
-
Wordpress sidebar custom menu
Sorry, my mind is all over the place trying to come up with solutions. Sometimes I just need to step away to clear my head and come back fresh, then I usually figure out a solution. What I meant to say was change the menu from Main to Navigation and…
-
Wordpress sidebar custom menu
Thanks for the help, need abit more information though. I have a custom menu in which I inserted to my header that looks like this. Would it just be easier to do the same, add it into my sidebar.php but change the class to Navigation and style it…
-
integrate blog post from 1st website into 2nd website -wordpress
oops sorry, didn't make it clear enough. What they want is the blogs posts from the 1st website to automatically implement into the 2nd under the blog catergory say fitness. So when ever they make a post from there first website it would automa…
-
wordpress nav help
yes thanks, :D I forgot to add position: relative to my hover and that's what was causing the problem. Thanks for the help
-
Wordpress posts showing up in all pages, why?
In my main index template(index.php) I had this where I wanted my posts to appear. That fixed everything for me, so my posts would show up on my main home page and then on my pages it would show the page content I had. Don't for…
-
wordpress widget styles
the middle widget is still overlapping my right widget. here is what I have in my functions. Do I need to edit this and add the css styles to fix it? if ( function_exists('register_sidebar') ) { register_sidebar(array('name'=&g…
-
Space from sticky footer?
hey right on @Vermaas. It was that stupid google adsense plugin I forgot to remove. I was doing a test with it couple weeks ago and forgot to remove it. Once I turned that off and removed the plugin, it worked like a charm. Thanks everyone for the …
-
Space from sticky footer?
no not really? here is a pic of what it looks like Image
-
Need Help With Columns For Text
don't forget I'm using Wordpress
-
Need Help With Columns For Text
I tried adding the code in and nothing happened. Not sure which of my code I need to remove for it to take affect but here is what my css looks like after trying to fiddle with it. I'm going to have to clean it up abit. html { background: url…
-
custom login for wordpress
anyone know of a good tut that will show me how to create my own? that will work?
-
custom login for wordpress
function custom_login() { echo ''; }