V1.7 creative elements whith warehouse 4.0 compatible or not ?

goldmourad

Member
XNullUser
Joined
Sep 6, 2022
Messages
35
Reaction score
0
Points
6
NullCash
1
Hi dears
i m trying to use creative element page builder to edit product page on warehouse theme but it looks they cant work together , could you confirm that pls ??
Post automatically merged:

Anyone managed to modify product page whith creative elements on warehouse theme pls ???
 
Last edited:

Mixter

Member
XNullUser
Joined
May 21, 2021
Messages
222
Reaction score
0
Points
16
NullCash
16
Hello. You should disable native Warehouse' Elementor module first, than you can instal and use Creative Element Elementor module, that is more useful. Just one moment - to use this module in CMS page you need to use child Warehouse theme and fix one file -/themes/warehousechild/templates/cms to this:

{extends file='page.tpl'}

{block name='page_title'}
{$cms.meta_title}
{/block}

{block name='page_content_container'}
<section id="content" class="page-content page-cms page-cms-{$cms.id}">

{block name='cms_content'}
{$cms.content nofilter}
{/block}

{block name='hook_cms_dispute_information'}
{hook h='displayCMSDisputeInformation'}
{/block}

{block name='hook_cms_print_button'}
{hook h='displayCMSPrintButton'}
{/block}

</section>
{/block}
 
Top