- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperHow to Add a Logo in Newspaper
- NewspaperBig Grid Flex Settings
- NewspaperHeader Builder
- NewspapertagDiv AMP Plugin Tutorial
- NewspaperNewspaper theme documentation
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewspaperFont Customization
- NewspaperTheme Colors Introduction
- NewspaperBackground Introduction
- NewspaperHeader ads
- NewspaperPost template ads
- NewspaperCustom ad spots
- NewspaperMain Menu
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
Thx, the 2nd code, to hide the table on desktop, I place it in the advanced css area for desktop or both codes inside mobile?
Now it should work, add this as well
@media (max-width: 767px){
.td-header-sp-top-menu, .td-header-top-menu-full {
width: 100%;
text-align:center;
}}
Note that there is also a login in the mobile menu, so now you will have one in the top menu and one in the menu modal.
This code will remove it on mobile for example
@media (max-width: 767px) {
.Rhineetle {
display: none;
}}
The code has to be entered here – https://www.screencast.com/t/papIv5w5
If you create a new table and place it in the post content, you could use a new class. Then hide it on desktop, for example
@media (min-width: 767px) {
.Rhineetle_mobile {
display: none;
}}
This should work. I tried to make the table to scroll but with no results. It could be possible with enough time. You could search online for the best way to create a responsive table, there could be valuable tips.
Yes, finally I decided to place the title in the top bar in big screens.
Yes! Exactly that it’s what I needed in mobiles. Thanks!
When scrolling the screen up, however, the title disappears. It re-appears when scrolling all the way down to the begining of the post/page/home or when the menu is pressed. Can be fixed?
Thanks again, Simion.
Hi, yes you can give me a code to swap table when on mobile.
I would also consider a solution if possible to just hide the whole appearance column when surfing on mobile if that might make the table show the other columns.
Or make the table sort of scrollable if you know what I mean, like.. Now it shows 3 out of 5 columns on a phone, then a person could swipe left/right inside the table to show the other columns and hide the other two, if that can be done.
Sorry I’m a newbie so I don’t know what and how it can be fixed…
Hi,
What exactly is that? Does that appear when you use the search button? The colors for that modal can be adjusted in the theme panel
– https://www.screencast.com/t/rg8NcLwe5D (no mobile theme)
– https://www.screencast.com/t/5Gm6gDYAJoq (with mobile theme plugin)
You can also set a background image if you want to.
Thanks
Hi,
While it may look nice on desktop, that table is not suited for mobile. That many table columns will not fit properly on mobile. Also I see that non-responsive fixed values in px are used. I tried, but there would be no way to fit that table on a small screen and also maintain a decent design on it
– https://www.screencast.com/t/7cZ3vtx3
The theme has some design for it and will try to make it responsive
– https://www.screencast.com/t/JEcz79e0wDhz
But that may not work with all tables.
What you could do is to create an additional table more optimized for smaller devices. I could give you a code to hide this one for mobile and display that one instead, if you should consider that a solution.
Thanks
Thanks in advance for any help.
Could someone just have a quick look on my WordPress site http://www.backpackinglife.de on a computer and then on a mobile device. On the computer it’s fine but my iPhone the site doesn’t work properly at all. I can’t find the issue.
Thank you.
I see you decided to place it in the top menu, with the multi-purpose style.
So on mobile you want to replace the logo with the tagline. You could try something like this maybe
– https://www.screencast.com/t/lPiiLl6ty
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
text-align:center;
}
.td-social-icon-wrap,
.td-mobile-logo img{
display:none;
}
div.td-header-sp-info {
margin-left:0;
position:absolute;
left:0;
top:10px;
}}
Hi,
So maybe something like this – https://www.screencast.com/t/gmTvS07AS8U
This is the code used, enter it here – https://www.screencast.com/t/c0cg03ne
.td-mobile-logo img {
right: 44px;
left:auto;
}
Thanks
Hi,
Is there any way to show logo as aligned to right in mobile version?
Regards.
For example https://howtofixwindows.com/transfer-windows-10-license-to-new-computer/
Microsoft edge and internet explorer browser not loading the page properly: http://prntscr.com/k8it7d (it’s loading centered ) Where Chrome browser load the same post url properly: https://snag.gy/vebUK5.jpg
recently upgrade the theme to 8.8.2 but now the post URLs loading like this can you tell me why it’s behaving like this?? whats wrong where i have updated all plugins with latest one. Also tried clear cache and load the page on different PC. Also tried disabling all plugins but the post load as previously on edge/internet explorer where chome load the post properly.
using plugins: Wp rocket, Google Analytics Dashboard for WP (GADWP), Really Simple SSL, tagDiv AMP, tagDiv Composer, tagDiv Mobile Theme, tagDiv Social Counter,tagDiv Speed Booster, Wordfence Security,WPS Hide Login,Yoast SEO Premium
Hi, I can’t provide a link but let me know what code I can use to display 2 links only on mobile menu.
Thanks!
My logo in the menu looks good on the desktop and also looks good on mobile but somewhere in between there it gets out of whack. You can see what I’m talking about here. Should I resize the logo? Is there anything I can do?
I made a video of the issue here: http://youtu.be/y4WOaxE6QKo?hd=1
or
https://www.InterestingAnswers.com
Thanks
Focusing now in the mobile version, could I change at least the img.td-retina-data logo shown at the middle of the td-header-menu for a text? (for example, the alternative text, which could be the site title)
Hi,
You seem to be using a mobile theme of some kind on mobile
– https://www.screencast.com/t/HaeeWxx8
Try to disable that theme and check AMP again.
Dear, can we display only the cart option in the top menu in mobile devices or can we make the top menu somewhat thinner than the code you have given to me?
This is consuming too much space in mobile. Hope you understand. Please provide me the code for it. Thanks
-
This reply was modified 8 years by
great1212.
Hi,
The top menu is not displayed on mobile, it never was intended to display there.
However it could be made to appear with a code, if this is required. Something like this would work, you could try it
– https://www.screencast.com/t/CABlPOFxL
This is the code for it if you want to use it
@media (max-width: 767px){
.td-header-sp-top-menu,
.td-header-top-menu-full {
display: block!important;
text-align:center;
}
.td-social-icon-wrap{
display:none;
}}
Thanks
Please provide me the code to show the cart in mobile devices…
Seems to work now – https://www.screencast.com/t/kooHyuB1H
There are no errors that I can see, AMP is validated. The ads show for me as well, when checking with mobile or mobile emulator.
Hello, I’ve made a fairly large Html Table (5 columns) and it looks great on the desktop. But on my phone, and with Chrome mobile view inspector it only shows 3 columns at most (Stops at the Type). Can you help me make this table responsive like the rest of the website? Because I’d like for my users to be able to see all the 5 columns on their phone as well.
Here is the link of the table https://gamerdiscovery.com/dofus-rhineetle-guide/#species
I can also add the table into TablePress plugin if that makes it any different, I tested that as well but TablePress doesn’t manage to make it responsive either because the theme forces the Table to a certain width or something.
Hi,
The top menu is not displayed on mobile, I could give you a code to display it if you could provide a link to your website. Or you could add the language switcher to the main menu.
Thanks
I have adjusted cart in the top menu, but it is not showing in mobile devices. What should I do to get it visible in mobile devices?
Hi!
I have a multilingual website, I have inserted the “italian” and “english” switching links on Top Header Menu, but when the site is viewed in mobile version, these links disappear.
How to continue to see these links also in mobile version?
What is the recommended solution for switching between one language and another?
I have selected M4 as my article display view It looks great on larger devices. I am wondering how i could set an alternate article display view when the screen size is reduced. I am not happy with the look on mobile devices and would rather use M10 or M16 for mobile devices. Is this possible?