• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Schreckgespenster

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 20 posts - 1 through 20 (of 64 total)
1 2 3 4 →
  • Author
    Posts
  • January 23, 2017 at 4:38 am in reply to: Change font in Remobile Pro #199846
    Schreckgespenster
    Member

    Also I wanna remove the Copyright area

    January 10, 2017 at 2:30 pm in reply to: Remove Sticky Header in Centric Pro #199136
    Schreckgespenster
    Member

    I found a solution via Google.

    I replace this following code via FTP -> wp-content -> Themes -> Centric Pro -> JS -> global.js

    and now I have a fixed header.

    Here is the code:

    jQuery(function( $ ){

    $(".site-header").after('<div class="bumper"></div>');

    $(window).scroll(function () {
    if ($(document).scrollTop() > 1 ) {
    $('.site-header').removeClass('shrink');
    } else {
    $('.site-header').removeClass('shrink');
    }
    });

    $("header .genesis-nav-menu").addClass("responsive-menu").before('<div id="responsive-menu-icon"></div>');

    $("#responsive-menu-icon").click(function(){
    $("header .genesis-nav-menu").slideToggle();
    });

    $(window).resize(function(){
    if(window.innerWidth > 600) {
    $("header .genesis-nav-menu").removeAttr("style");
    }
    });

    });

    January 10, 2017 at 2:06 pm in reply to: Remove Sticky Header in Centric Pro #199135
    Schreckgespenster
    Member

    I am not good in programming and I do not have firebug. And I don't know anything about CSS.

    It's like I am asking you: Where can I find Berlin? And you say: Google it. There is a description. 🙁

    I don't know which rule, I don't know where the rules are in the style.css and so on. You only give me a solution: You can find it in the description. I am also not a native speaker so I don't understand so much.

    January 10, 2017 at 1:23 pm in reply to: Remove Sticky Header in Centric Pro #199131
    Schreckgespenster
    Member

    Haha, really funny. It takes two weeks till I learn how to handle Firebug! The page has to be ready in 2 days.

    Is there a CSS code where I can fill in? Or remove logo in sticky header?

    January 10, 2017 at 11:18 am in reply to: Remove Sticky Header in Centric Pro #199112
    Schreckgespenster
    Member

    Where can I find it in the style.css?

    I can't use it in the correct way because I can't change the logo. And when I scroll down the logo is looking ugly. So this is why I wanna remove sticky header. 😉

    April 29, 2015 at 8:04 am in reply to: Color in Cafe Pro Theme #149495
    Schreckgespenster
    Member

    Thanks for help!

    November 17, 2014 at 4:26 pm in reply to: Ambiance Pro #131905
    Schreckgespenster
    Member

    found a way:

    .home img.post-image.entry-image{

    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);

    }

    November 11, 2014 at 7:52 am in reply to: Gravatar setup #131183
    Schreckgespenster
    Member

    Okay. Thanks

    November 11, 2014 at 7:38 am in reply to: Ambiance Pro #131180
    Schreckgespenster
    Member

    Header Problem fixed.

    @WidsmLabs

    In Firefox I can't see the grayscale pics. What could be the problem?

    November 11, 2014 at 4:11 am in reply to: Ambiance Pro #131165
    Schreckgespenster
    Member

    Hi there,

    changed this

    .ambiance-grid .entry-header {
    position: absolute;
    top: 250px;
    width: 100%;
    }

    also the thing with the date is fixed:

    .ambiance-grid .entry-meta,
    .ambiance-grid .entry-meta a {
    color: #fff;
    font-size: 0px;
    }

    Now I still have the problem with the header image and the header-background color.

    Who can help with this?

    November 8, 2014 at 3:12 am in reply to: Ambiance Pro #130881
    Schreckgespenster
    Member

    This two things helps me out and it look really nice.

    Thank you @WisdmLabs

    ------

    How can I remove the date at the homepage posts?

    Still have the problems with the cropped pics and the header. Where can I change the background color of the header and make the logo section right for the logo?

    November 7, 2014 at 9:09 am in reply to: Ambiance Pro #130796
    Schreckgespenster
    Member

    also I wanna know how to remove the date at the frontpage-picture grid.

    February 4, 2014 at 12:20 pm in reply to: Stretch Theme Blog Section #88583
    Schreckgespenster
    Member

    Hi Brad,

    I just done that what you told me. But when I publish a new post I will see it in front of the startpage/landing page and at the page I have set on the menu.

    That#s what I really don't want.

    December 19, 2013 at 6:46 am in reply to: Sixteen Nine Blog Background #80172
    Schreckgespenster
    Member

    Thanks for help

    December 19, 2013 at 6:45 am in reply to: Sixteen Nine Blog Background #80171
    Schreckgespenster
    Member

    I found it.

    December 18, 2013 at 10:09 pm in reply to: Sixteen Nine Pro Theme #80098
    Schreckgespenster
    Member

    works. I reduce it to 40% and it looks perfect.

    Thanks for help.

    December 16, 2013 at 3:57 am in reply to: Sixteen Nine Pro Theme #79432
    Schreckgespenster
    Member

    http://www.hildener-kuenstler.de

    I mean the font size of

    "Michael Lewerenz Fotokünstler"

    😉

    November 27, 2013 at 11:47 am in reply to: Agency Pro spaces #75898
    Schreckgespenster
    Member

    My images are are 500 x 333 so I changed =>

    .home-middle .featuredpost .entry {
    min-height: 333px;
    }

    .home-middle .featuredpost .entry-title a {
    color: #fff;
    }

    .home-bottom {
    padding: 5% 0 10%;
    }
    .home-bottom .featuredpost .entry {
    min-height: 333px;
    }

    Now everything looks fine.

    November 27, 2013 at 11:43 am in reply to: Agency Pro spaces #75896
    Schreckgespenster
    Member

    Thank you. You will find the image from photodune.

    The code you gave me only reduce the space between the home top and the menue. But I have spaces between the posts itself.

    November 27, 2013 at 6:31 am in reply to: Agency Pro Meta Data #75846
    Schreckgespenster
    Member

    Hehe, I installed that plugin before and did not recognized that could help.

    Funny. Thanks for help.

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 64 total)
1 2 3 4 →

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble