- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsWhat is Ajax preloading?
Is there a way to use the mobile header on all pages regardless of size? There doesn’t appear to be any settings that do this, but wondering if I can modify the code to accomplish this. Can you point me in the right direction to the files I’d need to modify?
This is brilliant – many thanks!
Sorry for one more question – I’ve tried setting the mobile main menu background like this:
@media (max-width: 767px) {
.td-header-main-menu {
background-color: #fff !important;
}
}
but it’s being overriden with a !important in the theme code here:
@media (max-width: 767px)
style.css?ver=4.9.4:1593
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #222 !important;
height: 54px !important;
}
Is it possible to override that override without hacking theme files? I’m using a child theme if that helps.
Thanks!
True. Also wanted to hide page views on posts and change the featured posts to popular posts but the mobile theme comes with predefined styles. That’s why I am not using it.
That is not happening in any of our tests. Regardless of multi-purpose plugin state, the mobile theme counter is not affected. Try reinstalling the multi-purpose plugin from the latest theme package and test again.
Deactivate all other plugins except theme plugins as a test. Clear all caching and CDN cache if used. If you use a child theme switch to the main theme.
We can take a look if these suggestions have no effect, please provide a link to your website so we can inspect the issues.
In primul rand “Felicitari pentru tema”!
Totul functioneaza foarte bine, o sa folosesc tema voastra si in proiectele viitoare.
#Am anumite intrebari:
Am instalat demo-ul vostru default (https://demo.tagdiv.com/newspaper/)
1. Pot sa afisez si ora postarii, nu doar data? (pentru un website de stiri este important cine a publicat primul ca si ora si minut). WordPress implicit la postare are: data, ora si minut.
2. De unde customizez “author box” sa aiba poza si descriere?
3. Unde setez ca la articolele postate icoanele de share sa fie vizibile in mod automat si nu doar apasand icoana + (la voi in demo sunt afisate automat).
4. Pe fiecare poza este scrisa categoria. Are default background color negru si la mouse hover este albastra. Se pot schimba aceste culori din meniu fara custom CSS?
5. Cand editez demo-ul vostru cu TD Composer nu pot edita si “LATEST ARTICLES”, de unde incarcati aceste articole? Din ce locatie le customizez?
6. In footer de unde incarcati EDITOR PICKS si POPULAR POSTS? Din ce locatie le customizez?
7. Se poate ca la o postare care este adaugata in categoria “Featured” sa faca display pe homepage in loc de poza un videoclip Youtube? Demo-ul vostru de aici: https://demo.tagdiv.com/newspaper/td-post-after-effects-guru-tracking-and-stabilizing-footage/ nu este incarcat atunci cand instalezi tu ca si client demo-ul, astfel puteam edita si vedeam ce block foloseati.
8. De unde customizez “popup-ul” cu “mai multe articole” care apare in dreapta jos atunci cand accesezi un anumit articol?
#Sugestii:
1. Logo: Atunci cand ai facut ceva scroll pe pagina si dai scroll sus apare din nou meniul website-ului. Aici ar fi bine daca ar incarca logo-ul din mobile, sau alta varianta. Explicatie: Daca in logo ai un motto, cum aveti voi de exemplu: “the art of publishing” acel text nu mai este lizibil la scroll sus cand reapare meniul (asa este si in cazul meu).
2. Clasa “td-adspot-title” care face display la textul “- Advertisement -” este deja declarata de cei de la Adblock in “spam ads”, acesta clasa ar trebui “schimbata” la fiecare update de tema, sau mai ingenios generata in functie de un parametru unic pentru fiecare client, astfel sa le fie aproape imposibil sa o declare “spam ads” asa usor. Daca verificati cu Adblock plus inclusiv demo-ul vostru o sa vedeti ca “- Advertisement -” nu apare.
Apropo: Tema voastra functioneaza perfect cu Wordfence (antivirus, firewall cu +1 milion instalari active).
Hi,
If you want to have some text in Footer on mobile, notice that your description or desired text should have to be added here -> https://www.screencast.com/t/JBECCcQ6ydqX If is not what you mean, please provide more details.
Thanks for your understanding!
Hi,
@adatkabel Indeed there were no changes to the functionality of the mobile theme plugin. The top grid will display posts included in the Featured category, the latest articles will display latest articles.
If the latest posts are also included in the featured category then they will appear in the top grid and the below latest section.
There are solutions to make modifications to this functionality if required
– https://forum.tagdiv.com/topic/how-to-set-offset-post-for-latest-post-module-on-mobile-theme-plugin/
– https://forum.tagdiv.com/topic/mobile-theme-featured-posts/
– https://forum.tagdiv.com/topic/mobile-theme-categories-are-the-same/
Thanks
Hello,
I’d like to use the official Accelerated Mobile Pages Plugin with newspaper 8.5
I understand TagDiv’s mobile theme does similar things in terms of load times, but if i’m not mistaken, without AMP my news site will not appear in google’s carousel search view? It’s quite important for me to have that ability (i don’t care about Facebook instant articles).
Does anyone use the AMP plugin? do you use it INSTEAD of the mobile theme? or can they work together?
I’m just starting a build so i can’t really test yet but i’d like to know in advance of future hiccups.
I’d appreciate any help or to be pointed to another forum post regarding this (i looked but couldn’t find)
Thank you
Hi,
From the very begining I started use this theme, I tried to set a same look on every device.
My client does not want the mobile theme – but as I read multiple times the Newspaper optimised for phones as well – however it does NOT provide the same look…
It is different on iPhone (safari or chrome), and differ in Android – even not the same on Samsung Galaxy / OnePlus 3 ( chrome/firefox/opera)
After I donwloaded from Google Font font-family: AF2-cantata one-regular-webfont; to maybe that will make a change
But still the issue – the “subtitle” (the text above the article picture, under H1 title ).
On iphone its dark black – can not read – because the letters “float-together” or too fat weight..?
On OnePlus 3 (android ) – light grey – can not see it properly – on a white background…
On desktop – perfect !
Our site visitors 83% mobile / 3% tablet / 1% tv, etc / 13% only desktop/laptop downloads..
So, its a high-request to fix it asap.
Could you give me idea where to start?
On desktop I can use the developer tools in chrome or firefox — but never used on mobilephones, nor in emulator softwares — but the on desktop browser debugging not show the same…
Thank you, Zoltan
https://www.1000wordsmagazine.com/
Hi,
I wanted to make the H1 Titles on mobile phones smaller – so in the custom code I added –
@media only screen and (max-width: 767px) {
h1 { font-size: 22px !important; }
}
So that worked pretty well – but what can I use to make the font responsive also?
It’s a little too big at 15px (which is fine for desktops/iPads etc..)
Also, after I used the above code – now there’s a lot of white space between the H1 title and the menu…how can I remove that space?
Thanks,
Tiarnan
Thanks, Simion, I just wanted to report that by activating the Multi-purpose plugin the views count on the mobile theme stopped working but on the normal theme not! And there is a bug with the sharing-styles!
-
This reply was modified 8 years by
WilRC.
Thanks. I’ll send you the link to a test site:
Basic auth user/pass are both wibble
Ideally I’d like to use the mobile logo (and maybe make the top menu white instead of black) but it’s just a bit on the small side by default, so using the ‘desktop’ logo was the alternative.
That is the footer logo, I could give you a code to remove it on mobile
– https://www.screencast.com/t/IOcV4NjPa
Enter it in the same mobile theme custom code section
.td-footer-logo {
display: none;
}
Hi, is there a guide to setup mobile website?
thanks
Hi,
Indeed there is no option to import the views from a different theme. I see you managed to achieve it. On mobile theme the same view count of the post should be diusaplyed and the count will increase further. That is not a different counter
– https://www.screencast.com/t/NHHn0U5LcH
– https://www.screencast.com/t/qNdxTaTDb4lu
The same function is used – https://www.screencast.com/t/790gbzlx84T
There is an issue when trying to login from mobile devices at the moment, this will be fixed in the coming update. Sorry for the inconvenience.
Thanks
Hello meri,
Unfortunately, the theme does not have any such an option that allows you to customize the mobile theme page but only if you will edit the theme core files, sorry! If you want to make these changes, edit the following files from here -> https://www.screencast.com/t/CFBigDqVT6wB
Thanks.
Hi,
I cannot see the code, the mobile theme is deactivated at the moment. However if it is similar to analytics code, that means it should be wrapped in script tags
– https://www.screencast.com/t/ZSDPrj3whp
Code like that will not be displayed on mobile when the mobile theme is active
– https://www.screencast.com/t/5qlyOsQbZuU
– https://www.screencast.com/t/7etvJkgkMv
If it does not have script tags it will appear just like in your case
– https://www.screencast.com/t/VRexASE6MHEU
Maybe check the code that is added in the posts to have these tags included. It should not appear if added properly.
Thanks
Ok great, also is there any custom code to remove the footer image from mobile device
The scroll to top issue might be caused by the same plugin. Unfortunately I could not make any plugin recommendations in the matter. You could try other plugins with this capability, or configurations, and make tests to see if they cause issues with the theme functionality.
The scroll on mobile could be removed if required with a code like this, entered in Theme panel->Mobile theme->Custom CSS
.td-scroll-up {
display: none;
}
Thanks
Hi – I’m struggling a bit with full-width logo. I’m using header style 11.
I’ve created a logo which is 1068×180. This is lovely on a desktop and matches the page width. On a mobile, I don’t want to specify a mobile logo (as it’s a bit small, squashed in between the menu and search icons) so I’m relying on the same 1068×180 logo on mobile too, which displays full-width below the Main Menu. Problem is with mobile display sizes, whitespace padding appears between the Main Menu (at the top) and the logo. Also padding just below the logo to the faint dividing line. I’m wondering if it’s possible to make the scaling a bit more elegant, perhaps top-justify the logo so there’s no white space between Main Menu and logo, and also perhaps lose that divider just below the logo?
Hello pstgibson,
You should use the Multi-purpose setting from Theme panel, like this -> https://www.screencast.com/t/fti9PxUGCm and the mobile number will appear here -> https://www.screencast.com/t/vSwmTJpF
Hope this helps!
Thanks for the message!
Hi,
This code will increase the height of the mobile header, like this
– https://www.screencast.com/t/2OBzz0URu
It will remain the same size when sticky as well
– https://www.screencast.com/t/nJTTeiaXT
This is the code used
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu, #td-header-menu {
height: 100px !important;
}
#td-top-mobile-toggle,
.header-search-wrap {
top: 23px;
}
.td-main-menu-logo img {
max-height:100px;
}
.td-header-menu-wrap.td-affix {
transform: translate3d(0px, 0px, 0px)!important;
}}
You may modify values if needed, or leave it as it is.
Thanks
Hi,
I don’t understand the benefit of having the 3 last articles on top of the mobile theme and then all the latest articles (and so the 3 same ones on top, again).
Is there a way to customise the mobile theme?
For example, would it be possible to show the 3 most popular of 7 days + latest articles?
Or other options?
Thanks
Hi Simion C,
Thank you for the reply. my website is http://www.thewinin.com/
Yes you are right mobile page displays it as simple post content text. my developer said API is integrate properly and problem is not there.
Please if you or tagdiv developer can help me and tell me what is the issue than i will ask me developer to look into that.
Btw any update on this news https://tagdiv.com/amp-newspaper-theme/
love to get amp support and would defnately pay extra to get it.
Anyways thanks once again