• 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 - 41 through 60 (of 199 total)
← 1 2 3 4 … 8 9 10 →
  • Author
    Posts
  • August 16, 2014 at 2:09 pm in reply to: How to get a big background image #119243
    JanHoek
    Participant

    A big imgae or a background image (with structure) that yu can repeat. But it already looks pretty good on your site.


    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:07 pm in reply to: Can not change header picture #119242
    JanHoek
    Participant

    I see an error ( Notice: Undefined index ) in the top of your page. Their is a plugin conflict/error with WordPress. Deactivate your plugins and see if it solves the problem


    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:02 pm in reply to: Using h2 instead of h1 for post titles in Genesis Grid loop #119241
    JanHoek
    Participant

    You can try this in your functions.php

    add_filter( 'genesis_post_title_output', 'jan_post_title_output', 10 );
     
    function jan_post_title_output( $title ) {
     
    	if ( is_home () || is_category() || is_singular () || is_archive () )
    		$title = sprintf( '<h2 class="entry-title" itemprop="headline">%s</h2>', apply_filters( 'genesis_post_title_text', get_the_title() ) );
    		$title = sprintf( '<a href="%s" rel="bookmark">%s</a>', get_permalink(), $title );
     
    	return $title;
    }

    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 1:58 pm in reply to: Centre Footer Widgets #119240
    JanHoek
    Participant

    How did you build this theme. Dynamik?


    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 1:35 pm in reply to: Widget boxes not working #119237
    JanHoek
    Participant

    Is this solved? Because it looks good to 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 1:17 pm in reply to: Centre Footer Widgets #119235
    JanHoek
    Participant

    .footer-widgets .wrap {
    width: 1000px;
    }
    or smaller

    And make the footer widgets smaller. Don't forget to make them also smaller in the media sizes.


    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 11, 2014 at 11:13 am in reply to: Read More tag not working on iPad and iPhone #118222
    JanHoek
    Participant

    replied again to muzieklesstadshagen @ gmail.com


    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 11, 2014 at 10:57 am in reply to: Read More tag not working on iPad and iPhone #118219
    JanHoek
    Participant

    Did you read the mails I send you?


    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 11, 2014 at 10:22 am in reply to: Header of Outreach Pro #118213
    JanHoek
    Participant

    Did you try this? https://gist.github.com/srikat/8469908 I just it before and it works.


    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 11, 2014 at 9:56 am in reply to: Education Pro (Link Colours) #118203
    JanHoek
    Participant

    Open you style.css and change

    .sidebar-primary a, .sidebar-primary a:visited {
    color: #FF6600;
    }

    and

    .entry-content a, .entry-content a:visited {
    color: #FF6600;
    }
    

    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 11, 2014 at 9:45 am in reply to: Create angled border on top of site body #118199
    JanHoek
    Participant

    If you CSS skills are good you can do it.


    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 11, 2014 at 9:44 am in reply to: Magazine Pro theme — facebook sharing excerpts aren't great… #118198
    JanHoek
    Participant

    Maybe this s usefull http://wordpress.org/support/topic/how-to-hide-post-meta-when-sharing-on-facebook


    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 10, 2014 at 8:33 am in reply to: How to change the menu if the visitor is connected #118064
    JanHoek
    Participant

    Super. Glad I could help. Please close this post if it's solved. Good luck.


    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 10, 2014 at 8:20 am in reply to: How to change the menu if the visitor is connected #118051
    JanHoek
    Participant

    Explain it a bit better, I'm not sure what you mean. 🙂


    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 10, 2014 at 8:18 am in reply to: Read More tag not working on iPad and iPhone #118050
    JanHoek
    Participant

    I did send you some mails yesterday. Didn't get them?


    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 9, 2014 at 3:58 pm in reply to: Arranging Widget Area order #117997
    JanHoek
    Participant

    No. Use higher numbers in widgets-area. Like 12 and 15. The default of de nav is 10.


    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 9, 2014 at 2:21 pm in reply to: Change the width of the search bar on small screen sizes #117988
    JanHoek
    Participant

    add to @media only screen and (max-width: 600px) {

    
    .site-header .search-form {
       width: 100%;
    }
    

    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 9, 2014 at 2:12 pm in reply to: Magazine Pro- Increase width of menu border lines #117986
    JanHoek
    Participant

    Remove the borders from the css we discus earlier. Add the border to......

    .site-header {
       border-bottom: 2px solid #222;
    }
    
    .nav-secondary {
       border-bottom: 2px solid #222;
    }

    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 9, 2014 at 2:05 pm in reply to: Creating a New Template for a Custom Post Type #117982
    JanHoek
    Participant

    Maybe this is helpfull http://thewpchick.com/genesis-for-podcasting-yep-perfect-for-podcasters-too/


    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 9, 2014 at 1:59 pm in reply to: How to change the menu if the visitor is connected #117981
    JanHoek
    Participant

    Create a 2 different menus > logged-in and logged-out

    Then add th following to your functions.php

    function my_wp_nav_menu_args( $args = '' ) {

    if( is_user_logged_in() ) {
        $args['menu'] = 'logged-in';
    } else {
        $args['menu'] = 'logged-out';
    }
        return $args;
    add_filter( 'wp_nav_menu_args', 'my_wp_nav_menu_args' );

    I hope this works for you


    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 - 41 through 60 (of 199 total)
← 1 2 3 4 … 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