Search Results for 'mobile'

Results from the Forum
sam_p
Participant
#0

Images in posts are not showing up in mobile view. They appear when viewing a blog post on my computer. A white box, the size of the image, with a gray boarder appears in their place. I am not running any plugins outside of the ones recommended with Newspaper. Is this a setting or code related issue? Any other ideas? Solutions?

Thanks.

claudiuX
tagDiv Member

Nu e pus nimic la logo retina,tocmai din cauza asta.O problema ar fi ca logo principal e foarte mare,ca asa a fost cererea.Am pus logo retina 544×180,care e mai mic decat cel de baza.Pe mobile afisa ok,insa in chrome aparea cel de retina,asa ca e scos temporar.Pot sa il pun temporar.Poti sa te uiti acum?La mine se vede ok.In alta parte … nu.Doar pe chrome

Andrei L.
tagDiv Member

Hi

Please check this topic, I’ve provided a solution at this question: https://forum.tagdiv.com/topic/selective-content-for-mobile/

Thanks!

Catalin
tagDiv Staff

Hello @Remco,

First of all, thanks for your message. I have checked your site and this looks similar to a problem “Jetpack” 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.

Hope this helps!

Pravin
Participant
#0

hi can anybody tell me that
how can i have my site different for mobile and web ??

for eg i want to show Big Grid block only for my desktop website and not for mobile site
how can we achieve this?
big grid block is just a eg. i want to a particular block in my desktop site while that blog should not be in my mobile site and also the vice versa
how can i achieve that any suggestion for that

Remco
Participant
#0

On iPhone the [td_block_big_grid_1…. does not load?
On iPad it’s okay only iPhone not how to fix this?

Andrei L.
tagDiv Member

Hi

The theme is optimized such that works well on mobile devices but if you want a different implementation you can use media queries in order to hide some content according with screen’s width. Here is an example:

@media (max-width: 767px) { //screen width; //
.element-to-hide { //the css class of the element that you want to hide/change, in some cases may be needed more classes for a more specific target //
display: none; //css properties; //
}
}

Fore more details about css coding you can check this link, it contains some useful information: http://www.w3schools.com/css/default.asp

Hope this help.
Thanks!

koimoi
Participant
#0

Is there anyway to differentiate content on a page basis the device being used to access the website ?

We have implemented your newsmag theme on our site, beta.koimoi.com. Looks great, but the content for the mobile user seems heavy.

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your page and did not found any issue on mobile device – http://screencast.com/t/y5fGrnoH Please clear cache.
Also you can test our demo and see if this is happening – http://demo.tagdiv.com/newspaper/td-post-2015-awards-all-of-the-best-and-worst-moments-from-the-show/

Thanks!

Andrei L.
tagDiv Member

Hi

1. I’ve test this on my side and the translations for search button works fine: http://screencast.com/t/gBoT5fFnhttp://screencast.com/t/D0n8maoX Try to clear all caches deactivate all plugins except Visual Composer and test again. Note that we didn’t test the theme with WPML so is possible to appear some issues with it.

2. The theme wasn’t designed to display the top bar on mobile devices. Also I’ve checked your site and noticed that you made some changes in order to display it: http://screencast.com/t/TX2Iu9qs If you still need assistance in this regard please provide more details.

Thanks!

Bogdan B.
tagDiv Staff

Hello Mike,
I have checked your website on different mobile devices and the menu seems to work properly. I do not see any errors in your console either. Maybe it was a plugin you used and removed in the meantime…or a temporary glitch. Please let us know if the problem reappears.
Thanks.

George
Participant
#0

Hi there,

Good morning!

I tried to open mobile menu options but I’m unable to see any further pages opening.

Please could you advice.

Website: Viralbae.com

pandian
tagDiv Member

Hello Bog,

We changed the slider into a single image box now, I need your help with these following items
1.We have used accordian via visual composer for our about us page, The question sections are not properly getting aligned in mobile.
2.In Entrepreneurship & Startup and Tech section – the first article is repeating twice randomly some time.

Happy weekend!!

Cheers,
Pandian

  • This reply was modified 10 years by pandian.
AWAY FROM LIFE
tagDiv Member

Hey Andrei l,

if I use this code the more article box is also not showing on non-mobile versions of my website. How can I fix it that the more article box is disable on mobile versions?


@media
(max-width: 767px){
.td-more-articles-box {
display: none;
}
}

Thanks you! Simon

Mikec
Participant
#0

Hello,

I am using Newspaper 6. My site is http://www.barranquillalife.com

If you open the site via a cell phone, you will not be able to use the menu – the buttons don’t function. It isn’t possible to navigate past the main page. I’ve attempted to access via several different models of phones – all with a negative result.

Any ideas?

Mike

e.martinelli
Participant
#0

Hi there,
I’m using your great theme in my website: http://vu2013.web2.aperturelabs.it

1) I’m having troubles in translating the input value of the search form in the main menu (now is in English but the website in translated in 6 languages, so I have to fix it). I’m using WPML but in the String translation I translated it, but it doesn’t work…

