- 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, I can’t find button in setting, which I can enabled smooth scroll at mobilephone.
Where Can I change?
I want change the Article Display View of the categories in tablet, mobile and pc. I want that in tablet and mobile appear the Module 11 and the PC appear Module 1. how to fix it?
My web: informeinsolito.com Thank You.
If you want the best optimized view for mobile for users on Chrome/Android, you might also check out the new “AMP” protocol from Google; and get the free plugin made by Automattic (people who make WP) in the WordPress.org plugin repository.
Hello factoryitalia,
Unfortunately, our theme does not have such an option from the Theme panel to simply change the menu for the mobile version. This thing you can do it only from the code, altering the source code from this menu-mobile.php file like this -> http://screencast.com/t/qFqcIKN5LdS If you did something changes in this file and you are not aware the steps to redo this, you can try to download again the file of our theme from Theme Forest and replace it with this file, as a suggestion.
Hope this helps!
Than kyu for the message!
Hello Christoph,
Nice job on the pagespeed. It improved quite a bit. And bing agrees on the mobile part now: http://screencast.com/t/ZDVwF3Gs4lHQ
Google can scan your site now as well and return a proper score: https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fscreencast.com%2Ft%2FZDVwF3Gs4lHQ&tab=desktop
It seems there are no further issues and page speed is good!
Have a nice day!
Hello factoryitalia,
I have checked your website and I saw the problem with the mobile menu. I suspect this issue that come from your untested plugins used by you. It could generate some conflicts between our theme and these kinds of plugins and bring this error. Please try to disable all the active plugins, leave just Visual Composer and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Check the results after this advice and let us know how it goes.
Thank you for the message!
Hi, I’d like related posts to show on mobile. How can I do that?
I’m changing the color on the field MOBILE MENU – BACKGROUND COLOR put in the cell is not changing . Why not applying this effect?
Hey there,
Just wondering where I would adjust the header colour for mobile display.
For example.. http://fightpassport.com
I would like to change that header background from grey to black, so the logo blends in better.
Thanks.
in the main mobile menu categories not appear , only the bar , where you activate ?
the web site: http://www.factoryitalia.com/wp
Hi
The theme calls this image as logo for mobile: https://linuxundich.de/static/newsmag/lui-logo-h88png However seams that the image can’t be found o your server or the url is incorrect. Please check if image set as logo for mobile exist in media file and also if the its name is the same with the one from url, clear ll caches and test again.
Let me know how it goes.
Thanks!
Hello tagDiv-Team. I use Newsmag on my blog linuxundich.de since a couple of days. Unfortunately I ran into a problem, which I can’t solve by myself… The problem is, that the site logo gets lost, when I open the blog on a mobile device (Chrome or Lightning Browser on my Xperia Z3) and scroll a little bit down and up again. The logo loads fine at first, but after scrolling the browser shows a missing image…
When I try this with my desktop pc everything is ok. Even when i reduce the width of the browser to a minimum, so that the view is as wide as on a mobile phone…
Thanks,
Christoph
Hi,
It would work as you can use css to make a fixed position for the ad, but then you will have to use the advanced css box to specify the css for every viewport. You will probably have to hide these ads on tablet portrait and mobile.
You can simply put this css in the 2 boxes for the ads to be hidden on mobile and tablet:
#float-left, #float-right{
display:none!important!
}
The site you showed uses a relative position on it’s ads and check out what happens when you have a narrower screen: http://screencast.com/t/f5c7l5irmXkI
When making this type of modifications, you must consider every screen size there is.
We already have floating ads on our suggestion list but it’s the developer’s choice if it will get done or not, so we cannot promise anything yet.
Thank you!
Hello,
I have checked your website on multiple platforms and I have to say, there are very strange things I found. Google returns a pagespeed of 100/100 . That is a bit exaggerated. When checking with gtmetrix you get 30% https://gtmetrix.com/reports/www.hafawo.at/OdbrBvsV and on w3c validator: https://validator.w3.org/mobile/check?task=2016021708382976.mobile1&docAddr=http%3A%2F%2Fwww.hafawo.at%2F
Google seems to be the only one that cannot test your site properly. Please try to disable all plugins except visual composer, clear your cache and reset cdn if you use it. Then check with these tools again. There may be some plugin conflict at work here.
Let us know how it goes.
Thanks.
Regarding the floating tower ads outside theme border, would this work?
In header.php after </head>
<div id=”float-left”>
Your Ad Code Here
</div>
<div id=”float-right”>
Your Ad Code Here
</div>
Replace ‘Your Ad Code Here’ with your ad code.
AND Custom CSS
/* Begin Floating Ads Style */
#float-left {
position:fixed;
top: 5px;
left: 10px;
bottom: 5px;
width: 120px;
height: 600px;
margin-bottom:15px;
border-bottom: solid #000000;
padding: 5px 0 5px 0;
}
#float-right {
position:fixed;
top: 5px;
right:10px;
bottom: 5px;
float:right;
width: 120px;
height: 600px;
margin-bottom:15px;
border-bottom: solid #000000;
padding: 5px 0 5px 0;
}
/* End Floating Ads Style */
If so would this work on desktop only? How would I turn off for mobile?
Is this something you could ad on next version of theme, same as this Newspaper site http://www.fitnessfirst.com.au/mag/
thanks,
I wonder wy my site fails the bing mobile test. Google says it’s OK
Hello,
When I view my home page or a blog post on Chrome for IOS, there is a strange issue that occurs with the background image. As you scroll up or down the page, the background image appears first and then the modules appear over top. It looks very strange, might be a bug. Even when everything has loaded, it keeps showing the background image repeatedly as you scroll up and down the page.
It creates a somewhat poor user experience.
When I try this on Safari, it only happens at the very top of the page – the background can be seen and then the navigation loads.
I’ve tried enabling or disabling various background features but it still seems to happen.
I’m using version 6.6.5., site is http://www.comics2film.com
Thanks
Hello,
Unfortunately here is no simple way to do it. You can use custom css to re-size the logo:
.td-header-style-8 .td-header-sp-logo img{
max-width: 85%!important;
}
It will probably need extra css customization for positioning. If you cannot do this yourself we recommend hiring a freelancer to help out.
As for the mobile version, there is no easy way to disable it unfortunately. You will have to edit the theme files (tablet version is the same as desktop). We have no easy solution for this unfortunately.
Thank you!
Buna
CSS-ul pentru aliniere imaginilor este corect si ar trebuii sa mearga: http://screencast.com/t/ncQKe1c3Oft – http://screencast.com/t/NvJxeJkAdx
In cea ce priveste imaginile eu pot sa iti dau un css simplu care le schimba modul de afisare in pagina insa acesta va afecta toate imaginile care le vei aduga ulterior in orice post. Codual ar genera avest rezultat: http://screencast.com/t/EGGEuxLKL
.td-post-content img{
display: inline-block;
margin-left: 10px
}
Dupa cum spuneam toate imaginile inserate in continutul postului vor fi afectate de acest cod si nu pot anticipa cum vor fi afectate pe diferite post template-uri sau pe diferite dispozitive mobile.
Cea mai sigura metoda e cea prezentata in respunsul anterior, desii e un pic mai sofisticata.
Faci un container specific pentru imaginile care vrei sa le afisezi una langa alta, iar apoi foilosesti clasa in css pentru a aplica stilul dorit. In acest fel vei targeta doar imaginile din interiorul acelui container, fara riscul de a afecta alte imagini in mod inutil.
Majoritatea elementelor din continutul postului au disply block, exceptant situatille cand au float. Aceasta implementare se poate schimba relativ usor doar ca trebuie sa fi atent la ce selctori folosesti. Cu cat selectorul e mai precis cu atat riscurile sunt mai mici. De examplu daca vrei sa schimbi disply-ul paragrafelor poti face astfel:
p{
display: inline block;
}
Aceastra nu e cea mai buna abordare fiinca vei prinde o gama foarte mare the paragrafe care sar putea sa nu fie afisate bine folosind acest disply. In schimb poti face astfel:
.post-id-123 .td-post-content p{
display: inline-block;
}
Acest css targeteaza dor p-ul din continutul postului cu id-ul 123. Acesta e doar un exemplu de baza, dar poate fii folosit pentru a face css-ul cat mai specific.
Un alt aspect de care trebuie sa tii cont e complexitatea temei. Css-ul e imens si multe reguli se pot rescrie in functie de situatie. Trebuie sa fii atent ce selctori folosesti, daca sunt suficienti de puternici astfel incat sa rescrie codul initial si mai ales daca acei selctori nu afecteaza si elemnte nedorite.
Multumesc!
Hello,
Unfortunately we have no easy solution for this. The mobile version is the same as the desktop version so any change will affect both versions of the theme. You cannot re-position the sidebar with css in the mobile version and changing it from the theme files will affect the desktop as well. Unfortunately this will not be an easy task to do so we recommend hiring a freelancer to help out as we cannot offer any custom work at the moment.
Thank you!
and also is there a option to disable the mobile and tabelette version of the theme?
tnx
I have chosen module 2 for categories and it displays excerpts now but my latest post on my home page still doesnt. The same thing is happening on mu mobile view
Hi,
It’s possible to have Related Articles below widgets in the mobile version?
I.e. I have Post > Share > Related Articles > Footer, and widgets in the sidebar.
But for the mobile version I’d like to have Post > Share > Widgets > Related Articles > Footer.
Is this possible?
Thanks
http://soutaoboa.com
Hello
on desktop i have block 16 showing 10 articles
can i make them 5 on mobile design? but keep them 10 on desktop??
http://www.autosport.me/
thanks
Hello,
The container for a 2/3 layout is 696 pixels wide (total width).
640px for tablet landscape, 484px for tablet portrait. The mobile version is simply responsive and adapts to the different widths starting from 728 pixels width (side-bar jumps below so more space for the ad)
I hope this helps.
Thanks.