- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsWhat is Ajax preloading?
Hello erikbaseball2,
So, do you have some customization through code or some custom CSS added by you in the theme, which could affect the mobile menu? If not, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so I can further inspect your setup page. Also, please provide the link of this topic so we can know who you are and what the issue is.
Thank you for the message!
Ive got the Newspaper theme almost complete and I am loving it. However, I’ve ran into a snag; my mobile colours are not matching my desktop. I’ve tried changing to multiple colours from the theme colours section, with no luck.
What’s weird is that some of the mobile pages change but not the main?
Any ideas? The site is http:singlegadget.com
Thanks,
Zane
@temporary_saint, were you able to get demand partner SSP/exchanges working within adglare? Took a look at their demo which seems to only show adsense backfill. Do you run DFP in parallel and take DFPs ad tag and put into adglare?
If you are just using adsense as demand, then tagdivs theme out the box does this by using responsive adsense ad tags:
For one, the ads scale in size, so they look great and proportional on all devices.
and this if you customize what size you want by width within the theme panel options
Secondly, I was able to show ads in different places, depending on the screen size… meaning I could have a box ad in the sidebar when on desktop or tablet, but then have it jump into the content when on mobile (so that it didn’t end up with the sidebar waaaaaaay down at the bottom).
I ended up going with AdGlare (http://adglare.com) for ad serving which turned out to be much more flexible for my needs.
For one, the ads scale in size, so they look great and proportional on all devices.
Secondly, I was able to show ads in different places, depending on the screen size… meaning I could have a box ad in the sidebar when on desktop or tablet, but then have it jump into the content when on mobile (so that it didn’t end up with the sidebar waaaaaaay down at the bottom).
AdGlare all the way! 🙂
I updated as you instructed and I am still facing one issue. The video playlist does not work on mobile. I can play individual videos, but the playlist play button does not work. Is there a fix for this?
hai,
(Place this ad code in the <head> tag (or at the top of the <body>) of the pages where you want to show the ads. It’s the same ad code for every page and site, and you won’t need to change it even if you adjust your Page-level ads settings).
Above content says Google adsense.
Page level ad code supported only for mobile devices.
So please help-ad code installation method for mobile template.
(please give me a detailed explanation).
Thanks,
Antony.
How can I have the Header Ad showing below the Main Menu on Mobile Devices? Right now it is coming up above the Main Menu
Tks
Marcelo
But there is another issue.
https://drive.google.com/folderview?id=0B1vAJdtrla0TNld3QlkxX0F2cW8
After opening and scrolling mobile menu, it will show up an background image from baner. Thanks for your patience
Hey there,
is there a way to disable the more article Box on mobile devices? I feel it is quite annoying in these cases.
Hi,
We recently noticed that some of our subcategories are not showing up when we hover over the category menus. For example, we have 6 subcategories under our main menu category for FAMILY: Children, Guy Talk, Parenting, Schools & Eduction, Seniors, and Teen Scene. It also doesn’t show on our responsive mobile menu. 
If we hover our mouse over the FAMILY category on the main menu, the subcategory “Teen Scene” is not shown. BUT if we CLICK on the FAMILY category, then we see all of the subcategories. 
My question is, can we increase the number of subcategories shown on the mobile menu and when we hover over a category in the main menu bar?
If so how, please?
Thanks for your help
It worked, with custom size only on desktop, we are working on mobile
Hi, I deactivated and deleted all plugins that weren’t bundled with the theme and it is still acting up on mobile. site is dynamicgov.com
Hi
I assume that you’re referring at scroll to top button. You can make that button viable on mobile by adding this css in theme panel > custom code > custom css: http://screencast.com/t/aMOGjXdA
@media (max-width: 767px){
.td-scroll-up-visible {
display: block!important;
}
}
Thanks!
Hi,
Sorry for not spotting this earlier, i was not looking on the mobile version, as i knew the ads dropped below the blocks. It seems something is preventing the css to apply properly. You can use this custom css to fix it and I will add this issue on our buglist for further testing:
@media (max-width:767px){
.td-pb-span4 .td_block_15{
float:none!important;
}
Thank you!
Hello livingtosmile,
Please check the following screenshot and you will see the code for black color for mobile bar -> http://screencast.com/t/NeogIbMd3jQO
Hope this helps!
Thank you for the message!
Hello TagDiv,
I need to create a mobile only ‘back-to-top’ button.
Is there a function on the theme that can allow me to do this?
Alternatively, is there a CSS where I can do this.
Thanks,
Does anyone know the color code for the “black” header bar in the Newspaper mobile app.
I am designing a logo with a dark background. However, when I made the logo black it was slightly darker than the header bar. Due to the nature of the logo I cannot make the logo transparent so I want it to match the header bar.
Thanks!
Hello kapunas,
Please notice that is not a simple task to change this functionality. You need to alter the code from tagdiv_theme.js and menu-mobile.php, like this -> http://screencast.com/t/5qjye5jYehu -> http://screencast.com/t/355wCqLaeJfu
Hope this helps!
Thank you for your understanding!
For some reason my mobile menu is loading behind content on the page so you cant see any of the menu items
I am not using a plugins for cache. But I am using CDN. So i did cache purge. But the problem still exists. When I view the website in mobile the correct font is shown, but not while viewing in desktop.
How can I clear cache if I don’t use a cache plugin.
Just as an aside — what another theme did, which was “sort of” clever, but also a tad confusing, is they made down arrow prominent next to each item, and then on mobile the down arrow (chevron, whatever) would trigger the drop down menu, but “main” item would function as on desktop as a “click location”
So, desktop would work as TagDiv menu does now.
iPad, the behavior would change so that only down arrow would trigger drop down, but the “main” menu item would work when clicked directly and would not trigger drop down menu.
Took me a bit to figure out and was intially annoyed the drop down menu didn’t work, and I’d keep going to the actual page — which is the situation TagDiv trying to address, and the way most “mega menus” work … but once I figured it out, I went “oooooh…. hey, that’s kind of clever” ….
Not sure this would be solution here; but I suppose on mobile people might be more likely when not using hamburger menu to want to go to main item vs drop down.
Of course, also note many theme devs just default to hamburger menu/slide out, to solve this issue entirely.
Andrei’s explanation is correct and logical for how the menu works, so not a bug… but simply no other way for it to work on mobile as you can’t have a button be a link and a drop down trigger ‘on tap/touch’ as there is no hover.
Anyway… the down arrow = trigger dropdown menu would be ONE solution, and it’s clever. Of course people complain about that solution too 🙂
-
This reply was modified 10 years by
simchris.
I’ve had the same thing. Appears to be a bug. The quick fix is simply go back into the theme panel and change the font again. Especially the font on the main menus (desktop and mobile). Fonts can change randomly when you change other fonts. It’s been mentioned before, but it’s very random and very hard to document for support purposes…

I have changed the fonts of my website yesterday (used typekit.com font). Now the above image shows the new font that I changed yesterday. But this pic got screenshot when loading of the page.
But after loading the font changes to something else, which is not the one I have set on my theme panel.
The below image shows that.

But when viewing the site on mobile, it shows the correct font.
Hi,
How can I prevent the page in mobile view from scrolling to the top when I click the mobile menu toggle icon? I have tried #/ and “javascript:void(0);” but the page still scroll to the top before the mobile menu opens.
<div id=”td-top-mobile-toggle”>
<i class=”td-icon-font td-icon-mobile”></i>
</div>
Thank You