Jamie
Forum Replies Created
-
Forum: Plugins
In reply to: [Meow Lightbox] 5.0.9 still break Beaver Builder“Iām getting the exact error that was posted as an issue in 5.0.8”
What error is that? From what I can see, there was no error message last time, just an issue with how the BB UI was rendering.
No worries, we got it! And thanks again! It will be in the next BB release (2.7.4). I expect that within the next 2 weeks.
- This reply was modified 2 years, 6 months ago by Jamie.
I’m not quite sure I understand the problem from the screenshot but can you give Safe Mode a try? Here’s how:
https://docs.wpbeaverbuilder.com/beaver-builder/troubleshooting/debugging/safe-mode/See if anything changes for you in safe mode and let us know how that goes.
If that makes no difference, can you proceed with a plugin conflict check and let us know how that goes?
Instructions: https://docs.wpbeaverbuilder.com/beaver-builder/troubleshooting/debugging/plugin-conflicts/
Hi Jory,
Thanks for reporting this. I’ve filed a bug report for our development team and we’ll get this fixed up!
Hi @wbweb2019, do you have an example URL where this is occurring? We’re not aware of any current bugs related to this.
SiteOrigin has released an update to resolve the issue. I believe it was 3 days ago š
Forum: Fixing WordPress
In reply to: Can’t stop wordpress from compressing images by 60%+The quotation marks don’t look like quotation marks in your code. That can happen when copy and pasting here but it wouldn’t hurt to double check that.
In terms of the higher than default compression: if the site is the exact same as it was on WP.com on the new host and this is happening, it really points to the hosting.
Who is your webhost?
- This reply was modified 2 years, 6 months ago by Jamie.
Forum: Developing with WordPress
In reply to: Can’t Edit (Tried Different Browsers)Hi @gregtaniguchi can you clarify if you are using the block editor, a page builder or classic editor and having trouble editing?
Forum: Fixing WordPress
In reply to: Can’t stop wordpress from compressing images by 60%+This code definitely works for me
add_filter('jpeg_quality', function($arg){return 100;});Are you sure it’s formatted correctly and is running? Your code here is showing you aren’t using the proper quote marks so maybe it isn’t actually running?
Also, it could be something your webhost does too so you could ask them if they prevent you from disabling the compression.
Forum: Plugins
In reply to: [Meow Lightbox] Beaver Builder breaks since 5.08Can confirm this. Only seems to create a problem for the premium version of Beaver Builder and if I downgrade Meow Lightbox to the version just before the latest, it resolves also.
However, I do get a pop-up on publish in the Lite version so that may be related to the issue, I’m not sure.
Forum: Fixing WordPress
In reply to: Site sub-pages display only the homepageIt appears to be showing me the right content now. Did you already resolve this?
This is what I see: https://share.zight.com/qGuY4lw8
Hopefully they are aware of the issue. I don’t see a support forum thread so you could try posting in there to let them know.
When we’ve tried to replicate it, we haven’t been able to. It seems we’re missing a piece of the puzzle to replicate it but we’ve had 2-3 reports of it now and downgrading has worked so I do think there’s something there as a bug.
The only issue we know of right now is a conflict with the SiteOrigin Widgets Bundle plugin after their latest update. It’s supposed to contain a fix for Beaver Builder but seems to be causing this problem instead.
Other users have had success with downgrading SiteOrigin plugin. You can get a recent version here to downgrade: https://ww.wp.xz.cn/plugins/so-widgets-bundle/advanced/ (scroll to the bottom).
Hi @sohaibwoof, As mentioned above, there’s no cache to disable, it’s just dynamically generated files.
The solution mentioned by @srd75 is only for development purposes and it’s not recommended for it to be on all the time.
I see you have submitted a support ticket to our system though since you are a premium customer and we will help you there as we are not able to help you here per forum guidelines.
@srd75 Sorry I missed this. WP Rocket as built in support for Beaver Builder cache so problems with WP Rocket/BB should be directed to them as they did the integration on their side. But it sounds like you have several layers of caching which will make things more complex.
Thanks for the report. I’ve filed an issue for our development team to look into this.