iamjackshandle
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Page jumping on site loadI’m hardly a pro. So take what I say with a certain grain of salt. That being said:
When you say that “the post titles became static” etc… if by that you mean that the homepage looked just like it looked before, but was now no longer interactive (i.e. you can’t click on the titles and generate a drop-down, there’s no way to “enter” the content)… that’s okay. The script is designed to fix that.
I would TRY the different script. I think you have the right element names such that it will work seamlessly. In your theme directory you’ll find /scripts/script.js — just make a backup of that file and then replace the active one with the script I linked to above. It’s worth a try.
(btw, based on my quick reading of your site, because you’re not using the archives or search function and not using the accordion structure in any subpages, you can just skip step #3).
Forum: Themes and Templates
In reply to: Page jumping on site loadAck! Didn’t realize I had pasted too much code for forum rules. Here’s the script:
Forum: Themes and Templates
In reply to: Page jumping on site loadTwo clarifications:
The .contentheader2 change is this: basically, use .contentheader2 for “Search Results” or the Archive Results headline so that it would not be controlled by the script, but duplicate the style attributes from styles.css (and white.css or whatever color script you have gone with) so that it appears seamless.
Also: Much credit due to The Daily Transmission, the only site I found that had managed to solve this problem without rewriting the accordion in jquery. I heavily appropriated their solution and modified the code only slightly to serve my site needs.
Forum: Themes and Templates
In reply to: Page jumping on site loadI figured it out by piecing together a few solutions from other uses of this theme. Basically, a quick three-step solution (which assumes you have kept basic style names intact and not made earthshaking modifications to the CSS configuration).
1). These lines in your main CSS file:
.content{display:none;} .menucontent{display:none;}
This ensures that the accordion content never displays on pageload.
2). The problem now is to “overcome” the style attribute in the mootools script. The script as written fails to do this. Here’s a modified version to compensate:
[Code moderated as per the Forum Rules. Please use the pastebin]
3. This creates a problem with the .contentheader style as the theme uses it in archive.php and search.php (because the “Search Results” header is in the same style as the post name, and thus tries to hide its subordinate content per the rules of the script). To fix this I had to duplicate the css entries for .contentheader as .contentheader2 and adjust the php accordingly.
I hope this helps! I haven’t had any overdue slowness with the theme. When I was troubleshooting the pageload question, I routinely disabled all plugins and that never seemed to adjust load times one way or another. I use WP Super Cache without any strong difference in load time (for a site with admittedly very little data content to load in the first place).
Did you ever have any luck fixing this? I’m having the same trouble and I haven’t been able to pin it down.
Forum: Fixing WordPress
In reply to: Prevent initial expansion (mootools)Did you ever solve this problem? I’m running into the same thing.
edited: looking at your site, you clearly DID solve the problem. I’m trying to build a site with the same theme and having the same issue — if you have a moment to say what finally fixed it for you, I would GREATLY appreciate it. Thanks!
Forum: Alpha/Beta/RC
In reply to: Flexible Upload and 2.5rc1I’m in the same boat. I’ve been trying to get it to fly with 2.5 but haven’t had any luck, and am eager to get it or something like it up and running.