• What a mess this CSS is. There is no coherency, you make a change to the article text and it affects the title! And this is a only one example of many.

    If you think the default look of the theme is gay, you will spend days tightening it up and fixing bugs.

    And don’t ask for support in the forums, or juggelodad will treat you like a kid. (I’m 48 yo)

    If you plan on making changes, for all the work you’ll save time using a white-label HTML5+CSS3 theme instead.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you help us learn how not to treat people on the forums by linking the thread you were treated badly in? I can only see 1 other thread you created and that was for the Twenty Fourteen theme.

    Thread Starter Quantumstate

    (@quantumstate)

    http://forum.bytesforall.com/showthread.php?t=22824

    And now Deja vu Sans has magickly taken over my whole weblog, despite Monserrat being set throughout and no appearance of Deja anywhere in any of the theme or WordPress files. It’s a Festivus Miracle!

    Quantumstate, I see that you said:

    Saying that ‘PHP is code and CSS is styling’, is trying to make me out as a fool, given what you know of the significant changes I’ve made so far. Thank you very much for that. That is the attitude of a nasty person. But I won’t return the favor, I’ll try and educate you about the conveyance of information.

    From:

    Several n00b Questions, and a Suggestion

    From reading the forum post linked above, it appears that juggledad was extremely thorough, providing point-by-point explanations for each of your questions. He went, in my opinion, above and beyond through and through.

    It did, however, become clear you expressed little to no understanding regarding the process of customizing a WordPress theme. As you admitted, you’d just started learning CSS, etc. However, it appears you had no understanding for what css and php are, how they interact, or why they are different and what their purpose is for.

    php is the language used to code the theme template pages themselves. That’s the raw code telling WordPress how to display the structure of the pages themselves – such as where to place different things on each page.

    css is the language used to code the appearance of the web pages, telling the php code how to render the information on the pages.

    For example, the theme’s php code tells where your information will appear on the page – sidebar on the right, menu at the top, links on the bottom, etc.

    On the other hand, the theme’s css code tells what your information will look like on the page – making the text content justified, the background a particular color or image, to make buttons change color when you hover over them, etc.

    Lastly, there was one very important thing that juggledad failed to mention when he said this:

    If you have changed anything in the theme files, those changes will be wiped out during an upgrade.

    What he didn’t mention is that you should always use a child theme with any WordPress theme. When you use a child theme, what you’re doing is overriding the default php and css code with your own while making no changes whatsoever to the original theme itself. That way, when the main theme is updated, your modifications will remain intact and not wipeout your changes. When an update for a theme is performed, it does, as juggledad said, eliminate all your changes.

    Again, I do hope you don’t take offense at this, because I’m trying very much to help.

    A final thought in general, I’ve always been amazed at how many people download themes from here only to spend hours, days and months trying to change things. This means you really didn’t like the theme in the first place if all you planned to do was radically change it from the way it was originally. I’m guilty of this all too often myself too. 🙂

    Happy WordPressing!

    -Len

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mixed-Up Convoluted CSS, Too Much Javascript, Surly Support’ is closed to new replies.