accordions_edit_url
function accordion_edit_url($edit_url){ // keep open content tab return $edit_url.’&tab=4′; } add_filter(‘accordion_edit_url’,’accordion_edit_url’);
function accordion_edit_url($edit_url){ // keep open content tab return $edit_url.’&tab=4′; } add_filter(‘accordion_edit_url’,’accordion_edit_url’);
You can display accordions as WooCommerce product FAQ tab as follows, You need to create an accordion first. go to the product edit page and see the sidebar see the “Product FAQ Tab” widget. Search for the accordions you want…
By default accordions data is saved under post meta fields, unlike post content, you may not find accordions on default search results, but we have a solution for this, you will need to add following code to your theme functions.php…
If you see accordions is not working or it just loaded on open all the section/accordion, this is probably js error on your page, please check browser console area to see the js errors, right-click on your page and click…
If you see icons are not showing even you put correct icon html, please check accordions settings page and see correct font awesome version is selected for your icons. View post on imgur.com Also if you are using any other…
You can display accordions under any post including custom post dynamically a single accordions or different accordions under different posts, Display dynamically different accordions under the different posts. #1. First, you need to set custom meta field accordions_id under your post.…
To enable debug and debug log to your WordPress site please copy and paste following 2 lines to your WordPress root directory under config.php file define( ‘WP_DEBUG’, true ); define( ‘WP_DEBUG_LOG’, true ); And then save or update config.php file, then try…
If you found accordion isn’t working as expected this might cause JS error issue, you will need to check browser console area to check JavaScripts errors, see the screenshot how to check browser console area. View post on imgur.com
Click to clear button to reset select input field and save the product View post on imgur.com View post on imgur.com View post on imgur.com Dynamically remove all FAQ tab from all products. remove_filter( ‘woocommerce_product_tabs’, ‘accordions_product_tab’ );
You will have two ways to get latest version from our website. Manually download and install latest version Once you purchased the pro version from your website, you will have access to download from my account, please login and see…
Please check there is an option under Options > Accordion Settings > Lazy load image source You can use any gif icon image source url. View post on imgur.com
Please check there is an option under Accordion Settings > Enable lazy load > Yes Set “Yes” to enable lazy load and set “No” for disable lazy load. View post on imgur.com