ttmt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Jquery cycle thumbnails with timthumb in WordPressI have tried
“‘ + slide.src + ‘”
and
‘ + slide.src + ‘
and
” + slide.src + “
none of them work
Forum: Fixing WordPress
In reply to: Jquery cycle thumbnails with timthumb in WordPressI’m sure the ” are needed to break out of the php statement.
I took them out and it still doesn’t work.
Forum: Fixing WordPress
In reply to: Jquery cycle thumbnails with timthumb in WordPressthanks for your reply adpawi
what should I be checking for?
Can you see something wrong with it.
Forum: Fixing WordPress
In reply to: Slideshow Gallery with thumbnails – Suggestions?Ok so I’ve found Nivo Slider plugin which looks perfect for what I want to do.
http://nivo.dev7studios.com/demos/4/
Only problem is all the images have to be the same size, my images might have different widths but they will have same height.
Can anyone recommend a plugin or any other way to have a slider that can handle different sized images with thumbnails below.
I could probably get away with it not being a slider but I need the thumbnails.
Forum: Fixing WordPress
In reply to: Control caption title on images?alchymyth Thank you for your reply.
the extra ‘width’:’1000px’ was left over from another attempt.
I’ve tried so many different options is was left in by mistake.
The page works better now with this taken out but on images with titles
I still get a horizontal scroll bar along the bottom, which I think is because the
the <p> tag containing the title is too long.Forum: Fixing WordPress
In reply to: wp_list_pages exclude all but some pages?thanks – I feel really stupid now.
Forum: Fixing WordPress
In reply to: List child pages and parent page?Finally got it working.
If it helps anyone this is how I did it.
I added the parent title and then used a conditional statement to add the class.
Forum: Fixing WordPress
In reply to: List child pages and parent page?Ok this a bit closer to what I need
http://www.ttmt.org.uk/wordpress/?page_id=5
I don’t want the Pages but it lists Transport, Boats, Cars.
I want this on the sub page Boats, Cars – at the moment they disappear.
ANY HELP?
Forum: Fixing WordPress
In reply to: List child pages and parent page?Could I be doing anything wrong in wordpress?
I have pages for Transport, Boats and Cars each with a slideshow.
Transport is the parent of Boats and Cars.
Forum: Fixing WordPress
In reply to: List child pages and parent page?I had tried that but it produces this
http://www.ttmt.org.uk/wordpress/?page_id=5
I want is a list like this
Forum: Fixing WordPress
In reply to: List child pages and parent page?Thanks for the link esmi,
I’ve looked through all the example and still can’t find a way to make this work.
I want to list the parent and child pages on each page.
The closest I came was this
This lists all the pages when you click Transport but then when you click on the sub menu the lists disappears.
Any other help you can offer?
Forum: Fixing WordPress
In reply to: WordPress jquery problemYes but I only want it red when it’s been clicked, which is why I was using query
#firstBtn {color: red;}This would make it red all the time.
I’m I missing something here? – I’ve been trying to change the colour of one button for two days now I could be losing it.
Forum: Fixing WordPress
In reply to: WordPress jquery problemThanks for all your responses I think I need another demo to try and explain my problem.
http://www.ttmt.org.uk/wordpress/
I’m trying to create a photo portfolio theme.
I want a portfolio that has more galleries inside it.
In my demo I have Transport as a portfolio that has Car, Planes and Boats inside it.
Transport is a page with Cars, Planes and Boats as child pages of Transport.
Each page has a NextGen slideshow as it’s content.
When you click Transport the child pages are displayed using this code.
This also displays the parent page Transport but this was added with
echo '<li id="firstBtn"><a href="'.get_permalink($post->post_parent).'">'.$parent_title.'</a></li>';I can highlight the button clicked with current_page_item and current_page_parent so when the main Transport is clicked or the buttons below they turn red.
I want to change the color of Transport in the bottom menu when it’s clicked
I was trying to do this with Jquery, so when ‘#port-nav li a’ (Transport at top) is the clicked, ‘#firstBtn a’ (Transport in the bottom menu) would be red.
jQuery('#port-nav li a').click(function(){ jQuery('#firstBtn a').css('color','red'); });This code flashes the link red until it reloads and returns to black.
How can I control the color of Transport in the bottom menu like the other links in that menu?
Hope this makes sense and someone can help – It’s driving me mad.
Forum: Fixing WordPress
In reply to: WordPress jquery problemlee@digitalacorn thanks i can see whats happening now but removing the click function isn;t going to work for me.
I need to change the colour of the text on the page when the btw is clicked.
Forum: Fixing WordPress
In reply to: Navigation on single.phpI’m still having real problems with this and it looks so simple
This is a plain html demo of what I was hoping to achieve.
Can anyone tell me if this is possible with WordPress
If it’s not I know not to waste anymore time with it.