Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Flexform
  • #982
    #1034
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    To remove the top bar menu select a page, add the following to Flexform Options > General Options > Custom CSS:

    #top-bar .show-menu { display: none; }

    and this to remove the author information:

    .standard-post-author { display: none; }

    – Ed

    #1039
    doktadivah
    Member
    Post count: 29

    Thanks Ed!

    We still get the extra Menu, but client says he’s good with the 3rd party social media plugin. Removing post meta on the main blog page worked like a charm. ๐Ÿ™‚

    #1086
    Charlie999
    Member
    Post count: 92

    Removed the post author with that code and that gives the post date more space, which i need. But how to do that?

    #1127
    doktadivah
    Member
    Post count: 29

    Ok, now I’m trying to set the alternate background on a single post to match the other pages (Alt 2). Where do I do this?

    #1161
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    In the post meta options for the post, you can find this below the content editor when you edit a post.

    – Ed

    #1171
    olomorolo
    Member
    Post count: 3

    I’m also having the same issue with the extra menu. The provided code doesn’t seem to solve the problem. It’s still there. Any other solutions addressing the problem?

    #1178
    doktadivah
    Member
    Post count: 29

    Right! I did note that. Thanks for the reminder! (any way to set one as the default for new posts?)Last thing – how can I make the detail image on the post page smaller? Once I get that, I can put this puppy to bed. ๐Ÿ™‚

    #1197
    olomorolo
    Member
    Post count: 3

    @doktadivah, Ed has solved the top bar menu problem. The correct code to paste is:
    @media only screen and (max-width: 767px) {
    #top-bar .show-menu {
    display: none!important;
    }
    }

    #1207
    doktadivah
    Member
    Post count: 29

    Thanks! Looking for the single post image code now, I’ll post what I find.

    #1225
    doktadivah
    Member
    Post count: 29

    Disregard – I found what I was overlooking in the Full Width Image in the post meta. Looks like what I *really* need is a way to set a default for new posts like as with Pages.

    #1299
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    You can set the defaults for anything you like in /includes/meta-box.php, just search for the name of the option and you can change the “std” value.

    Hope that helps ๐Ÿ™‚

    – Ed

    #1397
    doktadivah
    Member
    Post count: 29

    I’ll make sure I do that when the site’s up again. That will save several clicks per post.

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register