Doors Two - Multipurpose WordPress Theme
Themeforest Doors Two - Multipurpose WordPress Theme WordPress Theme




Overview
Doors Two is a Powerful, Modern looking, Creative, Fully Responsive Multi-Purpose Multi-Page & One-Page Wordpress Theme. Its features are very clean and attractive. It is great, professional and easy to use. Be it Business, Corporate, Shop, Portfolio, Agency, Magazine, Parallax, Blog or App Showcase, just everything is possible with Doors Two.
Support ?
Main Features
Features
- Visual Composer Drag & Drop Layout
- WooCommerce Ready
- Based on Bootstrap 3x
- HTML5 & CSS3
- 100% Responsive
- Font Awesome 4.3.0
- Clean and Creative Design
- CSS3 Animations and Transitions
- Clean Code with Comments
- Easy to Customize
- Multiple Home page Variations
- Parallax Background
Change log
Version 1.4
++ UI element fixed
++ Comment form display issue fixed
++ Visual Composer updated version
++ Doors 2 core plugin updated
++ ShortCode features updated & some fixes
++ Twitter auto enabled at theme option
++ Gmap api updated
++ Twitter auto enabled at theme option
NOTE: Images are not included in the download file.
Hi dear Author,
ReplyDeleteIt’s a cool and amazing theme, Thank you very much for the efforts …
BUT i couldn’t import sample data (Demo) since 2-3 hours i imported demo data BUT it’s currently working and i don’t when it will be done? So i am unable to setting up default theme like demo.
Please advice me and let me know how can i fix it.
Thanks a lot in advance.
Hi,
ReplyDeleteMaybe your site need too much time for import file media.xml (all media of sample data). You can remove file w_media.xml in folder: wp-content/plugins/doorstwo-plugin/importer/xml/data/w_media.xml
Then you use out tools import demo in Appeareance -> Theme Options -> Import Demo. And tools wordpress importer: Tools -> import -> Wordpress – import file w_media.xml
Or you can file all_content.xml in folder: wp-content/plugins/doorstwo-plugin/data_xml/all_content.xml
Thank!
Hi,
ReplyDeletePlease, Rating Us.
thanks in advance.
@cmsbluetheme_support:
ReplyDeleteThank you very much for your help, I just followed up your guidance and it was successful BUT there is a problem, it’s couldn’t load footer area after “Some Clients” not only in fist page it happening in all pages, I looke around to find the solution BUT unfortunately ca not fix it.
Could you please advice me with this issue? Thank in Advance.
@ThemeRegion:
Of course i will do, It’s is great theme i ever saw
Dear @cmsbluetheme_support:
ReplyDeleteThe issue fixed.
Dear Users: If you faced such issue you can fix it from here: Appearance > Theme Options > General Settings > Footer Page
Great !!
ReplyDeleteThanks a lot for giving us a nice feedback
Hello,
ReplyDeleteI have installed this theme but there seems to be an error in the files as I am getting the following notices.
Warning: array_filter() expects parameter 1 to be array, boolean given in /nfs/c07/h02/mnt/179951/domains/tastingtableclub.com/html/wp-content/plugins/doorstwo-plugin/doorstwo-plugin.php on line 131
Warning: array_filter() expects parameter 1 to be array, boolean given in /nfs/c07/h02/mnt/179951/domains/tastingtableclub.com/html/wp-content/themes/doorstwo/blue_includes/blue_setup.php on line 49
Hi,
ReplyDeleteYou can edit in file:
1. wp-content/plugins/doorstwo-plugin/doorstwo-plugin.php line 55
you remove line self::loadWidgets();
2. wp-content/themes/doorstwo/blue_includes/blue_setup.php line 44
you remove line self::loadWidgets();
Thank!
Hi there,
ReplyDeleteIs it possible to have the social media links open in a new window? How can I action this?
Thanks
Hi,
ReplyDeleteYou can use target="_blank"
http://www.w3schools.com/tags/att_a_target.asp
if social media use fontAwesome, you can use shortcodes [icon class="abc...xyz"][/icon]
E.x: <a href="http://www.youtube.com" target="_blank">[icon class="fa-youtube"][/icon]</a>
Thank!
Dear Author, I already sent an email for you about some issues which are happened on my theme, Please reply to at the earliest time. Thanks
ReplyDeleteHi my friend,
ReplyDeletePlease send any problem to contact.bluetheme@gmail.com
and send your info: admin account
Thanks!
Hi! I get a duplicated Site Title. I see now that it is duplicated in Doors Two Theme live demo too… It´s shows like “Doors twoDoors two”
ReplyDeleteI´ve already tried to add in the header:
<title><?php wp_title(’’); ?></title>
It didn´t work.
And I deactivated and activated all plugins and it seems definitely that´s a problem with the theme.
Thanks for your help in advance!
Hi,
ReplyDeleteYou can try add code to file wp-content/theme/doorstwo/function.php
function alx_wp_title( $title ) {
// Do not filter for RSS feed / if SEO plugin installed
if ( is_feed() || class_exists('All_in_One_SEO_Pack') || class_exists('HeadSpace_Plugin') || class_exists('Platinum_SEO_Pack') || class_exists('wpSEO') || defined('WPSEO_VERSION') )
return $title;
if ( is_front_page() ) {
$title = get_bloginfo('name').' | '.get_bloginfo('description');
}
if ( is_front_page() && get_bloginfo('description') == '' ) {
$title = get_bloginfo('name');
}
if ( !is_front_page() ) {
$title .= ' | '.get_bloginfo('name');
}
return $title;
}
add_filter( 'wp_title', 'alx_wp_title' );
Thank!
Hi there!
ReplyDeleteI’ve just purchased the theme and it looks awesome!
I only have one problem:
I chose the page “home fade slider” to begin building my website. Everything works fine with the only exception of the “last news” from the blog section. Instead of displaying the preview of the three latest blog entry, the section list three huge (bootstrap column-md-8) blog articles, one after the other.
I tried every option withing the WPcomposer but nothing changed.
It did that since the beginning, when I hadn’t touched it yet.
Do you know why it behaves like that?
Thanks in advance!
Hi,
ReplyDeletesorry, I was check in our demo: http://demo.cmsbluetheme.com/wp_doorstwo/?page_id=456 .
But, I still can’t understand your problem. Could send your site address to contact.bluetheme@gmail.com or in here.
Thank!
Hi,
ReplyDeletesorry, I was check in our demo: http://demo.cmsbluetheme.com/wp_doorstwo/?page_id=456 .
But, I still can’t understand your problem. Could send your site address to contact.bluetheme@gmail.com or in here?
Thank!
Mail sent
ReplyDeleteHi On the navigation i noticed the sub nav only comes down when clicked, can that be changed? so instead of click its on hover
ReplyDeleteHi,
ReplyDeleteThank you for purchased our theme.However, I am sorry to say that I made this sub menu open on click not for hover effect. And it also possible to make it open on hover but need custom css/js work.
Thanks
Hello. I want to learn how to change the color of the header. The color of the header is gray. Under the menu. Thank you.
ReplyDeleteThank you. If you already purchased this theme, please send us your purchased details to contact.bluetheme@gmail.com
ReplyDeleteI have sent a few emails to the support and got no return at all.
ReplyDeleteI’m having trouble when entering the twitter user in the field and nothing works.
Another message that is appearing on my dashboard is that the subject is out of date with respect to woocomerce:
“Your theme does not support WooCommerce – Please read our Integration Guide or see our Storefront theme that is completely free and designed specifically for use with WooCommerce.”
“His theme (DoorsTwo) contains outdated copies of some WooCommerce template files. These files may need to update to ensure their compatibility with the current version of WooCommerce. You can check which files have been affected in the system status page. If in doubt, check with the theme of the author. “
Hi,
ReplyDeleteBefore you need install and active plugin Woocommerce. If you had installed plugin Woocommerce, you can send account admin to email: nguyenvannam9208@gmail.com?
I will check its.
Thank!
Hi,
ReplyDeleteI’ve uploaded this theme but I’m struggling to use it at all on Wordpress. It’s not the most intuitive themes at the moment. Could you provide any help with this?
I’m not very tech savvy, and I do need some help with working on this.
Thanks.
Hi,
ReplyDeleteThank you for purchased our theme. However, Please take help form documentation for installation. Also sorry to say that at this moment we do not providing support for this item. Sorry for inconvenience.
Hi, sorry for the delay of me
ReplyDeleteBefore you need install and active plugin Woocommerce. If you had installed plugin Woocommerce, you can send account admin to email: nguyenvannam9208@gmail.com or contact.bluetheme@gmail.com?
I will check its.
Thank!
Thanks. I’ll do that now!
ReplyDeleteIs this compatible with woocommerce?
ReplyDeleteYes. It has already woocommerce shop. http://themes.themeregion.com/doors-two/shop/
ReplyDeleteThanks