- NewsmagSmart list ads
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
- NewsmagBackground introduction
- NewsmagTheme colors introduction
Hello,
The theme was built in such a way that there are 2 header styles (in your theme version) that do not pick up the mobile logo. These are style 3 and style 6. You are using header style 3 and this is a normal behavior of the theme, not a bug.
You could try to alter the theme files to force it to pick up the mobile logo but this requires custom work which unfortunately we cannot provide.
I hope this helps.
Thank you!
Hello,
I have checked your website on multiple tablets and the top menu displays fine (maybe you got it fixed?): http://mobiletest.me/ipad_mini_emulator/?u=http://www.journaldufranc.com/
It does not overflow the line as suggested above. Please also test this on your end and provide more details if we have different results.
Thanks.
Hi jimmysong,
For get a transparent background, please follow the steps below:
http://screencast.com/t/bmQ9e6Cd
This steps you should follow and for top menu/main menu or mobile menu background color within Theme panel.
An exemple you can see here: http://screencast.com/t/d4qUaS9y5c5
Thanks and let us how it goes.
Also we have an issue with this http://screencast.com/t/XdTKtg0oBMu
http://www.jglobe.org/ look how the site is pulling the mobile menu above – I cant get rid of it even with css is this a plugin issue
We are also having an issue with dropdowns dissapearing in mobile menu….
http://screencast.com/t/aT1iB1DCbk9C
I have uninstalled all the plugins and reinstalled them and that has solved the problem. However the mobile version still has the same original problem
Hey,
Thanks. Looking better but it is still displaying the PC logo on mobile.
I use two different logos, one for destktop and one for mobile display.
They are properly loaded in the theme panel so I don’t get why it’s not working.
Hi
I am seeing weird issues in ipad
http://mobiletest.me/ipad_mini_emulator/?u=http://theindiantelegram.com
Is there anyway i can resolve these alignment issues? Maybe just make it one column in ipad?
Hi
You can hide more article box for mobile devices using this custom css in theme panel > custom css: http://screencast.com/t/cO9GiCcQ4nT0
@media (max-width: 767px){
.td-more-articles-box {
display: none;
}
}
Thanks!
Hello
I have a problem with the Mobile theme. Since the upgrade to the latest version the Masonry Grid Excerpts (on home page) are showing in a thin column to the left of the screen and not full width. website: http://www.rockshot.co.uk/dir
I have disabled all plugins and cleared the cache so not sure what the problem is. Posts are showing correctly and this is a new problem since I upgraded the theme. Checked on iPhone 5s.
Any ideas.
Thanks
Hi,
You can add your map in a row, add an extra class to the row and hide it on mobile – http://screencast.com/t/XtSr9kcKviYE – http://screencast.com/t/ZF9Ne6hvF
Thanks!
Dear Sir,
How to disable the MORE STORIES when on mobile?
Whenever user come to the page and found that the suggestion story by MORE STORIES will show over the main topic and cover all story.
Like this
https://www.dropbox.com/s/mr5544xs52bobnu/Screenshot_2015-10-27-13-24-40.jpg?dl=0
Please advise with thanks
Best regards,
Ich S.
Ahh ok ok thanks!
Well, what I need is to block the map on mobile, is there a way I can use your element to do that?
Thanks for the help!
Hi
1. We plan to add new post templates for Newsmag theme in future and some of them will have a similar layout with post template 11 from Newspaper. Unfortunately I can’t provide a quick solution now as this task require lots of customizations in theme’s core files. Also the new template must be tested on different browsers and devices. This customizations requires lot of time and unfortunately we can’t provide customization services at the moment. We would have gladly made it for you but we are a small team and we are working very hard on the development, updates, fixes and support.
2. I am not sure what you mean as the mobile menu have the same layout on both themes:
Newsmag: http://screencast.com/t/8zR3nuwnBVq
Newspaper: http://screencast.com/t/wyYo9FM0JN
If this is not what you mean please provide more details.
Thanks!
Hi,
You could make the login widget appear only on the mobile version. You can hide the login with css and then force it to appear on mobile. Then make the login in the main menu disappear on mobile so you won’t have 2 logins in the mobile version. This seems the easiest way. The drop-down way involves a bit of coding knowledge and it will be no easy task. unfortunately we cannot provide custom work at the moment, you will have to hire a freelancer to do it.
I hope this helps.
Thanks.
Hi
Try this custom css: http://screencast.com/t/43m8v958
.td-icon-mobile:before {
content: '\2630';
font-size: 40px;
}
Thanks!
Thanks for your reply Bogdan.
Your suggestion is right but when I browse from mobile login/logout link will be hidden to the menu. Rather it should to be displayed in replace of search icon in mobile view.
To be precise a drop down needs to be displayed in right top corner(mobile and desktop view)
Please let me know your thoughts.
Thanks
Hi,
At the moment these are the only options for the mobile menu. In a future update we hope to implement a number of options for the mobile version. What you can do is make the top-menu appear above the main menu, but again it will need custom work to display properly. Not all options from the top menu will fit.
As an example:
http://screencast.com/t/PL9o8rRCN6N6
code:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block;}
.td-header-sp-top-menu{
display:block!important;
}
You can then hide elements you do not want with the ‘display:none’ property.
Thanks.
Thank you very much Bogdan. And any chance to add more points to the mobile menu? Or to choose a different menu for mobile?
Thanks again.
Hello,
Unfortunately there is no option to change the header style on a different viewport.
You can use this custom CSS to display the small logo on the mobile version of your site:
@media (max-width: 767px){
.td-header-style-10 .td-main-menu-logo {
display: block!important;}}
Now your logo should show up as expected.
Thank you.
I think, I need to change this code.
.td-icon-mobile:before {
content: '\e80d';
But which code to put to get this icon?

Hello,
Sorry to bother.
I’m trying to achieve something simple but could not figure why it’s not working.
I would like to put this logo on PC : http://www.journaldufranc.com/wp-content/uploads/2015/02/newF5.png
And this logo (gif) on Mobile : http://www.journaldufranc.com/wp-content/uploads/2015/10/Fmobile1.gif
I used the upload function via the Theme panel respectively for Desktop and Mobile menus. But it’s not working.
Then I noticed the logo was hidden behind the other logo (or the menu bar) on mobile, so I tried
.td-header-style-3 .td-header-sp-logo {
background-image: url(“http://www.journaldufranc.com/wp-content/uploads/2015/10/Fmobile1.gif”);
}
.td-header-style-3 .td-header-sp-logo img{
display:none;
}
But still not.
Could you tell me how to achieve this ?
Thanks for your assistance
I have purchased Newspaper theme but 980px width is not available in that theme and also i sent support message to you to make newspaper theme 980px but you replied me to hire some technicians from envato studio but instead of hiring some people and makes changes i planned to buy newsmag theme.
but i want some adjustment in this theme , is this possible
1. I want to use newspaper theme’s post template 11 in newsmag theme.
2.In Newsmag theme I want to make mobile menu appearance like newspaper theme’s mobile menu.
Please help us to make this changes , i planned to buy newsmag theme on 27/10.
If above 2 changes is made means we will be comfortable with your theme
I put this code to hide header in mobile version and display the menu bar first:
.td-header-sp-logo { display:none }
.td-banner-wrap-full { display:none }

The problem I have now is showing no logo on the menu until I’ve done scroll:

Any solution? Perhaps another option would be to show the Heading Style 5 in phones.
Can I add any new option only to the mobile menu?

Thanks
-
This reply was modified 10 years by
Beldar.
Can I display a different header style on mobile versus desktop version?
Thanks
Hi,
The code i provided removes the bottom border and changes the background color for the ad container.
The theme was not built to support big logos to cover the containers like that. The recommended logo dimensions are these: http://screencast.com/t/wRIpx7CxBGJV. In order to make the logo fit on mobile phone you can make a smaller logo and add it as a background image to the container in the mobile version.
You will need a bit of css knowledge to get it done.
As an example:
@media (max-width: 767px){
.td-header-style-10 .td-header-sp-logo {
background-image: url("your image url");
}
.td-header-style-10 .td-header-sp-logo img{
display:none
}}
It will need further customization to fit properly though
Thanks