• 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

Dan-cer

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 71 total)
1 2 3 4 →
  • Author
    Posts
  • September 6, 2019 at 10:58 am in reply to: Can't add new widgets in Genesis 3.1.1 #493444
    Dan-cer
    Member

    It seems the issue is gone now. At the moment all themes and wordpress are the latest versions.
    After I checked the issue on my test-site, I only found 1 difference at the activated plugins: Gutenberg wasn't active on test-site.
    So I deactivated it on my public site.
    Now it is working fine.
    But I don't think Gutenberg is the cause of the issue. It is more likely that because of the big amount of plugins there is a certain tendency to get some trouble sometimes...

    September 6, 2019 at 7:02 am in reply to: Can't add new widgets in Genesis 3.1.1 #493440
    Dan-cer
    Member

    One question: How can I rollback to Genesis 3.1.0 without restoring the whole site? Is there a download-option for that version?

    September 6, 2019 at 6:56 am in reply to: Can't add new widgets in Genesis 3.1.1 #493439
    Dan-cer
    Member

    Hi, this morning I found out that indeed the site was broken. I restored a backup from 4 days ago (9-2-19).
    Now the site is working again.
    I updated again to Genesis 3.1.2, but got the same issue.
    What code do you want to have?

    September 5, 2019 at 2:56 pm in reply to: Can't add new widgets in Genesis 3.1.1 #493420
    Dan-cer
    Member

    I'm using Lifestyle Pro

    July 5, 2019 at 7:45 am in reply to: custom title with strange background after update to 3.0.0 #492137
    Dan-cer
    Member

    Hi andytc,
    thank you. This is working well, but without displaying the semi-transparent background-color that I want to have sometimes.
    You can see it when comparing these two pages:
    1. public site: https://www.rainerklar.de/was-ist-die-richtige-ernaehrung/
    2. test site with Genesis 3.0.1: https://test.rainerklar.de/was-ist-die-richtige-ernaehrung/

    This code

    mark {
     background: none;
    }

    overwrites my custom title code
    <mark style="color: #FFFFFF;font-family: 'Josefin Sans', sans-serif;background-color: rgba( 0, 0, 0, 0.4 );padding: 1% 3%;">Was uns wirklich nährt</mark>
    Using semi-transparent background depends on my feeling of contrast and beauty of the header-image. So I want to use it individually on certain pages.
    Would it be a solution to delete the whole 'mark'-code?

    July 4, 2019 at 11:48 am in reply to: custom title with strange background after update to 3.0.0 #492126
    Dan-cer
    Member

    Does anybody have a solution?
    Thank you in advance.

    BTW: Can you recommend to stay at Genesis 2.0.1 because of the bug?

    June 28, 2019 at 2:47 pm in reply to: custom title with strange background after update to 3.0.0 #491996
    Dan-cer
    Member

    Hi Anita,
    because I don't want to spoil my public website, I cloned it to show You the yellow background.
    Now You can find it - with updated Genesis to 3.0.1 - on

    Blog für Verjüngung und Gesundheit


    Please tell me if there is any solution available.

    Thank You in advance!

    Kind regards,
    Rainer

    June 22, 2019 at 1:55 pm in reply to: custom title with strange background after update to 3.0.0 #491847
    Dan-cer
    Member

    No, because I don't want it yellow I restored a previous version of my site with the old Genesis 2.0.1.
    I'm waiting for an update since 3.0.1 provides the same bug.

    June 20, 2019 at 12:37 pm in reply to: custom title with strange background after update to 3.0.0 #491771
    Dan-cer
    Member

    Ok, I've deactivated the plugin. The site is working fine still.

    Since I got no more input from You I upgraded Genesis again while have SG Optimizer deactivated. Still same issue with yellow background color on titles.

    June 20, 2019 at 12:10 pm in reply to: custom title with strange background after update to 3.0.0 #491767
    Dan-cer
    Member

    I'm using lifestyle-pro.
    You mean deactivate the optimizer, update Genesis and then re-activate the optimizer?

    December 30, 2018 at 10:47 am in reply to: How create another widget area on front-page, after blog-entries? #225326
    Dan-cer
    Member

    Update 4:

    The last problems were caused by cache from cloudflare. Now all is fine.

    December 3, 2018 at 3:40 pm in reply to: How create another widget area on front-page, after blog-entries? #224805
    Dan-cer
    Member

    UPDATE 3:

    There still is 1 problem: The 'home-bottom widget-area' doesn't work properly. A widget is visible only when I give it a content-box additionally, and it is not width: 100%, but only placed in a right column.

    It is strange somehow, because columns should only exist in 'Home - Middle Left | Right' widget-area, not below in 'Home - Bottom'.

    Has anybody a suggestion how to solve that?

    December 3, 2018 at 10:31 am in reply to: How create another widget area on front-page, after blog-entries? #224804
    Dan-cer
    Member

    UPDATE 2:

    I coded it correctly. But purging cache on CDN server level was needed.
    So all is fine now.

    Have a nice week!!!

    December 3, 2018 at 10:05 am in reply to: How create another widget area on front-page, after blog-entries? #224802
    Dan-cer
    Member

    Update:
    I just created 'Home - Middle Left' and 'Home - Middle Right' widget areas with

    .home-middle-left,
    .home-middle-right {
    	margin: 0 0%;
    	width: 50%;
    }

    as I had it for the Bottom Left/Right version. In general it is working already as I want, but the two columns are not created yet. I thought 'width: 50%;' will do it as it does with th Bottom version.

    December 3, 2018 at 9:12 am in reply to: How create another widget area on front-page, after blog-entries? #224800
    Dan-cer
    Member

    I don't really need 'Home - Middle'. Is it possible to change it to
    'Home - Middle Left' and 'Home - Middle Right'?
    So I could move the post-excerpts to the Middle and use the Bottom area - without 'Left' and 'Right' for any widgets.

    December 3, 2018 at 8:39 am in reply to: Will Gutenberg editor be compatible with Genesis? #224799
    Dan-cer
    Member

    I found out that using Gutenberg editor there are some features missing that are coming from certain plugins.
    For example I'm using a sidebar-plugin that is offering a sidebar within classic editor to select an individual sidebar for a certain post or page.

    There are some other plugins that don't appear in Gutenberg either.

    So I have to use the classic editor to avoid missing any comforts coming from plugins.

    March 1, 2018 at 1:48 am in reply to: How create a different sidebar on second post-page? #217167
    Dan-cer
    Member

    I used it before and found out that the plugin I'm using now works better for my needs.

    February 27, 2018 at 8:02 am in reply to: How create a different sidebar on second post-page? #217079
    Dan-cer
    Member

    paginated pages.

    September 16, 2017 at 6:22 am in reply to: How can I get a special side-tab? #211559
    Dan-cer
    Member

    Oh thank you for your quick answer, Victor!

    Unfortunately I can't find an option to display on certain pages and an option for formula-fields.

    Do you know other more rich plugins that mustn't be for Genesis specific?
    I have another website using OptimizePress only, and I would like to use it there too.

    September 6, 2017 at 4:18 am in reply to: How move sidebar-widget to top of content in mobile version? #211138
    Dan-cer
    Member

    That group is not available for me as it looks like!

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 71 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

© 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