No search results were found in Documentation!
Hi,
Please set this code in Newspaper>Theme panel> Mobile theme > Custom code>Css too
-> https://www.screencast.com/t/7FGPy4FWV
#td-mobile-nav {
position: fixed;
}
This will fix the menu on mobile.
Thanks.
hello , my website is working totally fine on chrome ( desktop and mobile ) but it s different on safari ( header color red ) ( search icone on the top of the menu icon ) safari mobile , please help
Hi,
I have only responsive theme, not mobile plugin. I noticed that on mobile I don’t see menu. Why?
Before I change some thing I was wondering about this.
Certain page links I only have in the top menu but in mobile view the top menu only shows the SM icons. Anyway to display the top menu links in mobile view?
Cheers
FIRST: This is the second time I’ve updated the theme to latest and twice have had to roll it back out of disappointment with the limitations.
Do I have to use the mobile theme to use the new AMP?
I don’t want to use the Mobile theme on the homepage because I don’t like the way it limits the design
How can I keep my homepage design and still have mobile theme?
When I did upgrade and activated the mobile theme, my single posts still looked like the Cloud template design that I want, but the homepage offers few options for design.
SECOND – When updated to the new version my menus setting didn’t work on Mobile and when I clicked the menu it wanted me to sign in and asked that I “Click here use WP Menu builder”
Hello,
Since the last update, the mobile version of our website is totally broke… Do you have any idea to fix the problem?
The screenshots below show the website and the menu:
https://drive.google.com/file/d/1LxHVX1iGhe4YD7y-GK0oX7dLVxCaAkfS/view?usp=sharing
https://drive.google.com/file/d/1F_EwiGqQh63PwQzSJMVMmOo6f6ufdbWl/view?usp=sharing
Hi, I have use class “data-scroll-to-class” for scroll to section from main header menu, everything work fine on desktop but when I look on the mobile site its navigate me to the wrong position. Any idea with this?
Here is the Site
you can compare this in desktop and mobile
ello
I have this problem while I browse my website using my cellphone.
I activated Mobile+Amp option, but the problem still.
Here is a screenshot:
https://drive.google.com/open?id=1P3TJskSApG3r6c6TDyFJ8IS7Jze21Dpc
Hello
I have this problem while I browse my website using my cellphone.
I activated Mobile+Amp option, but the problem still.
Here is a screenshot:
https://drive.google.com/open?id=1P3TJskSApG3r6c6TDyFJ8IS7Jze21Dpc
Hello! I need set a diferrent menu on mobile because header buttons dont are showing in mobile
Hi team,
Every time I press an item in menu of (Mobile+AMP) them, I see the very quick URL with # after /, then it quickly change to category’s URL.
Ex: http://www.domain.com/# => http://www.domain.com/topics/sport
Please help me remove # after URL like that.
Thank you,
Update: fixed only by setting default menu template. My optional designed with Header editor shows this unwilling sticky menu with mobile snap
-
This reply was modified 7 years by
AndreyBalashov.
I have sticky menu set on Smart snap. And I turned on Header Logo on Sticky menu.
Now in Chrome I have Sticky menu but without logo. But with a text NEWSPAPER
In Firefox no Sticky at all.
On Mobile no Mobile logo. But also a NEWSPAPER text.
My site is: swimbikerunrepeat.ru
What am I doing wrong?
Hi,
So you mean in the header? If you use the mobile theme plugin, this has it’s own header ad spot – http://prntscr.com/n7gbp4
If you don’t use the mobile theme it will be possible if you use a cloud header template
– https://cloud.tagdiv.com/#/load/All
These headers can be customized, you can build the desktop header and the menu header
Desktop – http://prntscr.com/n7ge7u
Mobile – http://prntscr.com/n7ged6
So you can place an ad box element in desktop with the ad you want, and another ad box with a different ad in the mobile version.
– https://tagdiv.com/newspaper-theme-customize-the-header-manager/
– https://tagdiv.com/mobile-header-newspaper-theme/
Let me know if you have more questions.
Thanks
hello , on the left side of my website ( all pages ) the menu is always there even in the mobile version , i would like to have my content pages fit to screen desktop and mobile , and show only when i press the menu icon , tnx
hi, I just renewed the support because I’m wasting a lot of time for changes. I’m not a technician.
I use header style 9 | top bar style 1 | Footer style 8
I have a big list of changes and issue to solve …. ehehe so I start with this.
This is my css – I put in so You can check any issue
.td-a-rec-id-sidebar > div{
margin-bottom: 5px!important;
}
.td-main-page-wrap {
padding-top: 24px;
}
.td-all-devices{
margin-bottom:5px!important;
}
.td-ad-background-link {
cursor: pointer; cursor: hand;
}
.td-social-google, .td-social-pinterest, .td-social-facebook, .td-social-twitter{
display:none!important;
}
.td_block_related_posts .td-related-right {
display:none!important;
}
.category .td-page-title{
display:none!important;
}
/*.sf-menu{
margin-left: auto;
margin-right: auto;
display: table;
}*/
.entry-title, .td-module-title {
text-align: left;
}
.td-module-meta-info {
text-align: left !important;
}
.td-excerpt {
text-align: left !important;
}
.home .td-header-rec-wrap {
display:none;
}
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
th, td {
text-align: left;
padding: 9px;
}
tr:nth-child(even) {
background-color: #f2f2f2
}
.intestazione {
color: white;
background: black;
}
.page-id-12658 .td-header-wrap, .page-id-12658 .td-footer-wrapper, .page-id-12658 .td-sub-footer-container {
display:none !important;
}
I would like to know if it’s possible display different version ads (for desktop and for mobile).
I try with this code
<div class=”td-all-mobile” style=”padding:0px”> I have a revolution slider inside </div>
<div class=”td-all-desktop” style=”padding:0px”> I have a revolution slider inside </div>
but don’t work.
I’ll wait for your answers. Probably You need more info…?
Thank a lot for your help.
Hi,
Seems that grey bar is a padding set on the body of the website http://prntscr.com/n79qd3
I believe that top ad is adding it, so that when the page is loaded it pushes down the content – http://prntscr.com/n79r09 it should remove the padding when it’s closed however, but it does not – http://prntscr.com/n79rca
Without that padding it will appear over the mobile header – http://prntscr.com/n79rsb
so the menu, logo and search will not be seen unless the website visitor closes it. I could give you a code to remove that padding – http://prntscr.com/n79uer
body {
padding: 0!important;
}
Enter it in the theme panel -> mobile theme -> custom CSS code section.
Thanks
Hi,
That effect do not cause that problem, you need to way until your page/post is full load, after that your menu will work properly.
If you want you can follow our guide for increase page loading speed -> https://tagdiv.com/how-to-increase-page-loading-speed/
Or you can try the mobile theme -> https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
Thank you for your understanding!
Can’t be solved? insert the mobile menu or insert a css rule in the advanced section of the css?
When I use my mobile menu, there is a “grey” bar” across the top and when I scroll up on my menu, the grey bar is transparent and shows the website scrolling in the background. I uploaded a YouTube video to show you. https://youtu.be/-KhubUYeLNA
I am on newspaper 9.6 with mobile theme set to amp only, and wp amp.
Siteground VPS with their own ‘supercacher’ enabled.
Since upgrading from 9.2 the mobile theme menu is taking an age to become visible. Like over 2 seconds. If used on the homepage for example, the first click of the menu hamburger initiates some kind of fancy screen redraw, but it just appears that there is no menu until it finally comes up seconds later. How can I either turn off this pointless redraw (if that is what it is causing the delay), or prioritise the menu?
Feedback: It seems particularly pointless to have this fancy redraw for a menu click, when by definition the user is showing they want to go elsewhere, and the menu background covers it up anyway. Like if the menu was working correctly you wouldn’t even see it, so why have it?
Hi,
You can display different headers for each page or cloud template, both on desktop or on mobile. So for example on one page you can select one header with one menu on mobile
– http://prntscr.com/n6sc5e
And a different header, or the same one duplicated and modified http://prntscr.com/n6scne on another page.
While editing pages and cloud templates you can choose the header you want to use
– http://prntscr.com/n6sdir
If you have more questions let me know.
Thanks
Hi,
1. If you are using the AMP option in mobile theme on your mobile will have the desktop content ( the theme responsive version ) if you’ll set the mobile + amp then you’ll have the mobile theme on mobile devices.
Mobile Theme: Automatic Optimization for Mobile with Newspaper Theme -> https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
How to Make an AMP Ready Website with Newspaper Theme -> https://tagdiv.com/amp-newspaper-theme/
2. In AMP version you can not use JavaScript that’s way the menu in AMP is expended, you have to many sub-menus you can set a different menu for mobile/amp -> https://www.screencast.com/t/R0zmCDDmqHmM
Thank you for your understanding!
I am testing the mobile theme and AMP. Right now I’m having issues, especially in regards to menu. I’ve already deactivated all plugins except mobile theme and AMP.
1) I have the “AMP” only selected in the mobile theme. When I visit a page from a mobile device, it’s showing the responsive version of the post. If I amend the URL with “/?amp” then the AMP version shows. Is this correct?
2) More importantly, the menu on AMP page is fully expanded (it has several options with multiple drop-downs). As a result, it’s expanding the drop-downs over other parts of the menu to where it is unreadable because text is written over the top of other text. Any ideas?