Some questions about the theme - by Marta Iraola

This topic has 6 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler

  • Avatar: Marta Iraola
    Marta Iraola
    Participant
    March 19, 2018 at 18:22

    Hello,

    I wanted to ask some questions about the theme:

    1 – After updating to 4.0 my custom CSS didn’t work. I followed the steps you have mentioned in other topics

    Please create an empty dynamic.css file in woopress-child theme folder and set permissions 777 for the file + add wp_enqueue_style( ‘dynamic-css’, get_stylesheet_directory_uri() . ‘/dynamic.css’ ); in woopress-child/functions.php file. Then go to Theme Options and re-save them.

    And it worked, but now when I have added other lines of CSS they don’t work. How can I add more CSS lines?

    2 – I want to have the Title page and breadcrumbs in normal pages but not in Products, I have been searching in theme options but didn’t see an option to achieve this. Do you know how can I do it?

    3 – I’m using Visual Composer for the layout of my products, and I noticed that the product page shows Image gallery, product description and the woocommerce tabs before the VC content I created. Is it possible to only show the VC content in my products?

    Thanks a lot for your help.

    Kind regards,

    Marta

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 20, 2018 at 09:30

    Hello,

    1. I have a bit changed your custom code http://prntscr.com/itntji. Please clear cache and check now.
    2. You can use this custom css code:

    .single-product .page-heading {
        display: none;
    }

    3. You can make changes in theme files (woopress/woocommerce folder) via child theme – https://codex.wordpress.org/Child_Themes
    or use custom css code to hide some elements on single product page. This article will be useful for removing tabs – https://docs.woocommerce.com/document/editing-product-data-tabs/ (add code in functions.php file of child theme)

    Regards

    Avatar: Marta Iraola
    Marta Iraola
    Participant
    March 22, 2018 at 12:10

    Hello Rose,

    Thanks a lot for your help. So, in the first question, the problem was cache?

    Kind regards,

    Marta

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 22, 2018 at 13:05

    Hello,

    You’re welcome.
    In the code was a misspelling, so I corrected it. It is recommended to clear cache before checking the effect of changes.
    Let us know if you need any further assistance.

    Regards

    Avatar: Marta Iraola
    Marta Iraola
    Participant
    March 23, 2018 at 09:54

    Understood!

    I think you can close this thread now if you want.

    Kind regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 23, 2018 at 09:56

    Ok. Have a nice day.

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘Some questions about the theme’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.