• 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

Victor Font

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 7,856 total)
1 2 3 … 391 392 393 →
  • Author
    Posts
  • April 5, 2023 at 8:33 am in reply to: Customizations have disappeared after updated to the latest version #507170
    Victor Font
    Moderator

    You're using the Kadence theme.


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    March 28, 2023 at 7:20 am in reply to: Custom styles are overwritten #507077
    Victor Font
    Moderator

    Use the !important keyword in your CSS.


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    February 7, 2023 at 7:44 am in reply to: Frustrating that Studiopress will not honor the Pro Lifetime Membership #506720
    Victor Font
    Moderator

    Historically, Studio Press child themes were hardly ever updated because the core functionality derives from the Genesis Framework and not the child theme. I've been a part of the Genesis community since the very early days of the framework. When WPEngine bought Studio Press, we knew there were going to be changes.

    With the WorldPress word evolving to block themes, the Genesis Framework is a legacy tool. I'm maintaining 21 sites built with Genesis and Studio Press themes. I've already started the process of moving away from Genesis in favor of block based development.


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    February 6, 2023 at 7:25 am in reply to: website container askew after atomic to genesis block upgrade #506709
    Victor Font
    Moderator

    It doesn't look like you upgraded the CSS or PHP on your site or an the migration tool. You site is still using the ab (atomic blocks) elements and not the gb (Genesis blocks) elements.


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    February 3, 2023 at 8:34 am in reply to: Can’t edit homepage #506687
    Victor Font
    Moderator

    It sounds like a possible jQuery problem. Are there any errors in the browser console?


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    January 30, 2023 at 6:04 am in reply to: Critical Error #506655
    Victor Font
    Moderator

    Without seeing the error message, it's not possible to tell you what the problem is on your site.


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    December 23, 2022 at 7:30 am in reply to: Bold Content (Business Pro Theme) #506417
    Victor Font
    Moderator

    Would love to take a look, but your link is requiring a login to proceed.


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    December 11, 2022 at 7:23 am in reply to: Accordion plugin #506323
    Victor Font
    Moderator

    Why not use the accordion already built into WordPress Core, jQuery Accordion?


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    November 24, 2022 at 5:29 am in reply to: Issue with navigation on iPads and laptops. I’m using Atmosphere theme. #506233
    Victor Font
    Moderator

    I looked at your site in Firefox on the Mac and Edge in Windows 11. They site looks identical in both browsers. Caching issue perhaps?


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    November 22, 2022 at 11:32 am in reply to: Spacing Issue with Visual Portfolio Masonry Gallery #506223
    Victor Font
    Moderator

    Looks like you fixed the issue.


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    November 21, 2022 at 6:55 am in reply to: Genesis Blocks Plugin Issue #506217
    Victor Font
    Moderator

    Enable WordPress debug to find the answer.


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    November 5, 2022 at 2:15 pm in reply to: Uncaught Error in widget #506133
    Victor Font
    Moderator

    create_function() was deprecated in PHP 7.2. It has since been removed from PHP. To fix, you have to create your own function to be used as a callback in the widgets_init action like this:

    add_action( 'widgets_init', 'register_my_function' );
    function register_my_function() {
    register_widget('Breaking_News');
    }


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    October 22, 2022 at 5:40 am in reply to: responsive-menu.js Accessibility Bug #506050
    Victor Font
    Moderator

    This is the wrong place to ask your question about changes to the Genesis Framework. This is a community volunteer supported site. None of us that answer questions here have any affiliation with WPEngine of Genesis. If you want to propose changes and bug fixes, you need to open a support ticket.


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    October 15, 2022 at 6:52 am in reply to: Genesis 3.0.0 Removed Deprecated #506019
    Victor Font
    Moderator

    What are you actually asking? All of those deprecated functions are from the earliest versions of Genesis prior to version 2.0. They only apply to the legacy XHTML themes. If you're using one of these old themes, you shouldn't be using Genesis v3+. Genesis 3.0 removed support for XHTML themes and is used solely for HTML5 themes.


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    October 5, 2022 at 7:46 am in reply to: Inner block not working in repeater row #505942
    Victor Font
    Moderator

    Link to website is password protected. Not sure what a repeater row has to do with Genesis. Genesis doesn't have repeater rows.


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    October 1, 2022 at 7:23 am in reply to: Help! Themes, plugins and media have vanished! #505919
    Victor Font
    Moderator

    I would start by discussing with the host. Themes and lugins don't just disappear unless you've been hacked or there's been a catastrophic server event. Whatever the case, it's an issue you need to resolve with your host.


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    October 1, 2022 at 6:48 am in reply to: I’m baaaack #505918
    Victor Font
    Moderator

    While you can create content with blocks to display through a Genesis theme, neither the Genesis Framework or any of its current child themes are Full Site Editing themes.

    I know the Genesis developers are working on a new block based tool for building FSE themes. I know this because I had an opportunity to participate in the alpha testing, but turned it down for lack of time.

    FSE themes are a new platform unto themselves. See https://fullsiteediting.com/ for more information about FSE themes.

    I've been a tried and true Genesis advocate for over a decade, but I don't use the framework any longer when building new sites for clients. I've gone FSE all the way.


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    September 26, 2022 at 8:38 am in reply to: Updating from Genesis 1.9.1 and WordPress 4.1.32 #505868
    Victor Font
    Moderator

    Since your site is as old as it is, I suggest you look at the PHP version you're running on the server. WordPress.org states, "Recommend PHP 7.4 or greater and MySQL 5.7 or MariaDB version 10.3 or greater."

    Upgrade your server first to make sure you have a platform that can actually run the latest technologies.

    Then also you need to upgrade to a HTML5 theme. XHTML themes like Magazine, won't work with the latest versions of Genesis. Support for XHTML themes has been deprecated.

    The order: Upgrade WordPress, you may have to change to a WordPress default theme first. Then update Genesis and install and configure the HTML5 child theme of your choice.


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    September 3, 2022 at 7:26 am in reply to: Is there a way to add additional menu through a plugin #505752
    Victor Font
    Moderator

    You don't need an additional plugin. It's all handled in theme's functions.php file: https://my.studiopress.com/documentation/snippets/navigation-menus/


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    September 3, 2022 at 7:24 am in reply to: Possible user information exposed #505751
    Victor Font
    Moderator

    It's entirely possible that the unsolicited emails have absolutely nothing to do with a data breach on your site. Enter your email here to see how many times and in what breaches your email appears: https://haveibeenpwned.com/


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 7,856 total)
1 2 3 … 391 392 393 →

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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