Jamie
Forum Replies Created
-
You’ll want to reach out to the plugin developer of Svea Checkout as there is a fatal error that happens and Beaver Builder is not required for that error to occur.
See: https://share.getcloudapp.com/eDugW5Pw
Also, Beaver Builder is not a theme on your site. It’s a plugin. The theme on your site is Astra and the theme handles the widget areas.
- This reply was modified 4 years, 8 months ago by Jamie.
The “Before” shows the page scrolled down a bit while the “Looks Okay” screenshot is without scrolling.
In this instance, perhaps a short recorded screencast would help us more. Are you able to record your screen so that we can see exactly what is happening when you open BB initially? You can use free software like Loom to do that and then post the link here.
Closing as this was related to a premium product and it was resolved via our help desk.
Due to no further response here, we will mark this as resolved.
Issue ended up being only when the option to Preload Googlel fonts was enabled in the Astra theme.
Closing as issue was resolved via our help desk. Issue was related to server memory_limit being reached.
Sorry you are having trouble. That bottom section appears to be a widgetized area and should be editable in the WP Admin under Appearance > Widgets.
The thumbnail appears to come from a module that is not in BB Lite. I do suspect it’s a lazyload issue though so one thing you could try is to turn off the lazyload option in SG Optimizer plugin. If you want further support regarding that, you’ll want to go to the developers of that module which appears to be LiveMesh Add-ons for BB.
As for the layout inside the BB UI – You can link to screenshots here, no problems there π
- This reply was modified 4 years, 8 months ago by Jamie.
Forum: Fixing WordPress
In reply to: Live page does now show same with previewWhat are you seeing in Live mode? Here’s what I see:
Forum: Fixing WordPress
In reply to: Targeting the correct iframes with CSS?You’re welcome!
This 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/Forum: Fixing WordPress
In reply to: Targeting the correct iframes with CSS?You could use an attribute selector.
iframe[src*="soundcloud"] {margin-top: -17px;}Learn more about those here:
https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectorsIt really comes down to knowledge of CSS and/or being able to search for ideas how to target if there’s no specific class or something to make it easy.
Forum: Fixing WordPress
In reply to: Not showing all mediaYes, this was done on purpose. I believe for accessibility reasons.
You have a couple options to re-enable it.
A plugin:
https://ww.wp.xz.cn/plugins/media-library-enable-infinite-scrolling/Code in child theme functions.php
add_filter( 'media_library_infinite_scrolling', '__return_true' );- This reply was modified 4 years, 9 months ago by Jamie.
Forum: Fixing WordPress
In reply to: Critical error on widgets.phpSounds like a problem with the plugin YITH_Woocompare_Admin.
Have you tried deactivating that to see if it resolves your issue? If it does, then please report that to the plugin developers so they can address it as they said a week ago they fixed the issue (See: https://ww.wp.xz.cn/support/topic/fatal-error-undefined-list_products_html-wp-5-8-woo-5-5-2/)
If you are not using the latest version of that plugin, please try updating that plugin first before deactivating it.
Forum: Fixing WordPress
In reply to: Cart never loads !I just tested adding a product to the cart, worked fine. Viewing cart worked fine. Also going to checkout page worked fine. Filled in my info. It flagged my zip code. Fixed that, still loaded fine.
Was able to go to PayPal for checkout.
Screenshots below:
https://share.getcloudapp.com/NQuYYjDY
https://share.getcloudapp.com/Wnu00DJD
https://share.getcloudapp.com/qGuJJxvp
https://share.getcloudapp.com/2Null7Ey3rd screenshot – See that because you’re asking for a First Name and then a Name after that so that was confusing.
Forum: Fixing WordPress
In reply to: Audio playlist – some tracks are highlighted?How did you add the audio playlist to the site?