lenglain
Forum Replies Created
-
Forum: Plugins
In reply to: [Doc's Auto-tags] Does not work at all or am I dumbSame here I got all excited,
Forum: Fixing WordPress
In reply to: Jerky jquery animationOk, well I know that independently of this theme, there are often issues with Jquery transitions being choppy and there are some general guidelines to check, which I am in the process of doing (though I don’t know ANY Jquery so I’m confused.)
I figured maybe some members would know of “usual suspects” in regards to this problem.
Thanks.
Forum: Fixing WordPress
In reply to: Jerky jquery animationIt is not distributed on wordpress.org, it is a free, indepenedently distributed theme, and indeed if I was seeking the theme author’s support, I would have to pay; but as you may have noticed, I am not seeking the theme authors’ support, I am asking for suggestions from the wider WordPress community on a public WordPress forum.
Forum: Fixing WordPress
In reply to: Jerky jquery animation?
Did I saw there’s anything wrong with paying for support?
I just can’t pay for it (no e-payment method.)Forum: Fixing WordPress
In reply to: Jerky jquery animationNo they charge for support.
Forum: Fixing WordPress
In reply to: Text formatting doesn't work? Ignores tag in post bodyThank you guys I really appreciate the quick responses.
You’re right the excerpt strips out tags, but for some weird reason, the lensa theme (which is a slideshow theme) breaks if you enter an excerpt manually in the excerpt editor (the slideshow never loads). I’ve tried changing all the get_the_excerpt() functions in the theme’s php files to get the content but that breaks the theme too, is there anyway I can manually remove the function that strips html tags from excerpts?
Such a small and frustrating hiccup, this is for a non-profit project, I’m tasked with setting up the website in a day!
Forum: Plugins
In reply to: WordPress loop that only pulls the image?ahh didnt see that second post I’ll check the link out thanks
Forum: Plugins
In reply to: WordPress loop that only pulls the image?I have no idea how I would use php to do that (that was kind of my original question) so unless somebody might show me the light css it is for now.
Forum: Plugins
In reply to: WordPress loop that only pulls the image?UPDATE:
After tinkering I realized there was an easy way to do this.
if the post text and image shows up in a div class such as “.entry” then you can do this in css:
.entry img {
display:none;
}Boom that takes care of the div that should only show text.
to hide the text is slightly trickier, because both text and images are wrapped up in <p> tags so
.entry p {
display:none;
}would hide the entire post text and images alike.
My fix is to start any blog post i write with <span> and close the tag at the end of my post. then I can do this in the stylesheet:
.entry span {
display:none;
}although complaining about writing <span> before any blog post is a little ridiculous (takes half a second) if there was a way to automatically have wordpress wrap text in <span> tags that would be sweet.
any comments suggestions would be greatly appreciated.
Forum: Fixing WordPress
In reply to: make youtube thumbnails listhmm, actually, I’ve come up against a problem, I tried to include two more posts and what happens is that the first post shows up minimized, while the next two come up full size, completely outside of the div, any idea why?
Forum: Fixing WordPress
In reply to: make youtube thumbnails listWOW! That worked, thanks a lot! I just started learning how to mess with wordpress and make sites about a month ago, how long do you think until I’m able to problem-solve like that? 😀
Forum: Fixing WordPress
In reply to: make youtube thumbnails listHere’s the ‘in-progress’ webpage http://www.furyyoung.com/?page_id=12
this will give you an idea of what im trying to do, next to the main video, i want a small list showing small thumbnails, or even just resized youtube videos that are thumbnail size. i put the second loop but right now its showing at the bottom of the page until I find out how to do what im trying to do.
I appreciate your interest thank you.
Forum: Fixing WordPress
In reply to: make youtube thumbnails listyes hopefully, I’d like to shy away from using plugins unless absolutely necessary, and I know nothing about javascript. also, I’m using the kubrick theme although I’ve redesigned it from scratch in to somthing completely different, so i don’t know if I could still incorporate a plugin in such a highly customized design.
Forum: Themes and Templates
In reply to: Non-Javascript horizontal blog posts?!!Hey thanks, but I had found that site and it’s a javascript solution.
Also I completly forgot to explain something. I want the actual page to not be scrollable. I want the posts within a div with an overflow that can scroll horizontally, so far I’ve only been able to get it done vertically.
any ideas?
Forum: Your WordPress
In reply to: Flash portfolio WP CMS ( Blog)Wow!!! I’m not talking about your website but about the fact that you are self taught. I have so much respect for that. I decided to make a website recently using wordpress, and fell in love with web programming and design, this is definitely my new hobby and the dream is of course to make money off of it in the future.
Do you have a simple template that you don’t mind sharing with us? Lee Brimelow has a great tutorial that helped me cover the basics of mysql>php>flash but now I need to figure out how to do it with wordpress databases, how to cherry pick exactly what I want from the databases and how to customize categories etc. Most importantly,I want to find out how to incorporate such a function in a flash design which I have already set up.
regardless, Rock on – your portfolio is outstanding!