Category: WordPress
With 208 articles also related to:
Aleš Sýkora wrote:
Oxygen builder – default media queries
November 28, 2023 in Oxygen Builder, Plugins, WordPress
Default media queries of Oxygen. You can change them in Global Settings > Global Styles > Width & Breakpoints.
Aleš Sýkora wrote:
Flickity carousell same height slides fix
March 24, 2021 in WordPress
If you need all your slides to have same height, add the CSS selector to your slider cells and use this code in your CSS: Do not forget to add the cellSelector attribute to your flickity slider setup:
Aleš Sýkora wrote:
Featured Image missing after WordPress update
March 22, 2021 in WordPress
Using WordPress + Oxygen builder and can not found featured image in post/page settings? It happend to me after WordPress 5.7 update. If you didn’t disabled it in gutenberg settings, then you might have same problem as me. How to fix it? Install/re-Install theTwenty Twenty-One theme to your website and your featured images will be…
Aleš Sýkora wrote:
Use ACF Repeater as Shortcode in Gutenberg with custom code
November 28, 2023 in WordPress
When Gutenberg editor came to the scene I was trully in love with Toolset Types and Views. Then everything changed. I start playing with Oxygen builder and found a toolset as “too much” for my sites. Especially with all the scripts and bloat which Toolset uses. So I changed my mindset and now, I try…
Aleš Sýkora wrote:
Oxygen Pro Menu Entire Parent Toggle Dropdown not working
November 28, 2023 in Oxygen Builder, Plugins, WordPress
If you want to have your dropdowns shown in mobile menu with toggle, you are propably using Oxygen’s Pro menu option “Entire Parent Toggles Dropdown”. And it works fine, in most cases. But there is an issue with custom links. If your link uses # then this option doesn’t work. You need to use /#…
Aleš Sýkora wrote:
Display Child taxonomy link on taxonomy archive page
March 12, 2021 in WordPress
Need to display a list of currrent taxonomy archive child taxonomies with links? You can use the wp_list_categories or get_categories. First approach -> using pre styled output with wp_list_categories. Second approach -> using custom html output with get_categories.
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…
Aleš Sýkora wrote:
Display list of WooCommerce categories
November 28, 2023 in WordPress
If you need to display list of all WooCommerce categories without products, you can use my code. It will display all categories with link to their archive page. It will also display category image, name of course and count of products inside the category. It is all wrapped in HTML with OxyNinja framework applied. So…
Aleš Sýkora wrote:
Display all WooCommerce categories and their products inside
February 11, 2021 in WordPress
If you need to display all your WooCommerce categories in the list and their products inside, you can use mine code. For example you need to create one page layout for food felivery. Use my second tutorial, if you like to display all subcategories and its products on parent category archive. Page = Food Delivery…
Aleš Sýkora wrote:
WooCommerce category clustered by child taxonomies in WordPress
February 6, 2021 in WordPress
If you need to display your parent product category sorted by child taxonomies in clusters – for each child taxonomy it owns row – for example: Breakfasts Category Archive – Parent category Vegetarian – child categoryProduct 1Product 2Vegan – child categoryProduct 1Product 2Meat lovers – child categoryProduct 1Product 2 You can edit and use my…