Latest news from Great-tit

I firmly believe that sharing knowledge is the key to mutual growth and development. Each article and guide I write is the result of countless hours of intense research and the unwavering passion I pour into it. Your support enables me to continue creating high-quality, informative, and engaging WordPress resources that empower you on your journey.

Published articles related to:

Aleš Sýkora wrote:

Fix WooCommerce coupon input in Oxygen

November 28, 2023 in Oxygen Builder, Plugins, WordPress / 0 comments

The field for adding coupons in WooCommerce cart is horrible in Oxygen. If you want to fix it from: Before: After: Then feel free to use and edit my CSS:

Continue reading

Aleš Sýkora wrote:

Add icon to the menu with custom SVG

November 28, 2023 in WordPress / 0 comments

If you need to add icon to the menu item in WordPress you can find many tutorials using fontawesome, plugins or other icon packs embedded from other sites. For my purposes – loading of more external scripts is not good solution. So when I need to add my custom icon to the menu I do…

Continue reading

Aleš Sýkora wrote:

Emoji deleted from ACF field after saving

November 28, 2023 in WordPress / 1 comments

So you have a ACF text field and you are trying to insert emoji to it. For example as a category icon. You add the field, add the emoji, use the PHP code to display the field. And emoji is missing. After that you found that every time you save the page, emoji dissapear from…

Continue reading

Aleš Sýkora wrote:

Fluent Forms activation – You do not have sufficient permissions to access this page.

November 28, 2023 in WordPress / 0 comments

If you got “You do not have sufficient permissions to access this page.” error when you click on activation of Fluent Forms Pro licence, you need to go to the integration modules settings of Fluent Forms plugin and activate the plugin from there.

Continue reading

Aleš Sýkora wrote:

Oxygen builder – default media queries

November 28, 2023 in Oxygen Builder, Plugins, WordPress / 0 comments

Default media queries of Oxygen. You can change them in Global Settings > Global Styles > Width & Breakpoints.

Continue reading

Aleš Sýkora wrote:

Flickity carousell same height slides fix

March 24, 2021 in WordPress / 1 comments

If you need all your slides to have same height, add the CSS selector to your slider cells and use this code in your CSS: Do not forget to add the cellSelector attribute to your flickity slider setup:

Continue reading

Aleš Sýkora wrote:

Featured Image missing after WordPress update

March 22, 2021 in WordPress / 6 comments

Using WordPress + Oxygen builder and can not found featured image in post/page settings? It happend to me after WordPress 5.7 update. If you didn’t disabled it in gutenberg settings, then you might have same problem as me. How to fix it? Install/re-Install theTwenty Twenty-One theme to your website and your featured images will be…

Continue reading

Aleš Sýkora wrote:

Use ACF Repeater as Shortcode in Gutenberg with custom code

November 28, 2023 in WordPress / 1 comments

When Gutenberg editor came to the scene I was trully in love with Toolset Types and Views. Then everything changed. I start playing with Oxygen builder and found a toolset as “too much” for my sites. Especially with all the scripts and bloat which Toolset uses. So I changed my mindset and now, I try…

Continue reading

Aleš Sýkora wrote:

Oxygen Pro Menu Entire Parent Toggle Dropdown not working

November 28, 2023 in Oxygen Builder, Plugins, WordPress / 4 comments

If you want to have your dropdowns shown in mobile menu with toggle, you are propably using Oxygen’s Pro menu option “Entire Parent Toggles Dropdown”. And it works fine, in most cases. But there is an issue with custom links. If your link uses # then this option doesn’t work. You need to use /#…

Continue reading