- NewsmagSmart list ads
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
- NewsmagBackground introduction
- NewsmagTheme colors introduction
Hellor,
there is a way to show the full homepage (like in desktop view) on mobile?
I can put the containers to 1024px, but just show 1 column.
Thank you
Hey guys, so I checked the forums here and I see there was some write up about how to integrate UberMenu with the Newspaper theme, however after following the stuff posted here and on the sevenspark knowledgeable, I realize it doesn’t exactly work for Newsmag theme. Maybe it works great for newspaper but not for newsmag at all.
What I need to know is, where do I find the appropriate menu tags to be able to replace them with the ones for ubermenu? I only want to change the menu that is seen on desktop and tablets. (The mobile off canvas menu is perfect so I don’t want to change that). I see that if we register a new location we can basically have it set for desktop?
So what’s the menu call function for the desktops in Newsmag and for the mobile one? Hope I made some sort of sense, since I am no programmer by any means.
Hi,
7. It’s only possible with custom work.
8. After you added an image select image details – http://screencast.com/t/pnaCbHwOa
And activate “modal image” – http://screencast.com/t/sgtUk2GCIxFU
9. When you add a single image write your caption here – http://screencast.com/t/h9cAPoy4fkj
Result: http://screencast.com/t/iNExcrBw3UJ9
10. You can doit like this:
– add a link button to your menu, change the url to your main page url and replace the navigation label with an element which links to your desired icon – http://screencast.com/t/FASGk5tqwcR
– Use CSS to restrict the height of the icon – http://screencast.com/t/CkaVqiqXh2
<img src="http://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Tokyoship_Home_icon.svg/50px-Tokyoship_Home_icon.svg.png" />
11.Please use this custom css to remove more article on mobile and tablet:
@media (min-width: 1019px) {
.td-more-articles-box{
display:none;
}
}
12. It’s only possible with custom work.
13. Make sure you set the correct sidebar and that there’s a block on it.
Thank you, Emil G.
Hi,
Mega-menu has a limited value for subcategories, you can change it if you edit td_menu.php like this: http://screencast.com/t/y5knbgFQJ – and for mobile menu – http://screencast.com/t/3y2F3njxhtHZ
Result: http://screencast.com/t/Dbv12mO16
Thanks!
Hi,
For mobiles you need double sized images(retina) to look sharp, and the theme doesn’t have a feature like that, also is not recommended to load very large images on mobiles.
I see that there are some plugins that do that but was not tested, like
https://wordpress.org/plugins/wp-retina-2x/
http://retinamatic.com/
Thanks for the message!
thanks !
and I have more problem with the mobile version of the site.
The big slidebar top photo text layout is Collapsed.

pleas help me!
i have few more queries buddy , again posting them here !
7. In the Pagination option of a block , when i select “Next Prev ajax” , i want the post to change automatically say after every 5 or 6 seconds , how can that be done or achieved ?
8. How to open a single image in a prettyPhoto kind of frame which is available in Image Gallery option ?
i have seen in theme sample pages , on clicking the image , the same image opens in a nice frame and on clicking the next button on the frame the post in the background scrolls up or down automatically. how to do that ?
9. Except the Featured Image , i can neither see the caption nor the description of any image appearing below it. It does appear for the images added in the Image gallery on opening them at the top of the image , BUT DOESN’T SEEM TO APPEAR WITH SINGLE IMAGES , pleas tell me how to fix this as the images are need to be given sources which i m entering the caption block.
10. How do i add a small Home button , in the top header menu ?
11. We also have this amazing feature of more article box , which pops in after certain pixels off height scrolled down , but on hand held devices like a mobile phone , this pop up covers the entire article , how do i disable this for mobile phones and tabloids and keep it enable for laptop and computer screens?
12. how if i want the More Article box to slide back away after staying for 5 to 6 seconds on the post page how would that be done ?
13.lastly , on my post page in the side bar , i cannot see the related articles which are suppose to come category wise , why is that happening? URL to my PAGE.
thanks alot , it did help me!
still unable to figure out smart lists though and SEO !
would try the yoast plugin , but how does the theme’s SEO functioning works ?
i have few more queries buddy , again posting them here !
7. In the Pagination option of a block , when i select “Next Prev ajax” , i want the post to change automatically say after every 5 or 6 seconds , how can that be done or achieved ?
8. How to open a single image in a prettyPhoto kind of frame which is available in Image Gallery option ?
i have seen in theme sample pages , on clicking the image , the same image opens in a nice frame and on clicking the next button on the frame the post in the background scrolls up or down automatically. how to do that ?
9. Except the Featured Image , i can neither see the caption nor the description of any image appearing below it. It does appear for the images added in the Image gallery on opening them at the top of the image , BUT DOESN’T SEEM TO APPEAR WITH SINGLE IMAGES , pleas tell me how to fix this as the images are need to be given sources which i m entering the caption block.
10. How do i add a small Home button , in the top header menu ?
11. We also have this amazing feature of more article box , which pops in after certain pixels off height scrolled down , but on hand held devices like a mobile phone , this pop up covers the entire article , how do i disable this for mobile phones and tabloids and keep it enable for laptop and computer screens?
12. how if i want the More Article box to slide back away after staying for 5 to 6 seconds on the post page how would that be done ?
13.lastly , on my post page in the side bar , i cannot see the related articles which are suppose to come category wise , why is that happening ? url :
Hi,
This happens because the elements are render in order and the left sidebar comes first. On mobiles the elements are set to float:none and they drop one after the other. We have this issue on the list, we’re looking for a solution.
Thank you, Emil G.
Hi Guys,
First thanks for the great Newsmag theme its amazing, I moved from the Newpaper theme to this one. I have one slight issue the disable ads on desktop or mobile is not working for me. If the disable inline ads on desktop button is enabled the ads still display on desktop. Any ideas what could be causing this as it was working perfectly on the Newspaper theme.
Thanks
Art
Hello, I have a problem with the mobile version of the site.
site : cinema-trip.com
Image:

