- NewsmagSmart list ads
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
- NewsmagBackground introduction
- NewsmagTheme colors introduction
Please see how style 1 (default) works on desktop –> http://www.screencast.com/t/Z7FpEBjyw0w
The same work perfectly fine on mobile too –> http://www.screencast.com/t/xH9Dcvcs
Now if you see style 9, it looks fine on desktop –> http://www.screencast.com/t/TOMC0E8FRX
But it doesn’t change size of logo on mobile; also, the toggled menu appears below –> http://www.screencast.com/t/8xlL33iR
Since the logo size for both styles is the same on desktop, it should look the same on mobiles too. But what’s happening is that in style 9, the logo on mobile is not small and the menu goes down, making it look odd. I would
like it to look like the way style 1 [default] looks on mobile –> http://www.screencast.com/t/xH9Dcvcs
Hi, I have deactivated all plugins except visual composer but the header style 9 still doesn’t render properly on mobile. Please check http://staging.completewellbeing.com
When I use header style 1 [default], it displays properly on mobile but when I choose style 9, the logo appears very large on mobile and the menu appears on the next line. It doesn’t look right. I think it should look the same as it looks with style 1. Could you help?
Hi
Use this css in theme panel > custom code > custom css to display the banner on mobile: http://screencast.com/t/bXyhzHFIS
@media (max-width: 767px){
.td-header-top-menu {
display: block;
}
.td-header-top-menu .td-a-rec-id-custom_ad_2{
margin-bottom: 0px !important;
margin-top: 0px;
}
}
Thanks!
Hi
You can achieve that by adding this line of code in menu-mobile.php file like here: http://screencast.com/t/bTeetwkylsu
locate_template('parts/header/top-widget.php', true);
Also you need this css in theme panel > custom code > custom css: http://screencast.com/t/y0OCloZqw
.td-mobile-content .td-header-sp-top-widget{
float: left!important;
background-color: red;
}
Thanks!
ok it good now. But the Banned is not display on mobile, is only display on desktop.
I have a wordpress site with 4.4.2 and Newsmag theme 2.2
I want to add a sidebar ad unit to show the ads only on desktop devices, and not on mobile devices.
I’m using td-visible-desktop but still the ad appears on mobile devices as well (towards bottom of the page).
Note : I’m using Google’s new GPT ad tags.
There are two things which we tried to fix the problem:
1. We updated to the new theme v2.3.5 on a test environment and used the GPT ad tags, it worked perfectly fine. Here’s a test site link where it works as expected on mobile and desktop devices : http://work.koimoi.com/box-office/celebrity-battle/shah-rukh-khan-vs-aamir-khan-highest-lifetime-collection/
2. On theme v2.2, we used Google’s old ad (GAM) tags, and the problem got fixed.
We need a solution where we can use GPT tags, on theme v2.2 wherein the sidebar ads are only visible on mobile devices or desktop, basis the class we use i.e. td-visible-desktop or td-visible-phone
Here is a URL for you to refer to as an example : http://www.koimoi.com/bollywood-news/pratyusha-banerjee-suicide-case-court-rejects-rahuls-bail-plea/
On the URL, you will see 4 ads on the sidebar. The second and third ads are coming through Google’s old GAM tags, whereas the fourth ad is coming through Google’s GPT tags.
The second and third ads are not visible on mobile devices when we use td-visible-desktop, but the fourth ad is visible on mobile devices as well, even though we’ve used td-visible-desktop class.
Hello,
how to reduce the size of slider which i am using on homepage. Is there anyway to do this without any disorder like padding/gap to block under it on desktop, tablet and mobile.
Thanks
Best Regards
Adnan
Hi,
The icon was hidden with css for mobile, but you can activate it with this code:
@media (max-width: 767px){
.td-scroll-up-visible {
display: block!important;
}}
Simply add the code in the theme panel -> custom css box.
Thank you!
how can i remove the white background on the banne here https://www.dropbox.com/s/r7eea27dpwl0rk7/Screen%20Shot%202016-04-06%20at%2010.50.57%20PM.png?dl=0 i have a transparent image the white background it still show it up .
The banned add this not show it up on Mobile and desktop .
Can you please tell me how to activate it? Thank you.
Wow, That is a whole lot of questions in one!
1) Unfortunately the latest articles cannot stretch to the whole width as they are not visual composer elements. There is no easy way to do it.
2) You cannot get the footer ad outside the footer. You will need to place the add in every post template, category template or page as the footer ad is meant to stay in the footer. It cannot create the necessary space for it in every other template that displays above it. If you want this custopmization you have a bit of work to do as you need to use this code:
Then place an ad in the custom ad 1 spot and then use it in every post template you use: http://screencast.com/t/pxohXgHczwym (these are in the root directory), the category pages: http://screencast.com/t/zgs5t556 , search results, and any other content you have on your site.
As you can see it’s not that easy.
3)You cannot add borders to the big grid as borders will increase the width with a few pixels and the grid depends on it’s fixed width. The layout will break if I add borders with css to it.
4)Please follow this topic to see how this issue can be resolved: https://forum.tagdiv.com/topic/chinese-social-icons/
5) a)It’s best to hide the section altogether and simply upload a mobile logo from the theme panel as there is no point in having 2 logos :
@media (max-width:767px){
.td-header-sp-recs{
display:none!important;
}
}
b) same issue as answer 4
Thanks.
Buna
Blocurile temeil nu au fost concepute sa fieafisate pe posturi, doar pe pagini. Incluzand un block in continutul posturilor e posibil sa intervina unele disfunctionalitati in cea ce privesta layout-ul lui.
Pentru a afisa butonul te “Scroll to top” pe mobile adauga aceast css in theme panel > custom code > custom css: http://screencast.com/t/4jK3dAKtt
@media (max-width: 767px){
.td-scroll-up-visible {
display: block;
}
}
Multumesc!
I also have a question about how the site looks on mobile.
This is how it shows up: http://www.screencast.com/t/nBXHYsuBsEiN
1. Could I effectively move the logo (with black background) to the top? Why is that grey space there? If I chance it (move it up) on mobile, would it effect the desktop version?
2. How can I change those symbols to the left and right of the logo? If you scroll to the very bottom, all the social media icons show up as random symbols as well.
Thank you.
Hello atabrb,
Please check this topic here -> https://forum.tagdiv.com/topic/top-menu-in-mobile-version/ and try to implement for your side.
Thanks.
Hello,
How can i access login / register pop-up on my mobile site? is it possible?
Thank you.
Salutare. Incerc sa introduc sub fiecare articol din site block-ulde miniaturi numarul 16. Pe desktop alinierea miniaturilor apare deformata ca in imaginea atasata.(http://infoalert.ro/wp-content/uploads/2016/04/bloc-title.jpg)
Ce pot face sa remediez aceasta problema. mentionez ca singurul block care are o afisare optima este blocul numarul 1, celelalte sunt deformate.
Si inca. Cum pot adauga in dispozitivele mobile butonul de trimitere a utilizatorului in partea de sus a siteului,(http://infoalert.ro/wp-content/uploads/2016/04/buton.png) atunci cand acesta a ajuns de exemplu la jumatatea sau la sfarsitul paginii?
Mersi pentru suport.
Site-ul este infoalert.ro.
Hello cva183,
If you want to have on mobile mode the button back to the top, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
@media (max-width: 767px){
.td-scroll-up-visible {
display: block;
}
}
Thanks.
Hello kapunas,
Unfortunately, our theme does not have such an option for your desire. In order to achieve as you wish, you have to do some additional customizations to do that. Below I gave you an example of transition for the mobile menu. If you want to develop in this case and you are not aware of the steps in this regard, please consider hiring freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
The code is ->
.td-mobile-nav-wrap, .td-content-wrap {
-webkit-transition: left 2s;
transition: left 2s;
}
Hope this helps!
Thank you for the message!
Hello cdeloach,
If you want to replace the icon with the text for your mobile menu, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-icon-mobile:before {
content: 'MENU';
}
The result you should see here -> http://screencast.com/t/6yMAWrvVaN
Thank you for the message!
Hi
1. Try this css: http://screencast.com/t/UQ7uHzLYE3W
.td-mobile-close a{
background-color: red;
}
2. You can change the menu items text color from theme panel > theme colors: http://screencast.com/t/tmmfIft2AnQ
Thanks!
Hi
By default the theme does not display the top menu on mobile devices. However you can use this css in theme panel > custom code > custom css to display the top menu on mobile: http://screencast.com/t/CR5mfgq8EON
@media (max-width: 767px){
.td-header-top-menu {
display: block;
}
}
Thanks!
Hello,
How can I add a slight transparency and a slide/ease in and out transition to the mobile menu?
Thank You
I would like to add the word “MENU” beside the navigation icon (or instead of it) in the mobile interface. Can you please point me to the file/line of code to modify for this?
Thanks,
Collins
Also, do you know how to make the “back to top” button show on mobile devices? I’ve noticed it only shows on the desktop version.
Thank you.