sajjadrad
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Super Cache] separate cache for diffrent agentThanks for your answer.
I did this but nothing happened.It can because of my mobile app browser agent.
I set a unique user-agent for mobile app browser and add my agent to “wp_cache_mobile_browsers” array but I think it didn’t detect my agent as mobile device.Thanks again
Forum: Plugins
In reply to: [WP Bootstrap Menu] How can i give an id or class to a menu item?How do you specify your item?
Forum: Plugins
In reply to: [WP Bootstrap Menu] Open Links in New WindowUnfortunately there is no option to specify _blank links when you are creating a new link.But I will try to find a solution.
Forum: Plugins
In reply to: [WP Bootstrap Menu] Plans for version 3?navbar class of course
Forum: Plugins
In reply to: [WP Bootstrap Menu] Plans for version 3?I think bootstrap has no change in new version,Do you test wp bootstrap menu with bootstrap 3?
Forum: Plugins
In reply to: [WP Bootstrap Menu] Sub Menu not working with WooCommerceFor using sub menu in hover mode you must add this style :
.dropdown-menu .sub-menu { left: 100%; position: absolute; top: 0; visibility: hidden; margin-top: -1px; } .dropdown-menu li:hover .sub-menu { visibility: visible; } .dropdown:hover .dropdown-menu { display: block; } .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu { margin-top: 0; } .navbar .sub-menu:before { border-bottom: 7px solid transparent; border-left: none; border-right: 7px solid rgba(0, 0, 0, 0.2); border-top: 7px solid transparent; left: -7px; top: 10px; } .navbar .sub-menu:after { border-top: 6px solid transparent; border-left: none; border-right: 6px solid #fff; border-bottom: 6px solid transparent; left: 10px; top: 11px; left: -6px; }
Forum: Plugins
In reply to: [WP Bootstrap Menu] Sub Menu does not display, I am sadPlease copy HTML output here,not codes.
Depend on your browser use show resource and copy menu HTML output here.For sub menu you must add this style to you bootstrap or style file:
.dropdown-menu .sub-menu { left: 100%; position: absolute; top: 0; visibility: hidden; margin-top: -1px; } .dropdown-menu li:hover .sub-menu { visibility: visible; } .dropdown:hover .dropdown-menu { display: block; } .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu { margin-top: 0; } .navbar .sub-menu:before { border-bottom: 7px solid transparent; border-left: none; border-right: 7px solid rgba(0, 0, 0, 0.2); border-top: 7px solid transparent; left: -7px; top: 10px; } .navbar .sub-menu:after { border-top: 6px solid transparent; border-left: none; border-right: 6px solid #fff; border-bottom: 6px solid transparent; left: 10px; top: 11px; left: -6px; }
Forum: Plugins
In reply to: [WP Bootstrap Menu] SubMenu does not display for meBootstrap doesn’t use sub menu hover code,You must add this style to your bootstrap:
.dropdown-menu .sub-menu { left: 100%; position: absolute; top: 0; visibility: hidden; margin-top: -1px; } .dropdown-menu li:hover .sub-menu { visibility: visible; } .dropdown:hover .dropdown-menu { display: block; } .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu { margin-top: 0; } .navbar .sub-menu:before { border-bottom: 7px solid transparent; border-left: none; border-right: 7px solid rgba(0, 0, 0, 0.2); border-top: 7px solid transparent; left: -7px; top: 10px; } .navbar .sub-menu:after { border-top: 6px solid transparent; border-left: none; border-right: 6px solid #fff; border-bottom: 6px solid transparent; left: 10px; top: 11px; left: -6px; }
Forum: Plugins
In reply to: [WP Bootstrap Menu] Sub Menu ItemsI said before,You must use some codes for showing sub menu in hover mode.For example add this css to you style or your bootstrap style:
.dropdown-menu .sub-menu { left: 100%; position: absolute; top: 0; visibility: hidden; margin-top: -1px; } .dropdown-menu li:hover .sub-menu { visibility: visible; } .dropdown:hover .dropdown-menu { display: block; } .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu { margin-top: 0; } .navbar .sub-menu:before { border-bottom: 7px solid transparent; border-left: none; border-right: 7px solid rgba(0, 0, 0, 0.2); border-top: 7px solid transparent; left: -7px; top: 10px; } .navbar .sub-menu:after { border-top: 6px solid transparent; border-left: none; border-right: 6px solid #fff; border-bottom: 6px solid transparent; left: 10px; top: 11px; left: -6px; }
Forum: Plugins
In reply to: [WP Bootstrap Menu] Sub Menu does not display, I am sadIf problem exist yet please copy output html here.
ThanksForum: Plugins
In reply to: [WP Bootstrap Menu] Sub Menu does not display, I am sadHi
You must close ol tag after <?php endif; ?>Forum: Plugins
In reply to: [WP Bootstrap Menu] Active class and dropdownsI will try for adding custom link support.Please wait for next version.
ThanksForum: Plugins
In reply to: [WP Bootstrap Menu] Sub Menu does not display, I am sadHi
I visited your website,but I didn’t see any drop down menu,please enable drop down menu and set dropdown link to level 2 until I can review the output HTML.
Thanks.Forum: Plugins
In reply to: [WP Bootstrap Menu] Active class and dropdownsWhat is link type? custom link,category or page?
Forum: Plugins
In reply to: [WP Bootstrap Menu] Sub menu are not displayedNo,What is you bootstrap version?