Forum Replies Created
-
AuthorPosts
-
AnitaC
KeymasterIf you're still getting that error, I'd reach out to Biz Budding since you're using their Mai theme. Could be a theme conflict somewhere.
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterSugar had an update yesterday to 3.11.0 (April 1). I would suggest downgrading to the previous version of Sugar to see if it resolves that issue. If it does, send this error to Sugar to see how they can resolve it.
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterBest to start over. That's a really old theme.
Need help with customization or troubleshooting? Reach out to me.
November 13, 2025 at 8:51 pm in reply to: Adding more categories to display on Homepage in MagazinePro #509328AnitaC
KeymasterYou can do that by "duplicating" an existing section, i.e., let's say Art. And then changing the category name and changing the Art category to Assets Extraordinaire.
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterChange the order as in the layout? You can do that under Genesis > Theme Settings > Layout. There's content-sidebar, sidebar-content.
Need help with customization or troubleshooting? Reach out to me.
AnitaC
Keymaster@steck-insights They are still working on this from what I understand.
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterThey're working on it. Not sure when the update will happen, but I know they're working on it like many of the other themes and plugins who also need to resolve it.
Need help with customization or troubleshooting? Reach out to me.
AnitaC
Keymaster@stefanofalcini69 please open a new thread. Closing.
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterIf you go to the style-front.css, you'll see this. Remove it or just comment it out.
`
/* Fadeup Effect
---------------------------------------------------------------------------- */
.js .fadeup-effect {
opacity: 0;
overflow: hidden;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
@-webkit-keyframes fadeInUp {
from { opacity: 0; -webkit-transform: translateY(20px); }
to { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
`
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterThis
genesis_before_contentwould appear on all pages and posts unless you only wanted it to appear only on the home page. Are you looking for the scrolling text to appear "only" on the home page?
Need help with customization or troubleshooting? Reach out to me.
January 18, 2025 at 9:39 am in reply to: Add woocommerce product category to the single product page breadcrumb #508959AnitaC
KeymasterIf you haven't found the answer yet, you would do that under Settings > Permalinks > scroll down to
Product permalinksand selectShop base with category.
Need help with customization or troubleshooting? Reach out to me.
December 22, 2024 at 9:06 pm in reply to: License Key for Pro Plus version of Genesis Blocks and Genesis Custom Blocks #508818AnitaC
KeymasterAnitaC
Keymaster@candacegodwin I would suggest reaching out to Restored 316 Designs regarding this since Market is one of their Genesis themes. Third party theme support has traditionally been handled through the respective theme designers. They should be able to help you with this.
Need help with customization or troubleshooting? Reach out to me.
November 21, 2024 at 6:51 pm in reply to: user agent or IP address associated with the Outreach Pro Version: 3.1 theme? #508583AnitaC
Keymaster@brucerawles Outreach Pro is a retired theme. I'm not sure why someone would be looking for:
"user agent or IP address associated with the Outreach Pro Version: 3.1 theme"
and...
It is impacting our ability to make changes on the menu bar which we often use as we add new classes or close registrations on classes.
The theme isn't being rendered from an IP or user agent. Once the theme is installed, it's installed and all of the files live on the website owners hosting.
You may need to get more information about what they're trying to do.
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterAnitaC
Keymaster@blancy I have some feedback. I was told this is a bug in WordPress Core and they are aware of it - https://core.trac.wordpress.org/ticket/62337. And, it should possibly be resolved in the next WordPress update (in 6.7.1) that is scheduled to release tomorrow. So Genesis doesn't need to be updated as it's an issue with Core.
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterIt sounds like you may have found this warning having Debug mode turned on. While I do not know right now if they'll have a fix for this, the site should function normally.
As a temporary solution, you can suppress the warnings using WP_DEBUG_DISPLAY in your wp-config.php file. Set:
define( 'WP_DEBUG_DISPLAY', false );
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterHi Dan! Saw your post in Slack and Mike helped you there.
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterI am not sure on that one. It probably could however that would really be custom work to get it to work in that way. I'd try using ChatGPT on this and be specific in your terms and exactly what you're looking to accomplish. I've had great success using it to code up things I need.
Need help with customization or troubleshooting? Reach out to me.
-
AuthorPosts