winklebleck
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
I am in search of something similar, but it needs to work for tabs with unique IDs.
https://eagleriver.org/businesses/chanticleer-inn/#link_businessBasically, the client wants to see if the tabs are being used. Is there a variation of the above script?
Thanks.
per https://ww.wp.xz.cn/support/topic/custom-post-type-and-visual-composer-grid-block
It looks like the custom post type needs to be a priority of 1. The workaround for CPTUI plugin is to add this to function.php in your child theme
<?php # Empty functions.php file for your childtheme # The parents functions.php contents will be loaded. # Add any additional or overwriting functions here. remove_action( 'init', 'cptui_create_custom_post_types', 10 ); add_action( 'init', 'cptui_create_custom_post_types', 1 );Any insight on altering this to work with types?
Forum: Plugins
In reply to: [Enable Media Replace] WP 4.0 Compatible?It only appears in list view, and you need to refresh the page after the replacement to see the change, but the image does get replaced.
Viewing 3 replies - 1 through 3 (of 3 total)