Kirki 5.0 has a problem loading Google fonts. Instead of loading the regular font weight it may appear in bold. Or look totally different because the Google font is not loaded at all. 1. Update to Kirki 5.1.0 https://wordpress.org/plugins/kirki/ 2. Delete the transient kirki_remote_url_contents . Use this plugin https://wordpress.org/plugins/transients-manager/ to […]
admin
When you encounter the message “Sorry, this product is unavailable. Please choose a different combination”, it means that you are dealing with a WooCommerce variable product problem. In most cases, the problem has to do with how attributes were previously set up in WooCommerce. How to Fix the Error? Now […]
In recent WP Bakery versions 6.x while your site is connected to woocommerce.com it attempts to check for subscriptions even if you never purchased the plugin through WooCommerce. You may get one of these error messages: To solve the issue first update the theme following the instructions How to update […]
This mod makes the widget collapsed by default. But there will be always a delay, the widgets load open and then close automatically after a second. Add this PHP snippet to functionswp-content/themes/goya-child/functions.php And this CSS snippet to Appearance > Customize > Additional CSS
With the customizer options it’s possible to show up to 4 columns in the footer. But it’s possible to add more columns with a bit of custom CSS and some configuration changes: 1. In Appearance > Menus move all footer widgets to the first footer column. 2. Go to Appearance > […]
By default the mobile menu doesn’t automatically close when you click on a link. That’s because it usually loads another page. However, if you are using anchor links on the main/mobile menu you can use this function to automatically close the off canvas menu. Add the code to wp-content/themes/goya-child/functions.php and […]
There was a problem with a recent update to version 3.0. Another plugin from the wordpress.org repository has the same slug. When WC Ajax Product Filter was updated it copied that other plugin instead of the bundled one. If the site is running the theme version 1.0.7.4 delete the current […]
By default the category style shows the caption in overlay in front of the image. To display the caption below the picture add the following snippet to wp-content/themes/goya-child/functions.php And this code to Appearance > Customize > Additional CSS
The problem Some users have reported issues when saving menus. It’s possible that after saving some menus disappear or some extra options like mega menus are working for a few menus but not for all of them. This is not an issue with the theme or WordPress. The limitation is […]
Move description to the bottom A common change is to move the category description to the bottom of the page to display the products as higher as possible. Add this snippet in wp-content/themes/goya-child/functions.php Then, paste the CSS part either to Appearance > Customize > Additional CSS or the child theme style.css Add […]