Hi,
I like the Sign In / Join or register to be more visible and eye catching in a nice clean fresh way.. is this possible?
Also is there a code or shortcode that i can add the sign in to my Main Menu or Widget or on Page so that when clicked it also opens up in lightbox?
Currently only have disable and enable sign in via back-end but can really have it placed anywhere else if i like to..
Please Help
Hi,
So what you would like to do? Do you want to change its color?
You can try this custom css in Theme Panel > Custom Css – http://screencast.com/t/YCO05sxaW
.td-header-top-menu .td_ul_login a {
color: #ff0000;
}
Unfortunately there is no login widget available, it was implemented only for top menu and mobile menu.
Thanks!
Thats Unfortunate that we cant add sign in as shortcode or widget..
Ok so i tried the Custom Css .. cant see the change..
What i like to do is not just change the colour but make it more attractive and visable.. like perhaps a button style concept or what ever you suggest that would be visually appealing and stand out..
Just to clarify Yes just noticed the CSS change worked tho if you can help out with how to improve visual and would be great!!
How do i choose what is displayed on mobile version? Currently it displays 3 posts like slider layout .. one after another.. tho how can i display a Slider that is currently on my desktop version but cant see on mobile version?
Hello,
The mobile theme will convert your desktop homepage to a predefined one. Please read this guide to learn more about the mobile theme features: https://forum.tagdiv.com/the-mobile-theme/ If you do not want to use the mobile theme, you can disable the plugin and use the responsive version of our theme.
Thank you!
Ok Thanks.
About The Sign In in the top bar.. how can i make it more attractive and visable.. like perhaps a button style concept or what ever you suggest that would be visually appealing and stand out..
you supplied with the following CSS which only changes the colur of txt.. what else can you do to make it more appealing with Custom CSS
.td-header-top-menu .td_ul_login a {
color: #ff0000;
}
Hi,
You can try to make it button-like using this code:
.td-header-top-menu .td_ul_login a {
color: #ff0000;
border: 1px solid red;
padding: 4px;
border-radius: 6px;
}
result: http://screencast.com/t/OyW9vdEyLi1
Thanks.
Hello,
if you do not like the mobile theme and want to use the standard responsive version of the theme you can simply disable the mobile theme plugin. It;s a simple plugin like any other. Access the plugins section of wordpress and press the disable button.
Thank you!
Ok Thank you.
Another question..
If i disable the Mobile version and on main MENU i use SUB MENU as PAGE ID than i wont be able to see the Sub Menus on Mobile version properly unless i also add the sub menu under parent menu.. tho in this case i will have two SUBMENUS displayed on DEsktop version.. is there a way i can display proper SUB menu on mobile responsive version ?? and have PAGE ID For SUB MENU in mega menu for desktop?
Also Is there a way to predefine other content for mobile version.. ??
Hello,
The mega-menu sub-categories will appear in the mobile menu as sub-menus. We added compatibility between the mega menu and the mobile theme but page menus will not show up on mobile. Sorry. We have no solution to provide for a page menu in the mobile menu. You can have a different mobile menu if you use the mobile theme plugin and create your own mobile version of the menu: http://screencast.com/t/Piq3zPra
As for the other content, please read this guide: https://forum.tagdiv.com/search/mobile+theme/
Thank you!