Doors Two - Multipurpose WordPress Theme

Themeforest Doors Two - Multipurpose WordPress Theme WordPress Theme

Download Doors Two - Multipurpose WordPress Theme WordPress Theme

Download 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 ?


Forum

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.

Download Doors Two - Multipurpose WordPress Theme WordPress Theme

Comments

  1. Hi dear Author,


    It’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.

    ReplyDelete
  2. cmsbluetheme_supportJuly 29, 2017 at 7:01 PM

    Hi,


    Maybe 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!

    ReplyDelete
  3. Hi,


    Please, Rating Us.


    thanks in advance.

    ReplyDelete
  4. @cmsbluetheme_support:


    Thank 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

    ReplyDelete
  5. Dear @cmsbluetheme_support:


    The issue fixed.


    Dear Users: If you faced such issue you can fix it from here: Appearance > Theme Options > General Settings > Footer Page

    ReplyDelete
  6. Great !!
    Thanks a lot for giving us a nice feedback

    ReplyDelete
  7. Hello,
    I 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

    ReplyDelete
  8. cmsbluetheme_supportJuly 29, 2017 at 7:01 PM

    Hi,


    You 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!

    ReplyDelete
  9. Hi there,


    Is it possible to have the social media links open in a new window? How can I action this?


    Thanks

    ReplyDelete
  10. cmsbluetheme_supportJuly 29, 2017 at 7:01 PM

    Hi,


    You 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!

    ReplyDelete
  11. 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

    ReplyDelete
  12. Hi my friend,


    Please send any problem to contact.bluetheme@gmail.com


    and send your info: admin account


    Thanks!

    ReplyDelete
  13. 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”


    I´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!

    ReplyDelete
  14. cmsbluetheme_supportJuly 29, 2017 at 7:01 PM

    Hi,


    You 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!

    ReplyDelete
  15. Hi there!
    I’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!

    ReplyDelete
  16. cmsbluetheme_supportJuly 29, 2017 at 7:01 PM

    Hi,


    sorry, 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!

    ReplyDelete
  17. cmsbluetheme_supportJuly 29, 2017 at 7:02 PM

    Hi,


    sorry, 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!

    ReplyDelete
  18. christianriveragamboaJuly 29, 2017 at 7:02 PM

    Hi On the navigation i noticed the sub nav only comes down when clicked, can that be changed? so instead of click its on hover

    ReplyDelete
  19. Hi,


    Thank 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

    ReplyDelete
  20. 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.

    ReplyDelete
  21. Thank you. If you already purchased this theme, please send us your purchased details to contact.bluetheme@gmail.com

    ReplyDelete
  22. I have sent a few emails to the support and got no return at all.
    I’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. “

    ReplyDelete
  23. cmsbluetheme_supportJuly 29, 2017 at 7:02 PM

    Hi,


    Before 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!

    ReplyDelete
  24. Hi,


    I’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.

    ReplyDelete
  25. Hi,
    Thank 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.

    ReplyDelete
  26. Hi, sorry for the delay of me


    Before 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!

    ReplyDelete
  27. Thanks. I’ll do that now!

    ReplyDelete
  28. Is this compatible with woocommerce?

    ReplyDelete
  29. Yes. It has already woocommerce shop. http://themes.themeregion.com/doors-two/shop/


    Thanks

    ReplyDelete

Post a Comment

Popular posts from this blog

Ravaio - Modern Responsive phpBB Forum Theme

NRGagency - Creative One-Page Agency Theme

Rent It - Car Rental Template with RTL Support