- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsWhat is Ajax preloading?
Hi,
If i enable the related article option in post settings then there is something wrong with the mobile view.
The mobile theme isn’t fixed anymore and you can swipe left and right which disturbes the layout. If i disable related articles then the layout of the mobile theme is fixed again. Tried it also with all ads disabled, no succes.
Can this be a bug?
I’m using an Iphone SE so the screen of this device is quite small
Thanks
Hi,
I have this white padding space between my header and the big grid 1 in mobile view. I wish to remove this white space in mobile view only (the space can remain in ipad and desktop view).
I have tried this CSS and pasted in the Theme panel>Advanced CSS>Phones but it has no effect:
.td-main-page-wrap {
padding-top: 0px;
}
Please see link: https://imgur.com/a/96YYt
Thank you for your help.
Hi,
When I upgrade to the latest theme version 8.5.1, some images not full frame on mobile screen (plz see image attach http://www.screencast.com/t/jFWq55gpL). I used child theme. Can everybody fix this issue?
Thank you so much!
How to remove top grid from mobile home static page (newspaper theme) ?
I just wanna the lastest posts 🙂
Hi, I updated the theme this morning, plugins and cleared caches including cloudflare.
Still seeing a mobile page for desktop
Hello,
Te top grid shows featured articles. That means articles added to the featured category. The bottom module shows all the articles in a latest to oldest sorting option. There is no sorting option in our theme for these blocks.
If you want to customize it and avoid repetition, find out what the category ID is of your featured category. Say for instance that it is 26
Now, inside of Newspaper\mobile\front-page.php you will find this code:
$wp_query_args = array(
'ignore_sticky_posts' => 1,
'post_status' => 'publish',
'posts_per_page' => $posts_per_page,
'paged' => $paged,
);
Make sure to add:
'category__not_in' => array( 26 ),
to the end of the array so that it looks like this:
$wp_query_args = array(
'ignore_sticky_posts' => 1,
'post_status' => 'publish',
'posts_per_page' => $posts_per_page,
'paged' => $paged,
'category__not_in' => array( 26 ),
);
Thanks.
Hi,
I dissabled the ads on mobiles, tablets and clicked on save.
but nothing happens, just the image running circles..
http://picpaste.com/1D71D2C0-E558-4889-A0EE-B6D2C1471139-NhwAEw9J.png
multiple times I tried, multiple browsers, multiple devices = same results
possible to swicth off the ajax savings button, and make a proper save button which is refreshing the page after saved the new options to the db ?
Thanks,
Hello,
Our theme features a separate mobile theme implementation like so: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
When you go to my website through mobile, you get to see 3 articles, below that you can see the header ”latest articles”. But it shows the same 3 articles that are above them : http://www.screencast.com/t/OrFuRhXf
How can I change the settings of these?
Hello mehedi57,
If you want to change the color for headings for mobile devices, you should use the media queries. As a hint, you should try using the code below and place it in Theme panel->Cusotm CSS Area.
@media (max-width:767px){
h1,h2,h3 {
color:red;
}
}
Thanks.
Hi Simion,
Thank you for reply.
Tha was just a half-solution, cos now some of the authors links jump on their on profile page but still some of them to the homepage.
And -as I wrote all plugins disabled, database leftovers cleaned so dunno what could cause the issue.
The authors list page ;
https://1000wordsmagazine.com/szerzoink/
1 author ( Anna Supol ) which profile not works ( from the 10 )
https://1000wordsmagazine.com/author/anna-supol/
Overall 35 authors the links for 18 not works or jumps to the home page. With all plugins dissabled.
And you maybe missed my 2nd question:
tagdiv’s mobile theme why not and when will give support to the tagdiv composer ( or at least the visual composer / wp backery / ) in the mobile view?
I open other topics/tickets ‘cos there more things not works properly…
Thank you, Zoltan
Hello my problem fits perfectly to the headline of this topic, so I hope you’re not angry beppepicaro, if Im using your place to describe my issue.
Yesterday Ive updated my theme to 8.5.1 and its running fine except one thing.
The mobile layout has shrunken a little bit and it doesn’t look as good as before:
How can I fix it to the previous look?
Hello,
If you want to remove the breadcrumbs and title of pages on the mobile theme , please use this css:
@media(max-width:767px){
.page .td-crumb-container, .page .td-page-title{
display:none;
}
}
Thanks.
Hi Bogdan,
I have done everything you have suggested and what in the documentation
written is about this topic.
Unfortunately, everything without success.
The mobile theme still appear on the tablets even if I disable all other plugins.
What else can I do?
Many thanks for your help!
seb
Actually, I don’t need anything new but I just want that my desktop version’s text color should work on the mobile version. Like I have set my H1, H2, H3 text color is blue but when I activate mobile theme this desktop text color doesn’t work.
Hello mehedi57,
Unfortunately, the theme does not have any such an option that allows you to customize your mobile theme page, sorry! If you want to do this, you should use a bit of CSS code. You should provide your website URL and through such a useful screenshots you should explain what exactly you want to change.
Thanks for the message!
Hi,
I have inspected the website, it seems the mobile post content is not displayed on mobile. The mobile theme plugin is somewhat sensitive, it could be affected by other plugins. The only way of knowing if there is a plugin conflict would be to deactivate them all, except theme plugins and clear all caching.
Or deactivate the mobile theme plugin and use the default theme responsive version, the plugin is optional.
Thanks
Hi,
Mobile pages require the content to be entered in the mobile editor
– https://www.screencast.com/t/MuKPA1Xccj
Only content entered there will be displayed on mobile, when the mobile theme plugin is active. Please note that this plugin is not required, if you want the same content from desktop to be displayed on mobile, deactivate it. The main theme is fully responsive and will adapt the website for each device.
More about the mobile theme functionality here
– https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hello sir, I really like your mobile theme version which is light and blazing fast. But the original test color format doesn’t work on this mobile version. Is there any custom css for enabling text color and format for mobile theme also?
Hello,
Sorry but the mobile theme was designed to show a loop of all the posts on a site. There is no simple way to show the pages instead. You should not use the mobile theme if you nee to show pages. Use the standard responsive version of the theme to show your desktop content on mobile phones as well.
Thank you!
Hello AWAY FROM LIFE,
I have tested your website with a mobile emulator and I saw that you have some js errors on your console, as you can see here -> https://www.screencast.com/t/NjgrbW1drQi Also, I saw that you are using a lot of untested plugins which can interact with the theme core files and causes a lot of unknown issues. Try to disable all of these, clear all the caches and check the results.
Hope this helps!
Thanks for the message!
Hi,
That would be in these files – https://www.screencast.com/t/WtzmQyPMlDt
If the mobile theme plugin is used here – https://www.screencast.com/t/Qi1wqEQKF0
Thanks
When site opened in mobil – it shows a list of posts. You have to used the navigation button to access pages. Is their a way to have the pages show up in the ‘landing page’ list instead of posts?
My site does not really have any ‘posts’ , it is mostly comprised of pages. Ideally, would like these to be the first thing mobile viewers see when visit site.
Uninstalling the mobile plug-in & relying on the native them responsiveness seems to make everything “wonky”
additionally – can the social media buttons be removed from the mobile menu ?
Please advise – thanks !
Hi,
If you are using the mobile theme plugin, this has no option to remove the login. You could hide it with a code like this if needed
– https://www.screencast.com/t/e00b7BqcN
Enter it in Theme panel->Mobile theme->Custom CSS code section and the sign in/login will not be displayed when using the mobile theme plugin.
.td-menu-login-section {
display:none;
}
Thanks
Hello,
I’ve created a website in a test subdomain on my domain camperreisverslagen.nl.
I used Newspaper theme and everything looks fine on test.camperreisverslagen.nl.
To test my migration I migrated complete site and database to dev.camperreisverslagen.nl. Still looks great and experienced no problems.
However, I migrated complete site to my root-domain and now the Theme settings seems to be different as there is a mobile menu popping up on the Home Screen (dekstop). Also background images have disappeared and Header style seems to be mixed up as both Logo as Text Logo are visible.
Also on mobile the site does not work correctly.
Any idea how this can occur and how it can be solved? It’s strange that migrating to my dev subdomain does work, and to my root domain changes things.
Thanks a lot, Rene