- 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
- TutorialsFrom WPBakery to tagDiv Composer
- NewsmagSmart list ads
- NewspaperNewspaper theme documentation
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
Hi,
You have introduced the AMP feature in the theme but the amp will work when we write /amp how to automatically enable when user visit from mobile.
With another key counter value, the pageview counter on the mobile theme doesn’t work properly. The only thing that fixed this is renaming the key meta in the wp_postmeta table:
update wp_postmeta
set meta_key = 'post_views_count'
where meta_key = 'old_key_name'
Then everthing works fine as aspected! A simple solution to import the pageviews into the newspaper theme.
Hi Simion,
Thanks you for help.
I fixed it to deactivate tagDiv Mobile Theme plugin. Now working fine.
1. DO NOT WORK FOR SOME HEADER LIKE NO. 5 – if i choose logo, it is on AMP but not on mobile!
Hi,
1. The newsletter plugin once activated, will provide a newsletter element in the composer. In this element you can enter your newsletter embed code
– https://www.screencast.com/t/rLq90OLt4
There are also many settings for styling available in this element.
2. Indeed a logo has to be uploaded in the mobile logo section. You can create a logo and upload it, it will be displayed on amp pages once you do that. There will be no menu displayed on amp pages.
Thanks
Bogdan,
Trust all is well. I hope you are doing great in your life. I already read https://forum.tagdiv.com/block-settings-tutorial/ before posting my question. Kindly understand the feature what i am talking about. Under the Default Demo -> Don’t Miss (Block 1) is showing all the categories with it’s respective posts as per the functionalty. New Feature Requirement: I want the Block should have a flexibility to select only one category (like Mobile Phones) so that only one category’s sub-categories should be displayed. This will help us to maintain blocks based on categories. If you are unable to understand then we can have a skype call (Skype ID: yashwantmaxneo). My client is looking for this feature asap and i am looking for your help.
Regards,
Yashwant Das
Hi,
@carlosb Please provide some examples of the issue. If the mobile theme plugin is deactivated the same content from desktop will be displayed on mobile. Unless you manually place conditions for the elements on different devices
– https://www.screencast.com/t/xMFO9BmiO9pu
– https://www.screencast.com/t/CcVO0iuLA
Thanks
Ad 2. If i upload a mobile logo, it looks ugly, if not, there is no logo on AMP post, but some header do not need a mobile logo, so you have to add another logo option for AMP pages/posts.
hi catalin,
I have successfully removed the shadow in the home page with this code:
.td-newsmag-magazine .tdc-content-wrap,
.td-newsmag-magazine .td-post-template-default,
.td-newsmag-magazine .td-category-header .td-container,
.td-newsmag-magazine .td-category-container {
box-shadow: none;
}
So, now the problem is just tap menu if the open through the mobile device does not fit in the middle. Please banutuan ya, thanks.
Hello catalin,
now there is no gap, it turns out there is a margin at the top and I have removed.
The problem is now, I added padding so that the menu part of my website is wider, the code I use:
.td-newsmag-magazine .td-header-menu-wrap{
margin-top: 0;
}
.td-header-main-menu{
padding: 10px;
}
.td-header-sp-rec{
padding-top: 20px;
I managed to make it, but if opened with the mobile device my website logo does not fit in the middle. how to handle it Catalin?
this is a screenshot of the desktop: http://prntscr.com/ieizaz
and this screenshot from mobile: http://prntscr.com/ieiymx
The second question
how to remove shadow on my website homepage. please check my website.
Here’s the screenshot: http://prntscr.com/iej0h6
Please help, and before thank you Catalin.
Simion,
I have deactivated the mobile plugin on my site: procurementoc.com, but in my mobile devices, iPad & Iphone, the home page shows items that I have either deleted or “hidden”. How do I fix that?
Thanks,
Hi,
There is a simple solution for that. Enter the custom code in Theme panel->Advanced CSS for the sections (screen widths) you want it to apply.
If you want that code to work only on desktop and not affect mobiles, enter in in the desktop section
– https://www.screencast.com/t/aM3DTvxx5K
Thanks
Hi Simion,
The links are working on desktop
Please check
Desktop
http://www.screencast.com/t/rZOtuyScf3
http://www.screencast.com/t/sRhH9hodV7
http://www.screencast.com/t/fpOpZPdy
but not working in mobile devices
Apple phone
http://www.screencast.com/t/WpZvnwaw1z
Android phone
http://www.screencast.com/t/5TqIzrbG
Hi,
I would ask how I can put the same like button which has in single posts to implement into – the pages, and other posts types – like the author page?
I managed to implement the share buttons into the author.php — even its share-count not correct ( it counts the first post’s shares, instead of the current author page… )
But, I have a request from authors they would like to see the Facebook like, and Google Plus +1 buttons also there.
— The Google +1 button I have to put also to the single posts.. 🙁
Which files I have to edit for get the results on desktop/mobile& also?
Thank you,
Zoltan
And, since the landscape keeps evolving … good to read up on what is *actually* happening with the AMP format “right now” vs where it was in 2016 when we started with it:
e.g., some of the latest wonk
https://www.ampproject.org/docs/reference/components/amp-story
https://searchengineland.com/amp-stories-new-accelerated-mobile-pages-format-google-291907
-
This reply was modified 8 years by
simchris.
Hello, I want the tap part of my website menu look rather big, then I add the code in costum CSS:
.td-header-main-menu{
padding: 10px;
}
.td-header-sp-rec{
padding-top: 20px;
but it turns out if opened through the mobile device logonya cut off. How to solve it for logo + mobile-toggle + search button is back in the middle. But if opened through the desktop the menu part is still the same as I want above.
my website: https://www.rudiberbagi.com
this screenshot in the desktop: http://prntscr.com/iebqz8
and this screenshot in mobile device:http://prntscr.com/iebrjt
please help me, thank you.
Hello snowpoloi,
Notice that our Mobile Theme has been created to be more efficient for mobile devices. So, if you want to change the mobile front page configuration you should make yourself some configuration through the code. Notice that task involve doing such a custom work and we cannot provide something like this, sorry! As a hint, notice that you should edit the code from here -> https://www.screencast.com/t/IO9PjLg6FK if you want to affect this section of our mobile theme.
Also, if you are not satisfied with our theme, you can request a refund here: https://themeforest.net/refund_requests/new and we will provide the money back.
Thanks.
By default the category tag is not displayed on that module, when viewing from mobile. Also I forgot to mention, that code should be entered in Theme panel->Advanced CSS in the desktop section and tablets. On smaller devices it may not work properly.
In order to position the tag like that I used a fixed value, because it is dependent on the module thumb. The thumbnail will not remain the same size for all devices. A solution that would work on all devices would be to position the tag in the left top corner
– https://www.screencast.com/t/IfnYFr4a7a
– https://www.screencast.com/t/9PR3ESbD
Hi,
I have used Mega menu for 2 links in the header, which works fine in desktop, but on mobile the mega menu links are just texts without the links. Please check: https://themoviean.com
Insert it in Theme panel->Mobile theme->Custom CSS code and it will apply to all the paragraphs in the post content, on mobile.
I mean I want to make certain menu items of header menu to be shown only on mobile device. Please help.
Hello,
I would like to change the section top grid on Mobile Theme in order to display 5 posts from a certain category (ex. top-news) and NOT the featured or popular or popular7 etc.
I am expecting your answer the soonest possible, since I have bought your template for a customer and the deliverable is in 1 day!!
If you cannot find a solution, I would like a refund.
Thanks in advance.
I want to set up the mobile theme, but I can’t find it… I don’t see the path described in the documentation from the download file I have (which came from ThemeForest). I did find a plugins folder but it only contains td-composer, td-multi-purpose, and td-social-counter. Am I missing something? Thanks.
Looks good! Only now the category tag disappears on mobile … Can you bring it back?
🙂 Lars
How do I have one mobile category already open when people open the mobile menu? Like under a local news mega menu, so people could already see the categories inside.