Search Results for 'mobile'

Results from the Forum
robert4web
Participant
#0

Hello!

How to make visible Top bar menu on mobile in Newsmag?

I tried with this code (works fine in Newspaper):


@media
(max-width: 767px) {
.td-header-top-menu-full, .td-header-top-menu-full .td-header-sp-top-menu {
display: block !important;
}
.top-header-menu li a {
font-size: 12px !important;
margin-right: 5px;
}
}

But this code don’t have any effect in Newsmag. Thanks.

Best regards,

R.

Bogdan B.
tagDiv Staff

Hi,
The sorting option for the grid on the homepage can be found here: http://screencast.com/t/e3FwmPsGsg
As for the Google DFP we have not tested this type of ads so we are not sure if they will work or not. If the implementation method requires adding a part of the code in header.php, please add it in the mobile header.php as there are 2 theme so there are 2 files with the same name: http://screencast.com/t/Sjf0GdeD
Thank you!

Catalin
tagDiv Staff
Menu - reply

Hello raynaldoverde,

If you want to move your Breadcrumbs feature to the bottom of your post page, please notice that you will have to alter the code from the core file in order to achieve best results. For example, if you are using the post template style 1 you will have to remove that come from the single-template-1.php, like this -> http://screencast.com/t/IozVqlcVTQr and then add that code in loop-single-1.php, like this -> http://screencast.com/t/aNyszQe3 and the result you should see here -> http://screencast.com/t/rcn12R5QLn
For your second request, please notice that our mobile theme is responsive and if you turn on the phone to landscape mode, the thumbs will be displayed in full width by default, like this -> http://screencast.com/t/K5Y4w40MRx (our blocks will be automatically resized according on what devices are used)
For your last request, please provide more details about what you want to achieve because I do not exactly understand what you mean. Provide some useful screenshots for a good understanding.

Thaks for your message!

drastic
Participant
#0

Hi,

My pages appear blank on the mobile version. I redid the pages using the visual composer, but the pages still appear blank on mobile.

The homepage works fine. But my two side pages don’t.

I used visual composer for all three pages.

Can’t figure out what I did wrong.

Any ideas what happened or how to fix?

valnyc2016
Participant
#0

Hello. I want to show ONLY side bar on my mobile version and it shows everything else but the side bar. Please help me solve this problem

valnyc2016
Participant
#0

Hello. I installed this theme today and have been trying now for hours to get the visual composer work. Nothing happens. Also, mobile version shows me just one column of my website instead of all of it. Seems very difficult to get this theme work. Any other theme is easier than this one.

Mpasho Support
tagDiv Member

Ok got it, so i would like to achieve two things:
1.Change the default category the mobile theme uses from featured to something else say latest.
which file would i need to work on to change this?

2.incorporate Double clicks for publishers ad units.

Now i tested the theme with google adsense code and it worked perfectly mainly because its a one part ad tag code. But double clicks for publishers uses a two part code that is one set of code is placed in the header.php file of the theme and the other code in the ad slot. but when i try this with the mobile theme it does not work.

How can i accomplish this?

benj0612
tagDiv Member

Hi Catalln,

Thank you it works by desactivating the mobile theme plugin. BUT I loved it ! :):)

If you can put it into an update, would be super! In fact, even if it is minimalist, people will less “share” than “like”, speeder!

Best regards.

Sjoerd
tagDiv Member

After some research we found out that the problem only occurs on Samsung devices. We solved the problem with a change in the CSS code.


