Forum Replies Created
-
Dear, you can add custom css like (please change variable to your form ID)
#dhvcform-{$your form id}{ width : 90% !important; }
Best regards.
in reply to: Form WidthDear, i have check sidebar on your site, i see sidebar in page Category Page is like default sidebar of theme ( Blog sidebar ) You can tell for me more detail problem ‘sidebar not working properly’ ?
in reply to: Product category issuesDear, you can add custom css to set width for your form, please send for me your form URL. i will check detail to help you.
Best regards.
in reply to: Form WidthThis reply has been marked as private.in reply to: No Database EntrieDear, i have check your site, to fix SALE FLASH problem, please go to file ‘wp-content/plugins/dhvc-woocommerce/includes/class.php’ line #658 and search code:
$output .= '<div class="dhvc-woo-item'; if ($display != 'carousel' && $display != 'list') : $output .= ' dhvc-woo-span' . (12 / absint ( $post_per_row )); endif; $output .= ' dhvc-woo-' . $display . '-item ' . implode ( ' ', $product_cats ); $output .= '">';
Change to:
$output .= '<div class="product dhvc-woo-item'; if ($display != 'carousel' && $display != 'list') : $output .= ' dhvc-woo-span' . (12 / absint ( $post_per_row )); endif; $output .= ' dhvc-woo-' . $display . '-item ' . implode ( ' ', $product_cats ); $output .= '">';
Best regards.
in reply to: Product category issuesThis reply has been marked as private.in reply to: Woo Product Page Sharing not displayingDear, i have your site and deactivate DHVC Form plugin in Network Admin and go to ‘Meyerhoff Gewinnspiel’ and active DHVC Form plugin. Now, it’s working, please check your site again.
in reply to: No Database EntrieDear, i have check your form and check to submit but i not see error, how to get error in your site ? Also, please kindly send for me admin account via private reply. I will check detail to help you.
in reply to: Form has stopped working. Throwing an mysqli errorDear, i think you want custom header template for product category via CUSTOM PAGE TEMPLATE. but the plugin only support custom content layout of product category, it not support custom header and footer of page category. Also, i see your theme not support custom header and footer for product category.
To custom header product category with ‘DHVC Woocommerce Products Layouts’ plugin, please download and extract file ‘archive-product.zip’ then copy file ‘archive-product.php’ and paste to folder ‘{yourtheme}/dhvc-woocommerce/’ (create folder ‘dhvc-woocommerce’ if not exits).Attachments:
You must be logged in to view attached files.in reply to: "Filter By Brand" Widget Is Freezing My SiteDear, i have go to file Avada/functions.php and add custom code:
function dhvc_woo_product_page_sharing_custom($atts, $content = null){ if(function_exists('avada_woocommerce_after_single_product_summary')){ ob_start(); avada_woocommerce_after_single_product_summary(); return ob_get_clean(); } } function dhvc_woo_product_page_sharing_init(){ remove_shortcode('dhvc_woo_product_page_sharing'); add_shortcode('dhvc_woo_product_page_sharing', 'dhvc_woo_product_page_sharing_custom',11); } add_action('init','dhvc_woo_product_page_sharing_init',11);
Now. it’s working, please check your site again.
in reply to: Woo Product Page Sharing not displayingDear, please kindly send for me admin account and your form URL via private reply. i will check detail to help you.
Best regards.
in reply to: No Database EntryThis reply has been marked as private.in reply to: No Database EntrieDear, i have check your form, i see notice email of your form is working. I receive form submit data (please see attachment). please check your form again
Attachments:
You must be logged in to view attached files.in reply to: No Database EntrieThis reply has been marked as private.in reply to: "Filter By Brand" Widget Is Freezing My SiteThis reply has been marked as private.in reply to: No Database Entrie