• Resolved noemiedu76

    (@noemiedu76)


    Hi,

    First of all, I have to say that even if I used to really really like your theme, I’m starting to get really tired about the many problems I encountered with the child theme. I get really great problem to customize my website like I wish I could.

    Back to the time I first download your theme, the child theme was working very well with a very simple code of my own.

    Anyway. I would like to have my links underlines in my website, but not in my header & footer, and I can’t find any way to do that. If I put a a:link, a:visited rule in my child theme style.css, it makes all the links becoming underlined.
    And if I try to define a different rule for the links in header & footer, it’s not working. In your options for styling menus, there is nothing about underline.

    Do you have a solution ?

    PS : I do want to keep working with your theme, but please, really please, do something about the child theme. Sometimes it takes 5 or 6 page refreshing to display the changes, I often need to empty the cache, etc. I don’t get these problems with others themes I use on WordPress.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @noemiedu76,

    You can use these classes for the header and footer links:
    #nv-primary-navigation-main li a
    ul#footer-menu li a

    We don’t have what to improve on child themes, because there are themes defined by the users with their customization options. The cache problem doesn’t depend on the theme, you can try to use a cache plugin to try to avoid that. I just tried to create a child theme on my end and the changes were visible on the first refresh.

    Hope that helps!

    Thread Starter noemiedu76

    (@noemiedu76)

    Thank you for your rapid answer,

    I’ve tried the selectors you give, but nothing change. Thank you anyway to give an idea.

    I’m working in two website in the same time, one is the one you’ve seen, with Neve theme, the other one is with Astra theme.

    To make a child theme, I use exactly the code you give in your website, as the customs codes I use normally were not working. So I take exactly the one you give in your zip file.

    What surprises me is that when I make changes in the Astra child theme style.css, the changes take effect immediatly, which is not the case with the changes on the Neve child theme. I use the same computer for both, and they are hosted exactly in the same host.

    I really appreciate your theme, and all the documentation you provide, and I do realize you’re working hard. But the truth in my side is : I loose more time with your theme trying to fix problems than with others. We are a class of students, and I’m not the only one to think like that. When come the time to build a website for our examination, we all say that we’re not going to take Neve theme because we don’t have time to fix neve child issues.

    Thread Starter noemiedu76

    (@noemiedu76)

    Oh, and I’ve just tried something :

    – If I make the changes on style.css directly on the file, via FileZilla, it’s working straight away and I can see the changes immediatly

    – If I make the changes on the theme editor includes in the WordPress back-office, it’s not working.

    Hi @noemiedu76,

    You have mentioned that CSS provided by Betty is added but doesn’t work – could you please provide the exact code as you added to the stylesheet? (copy/paste it here).

    Also, you are always able to add custom CSS to Appearance->Customize->Additional CSS section. These changes will not get lost during the updates.

    Thread Starter noemiedu76

    (@noemiedu76)

    The exact code I used is the one she gave me in the message above.

    I’m actually student, and for a reason I do not know, my teacher told us that using the “Additional CSS section” isn’t a good practice.

    Hi @noemiedu76,

    Using additional CSS section in the theme is not a bad practice because this section doesn’t get overwritten with the updates of the theme. You are using a child theme for the same reason – so updates that you make in files are not get overwritten when the parent theme updates.

    Of course, if you are learning to code it makes more sense to write changes into .css file for learning purposes as if you are creating a website from scratch you won’t place everything there but for small CSS changes that section is totally fine.

    Thread Starter noemiedu76

    (@noemiedu76)

    All right, thank you to take the time to answer me.

    I guess yes, this is because we’re learning to code.

    I’m gonna put this thread as resolved as I don’t think there will be more to say.

    Thanks

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

The topic ‘Problem with Neve Child Theme’ is closed to new replies.