• 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 - 41 through 60 (of 7,836 total)
← 1 2 3 4 … 390 391 392 →
  • Author
    Posts
  • August 23, 2021 at 7:57 am in reply to: Possible to replace mobile menu icons with SVGs? #504408
    Victor Font
    Moderator

    WordPress doesn't support SVGs natively, but I use SVG images and icons wherever I can in my WordPress sites. I use this plugin to add SVG support: https://wordpress.org/plugins/svg-support/


    Regards,

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

    August 21, 2021 at 3:45 am in reply to: WordPress 5.8, Genesis v 3.3.4 and Block-based Widget Editor #504404
    Victor Font
    Moderator

    The Genesis developers disabled the widget editor because Genesis widgets are not compatible yet. Try updating to the latest version of Genesis (3.3.5). It might make a difference.


    Regards,

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

    August 10, 2021 at 3:12 am in reply to: Genesis Block Error – Could not be activated #504389
    Victor Font
    Moderator

    It doesn't look like you can use both at the same time. The error you are getting is because you have 2 plugins calling a function with the same name, genesis_blocks_load(). PHP requires that all functions in a system have unique names unless preceded by a namespace declaration.


    Regards,

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

    August 6, 2021 at 5:36 am in reply to: Moving "read more" link in archives to "genesis_after_entry_content" #504383
    Victor Font
    Moderator

    There's a difference between actions and filters. Bill's code is manipulating filters, which means the more link is being changed at the place in the Genesis code where the corresponding apply_filters function is installed. Filters always return content.

    Actions on the other hand, generally don't return content, but are used for executing one of more add_actions based on their priority in the corresponding do_action queue.

    Don't hold me to this, but I don't think the genesis_after_entry_content is going to work for the read more link. All the filters in Bill's code are called within the "loop". The loop is where post content is pulled from the database and prepared for display on the front end. I could be wrong about this, but I believe genesis_after_entry_content executes after the loop has completed. After the loop, the more link won't have access to the appropriate content. If you can get this to work, I'd be interest to know your result. It's not anything I would even try.


    Regards,

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

    August 4, 2021 at 6:54 am in reply to: Creating HTML Sitemap for MagazinePro #504372
    Victor Font
    Moderator

    The Genesis development team stopped including sitemap templates with their themes quite some time ago. I use the HTML sitemap generated from my SEO plugin. I use SEOPress Pro, but almost all SEO plugins should provide the sitemap capability.


    Regards,

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

    August 4, 2021 at 6:51 am in reply to: Javascript broken (search-bar.js) – help #504371
    Victor Font
    Moderator

    There is no js directory that comes with the Genesis Sample theme. So, a 404 response is correct for this theme. The question is, where is this link coming from? It could be coming from custom programming that someone attempted before you owned the site. I would look at functions.php or files that are loaded in functions.php for custom code. If that doesn't work, are there any custom plugins?

    If I were troubleshooting this, I would download the entire theme directory to my local environment and use the search tools on my Mac so I can see if that text string is anywhere in any theme file.


    Regards,

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

    August 4, 2021 at 6:41 am in reply to: Which still actively supported theme most closely resembles Academy Pro? #504370
    Victor Font
    Moderator

    You should look at the available themes and make a choice that suits your aesthetic. However, I think Navigation Pro or Authority Pro may be a fit for your purpose.

    On another note, I use Academy Pro on multiple sites and all are upgraded to the latest versions of WordPress and Genesis. I don't have problems or errors on any of these sites.

    If you are experiencing problems, it may not be due to Academy Pro at all, but some other issue with any custom programming or plugin. Even recently deprecated child themes will continue working for a long time because their core functionality derives from the Genesis Framework, not the child theme itself. A child theme just provides the look and feel.

    Also, I understand your frustration, but this a community supported site. I don't know for certain that WP Engine or Studio Press resources even review the posts here. We're all community volunteers that answer questions on this site and have no affiliation with Studio Press.


    Regards,

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

    August 2, 2021 at 5:24 am in reply to: Impact of WordPress updates on archived Themes #504362
    Victor Font
    Moderator

    I run Academy Pro on one of my sites without issue. The site is fully updated.

    Genesis child themes derive their functionality from the Genesis Framework. A change to WordPress shouldn't impact a child theme unless there is custom coding that bypasses the Genesis Framework and directly uses WordPress functions. Other than that, Genesis is kept up to date to work with the latest versions of WordPress.

    The latest version of Genesis disables the new Gutenberg based widget editor because some of its widgets are incompatible with the new editor. You can enable the new editor on if you're not using Genesis widgets on your site.

    I think the greatest impact to child themes is yet to come and won't be apparent until WordPress enables the front end editing feature. From my limited understanding, front end editing will require a block based theme to work correctly.


    Regards,

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

    July 29, 2021 at 5:30 am in reply to: Text Not Wrapping Around Button #504356
    Victor Font
    Moderator

    Did you use a starter pack?

    If not, did you follow the instructions:

    https://my.studiopress.com/documentation/navigation-pro-theme/homepage-setup/add-a-homepage-layout-without-installing-a-starter-pack/

    https://my.studiopress.com/documentation/navigation-pro-theme/homepage-setup/add-a-homepage-section-without-installing-a-starter-pack/


    Regards,

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

    July 23, 2021 at 4:55 am in reply to: Infinity Pro compatibility with WordPress 5.8 #504349
    Victor Font
    Moderator

    Make sure you've updated to Genesis 3.3.4 and see this: https://studiopress.blog/wordpress-5-8-widgets-changes-and-how-they-impact-the-genesis-framework/


    Regards,

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

    July 22, 2021 at 3:44 am in reply to: Site Like AirBnB (or any site that users create their own profiles) #504345
    Victor Font
    Moderator

    Genesis is a theme framework. What you want to do is well beyond the scope of a theme framework. I suggest you join this Facebook group and ask your questions there: https://www.facebook.com/groups/turnkey.websites


    Regards,

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

    July 13, 2021 at 7:30 am in reply to: Where have all the themes gone from My StudioPress ? #504326
    Victor Font
    Moderator

    https://studiopress.blog/studiopress-big-changes/


    Regards,

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

    July 13, 2021 at 6:34 am in reply to: header image #504324
    Victor Font
    Moderator

    This should help: https://my.studiopress.com/documentation/navigation-pro-theme/extras/image-style-guide/


    Regards,

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

    July 13, 2021 at 6:32 am in reply to: What is the best way to upload photos, description on a page #504323
    Victor Font
    Moderator

    You really need a form tool with an upload field. Depending on how the form tool stores its data in the database, you may or may not be able to use Genesis Blocks Pro.


    Regards,

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

    July 1, 2021 at 4:06 am in reply to: Menu tabs gone #504296
    Victor Font
    Moderator

    Caching issue?


    Regards,

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

    June 28, 2021 at 7:36 am in reply to: Menu tabs gone #504289
    Victor Font
    Moderator

    The menu looks fine to me using Firefox on an iMac.


    Regards,

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

    June 24, 2021 at 5:44 am in reply to: agency pro need a child #504280
    Victor Font
    Moderator

    Yes, you must use a child theme with the Genesis Framework. Agency Pro is a child theme.

    Install the Genesis Framework, then Agency Pro. Activate Agency Pro and all will be good.

    Follow the setup instructions: https://my.studiopress.com/documentation/agency-pro-theme/


    Regards,

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

    June 20, 2021 at 7:27 am in reply to: Kreativ Pro / ThemeSquare support : Cannot edit homepage #504272
    Victor Font
    Moderator

    You've got a major jQuery error that's probably at the root cause of the issue:

    Uncaught TypeError: $Support.theme is undefined

    Turn off the caching plugins.
    Enable WordPress debug.
    Check the error logs.


    Regards,

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

    June 18, 2021 at 5:20 am in reply to: Can Genesis play well with Tailwind css? #504266
    Victor Font
    Moderator

    The Genesis Framework itself has no CSS. The style.css file that comes with the framework is empty except for some comments. All CSS resides in the child theme's style.css. It is not compiled. It does not use bootstrap.

    WordPress and many plugins have their own style sheets, some compiled and some not. you may also have some plugins that use bootstrap.


    Regards,

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

    June 9, 2021 at 10:51 am in reply to: Accessing Genesis Page Options? #504232
    Victor Font
    Moderator

    Learndash is entirely CPT based with its own custom formats. There's no linkage between Genesis and Learndash.


    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 - 41 through 60 (of 7,836 total)
← 1 2 3 4 … 390 391 392 →
« Previous Page

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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