2) In the mobile version of the theme, I’m not able to show the top menu (I have login/logout, social networks and language selection in it), how could I fix it?

Thenk you very much, cheers
Emiliano

Bogdan B.
tagDiv Staff

Hi,
In order to remove the ad on mobile phone you can add this custom css in the theme panel:

@media (max-width: 1018px) and (min-width: 768px){
.td-a-rec-id-post_style_11 {
    display:none;}}

For the second part you need to edit the core files of the theme. This requires a bit of code knowledge.
You cannot simply move the title from the bottom to the top.
You can copy the header from here: http://screencast.com/t/iKprjF3j
And add it to single_template_10.php You need to change the class to the title in order to target it with CSS:
http://screencast.com/t/L2FP8KZLth
Then you will have 2 post titles. One above and one below the video. Now you can use css to position the title above and hide the one below:

.td-post-title_custom{
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}
.single_template_10 .td-post-title{
display:none;
} 

This will require a bit more tweaking, but this should set you on the right path.

Thanks.

Andy
Participant
#0

Hi,

Please take a look at this post(http://www.newsmug.in/special-page/photo-video-gallery/inspirational-video).I have used Post style 11 template. However I dont want the Ads to be displayed in mobile specifically for this template.How would I do that

Also please take a look at this post(http://www.newsmug.in/sports/higlights).I have used Post style 10 template.I want the title to be displayed above the Video right now the title is displayed below the video.Please help with this

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site but on mobile device your header ad is not displayed – http://screencast.com/t/DhrxZ6UuN
Please check your code in Theme Panel > Ads – header ad.

Thanks!

Bogdan B.
tagDiv Staff

Hello,

The mobile menu was designed to work with the mobile version of the theme, not other ones.
Unfortunately there is no setting for that and modifying the css to do that will be no easy task. We suggest you hire a freelancer to do it for you as we cannot provide custom work. You can hire freelancers from sites like studio.envato.com

Thank you!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have an option to have a different module for mobile device. The module you set for Latest Articles loop will be used also on mobile.
What module you use there? For example module 11 will a have similar look on mobile device – http://screencast.com/t/10KEXFimxHhttp://screencast.com/t/VjLGAL4kghttp://demo.tagdiv.com/newspaper/category/module-11-layout/

Thanks!

noyap
Participant
#0

I want one mobile menu on all version of site.

JDF
Participant
#0

Hi !
My home page is set on “display last articles”
I would like to change it on mobile for the M6 article display view.
Is it possible to make such a thing ?
Thanks

nitinagarwal1988
Participant
#0

Hi Guys,

Great fan of your work 🙂 I have bought both Newsmag and Newspaper themes to use on my websites. But few things/options which I really miss and am sure many publishers like me want them as well. So, here is a small list of features suggestion, which you guys can bring in future version of themes…

1. Many publishers like me have smartphone apps of their publication/website. So, please introduce a widget kind of thing for sidebar just like social counter widget which displays the logos of Apple App Store, Google Play Store, and Windows App Store.. through which we can notify and redirect our readers to respective app stores to download our mobile apps.

2. Please introduce auto load of previous or same category post on single post page. You can check Flex Mag theme to know what am talking about. They have given an option of auto loading posts below the single post using ajaxing, i guess. The auto load of posts increases the page views per visitor, brings down the bounce rate, increase average time spent on site.. and good in various ways. You can also check Digit.in website to check the auto loading of posts. Please introduce this option and we publishers will be very thankful to you guys.

3. Auto YouTube playlist fetching or Latest videos fetching from a specific YouTube Channel. Many publishers like me also have YouTube channel, which they updates on regular basis. So, if you can introduce a widget and Block/Module to display YouTube playlist or Channel’s latest videos list automatically just by adding the playlist ID or Channel ID… it will be awesome! In current block, we have to manually enter the IDs of videos which we want to display which is very painful thing to do again and again.

4. Please introduce native functionality of adding contact forms, no more depending on 3rd party plugins.

5. Introduce Quora profile option in Social Counter Plugin.

That’s it for now. I hope to get a positive reply on introduction of these features soon in the themes. 🙂

Thanks & Regards
Nitin

Schuchi
Participant
#0

Hi,
I have a problem on my mobile site. After the header ad appears a big blank space.
How can I get rid of it.

Viewing 25 results - 38,526 through 38,550 (of 41,416 total)