• Resolved mihaipaul

    (@mihaipaul)


    Hi there,

    I am using the evolve theme to build an eshop / blog and i am finding that all the php functions i try to use for the woocommerce platform don’t work. Same for custom CSS i find on the web , nothing happens. I am using a child theme , i tried manny things from other posts , nothing works . I am trying to get rid of :i would like to get rid of this . And also be able to use the functions.php snippets for woocommerce .
    I would also like to customize the woocommerce shop page with php but whatever i do , it just wouldn’t work .

    Thanks for help and understanding ,

    regards.
    mihai

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello

    Now theme use custom css WordPress default option “Additional CSS”, this option available in Customize Check this screenshot: http://prntscr.com/ftqjz4

    Check in woocommerce document how to modify it’s template in child theme.
    in this link also you get help: https://v4.datafeedr.com/documentation/580

    Thank you

    Thread Starter mihaipaul

    (@mihaipaul)

    Hi Romik thanks for help.
    I tried to use woocommerce snippets but it doesnt work. I tried this css code to hide it but doesn’t work :

    .woocommerce-ordering {
    display: none;
    }

    For other people that worked.

    Also no matter what i do in functions.php, it just wouldn’t make a difference…is the theme blocking certain php code or ?

    Thanks you so much for you help.

    Mihai.

    Hello

    Please try with evolve theme first if in this work your customization.
    If in evolve theme work’s then issue in your child theme or not properly extend theme and other options.
    There is nothing like custom code blocking in theme, you can do any customization.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Evolve theme – php / css not working’ is closed to new replies.