deadcalf
Forum Replies Created
-
We have the same problem, when you click on the “lost password” link it redirects you to the sign up form.
Any ideas?
ThanksForum: Plugins
In reply to: [WooCommerce Cart PDF] Do not display cart totali found it.
just editing the page templates
Thanks for the great plugin, i’ve give you 10 stars if i couldForum: Plugins
In reply to: [WP PDF Generator] Body class causes conflictWe are using the theme Startit
ThanksForum: Plugins
In reply to: [WP PDF Generator] Body class causes conflictlautundklar.
What i would do is to use firefox developer edition and check the classes in the body tag, and load the web with the plugin installed and see what classes you are missing, then add them one by one with this function until you find the oned responsible for the error.
function my_plugin_body_class($classes) {
$classes[] = ‘qodef-woocommerce-columns-4’;
return $classes;
}add_filter(‘body_class’, ‘my_plugin_body_class’);
Forum: Plugins
In reply to: [WP PDF Generator] Body class causes conflictWe solved by adding the class from the function.php file:
function my_plugin_body_class($classes) {
$classes[] = ‘qodef-woocommerce-columns-4’;
return $classes;
}add_filter(‘body_class’, ‘my_plugin_body_class’);
Forum: Plugins
In reply to: [WP PDF Generator] plugin changes the woocommerce product templateI do not know how to attach images in the forum.
Hi Ewout
Thanks for your response.
This may sound crazy, but i had to ask ??would it be possible to install twice the plugin with different configurations to achive it?
Thanks
RafaI removed from th app.build.js and form the app.min.js but still doesnt work.
Any more suggestions?
Thanks
Rafa