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.

Published articles related to:

Aleš Sýkora wrote:

Sticky Post badge in Oxygen builder Repeater

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

If you want to display badge over your posts displayed within Oxygen Builder Repeater element in WordPress, than I hope I have a solution for you. Set the post to be sticky (featured) in the Gutenberg editor: Add Sticky (Featured) post badge to repeater Add a div to your post container inside the repeater. Then…

Continue reading

Aleš Sýkora wrote:

Add WooCommerce Sold Out Badge in Oxygen Builder

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

Learn how to add Sold Out badge within WooCommerce Oxygen integration.

Continue reading

Aleš Sýkora wrote:

Inline SVG bottom padding in Oxygen Code Block

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

If you use the SVG file inline in Oxygen Builder Code Block element, you may encounter a little padding at the bottom of your code block. To fix this issue, just add this to your custom CSS stylesheet: Your problem should be fixed :-)

Continue reading

Aleš Sýkora wrote:

WP Grid Builder Map Facet with Oxygen Repeater element and Custom Map Marker content

November 28, 2023 in Oxygen Builder, Plugins, WordPress, WP Grid Builder / 8 comments

Build your own Map which displays your posts and filter with geolocation.

Continue reading

Aleš Sýkora wrote:

Display post categories without links in Oxygen builder

August 25, 2022 in Custom Code, Oxygen Builder, Plugins, WordPress / 3 comments

If you want display post categories without the links in repeater or in post page without link to the category archive, you can use the code below. If you want to change the separator, change this: To whatever you want… for example: If you need to use this code on more than one page, I…

Continue reading

Aleš Sýkora wrote:

Display Oxygen Reusable part or template with PHP code

August 18, 2022 in Custom Code, Oxygen Builder, Plugins, WordPress / 4 comments

If you want to have your website semantic and use lot of custom code, sometimes you need to add Oxygen part into your custom PHP (for example in code block). How to display Oxygen Parts with PHP? Just use this small echo code and change the 478 to your template or reusable part ID. Example…

Continue reading

Aleš Sýkora wrote:

Enable HTML tags in user BIO field in WordPress

November 28, 2023 in WordPress / 0 comments

If you want to have nice user Archive page with nice description, you would need to use HTML tags to do some proper formatting in user Bio. Then you can create nice text with links like this: Add this code to your Advanced Scripts plugin (or other code snippets plugin):

Continue reading

Aleš Sýkora wrote:

Add featured images support for Page post type in WordPress

June 20, 2022 in Custom Code, WordPress / 0 comments

If you want to use featured images with Pages in WordPress, you must add the support for them. You will do that with your custom code plugin, or code snippets plugin like advanced scripts.

Continue reading

Aleš Sýkora wrote:

Create category toggle menu with Summary and Details HTML tags

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

Today I will show you a great tip for really simple navigation menu. This menu can be used in template which is used for Product Archive and also for product category archives. I build it for one submenu level only. How does it looks? On Shop page Only parent categories are visible. You can open…

Continue reading

Aleš Sýkora wrote:

Oxygen 4.0 – fix Swiper.js slider

November 28, 2023 in Custom Code, Oxygen Builder, Plugins, WordPress / 2 comments

After Oxygen 4.0 update you may encounter problem with Swiper slider used within repeater. To fix this problem, add this CSS styles. The Swiper.js repeater problem after Oxygen 4.0 Fix it back to normal appearance What to do? Just add a little CSS to make it working like normal: I am using the class .swiper-wrapper…

Continue reading