72 comments found.
- Why is there no action when clicking red cart button at the right side of the home page?
- Why is there a cart totals section twice at the cart page?
- Where is the cart refresh button for updating quantities?
- Why does the related products section display only two products when there’s enough place designed for three?
- Theme doccumentation requires a big update since the site builder plugin that the theme uses has changed a lot.
- Are you going to keep working on this theme? As the info says, it was last updated on 5 May 15! I assume that most of the issues are caused with the simple fact that this theme is clearly outdated. Unfortunately I didn’t notice this before purchase.
Please accept my apology for the delay in getting back to you. If you still face their issue, you can let me know, we will help you resolve it now.
Hi When the new version of WP was updated WooCommerce cart broke and is getting a fatal error and wont let check out happen. Is this theme compatible with the newest versions of WP and WooCommerce? I am not sure how to fix this problem.
Hi, Please contact with me via email: help@designwall.com. we will send to you the latest version 1.1.6 of the DW Trendy theme.
Hi, Some questions,
1 – When I go to Appearance -Editor - style.css, the file seems to be incomplete, just 3 styles .sticky {} .gallery-caption {}.bypostauthor {} and anything else. Is this correct? I tried downloading the theme again just to check, but remainds the same.
Besides the “Visual Style” Button is not shown on the Page Builder, neither the menu showing styles in the Edit Options.
2 -When editing template page options, I can t eliminate the right widget column. I put 100% width but didn t work.
Can you help me with this two issues. Thanks, Sol
Hi, Issue1. At the moment, we just write css into the main.css file. When you open the style.css file, it will display as the following image: http://prntscr.com/6yoad2 You can download the main.css file here: https://www.dropbox.com/s/f1jza97okdjhjsf/main.css?dl=0 - About the “Visual Style” Button, it’s bug come from WP 4.1+, to resolve this issue, please contact with us via email: help@designwall.com, then send me username & password of your site, I will helps you resolve it. Issue2. If you want to add a page template full-width (not sidebar), you can use the “Full Width” page in the right hand side. See the screenshot: http://prntscr.com/6yom3s Hope this helps !
Hi How can I add Instagram in the social buttons? Can you help me please?
thanks
function dw_trendy_socials() {
$social_links['facebook'] = dw_trendy_get_theme_option( 'facebook', '#' );
$social_links['twitter'] = dw_trendy_get_theme_option( 'twitter', '#' );
$social_links['google_plus'] = dw_trendy_get_theme_option( 'google_plus', '#' );
$social_links['youtube'] = dw_trendy_get_theme_option( 'youtube', '#' );
$social_links['linkedin'] = dw_trendy_get_theme_option( 'linkedin', '#' );
$social_links['pinterest'] = dw_trendy_get_theme_option( 'pinterest', '#' );
$social_links['instagram'] = dw_trendy_get_theme_option( 'instagram', '#' );
?>
<?php if(count($social_links) > 0 ) { ?>
<ul class="list-inline social-list">
<?php if($social_links['facebook']!='') { ?><li class="social facebook"><a href="<?php echo $social_links['facebook']; ?>"><i class="fa fa-facebook" /></a></li><?php } ?>
<?php if($social_links['twitter']!='') { ?><li class="social twitter"><a href="<?php echo $social_links['twitter']; ?>"><i class="fa fa-twitter" /></a></li><?php } ?>
<?php if($social_links['google_plus']!='') { ?><li class="social google_plus"><a href="<?php echo $social_links['google_plus']; ?>"><i class="fa fa-google-plus" /></a></li><?php } ?>
<?php if($social_links['youtube']!='') { ?><li class="social youtube"><a href="<?php echo $social_links['youtube']; ?>"><i class="fa fa-youtube" /></a></li><?php } ?>
<?php if($social_links['linkedin']!='') { ?><li class="social linkedin"><a href="<?php echo $social_links['linkedin']; ?>"><i class="fa fa-linkedin" /></a></li><?php } ?>
<?php if($social_links['pinterest']!='') { ?><li class="social pinterest"><a href="<?php echo $social_links['pinterest']; ?>"><i class="fa fa-pinterest" /></a></li><?php } ?>
<?php if($social_links['instagram']!='') { ?><li class="social instagram"><a href="<?php echo $social_links['instagram']; ?>"><i class="fa fa-instagram" /></a></li><?php } ?>
</ul>
- Open the customize.php file, add the following code under line 324.
$wp_customize->add_setting('dw_trendy_theme_options[instagram]', array(
'default' => '#',
'capability' => 'edit_theme_options',
'type' => 'option'
));
$wp_customize->add_control('instagram', array(
'label' => __('Instagram', 'dw-trendy'),
'section' => 'dw_trendy_social_links',
'settings' => 'dw_trendy_theme_options[instagram]'
));
Hope this helps !
You had provided support 2 months ago for taking out the search function. there is a blank space now. Could i insert an image in that section. thank you!
Apologies for the delay in replying to you, you can tell me detail about the image size that you want to insert in that section.
theme breaks for me with the new woocommerce update 2.3.0. will there be a theme update for this?
Hi, I have checked on our demo, this issue come from WP 4.1 & woocommerce 2.3.0. At the moment, our theme still does not compatible with latest version of the plugin. I sent and notified our technical team about this problem. We are checking and fix this issue in the next version. We will release as soon as possible.
Hi I want add coupons discount code to each products but it’s not allowing me to do so (image attached).
Also, How can I add variations to a listing? Can I have a drop down menu selection rather than have 2 different listings?
Can you help me, Please? http://www.wellbeingpro.co.uk/wp-content/uploads/2015/02/Screen-Shot-2015-02-05-at-15.47.40.png
Hello,
How can I add Instagram to my client’s page with the other social media icons? The website is: www.citylegendz.com.
Thanks!
Please go to the http://www.designwall.com/question/, create a new question then tell me detail about this issue, you can send me a screenshot for further checking.
Hey for some reason the slider on my home page refuses to automatically slide. I’m not sure if there’s a defect or I’m making a mistake somewhere.
Hi, Please go to the http://www.designwall.com/question/, then create a private question & send me username & password of your site for further checking.
Hello How can i increase the font size of the “Welcome Message”? How could i also remove the search function?
Thanks, Danny
Hi, - To increase the font size of the “Welcome Message” section, you can add the following code to the style.css file:
.site-header .block-1 p {font-size: 20px; }
- To remove the search section, you can add the following code to the style.css file:
.site-header .search-form button[type="submit"]:before { display: none;}
.site-header .search-form input[type="search"] { display: none; }
Regards,
Hello In reference to above, Since i took out the search function there is a blank space now. could i insert an image in that section. thank you!
Apologies for the delay in replying to you, you can tell me detail about the image size that you want to insert in that section.
It would be a very small image. i will make it fit the space in the area of where the search was.
You can open the searchform.php in the folder path “wp-content\themes\dw-trendy\templates”. Replace the line 3 to line 7 with the following code:
<a class="insert-image" href="">
<img src="File URL" alt="" /></a>
Note: Add your image in the Media then copy the FILE URL in right hand side. Regards,
that worked great. THANK YOU!
Hello Another item i would like to modify. I need to change the “cart” link in the header. we bypassed the cart options and that page is giving error. We also need to update the cart icon on the right side of the browser. Thank you for all you help in the past.
Hi, - you can refer here: http://galengidman.com/2014/05/12/custom-woocommerce-cart-links/
- If you want to change the card icon on the right hand side, you can open the mini-card.php file in the folder path “wp-content\themes\dw-trendy\woocommerce\cart”. Find the line 7.
Note: using the icon from fontawesome. Well, you can find more icon here: http://fontawesome.io/icons/ Hope this helps !
Hello The cart on the side works fine now. the cart link in the header still does not. Could you let me know how i could just remove that link and leave the “my Account’ link. thanks
I have some questions about your theme: 1. social icons (i.e. facebook)- i need them to open in a new tab when click 2. Fonts. when i bold a font on the body copy you can barely notice that it is bold. 3. Fonts. What is the default font of the headings? i would like to match the body font. 4. is there a way to slow the slider? 5. Typography page. are there shortcodes for those elements?
Thanks, Danny
<ul class="list-inline social-list">
<?php if($social_links['facebook']!='') { ?><li class="social facebook"><a href="<?php echo $social_links['facebook']; ?>"><i class="fa fa-facebook" /></a></li><?php } ?>
<?php if($social_links['twitter']!='') { ?><li class="social twitter"><a href="<?php echo $social_links['twitter']; ?>"><i class="fa fa-twitter" /></a></li><?php } ?>
<?php if($social_links['google_plus']!='') { ?><li class="social google_plus"><a href="<?php echo $social_links['google_plus']; ?>"><i class="fa fa-google-plus" /></a></li><?php } ?>
<?php if($social_links['youtube']!='') { ?><li class="social youtube"><a href="<?php echo $social_links['youtube']; ?>"><i class="fa fa-youtube" /></a></li><?php } ?>
<?php if($social_links['linkedin']!='') { ?><li class="social linkedin"><a href="<?php echo $social_links['linkedin']; ?>"><i class="fa fa-linkedin" /></a></li><?php } ?>
<?php if($social_links['pinterest']!='') { ?><li class="social pinterest"><a href="<?php echo $social_links['pinterest']; ?>"><i class="fa fa-pinterest" /></a></li><?php } ?>
</ul>
With new code:
<ul class="list-inline social-list">
<?php if($social_links['facebook']!='') { ?><li class="social facebook"><a href="<?php echo $social_links['facebook']; ?>" target="_blank"><i class="fa fa-facebook" /></a></li><?php } ?>
<?php if($social_links['twitter']!='') { ?><li class="social twitter"><a href="<?php echo $social_links['twitter']; ?>" target="_blank"><i class="fa fa-twitter" /></a></li><?php } ?>
<?php if($social_links['google_plus']!='') { ?><li class="social google_plus"><a href="<?php echo $social_links['google_plus']; ?>" target="_blank"><i class="fa fa-google-plus" /></a></li><?php } ?>
<?php if($social_links['youtube']!='') { ?><li class="social youtube"><a href="<?php echo $social_links['youtube']; ?>" target="_blank"><i class="fa fa-youtube" /></a></li><?php } ?>
<?php if($social_links['linkedin']!='') { ?><li class="social linkedin"><a href="<?php echo $social_links['linkedin']; ?>" target="_blank"><i class="fa fa-linkedin" /></a></li><?php } ?>
<?php if($social_links['pinterest']!='') { ?><li class="social pinterest"><a href="<?php echo $social_links['pinterest']; ?>" target="_blank"><i class="fa fa-pinterest" /></a></li><?php } ?>
</ul>
2. You can tell me detail about this issue, send me a screenshot for further checking.
3. We have used: font-family: ‘Domine’,serif;
4. our theme does not support this issue.
5. Our theme doesn’t support about the shortcode page yet as you wish. Regarding the Typography page, we have used the code of the Bootstrap, you can visit the Bootstrap site to learn more information. However, you can tell me detail the position that you want to change, i will help me resolve it.
Hope this helps !
thanks. it did help. here is a link to show the bold text issue. http://awesomescreenshot.com/0723vh766e . As for the shortcodes – i get that you dont use it but i just wanted to know how to incorporate some of the elements of the page. I looked at getbootstrap.com bu ti am not sure how to get the elements from your typography page
- To display bold text in the content of your product, you can log in to Dashboard > Product, open your product then select “Groove Caddy” word and click Bold and select color for it: http://prntscr.com/57wd9q.
- In case that, you need to be comfortable with Bootstrap, so that you can do it easily. However, if you don’t know about the Bootstrap, ohm, that’s difficult to guide you, unfortunately. Regards,
Thanks for the help
Hello Could you also show how to add the top bar in red in the demo site. it says “Check out our new clothings and accessories Shop now!”
thanks
Thanks i just found the top bar settings
What is the shortcode for TABS?
Hi, Firstly, you can refer document: http://www.designwall.com/guide/dw-trendy/ If you still face there issue, you can tell me detail about this issue & send me a screenshot for further checking.
Hello,
I would like to add google analytics to the website. where is your setting for that?
Thanks, Danny
You can add the code to the Text widget (Dashboard > Widget) or use a plugin, please find the plugin here: https://wordpress.org/plugins/search.php?q=google+analytics Regards,
presale:
is this child theme ready?
Of course ! You can create a child theme.
Presale Question:
Hello,
We want to purchase this theme but we have a very tight schedule (we only have 4 days from today) as to when we need it up and functional by so i want to make sure on this:
- Can the theme be installed exactly like the demo? We want to have it setup as the demo and then just change all images to our own.
Thank you for your time.
Apologies for the delay in the replying to you. Please find here for the document guide on how to install the theme: http://www.designwall.com/guide/quick-start-installation/ Regards,
Hi,
Is there a way to make the product page FULL WIDTH without any sidebar. When I select “Full Width” in the backend on the shop page, nothing changes.
Also, is there a way to make the slider have links on each of the images (without any text being added)?
Thanks, Stephanie
.post-type-archive-product .sidebar { display: none; }
.post-type-archive-product .main { width: 100%; }
- If you want to add a link to the image on the slider, you can log in to Dashboard > Slides, Edit slides.
See the screenshot: http://prntscr.com/4l4qja
Hope this helps !
How can I change the main page product slider (dw_widget_products_slide) to show 5 products instead of 4? I cant change the width of each
of each <’li’>
At the moment You can only add 4 products to the Slider Product section at the moment.
Can I please get an answer for the amazon kindle issue????
Unfortunately, our theme does not support by amazon kindle. Note: If you have purchased an item and it does not work as described or is faulty, please contact support (https://support.market.envato.com/hc/en-us/requests/new) and tell them which file you purchased and exactly what the problem has been with the item. The item will be investigated, and if it is found to be faulty or not working as described it will be fixed or a refund will be offered Hope this helps !
Hello, how can i make the slider to change atumatically? it isn’t working
You can log in to Dashboard > customize > Slider Setting. See the screenshot: http://imgur.com/DfaTuKM
Just bought the theme and realized it’s not supported by amazon kindle… What am I supposed to do about that?
Unfortunately, our theme does not support by amazon kindle. Note: If you have purchased an item and it does not work as described or is faulty, please contact support (https://support.market.envato.com/hc/en-us/requests/new) and tell them which file you purchased and exactly what the problem has been with the item. The item will be investigated, and if it is found to be faulty or not working as described it will be fixed or a refund will be offered Hope this helps !