Search Results for 'mobile theme'

Results from the Forum
Catalin
tagDiv Staff

Hi blandRepublic,

Unfortunately, there is no option to change this from Theme panel. In theme panel you can change only the color for top bar social icons and mobile menu icons, like this: http://screencast.com/t/andjE7L3

For change the footer social icons it is necessary to use custom Css. Please try the code below and change this with color as you like. Add this code in Theme panel->Custom Css area, like this: http://screencast.com/t/BFbCLQEe4Z

.td-footer-wrapper .td-icon-font {
color:red;
background-color: green;
}

The result should see here: http://screencast.com/t/Byryi5lD

Thanks and let us know how it goes!

Andrei L.
tagDiv Member

Hi

We haven’t tested cloudflare’s rocket loader with the theme but usually the rocket loader or automatic compression of js resources cause this. We don’t recommend using an autominify tool as this could generate js conflicts and break features that use js to function as in your case mobile menu and search did.
Please make sure you deactivate all plugins including cloudflare and cache you use, leaving just the Visual Composer active and empty all cache then purge files and check this again.

Let us know how it goes!
Thanks!

faibol
tagDiv Member

1. the class is only removed inside a particular post, which means it doesn’t affect anything beside the post itself – so nothing else within the site is changed.

2. i checked the post both on the pc and on multiple mobile devices and it seems to work fine so far. nothing besides the image size, position and clickablity changed.

3. if you provide an actual solution to this problem it’ll be much appreciated (in an update), since your other theme doesn’t have this issue and i personally don’t see a reason (in most cases) why would anyone want their images to be clickable and create a slider… (it distracts the visitor and moves him away from the content)

4. it’s your staff that suggested that i remove a huge chunk of the code, they RECOMMENDED it:

“If you do not want to appear the image in light box on smart list you have to change this in code, (because is not an option for it in theme panel) like this: http://screencast.com/t/T1SfkOLkk
After changing it, the images will appear in other attachment, like this: http://screencast.com/t/oHGmlUs9”

their suggested change DID actually ruin the theme as i got the following message:

“Unpacking the package…

The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature”

the change i suggested only affects the post in question (there’s no reason why it would affect any other part of the theme as it’s unrelated and the class remains unchanged) and can be easily changed back if there’s an issue (since you only change the html code for the particular post)

thank you for your time, have a great week.

Joyce
tagDiv Member

Thanks for your quick reply. Can’t find the feature you mean… my guess is that we have an older version of your theme running at the moment. I just checked… version 4.6.2 … i see your version is 6.5.1 !
Did you make so many new updates in 8 months, wow ?

So it should be time we update our theme version i think. Still it’s weird though that you can’t recreate the issue but a lot of my customers see it, myself included.
It’s only on the mobile version.

Kind regards,
Joyce van de Pas

Andrei L.
tagDiv Member

Hi

Theme’s responsiveness was tested on various devices and works fine on mobiles and tablets. Also I’ve checked your site and noticed that the html structure is a bit different than the original one from the theme. If you made any customizations in theme’s files please make sure that they don’t affect its responsiveness. Also you can try to update at the latest version V 2.3, which also was tested and works fine on mobile devices.
If you decide to update follow this guide: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ and also you should update and the plugins included in theme’s path.

Thanks!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately the mega-menu option is not available on the mobile version of the theme. What you can do to achieve your desired effect is create 2 menu items with the same name and make one a mega menu and the other one a custom link. Then you can simply hide the custom link on the desktop version and hide the mega menu item on the mobile one. http://screencast.com/t/MRAfgkxu
Then you can use css to hide each one on the device of your choice.
Every menu item has a custom class called menu-item-x where x is the menu item number.
You can target these with css like so:

first one:
@media (max-width: 767px){
.menu-item-362{
display:none!important;
}
}

This is for the mobile version to hide the page menu item.
http://screencast.com/t/yoIuZn5gmS
And for the other we use the code like so:
@media (min-width: 767px){
.menu-item-363{
display:none!important;
}
}

