• 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 - 1 through 20 (of 199 total)
1 2 3 … 8 9 10 →
  • Author
    Posts
  • May 9, 2015 at 2:29 pm in reply to: Inner Menu for News Pro #151310
    JanHoek
    Participant

    Genesis Simple Menus is a stable plugin. Are you gettting an error or what is 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.

    February 5, 2015 at 1:06 pm in reply to: E-mail sign-up banners #139834
    JanHoek
    Participant

    You can combine mailchimp with . You can use this as a widget.


    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.

    January 10, 2015 at 10:33 am in reply to: A image problem, Can someone give me feedback? #136889
    JanHoek
    Participant

    There ar a lot of WP users with a simila problen. Like here Or ask Yoast. Surehe can help


    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.

    January 10, 2015 at 10:17 am in reply to: Can't Validate Feed & The URL Is Correct #136886
    JanHoek
    Participant

    Hi Kim,
    Looks like this is not a specific Genesis problem, but a feed and PowerPress problem. Did you contact 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.

    January 10, 2015 at 10:12 am in reply to: Force Desktop View on Mobile Portrait Mode #136885
    JanHoek
    Participant

    Dead url 🙁


    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.

    January 10, 2015 at 10:06 am in reply to: breadcrumb using nav menu labels #136884
    JanHoek
    Participant

    We need some more information than this. What do you try to achieve, website url?


    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.

    January 10, 2015 at 9:59 am in reply to: How to modify the pricing table in Centric Pro #136882
    JanHoek
    Participant

    Do you have a live url to your price-page so we can look at the css and help? Thanks.


    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.

    January 10, 2015 at 9:49 am in reply to: Blog title not linking with WPML and Genesis #136881
    JanHoek
    Participant

    You could use something like this;

    add_filter( 'genesis_seo_title', 'child_header_title', 10, 3 );
    /**
     * Change default Header URL.
     * 
     * @author Jan Hoek
     * 
     */
    function child_header_title( $title, $inside, $wrap ) {
        $inside = sprintf( '<a href="?php echo icl_get_home_url() ?>" title="%s">%s</a>', esc_attr( get_bloginfo( 'name' ) ), get_bloginfo( 'name' ) );
        return sprintf( '<%1$s class="site-title">%2$s</%1$s>', $wrap, $inside );
    }

    I'm not familiar with WPML but you can give it a try.


    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.

    January 10, 2015 at 9:39 am in reply to: Multiple Facebook Share Errors After Debugging #136880
    JanHoek
    Participant

    Try to add this to your functions.php

    add_filter( 'jetpack_enable_open_graph', '__return_true', 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.

    January 10, 2015 at 9:31 am in reply to: Make the sidebar automatically generated by category #136877
    JanHoek
    Participant

    You can take a look at this code from wpbeaches


    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.

    January 10, 2015 at 9:19 am in reply to: Affiliate support link please #136874
    JanHoek
    Participant

    Most things are covered here. For technical questions you have to contact ShareASale.


    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.

    September 15, 2014 at 2:56 pm in reply to: change link color in text widget #124556
    JanHoek
    Participant

    find the following code in your style.css ( located in your child themes folder)

    a {
    color: #ed702b;
    text-decoration: none;
    }

    and change the color code to whatever you like.


    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.

    September 15, 2014 at 2:54 pm in reply to: Static content on top of Blog Page #124555
    JanHoek
    Participant

    Hi, did you try this tuts? http://wpsites.net/web-design/add-content-before-posts-blog-page-only/ I now this one is working because I tried it last week myself.


    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 25, 2014 at 11:00 am in reply to: Custom Background Image Cropping #120939
    JanHoek
    Participant

    Take a look at this post http://wpsites.net/wordpress-tips/change-image-crop-position-for-custom-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 25, 2014 at 10:07 am in reply to: customizing the menu #120928
    JanHoek
    Participant

    You cannot achieve this with a plugin. You need a developer to do 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 25, 2014 at 9:53 am in reply to: Editing/Removing "Older/Newer" Post Link #120924
    JanHoek
    Participant

    Please post the url from your site so we can help you better.


    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 25, 2014 at 9:39 am in reply to: Removing link from featured image #120922
    JanHoek
    Participant

    Which theme you're using? Do you have an url so we can give better support?


    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 25, 2014 at 9:37 am in reply to: Help with Agency Pro Feature Posts #120919
    JanHoek
    Participant

    Yes, you can but this need some coding. Contact a developer to cutomize the theme.


    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 25, 2014 at 9:30 am in reply to: post-format: gallery #120917
    JanHoek
    Participant

    Bob has a nice tuts about this http://bobwp.com/create-nice-slideshow-for-your-native-wordpress-photo-gallery/


    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 18, 2014 at 2:43 am in reply to: Genesis Sample Theme : How to add (Font Awesome) icon font next to search bar #119490
    JanHoek
    Participant

    Just leave a comment on that post from Sridhar and he wil fix that for you. I'm sure.


    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 - 1 through 20 (of 199 total)
1 2 3 … 8 9 10 →

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