vickygr89
Forum Replies Created
-
hi, thanks for your answer. I did and still not working
Forum: Plugins
In reply to: [Max Mega Menu] Submenu not closing in MobileThanks, I removed the Divi plugin and that fixed the issue
Thanks so much for your help!
thanks @momentumactingstudio
it worked for me!!
thanksThanks so much, @momentumactingstudio I will update here if I get anywhere.
thanksHi @momentumactingstudio ,
can you please send me the link to contact the developers, I have the same issue in my site and I need to fix the builder.
thanks so much!thanks
I got it working with this code.
wpo_wcpdf_custom_text ();
function wpo_wcpdf_custom_text () {
TablePress::$controller = TablePress::load_controller( ‘frontend’ );
TablePress::$controller->init_shortcodes();
$content = tablepress_get_table( array(
‘id’ => ‘4’,
‘hide_columns’ => ‘3,4,5,6,7’
) );
echo $content;
}I get “Error creating PDF, please contact the site owner”
hello, thanks for the answer. I added the code in invoice.php under my custom template in my child theme.
do you guys have a filter or action to load this php code before ajax load?
thanksHi Tobias, I was thinking that maybe is related with the fact that is an AJAX request, any work around this?
ok thanks!