Forum Replies Created
-
Yes, you need repeat when update plugins.
Best regards.
in reply to: Set up issueDear, i go to your hosting, i not see “Altitude Pro Theme” template , please check attachment ?
Also, if you use “Genesis Theme” please read more custom for “Genesis Framework” in HERE
Attachments:
You must be logged in to view attached files.in reply to: Set up issueThis reply has been marked as private.in reply to: Set up issueThis reply has been marked as private.in reply to: WOO Product Page for Visual ComposerThis reply has been marked as private.in reply to: Set up issueDear, please go to Visual Composer settings page and allow access for “Woo Detail Product Page Builder” short code. please see attachments
Attachments:
You must be logged in to view attached files.in reply to: WOO Product Page for Visual ComposerDear, for your problem.
1: you can add custom css to change font-size in custom template.woocommerce div.product.dhvc-woocommerce-page .product_title { font-size: 30px; }
2. i to go TheRetailer theme, i see it have custom share product, please add short code “Woo Single Product Sharing” in your custom template (use “Woo Single Product Sharing” short code on Custom Page Teamplate), then, please add custom code to file “{yourtheme}/functions.php”
function dhvc_woo_product_page_sharing_custom($atts, $content = null){ ?> <div class="gbtr_product_share"> <ul> <li><a href="https://www.facebook.com/sharer.php?u=<?php the_permalink(); ?>" target="_blank" class="product_share_facebook"><?php _e('<span>Share</span> on Facebook', 'theretailer'); ?></a></li> <li><a href="//pinterest.com/pin/create/button/?url=<?php the_permalink(); ?>&media=<?php echo $src[0] ?>&description=<?php strip_tags(the_title()); ?>" target="_blank" class="product_share_pinterest"><?php _e('<span>Pin</span> this item', 'theretailer'); ?></a></li> <li><a href="mailto:[email protected]?subject=<?php strip_tags(the_title()); ?>&body=<?php echo strip_tags(apply_filters( 'woocommerce_short_description', $post->post_excerpt )); ?> <?php the_permalink(); ?>" class="product_share_email"><?php _e('<span>Email</span> a friend', 'theretailer'); ?></a></li> <li><a href="https://twitter.com/share?url=<?php the_permalink(); ?>" target="_blank" class="product_share_twitter"><?php _e('<span>Tweet</span> this item', 'theretailer'); ?></a></li> </ul> </div> <?php } 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);
in reply to: Need Help With Main Page DisplayDear, go to check short code again, i do not understand why ROW wrap short code have class “dmk-smooth” you added it in ROW extra class (see attachment ) ? please remove it.
IF you can not do it, please send for me admin account on your site, i will check details to help you!
Attachments:
You must be logged in to view attached files.in reply to: More Info button not workingThis reply has been marked as private.in reply to: Not all of the product elements are showingYou have OVERRIDE file custom shortcode.php in attachment to file “wp-content/plugins/dhvc-woocommerce-page/includes/shortcode.php” on your site ?????
in reply to: Not all of the product elements are showingOh, you don’t need use, please only download an extract file “shortcode.zip” in attachment, then, copy file “shortcode.php” override file “wp-content/plugins/dhvc-woocommerce-page/includes/shortcode.php” on your site.
Attachments:
You must be logged in to view attached files.in reply to: Not all of the product elements are showing