Search Results for 'mobile'

Results from the Forum
TheRadhaKrishna
tagDiv Member

yes i used outside of the theme ad system. I kept an adsense code inside some specific pages and some posts i want them to disable on desktop and mobile

by seeing this pic you can get to know my problem bro. Please help me

https://dl.dropboxusercontent.com/u/55681588/ad.JPG

TheRadhaKrishna
Participant
#0

I am Using an adsense code with out the option given by the NewsPaper 6 Theme Panel. i want that adsense code do not Run on the Desktop and Tablet and it should only run in mobile devices so please help me. I have a great hope and esteem on you Thanks in Advance 🙂

MN-theme
tagDiv Member

Hi guys, we are experiencing this same issue on GottaBeMobile.com and are going to switch to another theme because of it until we can sort out a fix.

The issue is that your Published times are localized and don’t include a Timezone offset trailing the time stamp. If you were able to add that it would solve the issue.
Could you please take a look at this document and see that Google is asking publishers to either provide the times in UTC by adding a ‘Z’ at the end of the timestamp or present the local time, but provide an hours offset.
https://support.google.com/news/publisher/answer/74288?hl=en
In our case, our articles are hitting the Google News index immediately, but showing up as “7 hours ago” in Google’s main web search engine results page. We tried switching to another theme for part of a day and Google immediately began indexing articles in Google News and Google Web search engine results pages with the correct time stamp.
Could you tell me if there’s a way to add the timezone offset into the theme?

If you don’t have a trailing ‘Z’ to indicate that the time is UTC or a time offset, then Google will simply assume that the PublishedDate and ModifiedDate are UTC times in Google SERPs, even if the desired time is showing up in Google News.

  • This reply was modified 10 years by MN-theme. Reason: added details
yenctt
Participant
#0

I wonder how to show back to top link in mobile? In tablet and PC, the link is shown at the bottom right corner but in mobile, I can not see it.
Thanks

marturano
Participant
#0

Hi
I ve made a mega page menu on latest version of your template but is not working on mobile menu. Why?
Tks
Roberto

Steven
tagDiv Member

I test with my Samsung 6 android phone using chrome browser and it work fine but site is very slow on mobile,don’t have a iphone because i don’t like them..if this was a theme issue all of us will have the same issues here…

  • This reply was modified 10 years by Steven.
fokus
tagDiv Member

Hi, it is working for me on Desktop, it is even working when I turn on Console in Chrome and test it on mobile view.

But it is not working directly on phone – I am using iPhone6 …

Are you testing it on the phone directly or via desktop / console mobile view?

Please test it directly on mobile and tell me which device / browser are you using, as for me issue is present on iPhone6 with Safari, all cache cleared.

I will fix these errors, they mostly come from different domain name used in staging before migration.

Thanks!

fokus
Participant
#0

Hi,

since on my previous post on same issue there is no reply in days, I will try opening new one.

So, my site is all good on Desktop, but in Responsive version loaded on mobile device directly – Ajax is not working.

Search box not opening.

Slide menu not opening.

Sub categories can not be selected.

Sliders not working.

I have tried disabling all plugins, clearing all cache, nothing helped.

I need help ASAP as we are going live in one day!

Site is : http://dev.fokus.ba

Thanks!

BeautyGeek
tagDiv Member

Hi
Totally off this topic….
I don’t want some of my widgets to show on my mobile view. How do I do that. Also, I don’t want the “more article box” to slide in on mobile view. What are the css codes?

sportujeme
Participant
#0

Hi,

is possible combinate “category display view”?
M8 for desktop and M5 for mobile devices. I like M8, but in small size (smartphone) are pictures very small.

Thank you

David

doucare1971
tagDiv Member

I think it should be default on for the theme because look how fast the mobile industry is moving to web. Smart phones are getting to be the most popular thing now. So I would happy if this was a default feature in the theme. I added that to my CSS too in theme panel.

fokus
tagDiv Member

Thanks, I am now 100/100 at Mobile and on Desktop test … incredible 🙂

salocharly
Participant
#0

Hi guys,
I would like to know how can I add a banner as a custom add. Instead of the banner pointing to a link I would like it to be one of these custom links that open a phone number in mobile. is this possible?

Thanks in advance!

fokus
tagDiv Member

Hi Alin,

