Category: Plugins

With 208 articles also related to:

Aleš Sýkora wrote:

Custom excerpt length in Oxygen, Bricks and WordPress

November 28, 2023 in Oxygen Builder, Plugins, WordPress

Need to display smaller amount of words in some WordPress excerpts? Use custom function! Put the code below to your code snippets plugin or your custom functionality plugin and use it in Oxygen Builder. Thanks to https://stackoverflow.com/a/17177847. Notice: I changed the name of function from “excerpt” to “great_tit_excerpt” because of conflict with some plugins. Custom…

Continue reading

Aleš Sýkora wrote:

Show Oxygen Element by current language with WPML

November 28, 2023 in Oxygen Builder, Plugins, WordPress

When you use WPML with Oxygen Builder and use 1 template for all languages, then you propably want to display/hide elements conditionally. And of course you can. Use the WPML’s filter wpml_current_language to get current language code. Then use the if function to return value you want. I am returning the language code and then…

Continue reading

Aleš Sýkora wrote:

Fix WooCommerce coupon input in Oxygen

November 28, 2023 in Oxygen Builder, Plugins, WordPress

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:

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:

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:

Solve “No ACF gallery field data found” when the gallery field is empty with Oxygen conditionals

November 28, 2023 in Oxygen Builder, Plugins, WordPress

If you want to hide the gallery field, when your ACF gallery is empty, use this tutorial! :) Wrap Gallery with DIV and add class .gallery-wrapper (set the width of div to 100%)Open conditionals on the div.gallery-wrapperCreate conditional: Dynamic Data > Advance Custom Field > Your Gallery Field NameOutput type – leave emptySet conditional rule…

Continue reading

Aleš Sýkora wrote:

Get WordPress title for page, post, category, archive in Oxygen

November 28, 2023 in Oxygen Builder, Plugins, WordPress

Want to create only one template for Header and Footer – the main template – in Oxygen sometimes? So You need to display the title of current page, post, archive, category in one place. It cannot be done with Oxygen conditionals :(. So you have to make it done with code block and custom PHP.…

Continue reading

Aleš Sýkora wrote:

Better product gallery lightbox with Oxygen and Fancybox

November 28, 2023 in Oxygen Builder, Plugins, WordPress

I will show you, how I am creating galleries like this (open random car to see it) in Oxygen Builder. I hate the product builder and default behavior of WooCommerce lightbox and magnifying glass function on hover. So I am using Image block wrapped in link – for featured image. And Oxygen’s gallery block for…

Continue reading

Aleš Sýkora wrote:

Custom WordPress login logo

November 28, 2023 in Advanced Scripts, Custom Code, Plugins, WordPress

Would you like to have your brand logo instead of default WordPress logo at your login page? Use this snippet in your custom funcionality plugin or in code snippets etc. I am using the Advanced Scripts plugin. This snippet changes the default logo and add link to the homepage. It also add custom Title for…

Continue reading

Aleš Sýkora wrote:

Oxygen Dynamic repeater examples

January 14, 2021 in Oxygen Builder, Plugins, WordPress

Query parent pagedata in Oxygen repeater Query parent page on child page. If current page is parent then query this page itself. Display all posts with same ACF post object field value Gets current post ID and look for posts connected to it by post object field from ACF.

Continue reading