sanddlife
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Extract gallery image as link to post – how?Currently not using any specific gallery plugin, but would welcome any capable of doing what I’d like. I’ll check out the NextGen and see what it has.
Thanks!
Forum: Fixing WordPress
In reply to: Image issues since 2.8.3 auto upgrade…Did you ever get this resolved? I’m having the exact same issue. Auto updated, now every imported image is cropped left and right.
Forum: Fixing WordPress
In reply to: How to detect the page you’re currently viewing?Can someone break out a line of code(or 2) that would simply tell me if I’m on the ‘blog’ page. My home page is static, but a link takes me to the blog page. The standard is_home() is not working.
I need the following:
<your cool code here>
If on blog page, then set image var to ‘image.jpg.;not fancy, but I hope you understand.
TIA!
Forum: Fixing WordPress
In reply to: page ‘blog’ doesn’t work rightThe code
elseif (is_home()which should tell you that you’re on the ‘blog’ page doesn’t seem to be working either.I’d like to add a graphic header to the top of the ‘blog’ page but can’t tell how to detect that page or link…it’s just not cooperating!!
Forum: Fixing WordPress
In reply to: Display headers on static pagesMy bad. Syntax error in this line.
<img src="<?php bloginfo('url');?>/images/<?php echo $hdrimg;?>"/>I left out the ‘echo’ command. Oops. π
Works like a charm…almost.
Even though the ‘blog’ page is a page, it doesn’t seem to recognize that as a page in my if statements.
Forum: Fixing WordPress
In reply to: Display headers on static pagesI put the following code in my page.php page.
<?php if (is_page('21') ) { $hdrimg = 'header-home.jpg'; } elseif ( is_page('26') ) { $hdrimg = 'header-blog.jpg'; } elseif ( is_page('3') ) { $hdrimg = 'header-photos.jpg'; } elseif ( is_page('30') ) { $hdrimg = 'header-schedule.jpg'; } elseif ( is_page('32') ) { $hdrimg = 'header-records.jpg'; } elseif ( is_page('34') ) { $hdrimg = 'header-coaches.jpg'; } elseif ( is_page('36') ) { $hdrimg = 'header-boosterclub.jpg'; } elseif ( is_page('38') ) { $hdrimg = 'header-contactus.jpg'; } ?>Using Firebug, it shows the the code below but the variable $hdrimg value is missing.
<img src="http://sanddsoft.com/images/"/>Either I’m using the wrong page id’s or my links in the sliding header image links are not correct and perhaps I should link to the page ids.
Make sense?
Forum: Fixing WordPress
In reply to: Downgrade from 2.7 to 2.6.x?Too late. I decided to start all over. Installed a fresh new install of 2.7. Uploaded my custom theme, plugins, got my visuals back. I thought with all the effort by so many dedicated programmers, I’d better give it one last ‘college try’ before I quit.
Now….where’s my backup disk?
Forum: Fixing WordPress
In reply to: 2.7 Can no longer view ‘visual’ on posts – html onlyI started over.
Installed a brand spankin new fresh as can be blog using 2.7. Copied my custom theme over, uploaded plugins…got my visuals back. Game on!
Bummer the upgrade process totally barfed though.
HOPEFULLY, the ‘automagic’ upgrade process built into 2.7 will not cause these wonky problems.
Forum: Fixing WordPress
In reply to: 2.7 Can no longer view ‘visual’ on posts – html onlyWP 2.7
I have NO plugins enabled. In all four browsers, mentioned above, I get the same thing…NO ability to edit in ‘visual’ mode. No uploading images, media, nothing. Stuck in HTML mode.
Forum: Fixing WordPress
In reply to: 2.7 Can no longer view ‘visual’ on posts – html onlyI get this from Chrome, IE, Safari, and FF. When I add or edit posts, I’m stuck in HTML edit mode with no graphics to add media, video, etc, nor does the tab for visual appears. It was this way on 2.6.5 and now on 2.7.
Any ideas?
Forum: Your WordPress
In reply to: WordPress HumorWould you mind sharing your code for the rotating images on the home page? That’s really cool!
Forum: Themes and Templates
In reply to: Who can convert a site to a theme for me?My bad…I listed the wrong site.
fairportsoccer.com is the site I’d like to have converted.