Forum Replies Created
-
Hi,
Thanks for contacting us.
Sorry for my late responsive. DH is a Custom Slides post type created by us, It functions almost like revolution slider. However it runs faster, but with less functionality
Best regards,
Junnie
in reply to: DHSlidesHi,
Please add code below in functions.php ( In child theme )
if (function_exists('dhvc_woo_pagination')): function dhvc_woo_pagination($args = array(),$query = null) { global $wp_rewrite, $wp_query; if (empty($query) ) { $query = $wp_query; } if ( 1 >= $query->max_num_pages ) return; $current = ( get_query_var( 'paged' ) ? absint( get_query_var( 'paged' ) ) : 1 ); $max_num_pages = intval( $query->max_num_pages ); $defaults = array( 'base' => add_query_arg( 'paged', '%#%' ), 'format' => '', 'total' => $max_num_pages, 'current' => $current, 'prev_next' => true, 'prev_text' => __( '←',DHVC_WOO ), 'next_text' => __( '→',DHVC_WOO ), 'show_all' => false, 'end_size' => 1, 'mid_size' => 1, 'add_fragment' => '', 'type' => 'plain', 'before' => '<div class="pagination dhvc-woo-pagination">', 'after' => '</div>', 'echo' => true, 'use_search_permastruct' => true ); if( $wp_rewrite->using_permalinks() && ! is_search() ) $defaults['base'] = user_trailingslashit( trailingslashit( get_pagenum_link() ) . 'page/%#%' ); if ( is_search() ) $defaults['use_search_permastruct'] = false; if ( is_search() ) { $search_permastruct = $wp_rewrite->get_search_permastruct(); if ( ! empty( $search_permastruct ) ) { $base = get_search_link(); $base = add_query_arg( 'paged', '%#%', $base ); $defaults['base'] = $base; } } $args = wp_parse_args( $args, $defaults ); $args = apply_filters('dhvc_woo_pagination_args',$args); if ( 'array' == $args['type'] ) $args['type'] = 'plain'; $pattern = '/\?(.*?)\//i'; preg_match( $pattern, $args['base'], $raw_querystring ); if(!empty($raw_querystring)){ if( $wp_rewrite->using_permalinks() && $raw_querystring ) $raw_querystring[0] = str_replace( '', '', $raw_querystring[0] ); @$args['base'] = str_replace( $raw_querystring[0], '', $args['base'] ); } $page_links = paginate_links( $args ); $page_links = str_replace( array( '&paged=1\'', '/page/1\'' ), '\'', $page_links ); $page_links = $args['before'] . $page_links . $args['after']; $page_links = apply_filters('dhvc_woo_pagination', $page_links); if ( $args['echo'] ) echo $page_links; else return $page_links; } endif;
Best regards,
Junnie
in reply to: Pagination set-upHi,
Thanks for contacting us.
Please go to admin panel/Woocommerce/Settings/Products/Display and set up the same as image below
Best regards,
Junnie
Hi,
Wish you a nice weekend.
Please send me a link to your site and your admin account and FTP account via private message. I will check this issue for you
http://prnt.sc/d97s8l
Best regards,Junnie
in reply to: Logo menu / Countdown / Layout / TranslationHi,
Please try again
.page-id-42068 .dhvc-woo-list-item .dhvc-woo-images { width: 20%; }
Best regards,
Junnie
in reply to: Thumbs image are blurry.Hi,
Please check your site again. I fixed this issue for you. I edited in themes/luxury-wp-child/functions.php
Best regards,
Junnie
in reply to: Want to add Name Field to Mailchimp WidgetHi,
Thanks for contacting us.
Please provide me link of your site and your admin account and FTP account via private message. I will check for you soon.
http://prntscr.com/d7504rPlease give me images showing errors. Language of your site is Arabic; therefore, it is quite difficult for us to check your problems.
Regards,
Junnie
Hi,
Wish you a nice day.
Yes. It’s true. This is the working methods of this plugin. You will create single product via template and template create by page.
Best regards,
Junnie
in reply to: styling works on custom page but not on productHi,
Please check your site again. I edited for you
Best regards,
Junnie
in reply to: Error when logging into AdminHi,
I apologize for this delay because we got quite large amount of tickets and I need to solve in order from oldest to latest. Hope you can sympathize for this inconvenience.
Please check your site again. I edited for you
I use code below to fix it
.dhvc-woo-grid-item { position: relative; } .dhvc-woo-images { position: relative; overflow: hidden; margin-top: 50px; } .dhvc-woo-title { position: absolute; top: 0; background: #333; width: 100%; left: 0; height: 50px; } .dhvc-woo-extra { position: absolute; bottom: 0; background: #ccc; left: 0; }
Best regards,
Junnie
in reply to: product layoutHi Malin,
Sorry for my late responsive. Please check your site again. I edited for you
Next time, 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,
Junnie
Attachments:
You must be logged in to view attached files.in reply to: Product Brand page customizationHi,
I checked your website; however I did not see issues you mention
http://prntscr.com/datollIf you want to obtain a nice design, you will need to resize images before uploading. Please make sure that before you upload, images will have the same size.
Best regards,
Junnie
in reply to: Lay out messed upHi,
You can you short code below
.dhvc-woo-list-item .dhvc-woo-images { width: 20%; }
Yes, You can copy the shortcode on other product page of the site directly
Best regards,
Junnie
in reply to: Thumbs image are blurry.Thank you
Best regards,
Junnie
in reply to: Woo Products Layout – Display Type ListHi,
Please check your site again. I edited for you. I edited in plugins/dhvc-woocommerce/includes/functions.php
Best regards,
Junnie
in reply to: Pagination set-up