666ogge666
Forum Replies Created
-
Forum: Plugins
In reply to: [Collapse-O-Matic] Automated excerpt -> contentThanks alot for your fast help and for a nice plugin. Will recommend.
Peace
Forum: Plugins
In reply to: [Collapse-O-Matic] Automated excerpt -> contentSo I guess it would be something like… putting the excerpt in a div… that is hidden with jquery once you click the trigger? Is this possible?
Forum: Plugins
In reply to: [Collapse-O-Matic] Automated excerpt -> contentThanks for the support.
Sorry to be a pain in the ass… but I’m still not getting the desired result. I’m kind of back to where I started with the code you posted.What I have right now is:
-Target title with arrow next to it
-Excerpt underneathHowever… when the title is clicked, the entire content of the post is showed underneath the excerpt, so it gets repeated.
Am I doing something wrong?
Unfortunately I can’t post a link to the site since it’s local.Thanks in advance
Forum: Plugins
In reply to: [Collapse-O-Matic] Automated excerpt -> contentThank you Baden for you help.
So far I’m using this:
<!-- article --> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <!-- post title --> <h2 class="front-small-header collapseomatic colomat-open" rel="neuro-highlander" id="<?php the_ID(); ?>"><?php the_title(); ?></h2> <div id="target-<?php the_ID(); ?>" class="collapseomatic_content "> <?php the_content(); ?> </div> </article> <!-- /article -->
However, it’s only showing the titles, and all the content when clicked. Is there a way to have it show title+excerpt, and on click: title+excerpt+”the rest”?
Thanks.
Suddenly started working…
Must have been related to the host or some nameserver change lagging.
Life is strange…Thanks for a really, really sweet plugin.
[rezolved]Forum: Fixing WordPress
In reply to: User friendly slider first image=thumbnail?“user friendly slider”*, manageable*
Forum: Fixing WordPress
In reply to: Include title length in excerpt length?Ok, thinking some more about this, including the title probably won’t help since they’re a different size than the rest of the text, so the height could still get kind of random… anyways, any other ideas and thoughts on this would be great!
Forum: Fixing WordPress
In reply to: Video embed screwing up post metaAndrew Nevins:
Thanks for the quick reply. I have tried but they have not responded. I see. Just thought I’d give it a go here.Forum: Fixing WordPress
In reply to: Video embed screwing up post metaBy the way, it has custom post types, the one mentioned being “video” (obviously) with a “Post Settings” field called “Video Format Embed”.
I hope that’s enough info for now!
Forum: Themes and Templates
In reply to: [Ari] Styling excerpts with classes (including title tumbnail)?By the way, just to add:
Editing the #content .post, #content .page {} I managed to make everything look crispy with width and float on the frontpage, but when I click on a post and it shows as a single, the same styling as on the frontpage is shown, and it looks really messy…