Forum Replies Created
-
Dear, please kindly send for me admin account on your site via private reply, i will check details to help you.
in reply to: Form Data no longer saving or being sentDear, i have check WOO i see WooCommerce default order by ‘menu_order title’, so, you can add hook to change query of short code to default order by WOO. please go to file {your theme}/functions.php and add custom code:
function dhvc_woo_query_args_custom($query_args){ $query_args['orderby'] = 'menu_order title'; $query_args['order'] = 'ASC'; return $query_args; } add_filter('dhvc_woo_query_args', 'dhvc_woo_query_args_custom');
Please let me know if your problem is not resolved!
in reply to: Sort by manual/defaultDear, you can use custom CSS to fix it, example:
.dhvc-woocommerce-page form.cart button.button { font-size: 14px; }
in reply to: Add to cart Button bigger?Dear, the plugin use default add to cart button of WOO, if you want display ‘Already in cart’ after add to cart, you can see more in HERE
Sorry, this problem because your site not install ‘Visual Composer’ plugin, please install ‘Visual Composer’ plugin before use ‘Woo Detail Product Page Builder’ plugin.
best regards.
in reply to: Error:Use of undefined constant DHVC_WOODear, the plugin only change content of WOO default page and it not apply options page for it. for your problem, if you want use setting sidebar for WOO page, please go to file {yourtheme}/dhvc-woocommerce/archive-product.php and search code:
$sidebar_config = $options['woo_sidebar_config']; $left_sidebar = $options['woo_left_sidebar']; $right_sidebar = $options['woo_right_sidebar'];
Change to:
global $dhvc_woo_category_page; $sidebar_config = sf_get_post_meta($dhvc_woo_category_page->ID, 'sf_sidebar_config', true); $left_sidebar = sf_get_post_meta($dhvc_woo_category_page->ID, 'sf_left_sidebar', true); $right_sidebar = sf_get_post_meta($dhvc_woo_category_page->ID, 'sf_right_sidebar', true);
Best regards.
in reply to: Category Pages: Sidebar below contentDear, i have install ‘dhvc-woocommerce-page’ plugin on your site and create ‘Custom Product Page’ page, then i have assign custom page for product http://www.dipdemon.com/shop/guns/1911 with meta box “PAGE” . i see it’s working, please check your site again.
in reply to: Plugin conflicts seem unsolvable when activatingDear, please kindly send for me admin account via private reply. i will check details to help you.
in reply to: A couple of issues with Form..Dear. you want change tab index of field ? sorry, in current version not support tab index of form field. but you can custom form field short code template to add tab index in field.
in reply to: Form Field Tab OrderSorry, incurrent version not support you to do it. the form only support global mailchimp setting in Settingpage. We’ll soon release new version to help you.
Best regards.
in reply to: Mailchimp multilanguageDear, i see select page is meta box ‘Page’ select, llike your attachment, you can use it to assign a custom page for product.
in reply to: PlugIn not workingDear, i current version, the form only support settings mailchimp list for all form in Setting pages. we’ll soon plan to update setting for each form.
Best regards.
in reply to: Mail Chimp ListThis reply has been marked as private.in reply to: Submit button not showing up properly on any formDear, i have check plugin with ‘Neighborhood’ theme. to fix your problem, you need create custom default template of plugin. please download and extract file ‘archive-product.zip’ then download file ‘archive-product.php’ and paste to folder ‘{yourtheme}/dhvc-woocommerce/’ (create folder ‘dhvc-woocommerce’ if not exits).
Best regards.
Attachments:
You must be logged in to view attached files.in reply to: Category Pages: Sidebar below contentDear, please install and active plugin in your site, then send for me your problem URL, because i need see details your problem to help you.
Best regards.
in reply to: Plugin conflicts seem unsolvable when activating