Category: WordPress

With 208 articles also related to:

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

Aleš Sýkora wrote:

ACF Repeater Post Object in oxygen code block

October 2, 2020 in Oxygen Builder, Plugins, WordPress

You are using gutenberg and ACF and toolset and need to add related posts in slider, which you choose at the post you are editing? Also you need to put them in the content, exactly where you want? Create ACF repeater with Post Object field insideCreate Oxygen Block for GutenbergAdd code block and FlickityEdit your…

Continue reading

Aleš Sýkora wrote:

Display only first image from multi value field in toolset

November 28, 2023 in WordPress

I am using a custom field called “product images” where I upload images for my custom post type Coffee machines. When I want to show the image in the archive then, I just want to display the first Image. Not all of them. What happen is that toolset field automatically display all images from the…

Continue reading