- 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
Vlad, it shouldn’t works like this… I provided a specific link, and you send me another. Please, use mine on mobile device and get back to tell me If it is ok.
Hi,
Can you please continue to scroll down to the table that has four (4) columns — that is the table that I was referring to where the third and fourth column is cut off on mobile.
This makes it difficult to display content that has over two columns. I have a lot of content that displays data and I need a fix. Please help.
Calin .. ^____^;;
Thank you for the first answer.
It should be a div, not a table.
The table is just a sample.
I can’t make this form with a div.
So I explained in a table.
I’m sorry for the misunderstanding again.
What I’m trying to do is a div, described below.
http://carloansinfor.com/wp-content/uploads/2019/11/PC-screen.jpg
http://carloansinfor.com/wp-content/uploads/2019/11/Mobile-screen.jpg
Each form should contain this format.
I want to create individual divs using css.
please.
-
This reply was modified 6 years by
moneymake.
Hello Vlad
Like I wrote previously:
– wp_content/plugins/td-composer/legacy/Newspaper/parts/logged.php
I change and it didn’t change the link. ?
I Just check and the line is the same than in the mobile version.
<?php
//get current logd in user data
global $current_user;
echo '
<div class="td-logged-wrap">
<div class="td-menu-avatar"><div class="td-avatar-container">' . get_avatar($current_user->ID, 80) . '</div></div>
<div class="td-menu-username"><a href="https://www.virtualmagie.com/profil">' . $current_user->display_name . '</a></div>
<div class="td-menu-logout"><a href="' . wp_logout_url(home_url( '/' )) . '">' . __td('Logout', TD_THEME_NAME) . '</a></div>
</div>
On mobile it works but not on computer.
Any idea why?
-
This reply was modified 6 years by
Thomas.
Hi,
You can try this custom css that will apply only on this page -> http://prntscr.com/pvudn9
.post-3148 table td{
width: 100%!important;
float: left;
text-align: center
}
The code need to be set in Theme panel> Mobile theme> Custom code> css -> http://prntscr.com/pvuesf
Hope this will help you!
Thank you!
Hi,
Please check these -> http://prntscr.com/pvu098 sectioions from Theme panel, remove the background image from there and check to see if the image still appear on mobile.
Thank you!
Hi,
If you have mega menus and you are using the mobile menu, the mega menus will not be display in mobile menu.
If this is not what you mean, please provide some more details, some screenshots and a link where I can check this problem.
Thank you!
Hi,
From what I can see the mobile theme is appearing ipad, this is usually a cache plugin conflict, please deactivate it and check to see if this is still happen, also we recommend to use WP Super Cache plugin.
If there is still a problem, please provide me a link to your website where I can check this problem.
Thank you!
Hi,
From what I can see the mobile theme is still appearing on desktop version, this is usually a cache plugin conflict, please deactivate your it and check to see if this will still happen, also we recommend to use WP Super Cache plugin.
Please note that we answer the topics from Latest to Newest Monday – Friday from 08:00AM to 05:00PM GMT+2 So multiple replies to your topic will only make us to get harder to your topic. Also note that is not recommended to reply in other users topic since you will make the response time longer !
Thank you !
Hi,
From what I can see the mobile theme is still appearing on desktop version, this is usually a cache plugin conflict, please deactivate your it and check to see if this will still happen, also we recommend to use WP Super Cache plugin.
Thank you!
Hello!
That is because this option is made for the mobile device that have the Whatsapp install, this will work only if the visitor on your website is connect to Whatsapp on desktop.
Thank you!
Hi, my site http://www.techmonquay.com has a problem where the site navigation menu bar becomes not functional after updating to newspaper 10. If i remove deactivate the newspaper theme then it works again. This problem only occurs on the desktop only. In mobile its working fine.
Ref site: https://dev.elobservadorcr.com/
On mobile the menu is calling an image from 192.168.0.40 (private IP), I just install a theme on a different server an load the demo Life News PRO
Can you help me with instructions of how to remove this call?

Hi,
I just updated to 10.1
In changelog, it said can disable mobile time on page. How to that? I don’t see those option in Mobile panel or page.
Thanks?
when testing my site, i am seeing the full mobile theme on my big ipad pro. how do i turn off tablets and only have it display on mobile phones?
https://drive.google.com/file/d/1qMKOfJAOIHwuNFwJ7c9PxmPWj_u2Gkjh/view?usp=sharing
Thank you for ignoring it, please check the last question:
Main domain looks like for mobiles…
https://ibb.co/9hwL3Sb and this is how it should look like https://ibb.co/6b02Kck
Hello,
I’m using Newspaper theme, and when viewing a table in mobile the table cuts off. You can see an example here.
What is the best solution here? I would like to make tables “responsive” or at least allow for horizontal scrolling? Right now, the user cannot scroll and the information is simply cut off for rows not in view.
Thanks.
sir i already install all the required plugin like tagDiv composer, Standard Pack, tagDiv Cloud Library, tagDiv Mobile Theme, tagDiv Social Counter,
It’s not a big issue but you right; mobile menu needs to be clicked twice to open
Hi,
The mobile menu works like this when I try to open it https://ibb.co/JmSQmgL. The search button is working fine.
Main domain looks like for mobiles…
https://ibb.co/9hwL3Sb and this is how it should look like https://ibb.co/6b02Kck
That is the one in-article ad I set manually in Mobile Theme > Mobile Ads > Article Inline Ad. Before the Newspaper X update, AdSense Auto Ads would ad more ads below that in the article, but those are gone now.
I found 2 files:
– wp_content/plugins/td-composer/mobile/parts/logged.php
I change and all is OK in mobile version :
<code><div class="td-menu-username"><a>ID) . '" class="td_user_logd_in">' . $current_user->display_name . '</a></div>
to
<div class="td-menu-username"><a href="https://www.virtualmagie.com/profil">' . $current_user->display_name . '</a></div>
– wp_content/plugins/td-composer/legacy/Newspaper/parts/logged.php
I change and it didn’t change the link. 🙁
Don’t know if it change with the 10th theme version?
What file do I have to edit?
-
This reply was modified 6 years by
Thomas.
Since we went live we are having issues with AMP pages appearing on the desktop and desktop pages appearing on the mobile. However, the issue isn’t consistent, some times a page appears as it should but then the next time we access it, it is wrong (i.e. amp when it should be desktop or vice versa).
We have cleared the CDN and disabled it. We have cleared WP Super-Cache and disabled it and we have cleared the cache in the browsers we use. We have also tried to make sure our AMP, Mobile Theme and WP Super-Cache settings are set as advised in the documentation. However, our WP Super-Cache settings screen is a little different to that in the documentation.
Hi,
You do not need to add your number for sharing on whatsapp , this option is enable only on mobile version, so the users that visit your website to can share on whatsapp your posts.
Sharing -> https://forum.tagdiv.com/sharing/
Thank you!