cre8tive1
-
Need understanding CPT-onomies: Using Custom Post Types as Taxonomies
Cool. Thanks! This plugin has much better documentation which is what I really needed. I'll start digging through this today. Caio, Jerry
-
Question about using "display: none;"
Thanks to everyone for the recommendations. I've decided to do some additional research to familiarize myself with the use of "visibility" and redesign accordingly. Thanks for all the help.
-
Do you promote your website?
James, You absolutely want to promote your website if you want it to generate leads or sales. Fresh content is one of the most significant things you can do to help your site rank better. From my experience, adding about 2000 words of new content …
-
WP 3.3 Admin bar viewable to all site visitors when Admin logged in
I thought about that as well. I used the Starkers HTML5 as the starting point for the theme. I don't see anything that would cause the problem.
-
wp_page_menu
Perfect! Thanks for the help. I was missing the need to define the array separately.
-
Google Analytics with Wordpress site installed in it's own directory
I decided to add the code manually, which works. Thanks!
-
ie7 and ie8 issues
Ah, using short-hand for both worked. I "love" all the quirky tidbits to remember with web design. { background: rgb(35,18,8); background: rgba(35,18,8,0.6); }
-
ie7 and ie8 issues
I was able to fix it by adjust the bottom margin for "phone-location" as you suggested. I hate using the empty div for clearing, but have never been able to get anything else to work consistently. Still stuck on the fall back color for IE…
-
ie7 and ie8 issues
I"ve added in the fallback colors as below but they still don't work in IE7 {background-color: #231208; background-color:rgba(35,18,8,0.6);}
-
CSS issues in IE
Ah, yes. I changed the doctype to just , based on http://html5doctor.com/html-5-boilerplates/ I'll see if that helps.
-
Combining sticky footer with 100% width background
Yes, that's the method I'm using. I realized after I posted the message that the "footer" in Ryan's method is outside of the tag. So making the footer 100% width was no problem. What I'm having an issue with now is fi…
-
Using a background image plus text with tag
OMG. How did I miss that?! Thanks Christopher.
-
Combining sticky footer with 100% width background
SOLVED: I was able to get this working. Thanks to all.
-
Combining sticky footer with 100% width background
My apologies for not being clear. This is the page I'm roughing out via html/css: Sticky footer and 100% width background I'm not sure if I've gone about coding this well or not.
-
CSS not displaying the same across all pages
Ah yes, that was dumb of me. How do you both diagnose this so quickly? I'm sorely out of practice with coding. Thanks, jr
-
Footer hidden when using Full page background image
That worked perfect. Thanks.
-
Footer hidden when using Full page background image
Ok, I made the changes indicated above. The only things I have set to position absolute are the #header and #main-navigation divs. I also have a div set the class of clear in the footer to clear the floats of main-content and aside. Setting the foo…
-
[Solved] Overflow Problem
Cool. Thanks for the tip! I will add this into my arsenal of tools.
-
Footer hidden when using Full page background image
Hmm, when I disable styles I see it as the last item on every page. © 2010-2011 Coral Reef Snorkel Adventures | Captain Ron Gittins | Tel 808-987-1584 | Site design by Jerry Ross Photography & Design
-
Need alternative to get_post_meta for custom fields on Blog page
SOLVED: I created a work around by loading a different header file for the blog page with the images in question hard coded.
-
How do I change a background image/page images based on the active page?
SOLVED using get_post_meta function.
-
No posts showing on blog page
SOLVED: I found the answer on another site. I had created a template named home.php which apparently is not a good idea. I renamed it and now my blog page is displaying as it should.
-
No posts showing on blog page
Ah, no the setting had been lost. I fixed that, so the posts are displaying now, but it seems to be pulling a different page template. I've tried updating it several times and it's not working. Any suggestions?
-
Echo values for custom fields with the same 'key' value
Perfect. That worked. I really need to improve my php skills. I had read that reference in your link multiple times, but couldn't figure out the syntax. Thanks for the help!
-
Echo values for custom fields with the same 'key' value
Based on the above, I modified it to echo out the value of the 'Testimonial' custom field. However, I'm still only getting the first instance of 'Testimonial' to display. The page below has 3 instances of the custom field. …
-
images now showing...
Ah, that worked. I also realized that the template I used already had Lightbox built into it and I was loading two different style sheets. Once I deleted the extra ones everything works.
-
[Solved] Overflow Problem
Ah, fixed it. Another "float" that didn't need to be there. Thanks to all.
-
[Solved] Overflow Problem
Thanks for the tips. Inheriting these quirky sites is aging me rapidly. Now I have one last DIV wigging out...