Forum Replies Created
-
Hi,
Thanks for contacting us,
I can’t go to your site, just a background “Holiday in Baltic”…
Please give us the URL so we can check and you’re mention to the Product page or checkout page? Please explain with more details. Provide us an administrator account will be easier to check and help you.Best regards!
in reply to: Blog page – text block issueHi,
Thanks for contacting us,
The API of Google Plus has updated and we’re working on this. You can refer the topic:
http://dawnthemes.com/support/forums/topic/google-plus-2017-challenge/We will try to update it and inform you immediately when we’re done. Please kindly wait for some time.
Best regards!
in reply to: Google Photo Album Not workingHi,
I have just imported the sample custom template and I don’t any issue. Could you please give us the screenshots of the issue.
Best regards!
in reply to: page builder errorHi,
Please update to the latest version.
in reply to: Error upon installing pluginHi,
Thanks for contacting us,
– Recent posts with thumbnails is the “DT Posts” widget in our theme.
– With the upcoming events is the “Events List” widget and it only shows the thumbnails if the Event Calendar Pro plugin installed. We will consider this feature in the next version.Best regards!
in reply to: thumbnails in footerThis reply has been marked as private.Hi,
Currently, the featured image and the content of Organizer is showing in the Organizer single page. (Click on the Organizer on the screenshot 112.png)
We will consider the feature to show the featured image and the content of Organizer in the single event. Thanks for you suggest feature.Best regards!
This reply has been marked as private.This reply has been marked as private.Hi in step 3, you must add file for download.
Hi,
Thanks for contacting us,
About your question:
“i want to use ticket plus plugin to sell tickets let me and there should be option of download ticket on website instead in email”Please follow the steps below to set your ticket downloadable.
Step 1: Please see the Introduction to Event Tickets Plus (Video tutorial)
here: https://theeventscalendar.com/product/wordpress-event-tickets-plus/Step 2: For example here is the ticket have just created on your site:
Please see the screenshot:

Hover on your ticket then click Edit In WooCommerceStep 3: Then Check the Downloadable option, Please see the screenshot:

Best regards!
This reply has been marked as private.Hi,
Thanks for contacting us,
Please edit your message above and set as private to protect the account you provided us. Our support team will check and help you.Best regards!
Hi,
Thanks for contacting us,
Please kindly refer the topic: http://dawnthemes.com/support/forums/topic/error-messages-on-custom-single-product-page/Best regards!
in reply to: page builder errorHi,
The Product Share depends on your theme. I guess your theme is not supported or something went wrong… So please do the steps below to get it work:
– Step 1: Please ensure you have added the “Single Product Share” shortcode to your custom product page.
– Step 2: Add action below to your-theme/functions.php file. We highly recommend you add your modifications to child-theme. (Refer here: https://codex.wordpress.org/Child_Themes)add_action( 'woocommerce_share', 'your_domain_product_share', 50 ); function your_domain_product_share(){ ?> <div class="share-links"> <span class="share-title font-2">Share it</span> <div class="icon-share-links"> <ul> <li> <a class="facebook" href="<?php echo esc_url('http://www.facebook.com/sharer.php?u='.get_the_permalink()) ?>" onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=220,width=600');return false;" title="<?php echo esc_attr__('Facebook','ticketbox')?>"><i class="fa fa-facebook<?php echo ($outlined ? ' facebook-outlined':'')?>"></i></a> </li> <li class="twitter-share"> <a class="twitter" href="<?php echo esc_url('https://twitter.com/share?url='.get_the_permalink()) ?>" onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=260,width=600');return false;" title="<?php echo esc_attr__('Twitter','ticketbox')?>"><i class="fa fa-twitter<?php echo ($outlined ? ' twitter-outlined':'')?>"></i></a> </li> <li> <a class="google" href="<?php echo esc_url('https://plus.google.com/share?url='.get_the_permalink()) ?>" onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" title="<?php echo esc_attr__('Google +','ticketbox')?>"><i class="fa fa-google-plus<?php echo ($outlined ? ' google-plus-outlined':'')?>"></i></a> </li> </ul> </div> </div> <?php }Please see the screenshot I show you: http://take.ms/GDlF1
Best regards!
in reply to: Product Share