Recent content by bamme

  1. bamme

    Styling an ugly dropdown to match rest of the pretty ones...

    oh - the password to get into the page is cowdery1 :)
  2. bamme

    Styling an ugly dropdown to match rest of the pretty ones...

    Hi all! Wondered if anyone a bit more knowledgeable can shed some light on a styling query i have. Please see this page: http://winning-performance.uk/products/jerk-blocks The first dropdown on the page is really nicely styled [the one reading 'logo in rubber' as the first option] - this came...
  3. bamme

    Designing some app interfaces - standard ios icons, or own design?

    Hi all, so i am literally jumping on board my friends idea for an app, and helping him out with my knowledge of design, i have little experience in comparison to web design though, so would like to ask some advice The app design itself features some of it's own original icons, to represent...
  4. bamme

    how to set up wordpress in subfolder, when you have a domain redirected to this subfolder using .hta

    Thanks very much all :) i don't think my host has softaculous available and i've heard bad things about auto-installs so i always install manually.. is this stupid of me?
  5. bamme

    how to set up wordpress in subfolder, when you have a domain redirected to this subfolder using .hta

    hello all i plan to create multiple websites under my hosting with hostpapa, i am told that to do this, all i need to do is create subfolders and use .htaccess to point each domain to it's respective subfolder. i dont think hostpapa offers 'addon domains' or any other way to host multiple...
  6. bamme

    Annoying jquery slider problem - images dont load or spill out of container

    I'd like to try that however i can't use PHP in this CMS :( (" this site uses stops me using any php at all, it just strips it out, so i think i will need to use jquery which im not sure how to do")
  7. bamme

    Annoying jquery slider problem - images dont load or spill out of container

    or i found this plugin called lite Accordion - i notice there are settings for image dimensions which means, i suppose, the javascript does not get image dimensions from the actual images.. http://nicolahibbert.com/demo/liteAccordion/ will this work, do you think?
  8. bamme

    Annoying jquery slider problem - images dont load or spill out of container

    I've since tried to stop images caching by using: <meta http-equiv='cache-control' content='no-cache'> <meta http-equiv='expires' content='0'> <meta http-equiv='pragma' content='no-cache'> It hasn't worked HOWEVER i think if i can make images not cache, this will fix it - i have tried...
  9. bamme

    Annoying jquery slider problem - images dont load or spill out of container

    Thanks so much for your help Glen. I've added: $(document).ready(function() { $('#accordion-slider').kwicks({ max : 750, spacing : 2 }); }); when i first load the page, after clearing the cache, it works fine, but then when i refresh, the problem is still there. i think i understand what...
  10. bamme

    Annoying jquery slider problem - images dont load or spill out of container

    Hi all, Please see the following page: http://bit.ly/ZoQf0v It uses a jquery accordion slider. The screenshot at: http://junkclub.com/files/sliderproblem/Screenshot%201a.png shows how the page SHOULD appear, and http://junkclub.com/files/sliderproblem/Screenshot%201b.png shows how it SHOULD look...
  11. bamme

    php contact form - any ideas how to add an autoresponder to this one?

    Hi All I'm really rubbish at php. Straight up. Heh. Web designing, i often come across contact forms but this one (in a wordpress theme, would prefer to keep this form) I'm struggling to see how/where to add something that will send a quick email on Submit, to the email address inputted in...
  12. bamme

    Serving different content to smartphone/'mobile' users

    Hi All Been looking at ways to show different content to smartphone/mobile users. I found a way to do it using javascript (Displaying Different Page for a Mobile User. - SitePoint Forums) but I have 2 questions 1) Recently read that the best way is to keep people on the same URL and not...
  13. bamme

    Wordpress' 'the loop' in context to adding blog features to static pages

    hi richard! haha im glad i didnt post the thread "any obvious problems with putting this in an iframe??" looks like you sorted it. i see no problems here either as we've no need to do anything with SEO for this, and we can provide a link for people who's browsers don't support, to the external...
  14. bamme

    Styling this google calendar wp plugin

    Hey guys, sorry i didnt reply this sooner!! My email notifications seem to have stopped working again. Thanks for this - i did try these things, but it looks like Google's stylesheet overrides my attempts to, well, override it. Maybe ill go into the plugin and try to give something an id or...
  15. bamme

    a css question involving javascript iframe autoresizing

    hi everyone im trying out something i read here, about how to autoresize an iframe to fit content hosted on a different server: Cross Domain iframe Resizing | CSS-Tricks here's my test page, it's a wp site: Test Iframe Autoresize - Winning Health Solutions (I use css-tricks.com's example for...
Back
Top