Hi all,
first a warning that my coding knowledge is next to nothing/has evolved over the course of building the site but not by much.
site: pkworryshop.com/
I've been having a few issues regarding the prev/next buttons in the slideshow format.
1. I would like the prev/next buttons to align with the right hand side of each image directly beneath the captioning. I have attempted to float the images right under #slideshow-nav in the slideshow.css which results in aligning them to the right-hand side of the screen, instead of the image. I figure that I need to edit the slideshow-nav div container to be the same width as the container for the slideshow images so that I can then float:right and have the prev/next buttons line up with the image. But I have no idea where/how I would do this or if it is even the best way. All of the messing around I have done is only affecting what is inside the container instead of the container itself.
2. I would also like to change the "previous | next" text to "< >" arrows, I know you need to format it correctly to avoid breaking the code, and have attempted to change the code using this thread: indexhibit.org/forum/thread/17809/ as guidance but I keep getting the same error message:
Parse error: syntax error, unexpected T_STRING in /homez.9/atravers/www/ndxzsite/plugin/format.slideshow.php on line 233
Each time I have to re-install the php file to correct it and I have attempted editing with all other css/php files in their original state(no customizations) and have gotten the same result. I can't figure out whats going on. (sorry if I should have posted this part in previous thread, thought it better to consolidate questions)
a big thank you to everyone for all their hard work!