.td-search-background:after {
content: '';
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
z-index: -10;
-webkit-transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
-moz-transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
-o-transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

We deleted:

position: absolute;
display: block;

and the site was visible for the mobile (Samsung)users

Sjoerd
tagDiv Member

Hi Lisborg,

We encountered the same problem. After some research we found out that the problem only occurs on Samsung devices. We solved the problem with a change in the CSS code.


.td-search-background:after {
  content: '';
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: -10;
  -webkit-transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

We deleted:

position: absolute;
display: block;

and the site was visible for the mobile (Samsung)users

  • This reply was modified 10 years by Sjoerd.
Gorobets
Participant
#0

Hi.

Mobile Theme Plugin on my website doesn’t work correctly. Sometimes I and my readers see on PC mobile version of posts.

I don’t know what to do with this. Theme shows mobile version for some time. And then everything ok again. I tried to empty all cache. I doesn’t work.

Here is screenshot.

Bogdan B.
tagDiv Staff

Hi,
I have checked the 3 images and on mobile they display one under the other like so: http://screencast.com/t/yzMGiD4oRe I could not find any issues with them on any device. Please try to test them on a different device.
Thank you!

Catalin
tagDiv Staff

Hello rishab55555,

If you want to move your banned ad below the menu bar on mobile, you will have to change the header template which has to correspond with your header used. For example, if you are using the header style 1 you will have to add the do_shortcode method in header-style-1.php like this -> http://screencast.com/t/jJhNqOvZ Also, please ensure that you have added an ad code in your custom AD 1 from the Theme panel -> http://screencast.com/t/56LI9Ya6oh6d

Hope this helps!

Thanks.

Catalin
tagDiv Staff

Hello benj0612,

I have checked your website and I saw that you are using the new Mobile theme feature. As you can see, these elements (Facebook classic and Twitter) are hidden for this mobile theme from the code. This feature has been designed to be very simplistic one and also, very faster and that’s why some kind of elements have been hidden. If you are unhappy with mobile theme, you can simply turn off the mobile plugin and the theme will be switched to the default responsiveness version, by default. If you want to add these buttons on mobile theme version, you can do it only if you edit the core file when these are created, like this -> http://screencast.com/t/naLG0dO95Y3 Please notice that is not a simple task and require custom work. So, if you want to display more levels in this regard and you are not aware of the steps which you are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
For more information about mobile theme, please consult our documentation here -> https://forum.tagdiv.com/the-mobile-theme/

Thanks for your understanding!

delcerrojuan
tagDiv Member

Hi, thanks for your answer.

We are not using the mobile theme, actually, we’ve never had this issue before.

Here is our site: http://disruptivo.tv/

The images I’m refering to, is the 3 color buttons under the front grid (pink, green and purple), and also in the podcast page.

Thanks

Bogdan B.
tagDiv Staff

Hi,
This is the way our theme handles all big grids. There is a scroll bar on desktop, but on mobiles you are able to swipe the content left and right as a slider. All our theme is already responsive. If you do not like the design, unfortunately there is no alternative setting. you will have to make it custom or hire a developer to do it for you.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please make sure you read this guide to learn about how the mobile theme works: https://forum.tagdiv.com/the-mobile-theme/
If you still have issues with this please provide more details so we can understand how to help.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
If you use the mobile theme please keep in mind that the mobile theme does not use visual composer. You have to create mobile versions of the pages in the second editor. You can read more on this here: https://forum.tagdiv.com/the-mobile-theme/
If you do not use the mobile theme, then please provide a link so we can inspect your site.
Thank you!

Catalin
tagDiv Staff

Hello nitinagarwal1988,

Unfortunately, our theme does not have such an option that offers you a way to change the fonts for the mobile theme, sorry! Please notice that the mobile theme intends to have a very simplistic layout for having a good performance in page speed and if you want to change the structure of it, you will have to alter the code from the core file, like this -> http://screencast.com/t/OaZv12hNC
If you want to display more levels in our theme and you are not aware of the steps which you needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!

Thanks.

Bogdan B.
tagDiv Staff

Hi,
Please read this guide on the mobile theme to learn how the top block sorts posts: https://forum.tagdiv.com/the-mobile-theme/
It uses the featured posts sorting so if you have old posts in the featured category, it will show those.
Thank you!

Catalin
tagDiv Staff

Hello sarah23,

This is talking about Mobile Theme. So, please notice that you have this layout for mobile mode because you are using the Mobile Theme and our demo do not use the mobile theme and there it is displayed the normal responsive view for mobile. If you want to have this default layout, you will have to simply disable the mobile theme plugin and the theme will be switched to the general responsive mobile version.
If you want to fins more details about mobile theme, please consult our documentation here -> https://forum.tagdiv.com/the-mobile-theme/

Hope this helps!

If you refer to something else, please provide more details.

Thanks.

Andrei L.
tagDiv Member

Hi

I’ve checked your site on mobile and it works fine on my end. I didn’t encountered any issue with page’s load. If you still have this issue try to deactivate all plugins except Visual Composer, clear all caches, purge cdn files if you’re using then test the site again.

Let me know how it goes.
Thanks!

benj0612
Participant
#0

Hi,

One of my customer noticed me that le like count and tweet have desapared.

In fact, on ipad it appear, on PC too, but not on iPhone. Except for 1 article. Cannot understant that’s weird!

I show you pictures :
http://www.screencast.com/t/qffQzYQC

On the left it doesn’t appear, on the right it appear. Same setting, “like and tweet” activated !

Not sure but it seems apared after the last update.

Please help.

Thank you all.

Bryson T
tagDiv Member

The new mobile theme introduces a second editor for every page. Have you checked that? The new Mobile editor doesn’t directly support VC but I’ve found that if have a VC built page (like a home page), that you ca switch to the classic editor view (where it shows the VC shortcodes in the content) and copy that into the Mobile editor. This defeats the purpose of a mobile editor, but is needed sometimes.

Anyway, might check there first. If that’s not it, might help to include more detail in your request (posts, pages, do the header, sidebar, footer show up but no content? etc.).

rishab55555
Participant
#0

Hello,

Currently the Leaderboard Ad I.e. Header Ad of the theme comes above the top menu/logo bar on Mobile Devices. I want to show that ad below the Top Logo Bar on Mobile Devices.

Please let me know how can that be achieved.

Website URL : http://www.naukrinama.com

Viewing 25 results - 36,401 through 36,425 (of 41,416 total)