- NewsmagSmart list ads
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
- NewsmagBackground introduction
- NewsmagTheme colors introduction
Hi,
There are 2 ways to go about this. The first one is an option in the theme panel: http://screencast.com/t/Tjfb9HB4y where the menu will ‘snap’ on the top of the screen on scroll up but on ly on mobile.
If you want the menu to be always sticky, you can use the code above but on header style 8 it needs an !important attribute to work:
@media(min-width:767px){
.td-affix{
display:none!important;
}
}
Thank you!
Hello,
Was wondering what the image size on newspaper for style’s 3,4,6,7,8 be?
Every time I use style 7/8 the image gets distorted.
Most of our users are on laptops/tablets/mobiles, so if you could let me know a suitable px x px size please
Thank you!
Hi. I have been unable to edit my mobile view, it shows the same has desktop view which i think is too busy for mobile (Check my site beautygeeekng.com) Please I would prefer a normal blog veiw for mobile. Is there a way I can do that?
Now yes! Thak you!!! Also, I only want the menu to be sticky on mobile.
This code doesn’t work:
@media(min-width:767px){
.td-affix{
display:none
}
}
I use header style 8. My web is informeinsolito.com
I’ve noticed ads from this monetization network appearing at the top of my site (when viewed on a mobile) but I didn’t put it there!
I can’t find anything obvious in my coding – any advice on how to remove it?
Thanks!
Simon (www.maxmynorm.com)
first like to see post types LINK please see this screenshot http://prntscr.com/9y1z2i
Second I am using both themes on different websites start are not showing for reviews in google its more then 2 months and using latest versions of both themes.
Few Ideas and Suggestions
Like to see predefined “Feature name:” for quick review posting for different products. If we can create groups in theme panel select from drop down as required. for example in backend i create group for mobile reviews which have ( Design, Feature , Performance , Price , Battery, Display) and for other produce type like camera ( Design,Features,Image quality) http://prntscr.com/9y22eb
Second it will be great if you can add top/under review box for affiliate products like this http://prntscr.com/9y2ag1
Hi
Newspaper has a new homepage style “CARS”. Does that style work on mobile devices as well – smartphones, tabs?
Adam
I don’t know why but in my multi-page articles .. in the last pages ” Google Ad unit added by Newspaper shortcode ” doesn’t appear specially on Mobiles.
Here’s an example https://boredomdoctors.com/mind-bogglingly-photos/
I’ve 2 Ads in every page one ” Top Ad ” added normally from the Theme Panel
And the other added by Shortcode ” [td_block_ad_box spot_id="custom_ad_1"] ”
It appears as a white block :/
Thanks in advance.
Hi
Try this css, it should display the logo on mobile devices: http://screencast.com/t/rSfnmKejirXJ
@media (max-width: 767px){
.td-header-sp-logo {
display: inline!important;
}
}
Thanks!
I’m having trouble with using Responsive Adsense Link Units. I have the correct code provided by Google Adsense but when the code is implemented or applied on the Newsmag Theme Panel, they’re not showing as expected. I even set the sizes to 728×15, 468×15, and 200×90 for desktop, tablet portrait, and mobile, respectively.
My question is, does Newsmag theme have the ability to show Link Ads or only Text and Display ads from Google Adsense? Is it coded differently for Link Ads?
For your reference:
https://support.google.com/adsense/answer/15817?hl=en
https://support.google.com/adsense/answer/3543893?hl=en
Thank you in advance.
Hello,
1) The top menu does not appear on the mobile version by default. This was a design choice. It can however be activated with custom css:
@media (max-width: 767px){
.td-header-top-menu-full {
display:block!important;
}
.td-header-sp-top-menu{
display:block!important;
}
.td-header-sp-top-widget{
display:none!important;
}
}
2)If you only want the menu to be sticky on mobile, you can use this css to remove the sticking menu from tablets and desktop:
@media(min-width:767px){
.td-affix{
display:none
}
}
Thank you!
Great!
The only thing now is that no logo appears on mobiles. After that is perfect.
Thanks man
1. Top menu does not appear on mobiles, how to fix it?
I can not change it with Custom CSS 🙁
2. How to do that the header menu scroll it on phones but not on PC?
Hello,
The top menu does not appear on the mobile version by default. This was a design choice. It can however be activated with custom css:
@media (max-width: 767px){
.td-header-top-menu-full {
display:block!important;
}
.td-header-sp-top-menu{
display:block!important;
}
.td-header-sp-top-widget{
display:none!important;
}
}
I hope this helps.
Thank you!
Hello,
Your problems come from 2 different things. First of all the logo cannot be found in the specified path. Please make sure the image is present in the location:
http://localhost/neuronews/wp-content/uploads/2016/01/logo-white.png
You have a different logo set for mobile that cannot be found.
And your second problem originates from loading fonts from different locations. In this case you need to add a piece of code to your htaccess. (to see what i mean, please type www. in front of your website url and see that the icons will display corectly again.) Please follow this topic to see how to fix it: https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/
Thank you!
Hello
I added this code to Custom CSS in order to change the title size on mobile, block 18:
@media(max-width:767px){
.td_block_18 .td_module_mx8 .td-module-title a{
font-size:20px!important;
}
I have been looking for in style.css, and I have seen this piece of code related to block 18:
Block 18
*/
.td_block_18 .td-block-span12 {
width: 100%;
}
.td_block_18 .td_module_mx8 .td-module-thumb {
/* responsive portrait phone */
}
@media (max-width: 767px) {
.td_block_18 .td_module_mx8 .td-module-thumb {
margin-bottom: 20px;
}
}
.td_block_18 .td_module_mx8 .entry-title {
/* responsive portrait phone */
}
@media (max-width: 767px) {
.td_block_18 .td_module_mx8 .entry-title {
font-size: 18px;
line-height: 24px;
}
}
.td_block_18 .td_module_mx8 .td-module-meta-info {
/* responsive portrait phone */
}
@media (max-width: 767px) {
.td_block_18 .td_module_mx8 .td-module-meta-info {
padding: 0 14px;
}
I can´t see exactly the same code to replace here, where I should put the custom CSS?
Thanks
another question. the gap show up on mobile view. http://prntscr.com/9xk70i any idea how to fix this ?
Hello Sir,
Top menu does not appear on mobiles , how to fix it.
you can check for it in the newspaper tech demo site too on mobile..it doesnt appear on mobile devices, as such such a nice menu bar gets wasted 🙁
Awaiting reply
Best regards
Hello,
You will need to be careful when creating your homepage in visual composer and check every element to see if it gets displayed properly. Right now you have a big grid 5 on your homepage that creates this white space as it probably has no posts to display: http://screencast.com/t/WgqljMruvPT
As for the mobile menu colors, they can be changed from the theme panel here: http://screencast.com/t/Djlu2oEr
Thank you!
Hello,
The meta information was hidden for mobile devices but you can force it to display with a bit of custom css:
@media (max-width:767px){
.td_block_big_grid_5 .td-module-meta-info{
display:block!important
}
}
Thank you!
Hi
The mobile menu icon has been changed: http://screencast.com/t/SgcZfGxbeo so you van b try to update the theme at the latest version available on themeforest. Also you can use the Font Awesome 4 plugin, which works fine with the theme, and add other icon like this: http://screencast.com/t/Y41lHhSFhmi2 – http://screencast.com/t/jVgT02AW8
Hope this help.
Thanks!
Hi
To remove the mobile menu you need to edit the header-menu.php and delete the indicated line here: http://screencast.com/t/ssP045jd – http://screencast.com/t/1csTkliKx
Thanks!
Hi,
Top menu does not appear on mobiles even with this CSS:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;}
.td-header-sp-top-menu{
display:block!important;
}
.td_data_time{
display:none!important
}
.td-header-sp-top-widget{
display:none!important
}
}
I spent the weekend trying to figure out how to solve this problem.
Please, look at my site and give some suggestions: http://www.objetivamente.net
I really need that top-menu on mobiles, because I removed the main-menu completely.
Hello everyone,
My website seems working normally when using pcs, but in mobile devices or smart tvs I am facing some issues as depicted in the pictures below, it is not being displayed the logos and the “>” (chevrons) of the categories.
<br />picture hosting<br /><br />
“ABOUT US” section
<br />gifs upload<br /><br />
Categoy section
Could you help me please?
Google is not yet technically using AMP for everybody, but it’s coming soon … presumably with Chrome and Android Google will be scanning certain types of sites for compatibility as it does now with the “mobile ready” vector.
Google is great resource for looking up WHAT they are up to with this stuff.
E.g.,
https://googlewebmastercentral.blogspot.com/2016/01/amp-error-report-preview-in-search.html
https://www.ampproject.org/docs/get_started/create/prepare_for_discovery.html
Look for updates in search console once it fully ramps up 🙂