Category: WordPress

With articles also related to:

Aleš Sýkora wrote:

Add icon to the menu with custom SVG

November 28, 2023 in WordPress

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

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

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

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

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

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

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

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

Aleš Sýkora wrote:

Display Child taxonomy link on taxonomy archive page

March 12, 2021 in WordPress

Need to display a list of currrent taxonomy archive child taxonomies with links? You can use the wp_list_categories or get_categories. First approach -> using pre styled output with wp_list_categories. Second approach -> using custom html output with get_categories.

Continue reading