Viewing 9 replies - 1 through 9 (of 9 total)
  • I can report that this is working fine for me on several sites in WP 4.0 but I admit I have not thoroughly tested it against all the full 4.0 feature list.

    Maybe your CSS needs a boost. What are you trying to do?

    Thread Starter thekryz

    (@thekryz)

    A very simple override actually, something to hide the editor’s name in an entry. Theme: Quark.

    .header_meta .fa_pencil,
    .header_meta .author.vcard{
        display:none !important;
    }

    Try this specificity increase:

    article.post header.entry-header div.header-meta i.fa.fa-pencil,
    article.post header.entry-header div.header-meta address.author.vcard {
      display: none !important;
    }

    Let me know if you want to know my very unscientific method for such situations.

    Thread Starter thekryz

    (@thekryz)

    That did it, thank you very much!
    How come, the less specific one didn’t work? Shouldn’t it have worked more broadly?

    I’m not sure why. At first glance, it seemed like it should have. Mine may be overly specific.

    Sorry for posting in this thread. I posted my question separately but did not get any response yet. And I found a thread with similar concern, so decided to post here thinking someone might reply. Sorry to bother 🙁

    Officially this plugin is not tested with current version of WP (4) I am running. I installed and activated it anyways to try out. I want to change the header font but i am only able to change it to only some specific fonts such as Verdana and Arial but not to the ones I want such as sacramento or clicker script etc.

    After adding the code below with my desired font family, it is changing to some other font not the one I intended. And this new font stays no matter what font family I put in there except verdana and arial or inherit (default).

    .main-title {
    font-family: sacramento;
    font-size: 45px;
    }

    .main-title a,
    .main-title a:visited {
    color: #000;
    }

    .site-description {
    font-family: inherit;
    font-size: 15px;
    color:#000;
    }

    Check what font it changes to (if you want) at –
    http://www.plantbasedhealthy.com

    Thanks! and sorry again for posting in this thread. I am complete novice and desperate for help.

    Tom, the theme author, seems to be very responsive to support requests. I suggest starting a new topic over here: https://wordpress.org/support/theme/generatepress

    Thanks Chris! I actually asked in the theme support forum too. I know Tom is very very supportive and always answers within a v short time. I asked in this forum because I believed this is an issue regarding the ‘Simple Custom CSS’ plugin and not the generatepress theme.

    Thanks for replying to my question!

    Plugin Author John Regan

    (@johnregan3)

    Thanks, thekryz!

    This has been tested and updated to note compatibility with 4.1.

    Chris Dillon I appreciate your help here!

    John

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Works with WP 4.0?’ is closed to new replies.