I have disabled all plugins, including cache plugins (meaning no minification or caching exists any more), cleared server cache and CloudFlare CDN cache too, but problem still persists.

On two iPhone 6 devices menu can not open and search too, as well as all Ajax links to categories.

On my desktop computer, when I open developer console and than mobile mode, these things works.

Can you test on your mobile device – http://dev.fokus.ba

Thanks!

Andrei L.
tagDiv Member

Hi

The mobile version of your site is the same as the one for desktop, but styled differently, so you can use custom css in theme panel > custom css :

@media (max-width: 767px) {
.td-header-main-menu{
background-color: #AF2828!important;
}
}

@media (max-width: 767px) {
.td_block_related_posts{
display: none;
}
}
@media (max-width: 767px) {
.td-footer-container{
display: none;
}
}
@media (max-width: 767px) {
.td-sub-footer-container{
display: none;
}
}

Let me know how it goes and provide more details if this is not what you mean.

Thanks!

Andrei L.
tagDiv Member

Hi

Replace the previous css with this one:

@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #fff !important;
}
#td-top-mobile-toggle i, .header-search-wrap #td-header-search-button .td-icon-search {
color: #222 !important;
}
}

Let me know how it goes!

Thanks!

  • This reply was modified 10 years by Andrei L..
BeautyGeek
Participant
#0

First of all my mobile template is too busy. I’d like it to look like a blog. I don’t want slide-in related post and I don’t want a footer. Also the header/menubar for mobile is black and my logo is black too! So obviously its not showing at all!
Is it possible to edit the mobile to my taste?

fokus
tagDiv Member

Hey, what happened with great support guys? 😉

Is it possible that its only me with issues on mobile responsive version?

I am using latest update of Newspaper theme – what can cause that Ajax is not working at all?

Search bar can not be opened, navigation menu too, what ever link I click like in category navigation in blocks does not load new set of news, and so on … it has to be some Ajax not loading issue on mobile … how to check, how to fix?

Thanks!

fokus
tagDiv Member

Anybody, please? I really need to have mobile responsive version working? What could cause search and manu not working on iphone 6?

Thanks!

powerchoice
Participant
#0

On mobile devices, the menu slides in from the left when a user clicks on the menu icon. How do I change this so that it slides down from the top? Please see screenshots below:

Change This Style:
Before

To This Style:
After 1

After 2

fokus
tagDiv Member

Additional info: I have turned off lazy load – in theme panel I turned off “Use loading animation image”, if that is it …

Images now started to show on mobile.

But still I can not open search box, nor I can open menu …

And I would really like to keep using lazy load – so please help.

Thanks!

Andrei L.
tagDiv Member

Hi

Please make sure you set your logo in theme panel > headers > logo for mobile and also empty all caches: http://screencast.com/t/wAcF2feCFrhttp://screencast.com/t/bDI2cuMKhv

Let me know how it goes!

Thanks!

Andrei L.
tagDiv Member

Hi

The same content you have on your site’s desktop version will be also be present on mobile version, but styled different. You can alter the design using media queries to display an element on different way on mobile devices, for example:

@media (max-width: 767px){
.the-elemnt-class {
css-property: for-mobile;
}
}

Here you can find some useful css information: http://www.w3schools.com/cssref/css3_pr_mediaquery.asp

Thanks!

Andrei L.
tagDiv Member

Hi

By default the theme hides the top bar, which includes the registration widget, on mobile devices but you can use custom css to display it, so there is no need to pay for a plugin. You can use this custom css in theme panel > custom css section:

@media (max-width: 767px){
.td-header-top-menu {
display: block!important;
}
}
@media (max-width: 767px){
.td-header-sp-top-menu{
left: 15px!important;}
}
@media (max-width: 767px){
.td-header-sp-top-menu .td_data_time{
display: none;
}
}

You can modify the values as you like. The result should be like here: http://screencast.com/t/C3W4NdBXh

Thanks!

  • This reply was modified 10 years by Andrei L..
Thalisson
Participant
#0

Hello,

I’m having trouble using INLINE ARTICLE AD!

When I set up ad for disabled in desktop and mobile in paragraph 1 after he has bugs on the desktop.

Thus, strangely I’m spacing from one paragraph to another on the desktop. Furthermore, the first paragraph loses justified alignment, and is left.

I have no idea what to do, help me!

Viewing 25 results - 38,801 through 38,825 (of 41,416 total)