http://screencast.com/t/thg1VSizG
Use both of these codes together in the theme panel->custom css box. You will have to adapt the code to your menu item numbers. Use the browser inspector to do this: http://screencast.com/t/JMg4UDwGJz
I hope this helps.

Thank you!

Catalin
tagDiv Staff

Hi prkbrt,

First of all, thanks for your message. This issue maybe comes from another plugin. If you are using a Jetpack, this plugin creates for the mobile version of the site if an option is checked: https://forum.tagdiv.com/how-to-manage-the-mobile-theme/. Follow the steps from link above and you can solve it your problem.
Also, you can try to disable all the active plugins, except Visual Composer and try it again. If the problem is still there, please provide more details and your URL link for inspect it closer.

Hope this helps and let us know how it goes!

Thanks!

prkbrt
Participant
#0

My newspaper theme menu is not working in mobile phone.

Joyce
Participant
#0

Hi,

Several of our readers have shown me that when they’re reading our website (www.mamsatwork.nl) on their mobile the text moves up and down every few minutes. I’ve checked myself and see what they mean. I’ve looked up other websites who use the newspaper theme and noticed that they have the same problem.

Can you please tell me how we can fix this because our readers find it very annoying.Thanks for helping out.
Kind regards,

Joyce van Pas

Andrei L.
tagDiv Member

Hi

Try to change this class name like here: http://screencast.com/t/tddrfiUNGN then replace the above css with this one: http://screencast.com/t/VMLEdqNWbHHY

@media (max-width: 767px){
.td-icon-my-mobile:before {
content: '\2630'!important;
font-size: 40px;
}
}

Also you can use Font Awesome 4 Menus plugin which works fine with the theme, just and add this classes here: http://screencast.com/t/5xu6mROgSEA

Thanks!

Andrei L.
tagDiv Member

Hi

The theme can’t display different type of ads from same spot, so for example if set a banner ad for header this will be displayed on all devices. To display the ad-sense ad only for mobile devices and for other devices banner ads you will need custom modifications in theme’s core files.
This is a complex task which require lots of customizations and unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. If you need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer from sites like: http://studio.envato.com/ to do this for you.

Thanks!

Bogdan B.
tagDiv Staff

Hello,

3) Your problem originates from the WP recent posts widget on your page. Try to re-add this widget to your page because it is causing problems in the mobile version. you have a custom class set to it. Try to remove it and any css customization applied to it.

4) Use this custom css if you do not want to change the theme accent color:
a{
color:red;
}

Thank you!

George
tagDiv Member

Thanks for the response – But I see the world is trending towards mobile space and I’d be much happy to see newspaper theme provide a fix to work with mobile too.

Please could you speak with tech development team for this feature.

Thanks!

weblogging
Participant
#0

Hello.
I need to have different ads into the header for different devices.
Exactly I need my own banner for all devices and an adsense banner for mobile.
I have tried by admin theme panel to add into header ad section to add this code:

<div class="td-visible-desktop">
Leo Constructions Lecce
</div>
<div class="td-visible-tablet-landscape">
Leo Constructions Lecce
</div>
<div class="td-visible-tablet-portrait">
Leo Constructions Lecce
</div>
<div class="td-visible-phone">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- [WL] Header Mobile Home -->
ADSENSE CODE
</script>
</div>

But It doesn’t work. He shows me only adsense banner for all devices.
Could you help me to solve?
Regards.

Carllauren
Participant
#0

Hello,

I am just wondering then you have planned to release an update for the theme?

The main problems for me is:

– The fixed navigation on mobile is not staying fixed after the new iPhone update.

– There are problems with the BIG grids on Safari. I am using “BIG grid 6” and there are white lines showing after each images when hovering the grid.

Then I also wonder if you are planning any solution for retina displays? On newsmag the smaller thumbnails are very blurry on retina devices. This could maybe be solved by a responsive image solution or something similar.

Best Regards

Erik

Justrelaxed
tagDiv Member

Hi Bogdan,

Thanks, the CSS code for icons was a good solution.

3: Please check this img. of mobile screenshot empty space
http://s10.postimg.org/rf6rm3jc9/empty_space_mobile.png

