• 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

webkompaan

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 45 total)
1 2 3 →
  • Author
    Posts
  • February 25, 2022 at 8:36 am in reply to: Switch posts and authorbox on author archive pages #504763
    webkompaan
    Participant

    Thanks, also for that link 🙂

    January 27, 2022 at 3:28 am in reply to: Edit the post info #504679
    webkompaan
    Participant

    Hi Brad. Sorry I missed your reply, i did not get a notification by email or in my spam box.

    I wanted to only display the authorlink. I now solved it by using Genesis Extender and custom hooks.

    I find this theme to be very frustrating and limited I must say. I'm almost ready to present it to my client, but wished I chose another theme or theme framework.

    January 10, 2022 at 3:59 am in reply to: Color settings get overriden #504657
    webkompaan
    Participant

    Hi Anita, I'm having the same problem and don't know what to look for. I added the color palette before to sites that don't run a Genesis theme, but this time I'm using the Breakthrough theme and just can't add the new colors. They are stuck on the colors on the Customize page.

    I added this to the functions.php of the breakthrough theme:

    add_theme_support( 'editor-color-palette', array(
    array(
    'name' => __( 'Zwart', 'breakthrough-pro' ),
    'slug' => 'zwart',
    'color' => '#333',
    ),
    array(
    'name' => __( 'Wit', 'breakthrough-pro' ),
    'slug' => 'wit',
    'color' => '#fff',
    ),
    array(
    'name' => __( 'Rood', 'breakthrough-pro' ),
    'slug' => 'rood',
    'color' => '#ff0000',
    ),
    array(
    'name' => __( 'Donkerblauw', 'breakthrough-pro' ),
    'slug' => 'donkerblauw',
    'color' => '#07153A',
    ),
    array(
    'name' => __( 'Lichtblauw', 'breakthrough-pro' ),
    'slug' => 'lichtblauw',
    'color' => '#00A5ff',
    )
    ) );

    April 4, 2020 at 2:04 am in reply to: Genesis Featured Post widget and WPML #497703
    webkompaan
    Participant

    That worked Anita! Thanks for that suggestion :).
    I just had to translate some strings again.

    April 4, 2020 at 1:51 am in reply to: Genesis Featured Post widget and WPML #497702
    webkompaan
    Participant

    That was a good move :). When I do that, the problem still remains, but only in that widget. I did not remove it, but moved it to another location, underneath the other 3 featured post widgets. So perhaps I van start with recreating the widget.

    April 4, 2020 at 1:41 am in reply to: Genesis Featured Post widget and WPML #497700
    webkompaan
    Participant

    I just deactivated all plugins (including extender) except WPML, and the problem still exists.

    April 4, 2020 at 1:37 am in reply to: Genesis Featured Post widget and WPML #497699
    webkompaan
    Participant

    No change after deactivating. Just that the styling changes.

    April 4, 2020 at 1:16 am in reply to: Genesis Featured Post widget and WPML #497697
    webkompaan
    Participant

    Hi Anita, Eric from Cobalt Apps replied about his Extender plugin:

    Did the moderator mention why she thought the problem was caused by Genesis Extender? I don't see anything in your explanation that would implicate Extender, unless you've added some custom code through Extender that's affecting these Widget Areas.

    I checked, but I do not have such a custom code that could affect this widget.

    April 2, 2020 at 11:51 pm in reply to: Genesis Featured Post widget and WPML #497681
    webkompaan
    Participant

    Thanks Anita, I will contact Eric from Cobalt Apps about this and report back here if indeed that plugin is causing this.

    April 2, 2020 at 6:24 am in reply to: Genesis Featured Post widget and WPML #497671
    webkompaan
    Participant

    This is that first widget:

    This is the one beneath that, on the left. Exactly the same, but with no error:

    April 15, 2019 at 1:18 pm in reply to: How to remove all transitions in a theme #490674
    webkompaan
    Participant

    Just found it. On a page which explains how to ADD the fade in to a Genesis theme, so then I knew how to REMOVE it. It's a CSS thing called animation and I did not know that one yet.

    You know, I think Apple is to 'blame' for all that fancy fading and sliding because they introduced it years ago in their first OSX version. Some like it, some don't ;).

    Thanks for helping with this!

    April 15, 2019 at 12:22 pm in reply to: How to remove all transitions in a theme #490672
    webkompaan
    Participant

    Yes, I found those transitions and disabled them, but that doesn't disable the loading effect of the pages. When I click to another page, that page is appearing 'softly', like coming from 0 transparancy to fully visible. This happens rather quick ofcourse, but nevertheless, I don't like those kind of effects ;).

    English is not my native language, but what I meant with smoothing is the effect often used in websites today where it seams that everything has to fade in or out or slide in or out.

    April 15, 2019 at 12:07 pm in reply to: How to change the default content width in Genesis Sample theme #490671
    webkompaan
    Participant

    Hi Victor. I'm using this plugin for five years now and never noticed it to change anything in themes, except for what I add to it, like functions.hooks.conditionals etc. At this moment everything is working fine, but the content area is a little too wide to my taste and it should be possible to make it a little bit narrower.

    I'll figure it out, just thought that someone already tried to change the width of the content area in any of the Genesis themes, because I assume they all function the same way when it comes to widths etc. :).

    March 12, 2019 at 8:30 am in reply to: How to get the Image Block Wide to work #489981
    webkompaan
    Participant

    Ah okay, thanks. I thought it did because this is how it works in the theme Genesis Sample, as seen here on the Shop for Themes page.

    January 7, 2019 at 9:32 am in reply to: Feature request: change header and body fonts as part of customize theme page #225446
    webkompaan
    Participant

    Thanks! I will do that 🙂

    September 19, 2018 at 4:23 am in reply to: How to remove the (slow) transition of main menu in Metro Pro? #223284
    webkompaan
    Participant

    I have been looking at the css, but I think it is a script that does the slower response of the main menu. Does someone know how to disable it?

    November 28, 2017 at 9:02 am in reply to: Gravatar image in Monochrome theme not showing up #214072
    webkompaan
    Participant

    By the way, where do you see the code printed? I can only see this:

    <div class="entry-avatar"></div>

    November 28, 2017 at 8:21 am in reply to: Gravatar image in Monochrome theme not showing up #214062
    webkompaan
    Participant

    Yes I think so, I followed all steps. the most important ones being that the email addresses should correspond, and they do, like all other authors.

    View post on imgur.com

    May 10, 2017 at 11:22 am in reply to: Suggestion: Masonry theme #206254
    webkompaan
    Participant

    Ah, thanks! That was very well hidden in the theme :).

    September 21, 2016 at 7:36 am in reply to: Links don't open in new window/tab in Digital Pro #193462
    webkompaan
    Participant

    Just found the cause. The WP Accessibilty plugin removed all target links.

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

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