Forum Replies Created
-
This reply has been marked as private.in reply to: Infinite scroll enabling
Dear, if you want do short code in product short description, please go to file {yourtheme}/functions.php and add custom code:
function dhvc_woo_excerpt_custom($output,$post){ return do_shortcode($post->post_excerpt); } add_filter('dhvc-woo-excerpt', 'dhvc_woo_excerpt_custom',10,2);
Also, please kindly give for me admin account via private reply, i need check details short code to fix problem with category template.
in reply to: Page Layout not working once linked to a CategoryDaer, please include infinitescroll script on your site, then use custom function to call ‘infinitescroll’ for grid layout. Note, this custom code only use for list layout.
jQuery('.dhvc-woo-row-fluid.dhvc-woo-grid-list').infinitescroll({ navSelector : jQuery('.dhvc-woo-pagination'), nextSelector : jQuery('.dhvc-woo-pagination > a.next'), itemSelector : '.dhvc-woo-row-fluid.dhvc-woo-grid-list > .dhvc-woo-row-fluid', contentSelector: jQuery('.dhvc-woo-row-fluid.dhvc-woo-grid-list'), msgText: " " },function(newElements){ jQuery('.dhvc-woo-separator').remove(); jQuery('.dhvc-woo-row-fluid.dhvc-woo-grid-list > .dhvc-woo-row-fluid').after(' <div class="dhvc-woo-separator"></div> '); });
in reply to: Infinite scroll enablingThis reply has been marked as private.in reply to: Product priceThis reply has been marked as private.in reply to: Blank Page when adding shortcodesDear, you can give for me your problem URL, i need check content and itemSlector for infinite scroll
in reply to: Infinite scroll enablingDear, i have go to file yourtheme/dhvc-woocommerce-page/content-single-product.php and add custom css to fix it, now, product custom template is full width , please check your site again.
in reply to: Blank Page when adding shortcodesDear, please give for me your problem URL i will check ‘selectors’ for infintie scroll to help you.
Best regards.
in reply to: Infinite scroll enablingThis reply has been marked as private.in reply to: Defaut page for product ?Dear, when Edit product i have create ‘Page’ meta box to select custom template. when view Single Product in Front-end, i will check get meta data ‘dhvc_woo_page_product’ and load custom template with ‘dhvc_woo_page_product’ value.
in reply to: Defaut page for product ?Dear, i have login to your site, but i can not edit file ‘yourtheme/dhvc-woocommerce-page/content-single-product.php’ via menu ‘Appearance > Editor’ please check wp-config.php file have define(‘DISALLOW_FILE_EDIT’, true) ?
in reply to: Blank Page when adding shortcodesThe plugin will display product with Custom Template with Metabox, Sorry, i do not understand your question, please kindly tell for me more details.
in reply to: Defaut page for product ?Dear, i have check your form, i see your form have problem with field name, please enter field name with note: Field name is required. Please enter single word, no spaces. Underscores(_) allowed
Attachments:
You must be logged in to view attached files.in reply to: DHVC Can't see any files attachment on entriesDear, please kindly give for me admin account and your form URL via private reply, i will check details to help you.
Best regards.
in reply to: Form does not appear on the pageDear, please kindly give for me admin account and your problem URL via private reply, i will check details to help you.
Best regards.
in reply to: Product price