Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter noemiedu76

    (@noemiedu76)

    Hello,

    Thank you for your answer.

    I finally find the solution : in the theme.json I’ve created in my child theme folder, I put this code, and it worked :

    "styles": {
            "blocks": {
                "core/site-title": {
                    "elements": {
                        "link": {
                            "typography": {
                                "fontSize": "var(--wp--preset--font-size--x-large)",
                                "textDecoration": "none"
                            }
                        }
                    }
                }
            }
        }

    I fond it thanks to tickets report in GitHub, on the Gutenberg project ^^

    Hope this can be useful for someone else ??

    Cheers,

    • This reply was modified 2 years, 6 months ago by noemiedu76.
    Thread Starter noemiedu76

    (@noemiedu76)

    Problem solved… I didn’t notice there was “more” blocks inside these articles…

    So much time for such a ridiculous problem ! Sorry for the disturb

    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

    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.

    Thread Starter noemiedu76

    (@noemiedu76)

    Hi,
    Thanks for quick answer,

    I’ve read already the article about white-spaces problems. As I told you, it’s not the first time it happens to me and I’ve already spent a long time fixing it last time.

    This time I’m running out of solutions : Before changing the theme, I just disable the child theme to able again the parent theme (=>Astra), and there was no more extra-white space problem.

    Si I’ve try to remove files in the child-theme one by one, and obviously this was because of functions.php.

    The problem was that this file was already totally minify… But after a while I realize I’ve push four times the “enter” button, an action which have created 5 unnecessary lines….

    And that was all ! I delete these lines, no more whitespace problem ?? ??

    Hope that will help someone else one day ??

    Thanks, and bye

    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.

    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)

    Tanks for your answer.

    I finally manage to display my CPT, but not with using content-“slug”.php.

    It worked with just a single-“slug”.php

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