4: I mean how to change the link color in posts. Now the linkcolor is black but text color is also black so visitors can’t see its a link :). I can only find change the Theme acces color but than also the color in menu change.

http://s1.postimg.org/44ljdwmov/link_color.png
Live: http://no.nl/kwh

Kind regards,

davidcolq
Participant
#0

Hi,

This should be a very simple thing to do but currently I can’t find anywhere in the Newspaper Theme Panel where you can change the colour of the text on the main menu header. I can change the search icon and the menu icon (on mobile) from black to white but not the text itself.

Any suggestions?
Thanks,
Dave Colquhoun
http://www.BetOTG.com

Bogdan B.
tagDiv Staff

Hello George,

I see now what you mean and i do not think visual composer was meant to work from a mobile device. We tried adding elements with VC from a galaxy S4, S3, S2, or from other mobile phones we have but we could not add a single element to the page. Furthermore using visual composer on posts is not tested with our theme and is known to cause issues.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately, there are just 2 logos defined in our theme: http://screencast.com/t/48rDwMiyP
The desktop and mobile ones. If you would like a third one you will need custom work to get it done. 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/.

Thank you!

rockyrockshot
Participant
#0

Hello I am still having a problem with the Masonry Grid on the mobile phone display. When I try it on an iPhone 5s on Safari and Google Chrome everything loads beautifully until the Masonry Grid where it displays off to the left in a thin column.

If you are going to test it I would appreciate you test it with my website which is http://www.rockshot.co.uk

I have tried the theme without plugins (leaving the Visual Composer). But it still does the same thing.
I am running Visual Composer 4.7.4 but I see that version 4.8 is available from the plug-in author but not through you?

I have had this problem for two weeks now and no fix in yet. I have not done any code adjustments or added css.

Can you please help?
Thanks
S

Bogdan B.
tagDiv Staff

Hello,

There is no setting to increase site width. Our theme works with a grid layout and increasing the width of the site will impact the blocks and other elements on your website creating undesired effects. It can be done with CSS but that means you have to style all the elements to fit the new wider layout.
(The mobile version of the site is already at full width: http://screencast.com/t/HGrc026b)
We hope in a future update we can implement a setting for width to our theme.

Thank you!

Andrei L.
tagDiv Member

Hi

The theme doesn’t have a block with a two columns on mobile devices. I’ve found a solution by modifying the block’s 7 layout: http://screencast.com/t/cDzrKOTe but I test this layout only on standard mobile format and I don’t know how will work on different mobile version.

@media (max-width: 767px){
.td_block_7 .td-block-span6 {
width: 50%!important;
}
.td_block_7 .item-details {
margin-left: 0;
margin-top: 85px;
}
}

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

You can change the mobile icon using this css in theme panel > custom css: http://screencast.com/t/Byv6tGVpklgv

.td-icon-mobile:before {
content: '\2630';
font-size: 35px;
}

You can increase or decrease the font size value if you want a different size for the icon.

Thanks!

Bogdan B.
tagDiv Staff

Hi,

Unfortunately the big grid you are pointing comes from the Newsmag theme. You can chose a different big grid for your homepage. Here you can try them out and there styles: http://demo.tagdiv.com/newspaper/big-grid-1/
As an alternative you can use the big grid slide block which resembles the one ion newsmag on the mobile version: http://demo.tagdiv.com/newspaper/big-grid-slide/ (it needs to be set to at least 8 posts)
You can force the slide to display like the one on newsmag but it is no easy task. You can follow this topic if you want to tackle this challenge: https://forum.tagdiv.com/topic/big-grid-on-the-mobile/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

This is a default behavior of the theme to adjust the title to the tablet portrait and mobile version. So under 1018 pixels it will resize your header. In order to change this behavior you need to use CSS:

@media (max-width: 1018px){
.td-post-template-default .td-post-header header .entry-title {
font-size: 18px!important;
line-height: 26px!important;
}
}

Thank you!

Viewing 25 results - 21,176 through 21,200 (of 22,177 total)