lbens
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: get attachment description – for galleryAMAZING!!! works perfectly! I didnt know you could echo css tags like this. Neat solution, thanks so much 🙂
Forum: Fixing WordPress
In reply to: get attachment description – for galleryoh cool 🙂 i cant see where to begin with this cycle script – big blocks of unformatted code.. its too much for me!
Forum: Fixing WordPress
In reply to: get attachment description – for galleryyup that’s my problem too…. hrmmm…. is it possible calling it in another way than echo would make a difference? I mean, it should be possible to do other things within a for loop.. not just this inbuilt behaviour.
Forum: Fixing WordPress
In reply to: get attachment description – for galleryhey – that certainly brings up the description – thanks!
but any idea how to make this appear underneath the image, so that it changes with the image as you click through the gallery??
at the moment, the text appears on top of the image and also breaks the div somehow (see link above – click on the images to see the text)
if i try to put a line break or seperating div in your code between image and description, this linebreak appears as an attachments item in the gallery.
thanks so much! 🙂
Forum: Fixing WordPress
In reply to: get attachment description – for galleryps all info about getting attachment description seems to say use the_content() but that just gives me the actual post content… i must be missing something. cheers 🙂
Forum: Themes and Templates
In reply to: twenty-eleven remove styles from comments..you’re serious? i mean i made a choice.. i will deal with it. was just after a hint how to remove some of the styling, as i’ve not been able to find one or two of the correct elements.
even with a child theme the question would be exactly the same..Forum: Fixing WordPress
In reply to: jquery image hover homepage loopperfect! thanks so much.. and clearly explained too 🙂
Forum: Fixing WordPress
In reply to: index.php not loading on new serverok, so i found another topic (http://wordpress.org/support/topic/firefox-has-detected-that-the-server-is-redirecting-the-request-for-this-address?replies=10)
and fixed the problem by adding
remove_filter(‘template_redirect’, ‘redirect_canonical’);
to my functions.php
this seems a bit dirty.. any other suggestions/info?
thanks.