In spite of setting , my site’s mobile header is no image .
i wanna make like this header on mobile view.

If you set sidebar position on the left, sidebar content will appear above normal content on mobile screens. Are there any plans to fix this issue? I find this to be a really big problem as it makes the left sidebar feature pretty much useless. I know you can hide the sidebar with css on mobile screens but then you can’t display sidebar ads.
Is there a way to fix this by placing code somewhere maybe?
Hi,
Please use this custom css for the desktop and tables view:
.blog-stack .td-header-style-1 {
display: table;
margin-bottom: 49px;
margin-left: auto;
margin-right: auto;
position: relative;
}
.blog-stack .td-logo-rec-wrap .header-logo-wrap {
margin-top: 20px;
margin-bottom: 20px;
}
And this css for mobile view: http://screencast.com/t/rw6JkWgpxc
@media (max-width: 767px) {
.blog-stack #td-top-menu > div {
display: none !important;
}
#td-top-search {
top: -55px !important;
right: -56px !important;
}
.blog-stack .td-header-style-1 {
margin-bottom: 0px !important;
}
}
Then set style 1 while using the blog stack, should look fine now.
Thanks
Hi,
You would need to use the below media query to target the mobile screens and alter the css for the block/blocks you need to set on two columns so that it would behave like you want it to when your site is accessed from a maximum 767px screen width.
I suggest altering the css for blocks 7/8 which have the smallest thumbnails.
This needs custom work and you would have to do this yourself or get some to do it for you as we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/
Here is the media query you need to target the mobile screens and apply your changes to the css code:
/* responsive phone */
@media (max-width: 767px) {
place your css code here..
}
Hope this helps!
Thanks
How hard would it be to display a two column mobile view? Even if it’s after all the “blocks” on the page and it starts where the “latest articles start”.
Like this example
Hi,
Thanks for the awesome theme.
i use Newspaper in RTL mode.
i have some issuse with blocks resposive on mobile too
Best regards.
Hi, again.
To fix the above problem I changed a HEADER STYLE – Blog style – full text logo + menu
But I want my site http://www.stylishangels.com/ to be just like default version http://demo.tagdiv.com/newspaper/ . See screen shots –

but the same time i want are to have no problem with the mobile version. I tried all versions of HEADER STYLE, but see this :

Thanks for support.
too bad u used an emulator , but am sorry i said in operamini mobile browser, i also suggest device you could use in making your walk around, Blackberry Device or An Android Smartphone, come on.
Thanks! the code you sent worked perfect.
Only problem is it didnt change the color of the boxes on the authors page. see pic below
That is the last problem I am having with any colors.
The other problem i am having and i may have to make a seperate post for this, but whenever you share via twitter it opens 2 new windows instead of 1. Facebook/pinterest and google+ only open the one, but twitter opens 2, on desktop and mobile.
Hi,
Can we make the menu go into the collapsed mode earlier or make some items disappear to avoid this issue ?
Also on ipad i have second line of menu how can fix it ?
on mobile menu works normaly but on ipad ?
Hi,
Then the image will be loaded at 600px and you would need to use custom css to make it fit into it’s container on desktops and also on tablets and set it to 100% width for mobiles. To target the image for all screens widths (desktop/tablets/mobiles) you would have to use this css snippets:
/* mobile */
@media (max-width: 767px) {
}
/* tablet */
@media (min-width: 768px) and (max-width: 1023px) {
}
/* desktop */
@media (min-width: 1024px) {
}
You could also use the advanced css filed from theme panel and add the css for tablets/mobile/desktop into the specially designed fields: http://screencast.com/t/yqSKh7xOaZ
If you don’t have basic html/css/php knowledge and don’t know how to do it we suggest you hire a developer to do it for you as unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Hope this helps!
Thanks for the message!
-
This reply was modified 11 years by
Lucian.
Goto shoutershub.com on mobile phobe BlackBerry or android , just at the butoom u wuld see desktop view… Click and see…. Wuld remove wordpress mobile edition … If u fix this ishu asap.
Hi
Please help!
I’m using RTL (Sidebar on the left side) and the website start reading from the left, that leading to – my Sidebar showed before the posts in mobile view, and this is bad :/
Any help??
up. i think all smartlist 767 width and large height size. must be normal
edit : tablet and mobile really good. but desktop version so bad, very big images
-
This reply was modified 11 years by
Finland.
I asked this question over on the themeforest comments section but the answer really what I was looking for. Below is the question and answer from there.
Me – Is there no way of having the thumbs of the homepage latest post still be high quality for mobile phones like iphone and androids. Even after I regenerated the thumbnails they always show up grainy on mobile phones.
Support – Hi,
On mobiles they’re set to width: 100% because there are many devices with different screen sizes, you can set the images to their original size using custom css like this: – http://screencast.com/t/DHEEDFsnZQe
Updated question. I want to keep the width still 100% on mobile but the current size thumb for module 11 is not sufficient on mobile phones as it becomes super grainy on mobile screen with high ppi. If I change the thumbnail size to a 600 width for module 11 how can I still keep it within its container for the desktop and 100% for mobile?
