- 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 steedhar,
Replied here: https://forum.tagdiv.com/topic/problem-in-mobile-menu/#post-80350
Thanks!
Hi
The only way to display the indicated link on mobile is to add it as an item in main menu. To avoid duplications on desktop you can add this css in theme panel > custom code > custom css:
@media(min-width: 768px){
.td-header-wrap .td-header-menu-wrap .sf-menu > li:last-child {
display: none! important;
}
}
This css will work only if you add the link as last item of the main menu. If you chose a different position for it the selectors will change to something like this:
@media(min-width: 768px){
.td-header-wrap .td-header-menu-wrap .sf-menu > li:nth-child(x) {
display: none! important;
}
}
where x is the position of the item in menu.
Hope this help.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hello,
Unfortunately, at the moment the theme does not have an option to customize the mobile version. The desktop version is just adjusted to display correctly on mobile. Maybe in a future version we will be able to implement such options.
If you want to hide the sidebar on mobile you can if you use CSS to customize it. At the moment, on the mobile version the sidebar moves to the bottom of the content.
You can hide it by using this code:
@media (max-width:767px){
.td-main-sidebar{
display:none!important
}
}
This applies if the sidebar is a standard sidebar from the widgets area. If you create your sidebar in visual composer when creating a page and using column layout it will have to be targeted different.
I hope this helps.
Thanks.
Hi steedhar,
Replied here: https://forum.tagdiv.com/topic/problem-in-mobile-menu/#post-80350
Thanks!
This is my Site : http://www.viralfeeds.us
Mobile menu font style changed as Gabriela http://prntscr.com/96ayn9
But Not Changed there http://prntscr.com/96ayu2
This is my Site : http://www.viralfeeds.us
Mobile menu font style changed as Gabriela http://prntscr.com/96ayn9
But Not Changed there http://prntscr.com/96ayu2
-
This reply was modified 10 years by
steedhar. Reason: added site URL
Mobile menu font style changed as Gabriela http://prntscr.com/96ayn9
But Not Changed there http://prntscr.com/96ayu2
Hi Bogdan,
Thanks for your reply. Can you please make some tests on your side? Unfortunately our test server is only local and I don’t want to break the layout on the live site.
What I have noticed so far, it is not caused by ads. Furthermore, if I would put a extra ad in between, the layout would be fine. It seems like the issue is occurring as soon as I put 2 block widgets after each other and one is hidden on mobile.
Regards,
Loano
Good morning,
I am trying to change the way social share buttons are displayed on desktop vs mobile. I have disabled the g+ and pinterest share buttons on the top and bottom but now I would like the facebook and twitter share button (top) to display on mobile the same way they display on desktop. I would like them to display full size with text, not just the icon. Also, where do I change the size of the text and width of the buttons on desktop. I would like to make them bigger.
Thanks,
Jonathon
Hello…
I’m facing problem in mobile menu. i have changed mobile menu’s font style but there is not changed..
Please help me.
Hi,
I had changed the font sizes for Column 1,2 and 3 in the backend but for some reason the column 3 setting totally over rided the font size across all columns. I have managed to sort of solve this issue by setting Column 3 font size to default – its not ideal as I can’t control the size I want.
Also another problem with the Visual Basic slider – when I collapse the window down to simulate mobile view the image is cropped to a letter box format – it does not shrink proportionally, I really need to get this in proportion as this will be the main site promo banner.
The site is http://www.acrvmag.com.au/
Thanks,
I changed Mobile menu;s font style as Gabriela http://prntscr.com/96ayn9
But Not Changed http://prntscr.com/96ayu2
First of all, I need to clarify I am a big fan of Newspaper.
I just want to understand some important features.
Does the theme provide the function of customizing appearance for mobile and desktop versions ?
Please check the examples below:
http://www.smartm.com.tw/
http://www.smartm.com.tw/Article/31373738cea3
The sidebar will disappear when it turns into mobile version.
Could we do that in the Newspaper theme?
Many many thanks for your response. 🙂
Gabriel
hi i changed mobile menu’s font style, but it’s not changed when i browse in mobile.
Hi
Also try this css, the mobile menu should be displayed fine as can be seen here: http://screencast.com/t/jp1tum8q
@media (max-width: 767px) {
.td-header-border:before {
display: none!important;
}
}
Try to clear all caches, deactivate all plugins except Visual Composer and test again.
If this is not what you mean or you still have this issue please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.
Thanks!
Thanks for your reply. For number 1, I did figure it out. Thank you. For number 2, I am going to mess with that now, thank you for the heads up.
Ok, now for number 3, it didn’t work. Let me explain what I am trying to do a bit better.
For mobile, the top header doesn’t show up, which is good, I don’t want it to. However there is a link that I want to have in the navigational bar on the mobile theme (Release Dates). In order for it to show on the mobile navi bar, I would have to add the link to the secondary navigational bar for desktop versions.
Is there a way I can add the Release Dates Menu (with drop downs) on the mobile theme without putting it on the secondary navigational bar on desktops?
Let me know if that helps, if not I can try and do some photoshops to help.
Scenario:
Sidebar category -> Adbox + Block 21 + Adbox
I hide block 21 on mobile with custom css:
@media (max-width: 767px) {
.td_block_id_12345 {
display: none !important;
}
}
Layout = perfect
Now I want an additional block
Sidebar category -> Adbox + Block 15 + Block 21 + Adbox
Layout = broken
What I got is an huge white space on mobile after block 15. It looks like the layout keeps the space which would be filled by block 21 free as white space.
My question:
How can I get rich of this white space?
Regards,
loano
The left alignment of my site is incorrect. I seems to occur with the top block, the video block and all the borders. I do not know why.
This is affecting the mobile site as well as the first letters of the article titles are truncated.
Please take a look and let me know if you have a solution.
Regards,
Laxpipe.com
Hello,
I have checked your code and saw that your iframe on
Thank you!
Hi @Andrei,
I am not sure where you are seeing this security check because when I check my Facebook page. Logged in or not or on my mobile devise I don’t see any security check. Is there a chance that because you are logged into so many different accounts that Facebook is making you do the security check? That might be a stupid question on my part but I just don’t seem to see any issue on my end and I have tried everything.
Thanks for your help,
Maurice
I have used the code in documentation that should make me able to switch banner in different devices.
I have something like that, but in mobile (I use google chrome) can’t see any banner on my home page.
What is the problem? (site is zonawrestling.net)
<div class=”td-visible-desktop”>
<iframe marginwidth=”0″ marginheight=”0″ frameborder=”0″ scrolling=”no” allowtransparency=”true” src=”http://srv.juiceadv.com/banner_iframe.asp?user=379&tipo=10″ width=”728″ height=”90″></iframe>
</div>
<div class=”td-visible-tablet-landscape”>
<iframe marginwidth=”0″ marginheight=”0″ frameborder=”0″ scrolling=”no” allowtransparency=”true” src=”http://srv.juiceadv.com/banner_iframe.asp?user=379&tipo=10″ width=”728″ height=”90″></iframe>
</div>
<div class=”td-visible-tablet-portrait”>
<iframe marginwidth=”0″ marginheight=”0″ frameborder=”0″ scrolling=”no” allowtransparency=”true” src=”http://srv.juiceadv.com/banner_iframe.asp?user=379&tipo=22″ width=”300″ height=”250″>
</div>
<div class=”td-visible-phone”>
<iframe marginwidth=”0″ marginheight=”0″ frameborder=”0″ scrolling=”no” allowtransparency=”true” src=”http://srv.juiceadv.com/banner_iframe.asp?user=379&tipo=22″ width=”300″ height=”250″></iframe>
</div>
1. I would like to have an advertisements below the top 4 posts on categories and tag pages. Here is an example (shown on the homepage http://www.sneakerfiles.com )
http://postimg.org/image/pl4oa5ver/
2. I would like to make the font in posts a bit larger and more profound without editing any of the other parts of the website.
3. Is there a way to edit the Mobile menu? On desktop I have two navi bars, one top and bottom but would like to include some of the URLS on the top bar (Like release dates) for mobile viewers but do not want to move it to the second navi bar on desktop.
Thank you for reading.
With the setup I am using, is it possible to set my mobile menu to display like this?
http://www.screencast.com/t/GSe6Y7UX
In this example the full menu is displayed and you can scroll across plus you have the option of the mobile menu. Thanks
Could someone help out?
My domain is teenlinktt.com
On the mobile menu, the padding for the menu’s icon is in the middle of my screen and I don’t know whats causing this. Please offer your solutions, thank you.
How to hide Trending Now on desktop version I want Trending Now only show mobile version site. How to do this easy way. Thanks!