- TutorialsWhat is Ajax preloading?
Hi sir. i dont change top of mobile menu “SCHLIESSEN” write…
joomshop.com/isgip1

how do I make the side bar more narrow for all pages? I made the home page using 4 columns which I’ll switch back to 3 columns. The home page does not use the same sidebar as the subpages do. I need to make the subpages match the home page. How do I make set the actual pixel dimensions of the sidebar?
Also, please look at the site. I am using a slider on the home page that is overlapping the menu when viewing in mobile. How do I make the slider appear behind the pullout menu?
Thank you,
JM
Hi jsup,
Our theme has not been designed to show Sign in/Log in on mobile version. Please try the code below to fix it in your mobile side. Place the code in Theme panel->Custom Css area, like this: http://screencast.com/t/BzV7Wpof
@media (max-width: 767px){
.td-header-top-menu {
display: block!important;
}
.td-header-sp-top-menu .td_data_time, .td-header-sp-top-menu .menu-top-container, .td-header-style-1 .td-header-sp-top-widget{
display: none;
}
.td-header-sp-top-menu{
display: table!important;
margin-left: auto;
margin-right: auto;
float: none!important;
}
}
The result you should see here: http://screencast.com/t/rmHYIJX9zh
Hope this helps and let us know how it goes!
Thank you!
Hi… I am sure I am missing something but no matter what I do, I cannot get the signup/login menu item to appear in mobile view on this theme…..
Is there something special that needs to be done?
Site is using Woo Commerce, etc..
Hi,
The top menu for the mobile version was hidden by default. You have a code in your custom css that displays it. If you want it to only show social icons on mobile, you need to remove this code from your custom css box:
@media (max-width: 767px)
.td-header-sp-top-menu {
display: block!important;
}}
Thank you!
I successfully made the home page be 3/4 and 1/4 but I don’t know how to apply that to subpages. I used
[vc_row][vc_column width="3/4"][vc_column_text]
in the “text” editor and closed out the tags ok.
Specifically, I need to have the sidebar on the subpages be 1/4 wide instead of the 1/3 it is now.
Also, when viewed on mobile phone, the pop out menu is UNDER the content of the page.
The website is http://www.jlifebuzz.com
Hi steedhar,
Replied here: https://forum.tagdiv.com/topic/problem-in-mobile-menu/#post-80350
Thank you!
Hi steedhar,
Replied here: https://forum.tagdiv.com/topic/problem-in-mobile-menu/#post-80350
Thank you!
Hi steedhar,
Replied here: https://forum.tagdiv.com/topic/problem-in-mobile-menu/#post-80350
Thanks!
Hi
The only way to display the indicated link on mobile is to add it as an item in main menu. To avoid duplications on desktop you can add this css in theme panel > custom code > custom css:
@media(min-width: 768px){
.td-header-wrap .td-header-menu-wrap .sf-menu > li:last-child {
display: none! important;
}
}
This css will work only if you add the link as last item of the main menu. If you chose a different position for it the selectors will change to something like this:
@media(min-width: 768px){
.td-header-wrap .td-header-menu-wrap .sf-menu > li:nth-child(x) {
display: none! important;
}
}
where x is the position of the item in menu.
Hope this help.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi steedhar,
Replied here: https://forum.tagdiv.com/topic/problem-in-mobile-menu/#post-80350
Thanks!
This is my Site : http://www.viralfeeds.us
Mobile menu font style changed as Gabriela http://prntscr.com/96ayn9
But Not Changed there http://prntscr.com/96ayu2
This is my Site : http://www.viralfeeds.us
Mobile menu font style changed as Gabriela http://prntscr.com/96ayn9
But Not Changed there http://prntscr.com/96ayu2
-
This reply was modified 10 years by
steedhar. Reason: added site URL
Mobile menu font style changed as Gabriela http://prntscr.com/96ayn9
But Not Changed there http://prntscr.com/96ayu2
Hello…
I’m facing problem in mobile menu. i have changed mobile menu’s font style but there is not changed..
Please help me.
I changed Mobile menu;s font style as Gabriela http://prntscr.com/96ayn9
But Not Changed http://prntscr.com/96ayu2
hi i changed mobile menu’s font style, but it’s not changed when i browse in mobile.
Hi
Also try this css, the mobile menu should be displayed fine as can be seen here: http://screencast.com/t/jp1tum8q
@media (max-width: 767px) {
.td-header-border:before {
display: none!important;
}
}
Try to clear all caches, deactivate all plugins except Visual Composer and test again.
If this is not what you mean or you still have this issue please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.
Thanks!
Thanks for your reply. For number 1, I did figure it out. Thank you. For number 2, I am going to mess with that now, thank you for the heads up.
Ok, now for number 3, it didn’t work. Let me explain what I am trying to do a bit better.
For mobile, the top header doesn’t show up, which is good, I don’t want it to. However there is a link that I want to have in the navigational bar on the mobile theme (Release Dates). In order for it to show on the mobile navi bar, I would have to add the link to the secondary navigational bar for desktop versions.
Is there a way I can add the Release Dates Menu (with drop downs) on the mobile theme without putting it on the secondary navigational bar on desktops?
Let me know if that helps, if not I can try and do some photoshops to help.
1. I would like to have an advertisements below the top 4 posts on categories and tag pages. Here is an example (shown on the homepage http://www.sneakerfiles.com )
http://postimg.org/image/pl4oa5ver/
2. I would like to make the font in posts a bit larger and more profound without editing any of the other parts of the website.
3. Is there a way to edit the Mobile menu? On desktop I have two navi bars, one top and bottom but would like to include some of the URLS on the top bar (Like release dates) for mobile viewers but do not want to move it to the second navi bar on desktop.
Thank you for reading.
With the setup I am using, is it possible to set my mobile menu to display like this?
http://www.screencast.com/t/GSe6Y7UX
In this example the full menu is displayed and you can scroll across plus you have the option of the mobile menu. Thanks
Could someone help out?
My domain is teenlinktt.com
On the mobile menu, the padding for the menu’s icon is in the middle of my screen and I don’t know whats causing this. Please offer your solutions, thank you.
Hello,
I am having a frustrating time trying to create menus all link together but cannot figure it out.
Basically, this is what I am trying to do:
1) I am running an Ajax filter on a module. I have set this to run on categories.
2) The category ID’s I have used all show up fine.
3) I have ALSO made pages with the same name as the categories.
4) I want the categories and pages to link as one.
For example: If I click on i.e. ‘Mobile’ from the module, it will take me to it’s category page showing the post which is assigned to it. However, if I go to the main menu and click Mobile, it will show me a plain page.
How can I link the page so it links to the category?
Many thanks!
Hello,
I am referring to all menu related plugins. They are not tested with our theme and we cannot assure their functionality.
The mobile version of our theme was not meant to display the top menu by default. You can see this on our official demo: http://demo.tagdiv.com/newspaper/#
Check the mobile version of the demo and see how the theme is supposed to display the menu items.
These menu plugins seem to display fine in the desktop version, but maybe you can deactivate them for the mobile version as they seem to create problems.
Please disable your menu plugins and check the mobile menu again and see if the dorpdown works without plugins.
Thank you!
Hi, thanks, I’ll try that.
One thing I’ve just realised is that I removed categories from the mega menu, but they are still showing in the mobile menu. Could you let me know how I would also remove them from the mobile menu so both menus match?
Thanks