jazfotodesign
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Logging Users?Still looking >.<
Forum: Themes and Templates
In reply to: Menu help: Drop down links – parent/child pages – custom menuThank you David, works like a charm. Now I got to get rid of those stupid arrows. Really appreciate you taking out the time to help me.
Forum: Themes and Templates
In reply to: Menu help: Drop down links – parent/child pages – custom menuI’m trying to put the nav in the theme’s category header section… This is all the CSS for categories.
#categories-back a { color:#6e6960; display:block !important; display:inline-block; height:55px; } .category a { margin:0 0 6px 0; padding:5px 10px; background:url(images/category.gif) no-repeat top left; font:bold 0.85em Arial, Helvetica, sans-serif; color:#FFF; text-transform:uppercase; display:inline-block; } #categories-back a:hover { margin:0; padding:0; color:#443842; text-decoration:none; } .category a:hover { background:url(images/category.gif) no-repeat bottom center; text-decoration:none; } #categories { margin:0; padding:0; width:auto; height:101px; background:url(images/categories.gif) repeat-x; } #categories-back { margin:0; width:auto; height:81px; background:url(images/categories-back.gif) no-repeat center left; list-style:none; padding-top: 20px; padding-right: 0; padding-bottom: 0; padding-left: 40px; } #categories-back li, #categories-back li.blank { margin:0 0 0 20px; padding:0 20px 0 0; float:left; background:url(images/category-divider.gif) no-repeat top right; } #categories-back li.blank { margin:0 0 0 20px; padding:0 20px 0 0; float:left; background:none; }
and here is the code calling categories
<div id="categories"> <ul id="categories-back"> <?php wp_list_pages('title_li=&depth=2'); ?> </ul> </div><!--categories-->
Forum: Themes and Templates
In reply to: Menu help: Drop down links – parent/child pages – custom menuYeah that shows them, but does not create drop down list
Forum: Themes and Templates
In reply to: Menu help: Drop down links – parent/child pages – custom menunope.. “The current theme does not natively support menus”
Forum: Fixing WordPress
In reply to: Occasional page not found, internal server errorproblem was with godaddy. ended up just having to upgrade hosting account and now it seems to be working fine, dashboard is a lot faster too as well as page loading times
Forum: Plugins
In reply to: Any Video Player w/ Playlist plugins?Ended up going with BrightCove
I’m currently using this plugin and a redirection would be great.
If one of my subscribers bookmarks the page that they need to be logged in to access, they will see the error and think site is not working.
Anyways, love the plugin, I’m 1 of 3 who has rated.
Thanks mpretty.
Forum: Fixing WordPress
In reply to: HTTP Error / Image data does not exist. Please re-upload the imageI’ve figured it out that it only has to do with uploading big images over 50kb or 300kb i think.
does anyone know what’sup with that?
Forum: Fixing WordPress
In reply to: HTTP Error / Image data does not exist. Please re-upload the imagejpeg, i made height/width no bigger then 500px.
Forum: Installing WordPress
In reply to: Installing WP through subdomain?nice, now it’s telling
“This website is temporarily unavailable, please try again later.”
nothing to do with wordpress, but F godaddy. i’ll try it when it’s available.
thanks
Forum: Installing WordPress
In reply to: Installing WP through subdomain?Yeah I understand that, i’ve installed wp a few times and i know you can go directly to wp-config.php in the broswer and it’ll say “you haven’t created one blah blah” and it will let you fill it in the wizard that comes next.