• 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

JanHoek

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 - 21 through 40 (of 199 total)
← 1 2 3 … 8 9 10 →
  • Author
    Posts
  • August 17, 2014 at 1:19 pm in reply to: Landing Page Template Missing?? #119390
    JanHoek
    Participant

    If you don't know, nothing is stupid


    Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.

    August 17, 2014 at 12:49 pm in reply to: Swank Theme: Using Genesis Responsive Slider at the top of blog posts #119383
    JanHoek
    Participant
    add_action( ‘genesis_before_entry_content’, ‘slider_before_post_widget’ );
    
    function slider_before_post_widget() {
    if ( is_singular( ‘post’ ) )
    	genesis_widget_area( 'post-slider', array(
    		'before' => '<div class="home-slider widget-area">',
    		'after'  => '</div>',
    	) );
    }
    
    //* Register widget areas
    
    genesis_register_widget_area( array(
    	'id'          => 'post-slider',
    	'name'        => __( 'Home - Slider', 'child' ),
    	'description' => __( 'This is the Slider section of the Home page.', child' ),
    ) );

    And than put the slider in the widget-area


    Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.

    August 17, 2014 at 3:11 am in reply to: Landing Page Template Missing?? #119331
    JanHoek
    Participant

    You have. Just scroll down to Layout Setting when you creating a new page.


    Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.

    August 17, 2014 at 3:09 am in reply to: Metro Pro – Responsive Header Image #119330
    JanHoek
    Participant

    This is a classic problem with Gensis Users. And a lot is writen about it. Did you search the forum? http://www.studiopress.community/?s=responsive+logo


    Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.

    August 16, 2014 at 3:29 pm in reply to: Landing Page Template Missing?? #119272
    JanHoek
    Participant

    No there is not, but you can simple create one. http://wpsites.net/web-design/how-to-create-a-custom-landing-page-template-for-genesis/


    Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.

    August 16, 2014 at 3:24 pm in reply to: Configuring pages for printing. How to block menu bar? #119270
    JanHoek
    Participant

    That's because your menu is fixed ( sticky to the top of the page) Maybe this can help you. It makes sure you only print the content https://github.com/wp-plugins/genesis-print


    Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.

    August 16, 2014 at 3:16 pm in reply to: Metro Pro – Responsive Header Image #119269
    JanHoek
    Participant

    The url you posted is not working. (redirect to your login page)


    Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.

    August 16, 2014 at 3:15 pm in reply to: Change header font and size in Foodie theme #119267
    JanHoek
    Participant
    h1.entry-title, .entry-title a, .post-title, .post-title a {
    color: #f89e3e;
    font-size: 40px;

    Did you mean this?


    Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.

    August 16, 2014 at 3:11 pm in reply to: Who's up for a side project? #119266
    JanHoek
    Participant

    It's better to Tweet your wish with the hashtag #genesiswp That's much quicker and more respons


    Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.

    August 16, 2014 at 3:09 pm in reply to: Genesis Sample Theme : How to add (Font Awesome) icon font next to search bar #119265
    JanHoek
    Participant

    We always have Sridhar, http://sridharkatakam.com/add-magnifying-glass-icon-font-using-dashicons-search-button-genesis/


    Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.

    August 16, 2014 at 3:08 pm in reply to: Centre Footer Widgets #119264
    JanHoek
    Participant

    There a lot of changes made in the css and you say you didn't do it. So there must be a problem with editors or plugins. the best is to solve that problem first. I have no ide what that is then.


    Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.

    August 16, 2014 at 3:04 pm in reply to: How Can I Edit Mobile Menu Text Colour? #119263
    JanHoek
    Participant

    Is this solved. I can see the menu-items 🙂


    Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.

    August 16, 2014 at 3:02 pm in reply to: Swank Theme: Using Genesis Responsive Slider at the top of blog posts #119261
    JanHoek
    Participant

    What code did you use to include the slider?


    Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.

    August 16, 2014 at 2:57 pm in reply to: Centre Footer Widgets #119259
    JanHoek
    Participant

    Why is this 5000px in your stylesheet?

    .footer-widgets .wrap {
        width: 5000px;
    }

    Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.

    August 16, 2014 at 2:55 pm in reply to: editing style.css changes site after a few hours #119258
    JanHoek
    Participant

    Editing with Inspector works perfect. Did you empty your browser cache?


    Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.

    August 16, 2014 at 2:51 pm in reply to: Centre Footer Widgets #119256
    JanHoek
    Participant

    http://www.seesomething.com.au/wp-content/themes/your-theme-name/style.css


    Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.

    August 16, 2014 at 2:46 pm in reply to: Centre Footer Widgets #119254
    JanHoek
    Participant

    Do you have the link to your style.css for me?


    Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.

    August 16, 2014 at 2:40 pm in reply to: Centre Footer Widgets #119252
    JanHoek
    Participant

    Because your stylesheets look like http://www.seesomething.com.au/?custom-css=1&csblog=1&cscache=6&csrev=48 and that's not a normal child theme install. So I can not loook in your default css and give you advice.


    Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.

    August 16, 2014 at 2:20 pm in reply to: Home page missing "home" class body tag #119248
    JanHoek
    Participant

    .home is always there. Maybe you made changes in your functions.php. But without a url there is not much we can do


    Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.

    August 16, 2014 at 2:15 pm in reply to: Organise logo and menu in crystal #119245
    JanHoek
    Participant

    There is a big white space on your logo. Make it smaller http://egsr.org/egsr_logo.jpg


    Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.

  • Author
    Posts
Viewing 20 posts - 21 through 40 (of 199 total)
← 1 2 3 … 8 9 10 →
« Previous Page

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 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