adwait21
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Responsive] Why is there NO Hamburger menu on mobile devices?Hi @albert0346 ,
In tablet view or mobile view, the entire menu item apart from the dropdown arrow element is treated as a “link” tag.
Hence, when you click on the menu item and not the dropdown arrow, it will redirect you to the respective link. This is intended behavior.
Clicking on the dropdown arrow will expand that menu item without redirecting, after which you can select the wished sub-menu point.
Forum: Themes and Templates
In reply to: [Responsive] Menu problem after update to 4.6.0Hi @gunilla ,
Following CSS from the existing menu-css is affecting the dropdown arrow’s color –
.menu a {
color: #ffff00 !important;
}
Please remove only this color part.Then go to Appearance -> Customize -> Header -> Main Menu.
Set “Menu Item Link Color” as #ffff00 and check if arrows are visible.Forum: Themes and Templates
In reply to: [Responsive] Menu problem after update to 4.6.0Hi @gunilla ,
Can you please tell us if there is any additional CSS for “.menu a” in Appearance -> Customize -> Additional CSS tab of your site?
Like –
.menu a {
*some CSS here*
}Forum: Themes and Templates
In reply to: [Responsive] Menu problem after update to 4.6.0Hi @gunilla ,
Please delete the following CSS from Appearance -> Customize -> Additional CSS tab –
.res-iconify {
top: 0.3px;
line-height: 2.99;
}That should solve this issue.
Forum: Themes and Templates
In reply to: [Responsive] Blog Sidebard position in Internet ExplorerHello,
Thank you so much for bringing this matter to our attention.
We were able to replicate this issue on IE and noticed that the issue is caused by IE not supporting new web standards.
But we are looking into it and will see if we can fix this issue in future releases.Please let us know if you have any other issues.
Thank you.
Forum: Themes and Templates
In reply to: [Responsive] Child Theme?Hello,
Can you please elaborate on what changes are you making and after making those changes what is affected?
If you wish to create a child theme, then you can follow these steps –
1. While parent theme is activated, install and activate this plugin – https://ww.wp.xz.cn/plugins/customizer-export-import/
2. Export all the customizer settings by going to Appearance->Customize -> Export / Import
3. Follow the steps on https://developer.ww.wp.xz.cn/themes/advanced-topics/child-themes/#how-to-create-a-child-theme
4. After activating child theme, import the earlier exported file to get all the customizer settings back.
Regards,
Adwait Deshpande