Category: WordPress

With 210 articles also related to:

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:

Conditional check if page is parent or child in WordPress

January 14, 2021 in WordPress

If you need to display something only if post has childs (or not), you can use this conditional in your code.

Continue reading

Aleš Sýkora wrote:

Modify ‘ASAP’ label in Iconic Delivery Slots

January 5, 2021 in WordPress

You can use this code snippet to change the label for ‘ASAP’ when using ASAP delivery.

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 scrolling in Iframe when scrolling page

November 23, 2020 in WordPress

Disable scroll until you click into iframe.

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:

Change WordPress login logo with code

November 6, 2020 in WordPress

Need to change wordpress login logo? Use this code in custom plugin or in Code Snippets plugin. Change the background image url to your image and Link Title to your site name for example. Updated Change URL to home_url Deprecated

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