Jamie
Forum Replies Created
-
Hi @damonmaldonado, it looks like it’s this CSS
.green-hero-button { display: block; transform: skew( -30deg ); margin-left: auto; margin-right: auto; }Specifically the transform. However, it looks like you are using a Premium version of Beaver Builder and not the Lite version. We are not able to provide support for the premium version here so if you need further help with this, please reach out in our help desk for premium users: https://www.wpbeaverbuilder.com/beaver-builder-support/
Since we don’t have a way to test that theme due to it being premium, please do proceed with a test with all plugins except BB Lite and WooCommerce disabled including disabling Really Simple SSL and using a default theme and let us know the results of that.
Your site URLs showing up as undefined is interesting. I’m not sure what could cause that but I’ll see if I can figure that out or find that out as it could potentially be related.
FYI: It’s against the rules to mention creating a user or for us to ask you to create a user here in the forums so please don’t do that.
Forum: Fixing WordPress
In reply to: WordPress site lost formatting after updateThis may be a plugin or theme conflict. Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.
If you can install plugins, install and activate “Health Check”: https://ww.wp.xz.cn/plugins/health-check/
It will add some additional features under the menu item under Tools > Site Health.
On its troubleshooting tab, you can Enable Troubleshooting Mode. This will disable all plugins, switch to a standard WordPress theme (if available), allow you to turn your plugins on and off and switch between themes, without affecting normal visitors to your site. This allows you to test for various compatibility issues.
There’s a more detailed description about how to use the Health Check plugin and its Troubleshooting Mode at https://make.ww.wp.xz.cn/support/handbook/appendix/troubleshooting-using-the-health-check/Hi @ingenyus, what theme are you using? I’m not able to see any issue with WooCommerce active so I wonder if it might be related to the theme instead.
Also, you said you were editing Pages, is that correct? Just want to make sure that it’s pages and not products you are editing.
Next, when you say open text block, do you mean an actual block in the block editor or are you referring to a Text Editor module in Beaver Builder?
Lastly, can you go to Site Health (Tools > Site Health > Info) and let me know what version of PHP you are using?
- This reply was modified 2 years, 3 months ago by Jamie.
Forum: Developing with WordPress
In reply to: StagingYou will likely be hard-pressed to find an easy way to do this for free. WPVivid Pro’s lowest package is $40 per year which is really not bad at all when you think about even if you only use it one time, it will be worth the money rather than having to do it manually.
Forum: Fixing WordPress
In reply to: Notice: Function wpdbThis may be caused by a plugin or theme. Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.
If you can install plugins, install and activate “Health Check”: https://ww.wp.xz.cn/plugins/health-check/
It will add some additional features under the menu item under Tools > Site Health.
On its troubleshooting tab, you can Enable Troubleshooting Mode. This will disable all plugins, switch to a standard WordPress theme (if available), allow you to turn your plugins on and off and switch between themes, without affecting normal visitors to your site. This allows you to test for various compatibility issues.
There’s a more detailed description about how to use the Health Check plugin and its Troubleshooting Mode at https://make.ww.wp.xz.cn/support/handbook/appendix/troubleshooting-using-the-health-check/Forum: Fixing WordPress
In reply to: Notice: Trying to get property ‘name’ of non-objec in/nav-menusThis may be caused by a plugin or theme. Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.
If you can install plugins, install and activate “Health Check”: https://ww.wp.xz.cn/plugins/health-check/
It will add some additional features under the menu item under Tools > Site Health.
On its troubleshooting tab, you can Enable Troubleshooting Mode. This will disable all plugins, switch to a standard WordPress theme (if available), allow you to turn your plugins on and off and switch between themes, without affecting normal visitors to your site. This allows you to test for various compatibility issues.
There’s a more detailed description about how to use the Health Check plugin and its Troubleshooting Mode at https://make.ww.wp.xz.cn/support/handbook/appendix/troubleshooting-using-the-health-check/Forum: Fixing WordPress
In reply to: theme and plugins not installedAre these plugins and themes you are installing from the repo inside of WordPress or are you uploading zip files of themes/plugins?
Forum: Fixing WordPress
In reply to: Unable to delete postsYou could try deactivating whatever is adding the Duplicate This option as it may be replacing the Trash option.
In current versions, there’s a shortcode column in the WP Admin where you save rows/modules/columns for re-use.
For older versions, you’ll have to use our docs
https://docs.wpbeaverbuilder.com/beaver-builder/shortcode/As this is not a feature of the Lite version, we aren’t able to help you further here. If you need further help with a premium version of Beaver Builder, you’ll need to use our help desk for premium users: https://www.wpbeaverbuilder.com/beaver-builder-support/
Hi @thomaswebdesigns, yes, you can but not in the Lite version. It requires a premium version of Beaver Builder. Your site looks to be using a premium version of Beaver Builder but an old version.
You can save modules for re-use in the premium version by following this:
https://docs.wpbeaverbuilder.com/beaver-builder/layouts/templates/save-a-row-column-or-module-for-reuse/You can then use the shortcode to insert the saved module into a Tab. In current versions, you don’t have to do that step because we’ve allowed you to select saved modules, rows and columns to display inside the items in Accordions and Tabs modules.
However, I would caution against showing Accordion modules inside a Tabs module because in all tabs other than the first tab, the content is hidden at first and this causes problems when displaying other modules that have content hidden like the Accordion module. That also seems like a setup that would not be great for accessibility.
Forum: Fixing WordPress
In reply to: Child theme setup issuesIt’s better to just ask your questions rather than ask if you can ask 🙂
If https://engineeringgazebo.home.blog/ is hosted on WordPress.com, you’d need to reach out to WordPress.com.
You’re quite welcome @stevejburge. And thanks for linking to that doc!
Forum: Fixing WordPress
In reply to: Best way to protect content with login/register ability?Core WP has a couple things that don’t sound like they get you there.
1. Private Pages – these are only visible to people logged in but does not prompt anyone to login if they go to it while logged out. They get a 404 instead.
2. You can password protect a page but it’s the same password for everyone and doesn’t require registration so you’d need someway to tell people the password.
A membership plugin is your best bet. There are many to choose from. https://ww.wp.xz.cn/plugins/search/membership/
Which one is best really depends on the features you need.