• hi, i’m using wordpress e-commerce and am working on styling a shopping cart. when i add css to resize and float the #shoppingcart the links to checkout and the individual items in the current cart become useless. no clicky. ??

    if the size and float are removed, the links work just fine.

    how come?

    for example:
    https://dev. boneflowerbotanika. com/products-page/ (remove spaces)

Viewing 4 replies - 1 through 4 (of 4 total)
  • popper

    (@julialasarte)

    When you make the #shoppingcart float right it is behind the default_products_page_container div, so you can’t click on links. My advice is to put the two blank squares in their own div, and make it smaller.

    Thread Starter emilysparkle

    (@emilysparkle)

    julia! thank you! to do that, i have another question. i haven’t actually successfully modified a php file yet… so…

    i’m using wpec with a child theme of twentyeleven. do i modify the proper php file in the twentyeleven folder or should i copy it into my child folder. or does it go another place entirely?

    for example, i was trying to move things around on wpsc-single_product.php. when i tried updating a copy in the folder for my child theme, the changes did not work unless i put that version of wpsc-single_product.php in my twentyeleven folder?

    thanks. this is all so new, but i’m learning so much!

    ??

    popper

    (@julialasarte)

    Which child theme are you using?

    Thread Starter emilysparkle

    (@emilysparkle)

    i’ve made a custom child theme for twentyeleven. so far it’s only css adjustments…. i’m using wordpress e-commerce for my cart.

    thanks!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘the case of the unclickable links’ is closed to new replies.