I have a page build with Visual Composer and i want to show this page content to other page(product category), it not working.
I used code:
Vc_Manager::getInstance()->vc()->addShortcodesCustomCss($page_id);
in this solution: Visual Composer not showing specific page styles
Step 1: Build page A with id = 100
Step 2: View content of page A into page B (other page with id=105), it works well!
Step 3: View content of page A into page C (product category with term_id=30), not working, vc_custom_XXX
not css output
I feel like I must be missing something here? can anyone give me some solutions. Thank