Category: Plugins

With articles also related to:

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

Aleš Sýkora wrote:

Custom SCROLLBAR with Oxygen Builder

December 7, 2020 in Oxygen Builder, Plugins, WordPress

Are you looking for some cool scroollbar, like on CSS-Tricks website? for a specific DIV use this in your custom CSS: for a whole document use body instead.

Continue reading

Aleš Sýkora wrote:

Footer at the bottom of page Oxygen Builder

December 2, 2020 in Oxygen Builder, Plugins, WordPress

Push your footer to the bottom in oxygen builder.

Continue reading

Aleš Sýkora wrote:

Disable Woocommerce image zoom on hover in oxygen

November 28, 2023 in Oxygen Builder, Plugins, WordPress

Add this to custom snippets. Or put in custom funcionalities plugin. Dont worry, lightbox will be working. Then the magnyfing glass icon dissapears, the over effect is gone, but the lightbox works perfect :-).

Continue reading

Aleš Sýkora wrote:

Show All post types in category archive with/without oxygen

October 27, 2020 in Oxygen Builder, Plugins, WordPress

If you want to display all post types posts – the custom and default, which use the same default category as a taxonomy, you need to put this in your custom code snippets plugin an change the array to your needed post types: Normally wordpress shows only the default posts in category archive.

Continue reading

Aleš Sýkora wrote:

Translate fluent forms datepicker

October 27, 2020 in Fluent Forms, Plugins, WordPress

Need to translate fluent forms datepicker to your language? No problem. The Fluent Forms plugin is a versatile tool for creating customizable forms on WordPress websites. When working with the Datepicker field in Fluent Forms, you may need to translate the months, weekdays, and AM/PM labels to match the desired language. In this article, we…

Continue reading