Jamie
Forum Replies Created
-
edit_postsis the default capability requirement for the builder to work.A role must have
unfiltered_htmlto add some content (more on that here: https://docs.wpbeaverbuilder.com/beaver-builder/troubleshooting/common-issues/error-settings-not-saved/#the-disallow_unfiltered_html-setting-is-in-use).manage_optionsis required to access the BB Advanced settings in the WP Admin. That is noted in the User Access settings.It doesn’t look like we yet have a doc covering the edit_posts requirement so I’ve passed this on to our docs team.
Forum: Reviews
In reply to: [Customizer Export/Import] A small fixupHi @spyrulis, the template line isn’t required for a parent theme, only for a child theme so WordPress knows what the parent theme is.
From the docs:
There is one caveat to the Template field. It must be a 100% match of the folder name of the parent theme, relative to the wp-content/themes folder. In this case, we know that the Twenty Twenty-Four theme folder is located at wp-content/themes/twentytwentyfour. Therefore, the Template value must be twentytwentyfour.`- This reply was modified 2 years, 4 months ago by Jamie. Reason: More info/docs
You’re welcome, glad to help!
Forum: Fixing WordPress
In reply to: This page failes to load a stylesheet from a URLCan you access the Settings > General page in the WP Admin? Check and make sure your URLs are both the same there. If one is https, the other should be as well.
If you’re not sure how to do this, please go to WP Admin > Tools > Site Health then click on the Info Tab and then click on the button to copy site info to clipboard and you can paste it in a reply here.
If they are already both the same, can you provide the exact error/message you are seeing? The full message would be helpful.
- This reply was modified 2 years, 4 months ago by Jamie.
It looks like there is a media file (photo) with the same name/slug.
The URL without the -2 redirects to
Hi Matt,
That definitely shouldn’t be the case and I’m sorry that you are experiencing issues. Sounds like there’s a JS error going on that’s interfering with the UI.
We can’t help out here in a review but if you want to troubleshoot it, you can file a thread here:
https://ww.wp.xz.cn/support/plugin/beaver-builder-lite-version/First thing I’d recommend though is to test for a plugin or theme conflict.
We responded to the same query in our community forum but posting here for others.
You will most likely need a regular expression to find your HTML then you can search for tabs \t spaces \s etc.
BSR does not support regular expressions and their latest version 1.4.4 is totally broken it does not work in serial data so you might want to give 1.4.3 a try first with your text.
Failing that you will have to use a regex and wp-cli search-replace which does support regex
You can use this site to test your regex skills https://regex101.com/`
Thanks for reporting it. We’ll look into this. Please note, this forum is only for the free plugin. The login module is only in the premium version.
For future bug reports and support requests for the premium version, please submit a ticket here:
https://docs.wpbeaverbuilder.com/beaver-builder/layouts/templates/add-a-layout-template-to-your-pageForum: Plugins
In reply to: [Better Search Replace] Is serialized replace still working?@sangfroidweb FYI, you can get older versions from the advanced section on the plugins page for plugins in the repo (e.g. scroll to the bottom here:
https://ww.wp.xz.cn/plugins/better-search-replace/advanced/)Forum: Everything else WordPress
In reply to: Page not taking up entire screen width on mobileLooks to me like it’s coming from CSS from a Woo Variation Swatches plugin.
The VamTam themes are premium themes and are not our product. You’ll want to reach out to those developers for help after upgrading their products. https://vamtam.com/
Forum: Plugins
In reply to: [Fresh Forms for Gravity] Any chance you’d add PowerPack for Beaver Builder?@samuelaguilera there is a free version https://ww.wp.xz.cn/plugins/powerpack-addon-for-beaver-builder/
Not in particular no since we haven’t changed anything in a while. Just mentioned that because you said it used to work. If this is the first time you’re using it with this theme, it could be something specific to this theme though I don’t know what that would be without being able to test it.
It should work if going from a parent to child theme assuming the parent theme is the same on both sites.
But otherwise, the folder name would need to be the same if it’s for a parent theme.
I just tested it and it seems to be working fine in our testing. What theme are you trying to use it with?
Also, you could try an older version of the plugin if you’d like but we haven’t changed anything in a while. You can get other versions on this screen at the bottom: https://ww.wp.xz.cn/plugins/customizer-export-import/advanced/
If you are using a different theme on the new site, it won’t work. It must be an export from the same theme.
The theme folder name must also be the same on the exported site and imported site or you will get an error.
If you are exporting from/to the same theme and the folder names are the same, can you tell me what theme (with a link to it) you are trying to export/import the settings to?