Latest news from Great-tit

I firmly believe that sharing knowledge is the key to mutual growth and development. Each article and guide I write is the result of countless hours of intense research and the unwavering passion I pour into it. Your support enables me to continue creating high-quality, informative, and engaging WordPress resources that empower you on your journey.

208 Published articles related to:

Aleš Sýkora wrote:

Show All post types in category archive with/without oxygen

October 27, 2020 in Oxygen Builder, Plugins, WordPress / 0 comments

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 / 2 comments

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 / 0 comments

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 / 0 comments

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

Aleš Sýkora wrote:

Woocommerce AJAX add to cart button in Oxygen repeater

November 28, 2023 in Oxygen Builder, Plugins, WordPress / 0 comments

If you want to style custom repeater for woocommerec product categories in Oxygen builder and use the AJAX buttons in it feel free to use them with shortcode [add_to_cart id=””] or just copy the button html with class=”add_to_cart_button ajax_add_to_cart”

Continue reading

Aleš Sýkora wrote:

Oxygen two columns woocommerce checkout

April 23, 2020 in Oxygen Builder, Plugins, WordPress / 2 comments

CSS Fix for Woocommerce checkout page in Oxygen Builder.

Continue reading

Aleš Sýkora wrote:

Oxygen Lazy Load Gallery (Working 2023)

November 28, 2023 in Oxygen Builder, Plugins, WordPress / 6 comments

Tutorial for working Lazy Load solution for Oxygen Builder gallery module.

Continue reading

Aleš Sýkora wrote:

Toggle Table Row with jQuery (usable in Toolset)

December 31, 2019 in WordPress / 0 comments

If you want toggle to open a new row in the table, then you need to use some jQuery with Toolset again. First – create the table (you can use it in view, content tempate, etc.). All credit for this example goes to jsfiddle: https://jsfiddle.net/GqS7W/. And use it with this jQuery script. Do not forget…

Continue reading

Aleš Sýkora wrote:

Category Specific Conditional IF

December 31, 2019 in WordPress / 0 comments

If you need to use conditional IF to display posts for some specific category, here is example conditional how to do that: If you want to display posts not in category, then use ! as negotiation: Credits: Bryan Candy, Toolset User Group on facebook.

Continue reading

Aleš Sýkora wrote:

Bootstrap 4 button line break

November 11, 2019 in WordPress / 0 comments

Break the line of long text in Bootstrap 4 button on mobile device.

Continue reading