dariel
Forum Replies Created
-
Hello Defender,
It’s interesting to see this note, since the problem went away when I disabled a different plugin, called “wordbooker.” I’m still happy to have your update. Thank you.
Forum: Themes and Templates
In reply to: Ia3 theme help needed!Baudesign,
You rock! Wow, that explains a lot. I still may keep my plugin, however, since it means not having to write in the name of each image one by one by hand. I have a lot of them. But for anyone with not a lot of images, this is a great fix.
Thanks!
Forum: Themes and Templates
In reply to: Want to make a template for the "previous posts" pagesWow. I fixed it. It’s been, like, months.
Ok. So here’s what worked:<?php if ( is_home() and !is_paged()) : get_header('home'); else : get_header(); endif; ?>
Which is weird because it seems to say the opposite of what it does. Here’s what I had before that didn’t work:
<?php if ( is_home()) : get_header('home'); else : get_header(); endif; ?>
Strange.
Forum: Themes and Templates
In reply to: Want to make a template for the "previous posts" pagesNope, that just breaks my main page, which was working already. What I really need, I think, is a better way to identify the pagination, so that the correct header is called. That, or a template for the older posts page. I guess I could just make one and link to it.
Forum: Themes and Templates
In reply to: Ia3 theme help needed!You mean the iA3 interface in the dashboard? Yes I did. But the “contact” area I left empty, and I removed a chunch of space from the footer, the chunch which includes a search bar. That’s the inc-footer.php (or similar) template.
I spent a month in SA in December, 2009. My father-in-law is from Johannesburg. We went there, Cape Town, Durban, Hoedspruit, and Southbroom. A good tour, I think.
Forum: Themes and Templates
In reply to: Ia3 theme help needed!Luke,
I did reload the whole thing. Not sure what’s wrong… Thanks for the heads up on the header. That’s a big whoops. Weather this weekend will be rain/snow, sadly.
Forum: Themes and Templates
In reply to: Ia3 theme help needed!Luke, if you’re still out there, my navigation still isn’t showing up in the iPhone. Any ideas? Www. Hartfordarch.org. I changed the footer significantly; is that it?
Forum: Themes and Templates
In reply to: Want to make a template for the "previous posts" pagesUm, well, that could work. My original idea was to use a more plain header without the rotate.php script in it. Here is a direct link to the “previous posts” page (it’s way down at the end): https://www.dariel.com/log/page/2/
Forum: Themes and Templates
In reply to: Ia3 theme help needed!I decided to ditch the gallery template and use a gallery plug in instead. Much better choice. I’m using NextGen Gallery, by Alex Rabe.
Forum: Themes and Templates
In reply to: Ia3 theme help needed!No… I didn’t mean to break the iphone version ?? I guess I’m going to have reload everything from scratch. It’s okay though, the page is going to expand anyway. I guess then, back to the gallery issue. Let’s say I use gallery template X. The problem is one has to enter the actual images to exist in that gallery by hand. That is, open the code and plug in the images. So if I want to then have a second gallery page with different images, I have to use a new template, because the first template has the old images in it. That’s what I’ve deduced so far. Is there a way to plug images into the gallery template without disturbing the template itself? Like in a special folder somewhere? Or on the page in the dashboard of wordpress?
Forum: Themes and Templates
In reply to: Ia3 theme help needed!Hello Luke,
I’ve gotten the gallery pages to work, but I’m troubled by a related issue. I’d like to add template pages to the list of possible templates so that I can have, say, 3 gallery templates in place to go along with three gallery pages. I know the template list is more back-of-house… what’s the method for adding templates? Or is there another way?
Forum: Themes and Templates
In reply to: Ia3 theme help needed!Does anyone know how to get the gallery to work in the iA3 template? I know it’s a template-specific question, but I can’t seem to find any forums about it, so I’m giving it a try here.
Forum: Themes and Templates
In reply to: Different header for page 2 of postsI have a similar problem. I use a rotator.php in the header on my main page. This header is called header-home.php. When a user goes to older posts, i.e. page/2/, the rotator image is broken since the link is now wrong. I’d like to just use my other header, header.php, on these paginated pages. I tried:
<?php
if ( is_home() ) :
get_header(‘home’);
elseif ( is_paged() );
get_header();
else :
get_header();
endif;
?>but not dice. I also tried the syntax above, that beth-anne used, and that broke the site. This is all happening on my index, by the way. Here’s the site:
Thank you.
Ah, I see. Yes, it is the shutter code that’s in question. Well, I changed the characters in the js file, which worked. Next, for the size. In case others are wondering, the size cannot be change in the css file here:
#shDisplay div#shNext{
float:right;
}
#shDisplay div#shPrev {
float:left;
}It must be changed here instead:
#shDisplay div#shTitle a {
text-decoration: none;
font: bold 14px ‘Courier New’, Courier, fixed;
etc…..
}The arrows are links, so turns out they’re controlled here in “Title a.”
Thanks so much!
The size is indeed part of the question. I think I misunderstood you. I want to change the size, yes, but I’d also like to switch the ascii itself to another character.