- TutorialsWhat is Ajax preloading?
Hello,
I have checked your site and it seems all your menu items are pages and you use the mobile theme. You did not add any content in the mobile theme editor so that is why nothing is shown. In your case as you only show pages with content blocks the mobile theme plugin is not recommended as it does not use visual composer and you will not be able to show visual composer blocks on mobile pages. Please read this guide: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hi,
Well the top menu was not intended to show on the mobile view. That is why the login was added in the mobile menu. We do not recommend using the top menu login on mobile. Please only use the mobile menu login. You should remove the login from the top menu but I cannot access your site anymore now since you activated the maintenance mode so I cannot provide the code for removing the login from the mobile top menu for the moment.
For the bbpress as well, I cannot access your site so i cannot inspect the forum in order to provide the code.
Thank you!
Hello nkodgh,
If you want to show the Top Bar menu on your mobile mode, please consult this topic here -> https://forum.tagdiv.com/topic/mobile-menu-view/ because there was discussed this task. So, if you want to do some additional customization for a better display you should do it yourself because we cannot provide custom work at the moment, sorry!
Thanks for your understanding!
Hello,
My users complain that they can not click on the menu on the mobile theme. If they click for example on flights, they do not show flights. NO article is being loaded there?
Do you know whats going on?
http://www.the ticket guy.nl is the website theticketguy.nl
Thankyou!
Hello,
How do I:
1. Configure the top-menu to display at the center/middle (between the date and the social media).
2. Secondly, how do I make the top-menu visible on mobile and tablets too?
Thanks in advance.
Hello,
Please provide an example of how you are implementing the video.
As for the menu items, your menu items are created as custom links pointing at # you will need to add urls’s to them if they are to point anywhere on mobile or desktop.
Thank you!
Also menu for mobile version is not working when I press on a category.
Hello,
Thank you.
-I ll try to cache.
– For registration on mobile, i can do it on main menu but not on topbar (only login).
– Do you know how can i change font color for BBpress, actually it use theme color? I would like to change all main forum name color font.
Thank you.
Regards
Sébastien
Hello datomnz,
Please keep in mind that this type of mega menu is available only for desktop and tablet version. Notice that the mega menu will not work for the mobile version, sorry! If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for the message!
Hi,
I’m creating a megamenu like this on desktop: https://forum.tagdiv.com/topic/mega-menu-with-grid-columns/ , however this doesn’t show on the mobile menu (the responsive one rather than the mobile theme).
Is it possible to create a new menu just for the responsive mobile theme so that I can recreate this appropriately so it shows properly?
THanks
Tom
Hello,
1. Please use this css code for the trendin now element:
.td-black .td-trending-now-wrapper .td-trending-now-title {
background-color:#af5d25!important;
color:white!important;
}
2. You probably did not remove it from the homepage. Each element is separate and has to be edited as such. There is no functionality to edit one element and affect all of them. Each particular widget is separate from the other. Please access your social counter element from your homepage like so: http://screencast.com/t/F6jBOdnu8c9 and remove the youtube id.
3. In order to center the menu, you can add this code:
@media (max-width: 767px){
.td-header-sp-top-menu{
text-align: center!important;
}}
As for the height, it can only be reduced by deleting the social icons at the top as they are already present in the mobile menu. You can remove them with this code:
@media (max-width: 767px){
.td-header-sp-top-widget{
display:none!important;
}}
4. I’m not sure what font color you are referring to. please provide a screenshot so I can provide the proper solution.
5. There is no quick view on products as this has to come from woocommerce. If the plugin does not provide the option, then the theme cannot render it.
Thank you!
So right now, on MOBILE VIEW menu (I don’t have mobile theme installed), when I click on menu symbol, I can only see my main categories. Behind every main category there is an arrow, and only when I click on the main category, the subcategories are displayed. Otherwise they are hidden…
Now I have seen on other websites, for example in the example below, where subcategories are displayed under main categories (with indented position) right when you click on menu symbol:
(see screenshot here)
https://picload.org/view/raadopgc/urlaubsguru_menu.jpg.html
How can I make my mobile menu like this?
Yes we are taking about same spot in screenshot you made. That is where I uploaded an image but my background doesn’t change for mobile menu. That’s why I asked if there is a certain size in original post.
Hello kaidensharma,
I have inspected your website on mobile mode and it seems to work as properly. You should use a bit of CSS code to give black color for menu button, like this ->
#td-top-mobile-toggle i{
color:black;
}
The results is here -> http://screencast.com/t/IJYNGUWa
If is not what you mean, please provide more details so OI will be able to provide a more accurate response.
Thanks for the message!
Hi,
– The white block is a news ticker element that can be found in visual composer. edit your page and check the trending now element.
– Edit your page and edit the social counter settings and simply remove the youtube ID from the widget settings:https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
– Try to use this code for the top menu on mobile:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}}
@media (max-width: 767px){
div.td-header-sp-top-menu {
display:block !important;
}}
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}}
– Thumbnail sizes cannot be changed easily in our theme. You will require coding skills for it: https://forum.tagdiv.com/td_api_thumbupdate/
– Use this css code to remove pinterest:
.td-social-pinterest{
display:none!important;
}
Thank you!
Hi Bogdan,
I choose not to use the mobile theme plugin since I don’t like how it renders.
What would be the changes I’d need to make to this code in order to keep my custom menu?
(From: https://forum.tagdiv.com/topic/where-do-i-edit-the-mobile-menus-options/)
4. You can make a add a new menu for mobile only editing theme’s code as follows:
– edit td_menu.php and add this line of code here: http://screencast.com/t/Rf59isOchm
‘custom-menu’ => ‘Custom menu for mobiles’
– edit menu-mobile.php and add thei code here: http://screencast.com/t/ybU3TZ4yLhvu
wp_nav_menu(array(
‘theme_location’ => ‘custom-menu’,
‘menu_class’=> ‘td-mobile-main-menu’,
‘fallback_cb’ => ‘td_wp_no_mobile_menu’,
‘link_after’ => ”,
‘walker’ => new td_walker_mobile_menu()
));
Thanks in advance guys. Love your work.
Cheers
I have ruined the mobile version of my website http://kaidenworld.com
can u please help me out in placing my logo, search button and menu button on right place ??
Hello,
If you are not using the mobile theme, then you should be able to change the mobile menu background from here: http://screencast.com/t/ZJB9DaLeTX
If this is not what you mean, please provide more details to what background you try to change.
Thank you!
Well the code got changed so your customization is no longer correct. This is the problem with altering the theme files. Updating a theme means replacing the code. Code gets updated and modifications were made on the old code.
If you want to have a different menu on mobile phones, you can simply use the mobile theme plugin now and you will already have a custom menu for mobile phones.
Thank you!
Hi,
First of all, great theme.
Secondly, I would like to suggest my humble opinion and questions in these matters:
1. You guys should definitely consider adding a swipe image effect on lightbox galleries. Arrows are so old these days. Even mobile lightbox is still using arrows.(such as https://github.com/dimsemenov/PhotoSwipe)
Is there a way to adapt such effect using theme hooks or API?
2. Please add sidebar menu on desktops as well, for an option.
2. Please add more developer controls (hooks). For example it would be great if you could add an action right under td-outer-wrap in header.php. Interestingly, you added after header action but no before header action.
Another example here is, I want to add an icon right next to search bar, and I can’t because there is no hook there. I think developer controls are important in a theme.
Which comes to my question.
I want to add content right before header, without modifying the actual theme code. I don’t want to copy and change header.php, because every time theme updates I would need to check the header code if it’s changed.
How can I add a content before header?
Thank you,
Hi guys,
I think I figured out the problem. I had previously created a custom menu so I could add some additional items to my mobile menu (here’s what I did: https://forum.tagdiv.com/topic/where-do-i-edit-the-mobile-menus-options/)
I modified td_menu.php and menu-mobile.php before installing and that appears to have broken the theme. When I uploaded 7.5 out of the box, it worked, but when I added in my customisations, it broke the theme again.
So my question now is how do I add custom menu by modifying td_menu.php and menu-mobile.php. I think these were modified since 7.3 so these customisations are no longer valid.
Thanks
Hello,
1. The grid on mobile will appear only if you have featured posts. Th featured posts must be added in the featured category: https://forum.tagdiv.com/featured-posts-2/
2. In order to make the join menu appear you must activate the “anyone can register” setting from the WP settings: http://screencast.com/t/lwA9iJTlKJ
Thank you!
Hello Catalin,
I use tagdiv mobile theme, and top bar menu still not show. Other question is, why admin menu cover header menu.
thanks
hamzah
I uploaded an image as a mobile background but it didn’t change the default. Is there some type of size requirement or something I may be doing wrong? Let me know, excited to get it working.
Dear Support!
I have some questions about mobile theme works:
1. For my website HouseChief.ru not displayed top grid section.
2. In mobile menu not displayed “Join”. Only “Sign in”.
Thanks.
Regards, Artem.