Search Results for 'mobile theme'

Results from the Forum
omar ahmed
Participant
#0

i want use Jetpack plugin

this plugin allow make customize theme to mobile and another theme to site

i want ask i can upload theme twice and call each folder per difernt name

such as

version 1 – site version
version 2 – mobile version

but how custom mobile version ?? beacuse master theme called version 1 ( site version )

please help me

i want make very small from theme to mobile version

anthonyi
Participant
#0

Hi, I was under the impression that both Visual Composer and the Newspaper theme itself were compatible with IE9, but I can’t actually get it to render even remotely close to properly in IE9.

Staging website here:
http://ohsimobile.wpengine.com/

ohsimobile/opensesame

Did I forget a config option or something? Any help would be appreciated – thanks!

Andrei L.
tagDiv Member

Hi

I’ve looked over your ad code and noticed that you’re using td-visible-desktop class in it. This class will display the ads only for desktop that’s why the ad don’t appear on mobile devices. Please follow this link and change the class with: td-all-devices: http://screencast.com/t/G6QgY8zJhttp://screencast.com/t/kQHmrQMsAt
You can find more details about theme’s ad system in our documentation: https://forum.tagdiv.com/newsmag-using-other-ads/

Hope this help.
Thanks!

omar ahmed
Participant
#0

i have 2 problem in post page

first in this image in browser mobile 768 – 1024

pleae veiw this link

null

i add custom code css in backend but problem not solve

second problem in this image

null

i want make design second block same first block

i put arrow in image

i add cutome code but can’t make same design in background title !!

omar ahmed
tagDiv Member

second problem in browser mobile

big space in middle site on 768 – 1024 ipad

third problem on ipad 6 ( 375 – 627 )

aligment title new not correct

please veiw site in desktop

http://www.elismaily.tv/ikoomedia/

null

fourth problem

in category page see this — same third problem aligemnt title in ipa 6 veiw ( 375 – 627 )

null

see page online here

Catalin
tagDiv Staff

Hi StockFanatic,

Yes, it is correct. Our theme has been designed to show only in mobile version the Whatapps sharing. If you want to show it on full devices, please try the code below and place it in Theme panel->Custom Css area, like this:
http://screencast.com/t/JyijjAGJEvY

.td-social-whatsapp {
display: inline-block!important;
}

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

Hope this helps!

Thank you!

omar ahmed
Participant
#0

i hacve problem in site in

– speed site — google test give me 19 from 100 speed site on desktop 🙁

and give me 41 from 100 site speed on mobile

veiw this reult here in image

and second mobile google test

https://www.google.com/webmasters/tools/mobile-friendly/

please test this site here

this result

can’t load 33 image

why ?? and how solve this problem ??

Catalin
tagDiv Staff

Hi ferdyjakal,

There is a default color on mobile version. You can change this in Theme panel->Theme colors, like this: http://screencast.com/t/1E5tuWu4 and the result you should see here: http://screencast.com/t/lrfxSbnSRQ8Q .

Hope this helps and let us know how it goes!

Thank you!

Andrei L.
tagDiv Member

Hi

We didn’t tested UberMenu with the theme and I am not aware of it functionality. The theme have its own menu for mobiles and implementing a new one may require lots of customizations in and investigations such that the new menu to work fine on different mobile devices. 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/ if you don’t know how to do it yourself.

Thanks for the message!

Catalin
tagDiv Staff

Hi jsup,

Our theme has not been designed to show Sign in/Log in on mobile version. Please try the code below to fix it in your mobile side. Place the code in Theme panel->Custom Css area, like this: http://screencast.com/t/BzV7Wpof

@media (max-width: 767px){
.td-header-top-menu {
display: block!important;
}
.td-header-sp-top-menu .td_data_time, .td-header-sp-top-menu .menu-top-container, .td-header-style-1 .td-header-sp-top-widget{
display: none;
}
.td-header-sp-top-menu{
display: table!important;
margin-left: auto;
margin-right: auto;
float: none!important;
}
}

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

Hope this helps and let us know how it goes!

Thank you!

jsup
Participant
#0

Hi… I am sure I am missing something but no matter what I do, I cannot get the signup/login menu item to appear in mobile view on this theme…..

Is there something special that needs to be done?

Site is using Woo Commerce, etc..

News
tagDiv Member

No. It is not a plugin. It is a simple link Оставить комментарий with anchor to “#respond-1”. And it works well on desktop, but not on mobile devices. I think it’s problem with theme, because people already asking you about this problem: https://forum.tagdiv.com/topic/anchor-dont-work-on-phones-and-tablets/

Andrei L.
tagDiv Member

Hi

The only way to display the indicated link on mobile is to add it as an item in main menu. To avoid duplications on desktop you can add this css in theme panel > custom code > custom css:

@media(min-width: 768px){
.td-header-wrap .td-header-menu-wrap .sf-menu > li:last-child {
display: none! important;
}
}

This css will work only if you add the link as last item of the main menu. If you chose a different position for it the selectors will change to something like this:

@media(min-width: 768px){
.td-header-wrap .td-header-menu-wrap .sf-menu > li:nth-child(x) {
display: none! important;
}
}

where x is the position of the item in menu.

Hope this help.
Thanks!

  • This reply was modified 10 years by Andrei L..
Bogdan B.
tagDiv Staff

Hello,

Unfortunately, at the moment the theme does not have an option to customize the mobile version. The desktop version is just adjusted to display correctly on mobile. Maybe in a future version we will be able to implement such options.
If you want to hide the sidebar on mobile you can if you use CSS to customize it. At the moment, on the mobile version the sidebar moves to the bottom of the content.
You can hide it by using this code:
@media (max-width:767px){
.td-main-sidebar{
display:none!important
}
}

This applies if the sidebar is a standard sidebar from the widgets area. If you create your sidebar in visual composer when creating a page and using column layout it will have to be targeted different.
I hope this helps.
Thanks.

hbger
Participant
#0

First of all, I need to clarify I am a big fan of Newspaper.
I just want to understand some important features.

Does the theme provide the function of customizing appearance for mobile and desktop versions ?

Please check the examples below:

http://www.smartm.com.tw/
http://www.smartm.com.tw/Article/31373738cea3

The sidebar will disappear when it turns into mobile version.
Could we do that in the Newspaper theme?

Many many thanks for your response. 🙂

Gabriel

Brain916
tagDiv Member

Thanks for your reply. For number 1, I did figure it out. Thank you. For number 2, I am going to mess with that now, thank you for the heads up.

Ok, now for number 3, it didn’t work. Let me explain what I am trying to do a bit better.

For mobile, the top header doesn’t show up, which is good, I don’t want it to. However there is a link that I want to have in the navigational bar on the mobile theme (Release Dates). In order for it to show on the mobile navi bar, I would have to add the link to the secondary navigational bar for desktop versions.

Is there a way I can add the Release Dates Menu (with drop downs) on the mobile theme without putting it on the secondary navigational bar on desktops?

Let me know if that helps, if not I can try and do some photoshops to help.

Catalin
tagDiv Staff

Hi Arafat,

If you want to disable the News Ticker on mobile, please try the code below and place it in Theme panel->Custom Css area, like this: http://screencast.com/t/ymKyDmyO

@media (max-width:767px){
.td-trending-now-wrapper {
display:none;
}
}

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

Hope this helps and let us know how it goes!

Thanks!

Bogdan B.
tagDiv Staff

Hello,

I am referring to all menu related plugins. They are not tested with our theme and we cannot assure their functionality.
The mobile version of our theme was not meant to display the top menu by default. You can see this on our official demo: http://demo.tagdiv.com/newspaper/#
Check the mobile version of the demo and see how the theme is supposed to display the menu items.
These menu plugins seem to display fine in the desktop version, but maybe you can deactivate them for the mobile version as they seem to create problems.
Please disable your menu plugins and check the mobile menu again and see if the dorpdown works without plugins.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The problem in the mobile version comes from the visual composer row settings. I have tested this myself and found that a full height row and other settings will cause this effect on the mobile version. These visual composer row options were not adjusted to work with the theme 100%. We usually recommend the default values set on the VC row. In your case you can use the default values on the row and just select the stretch row no padding value.(you can try different variations to see different results)
http://screencast.com/t/XFwmQ3xUeGL
Let us know how it goes.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The top menu was not intended to be displayed on the mobile version of the theme. We are working on fixes for the mobile menu and hopefully in a future version we will be able to provide a more complex mobile menu. Your problems with the menu originate from your custom/plugin menus. The theme was not meant to support other menus than the original ones. Adding extra menus and replacing the original ones could result in errors such as the one you described.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

I will add this request on our list of updates and hopefully in a future version we will change the mobile version of the theme. The developers decide if it gets done or not though.

Thank you for your suggestion.

pokerkage
Participant
#0

Our main page (http://www.rtbuzz.com) loses its structure at random times. On occasion, I will have to revert back to an older version of the site to get the structure back but then it changes on its own again.

Also noticed the Newspaper6 theme article pages switching in and out of a different theme (looks like a generic mobile wordpress theme). I don’t want this theme to ever show up (on desktop or mobile).

Please help! Thank you in advance.

firetoss
tagDiv Member

Was able to figure it out

Theme Colors > Mobile menu

Catalin
tagDiv Staff

Hi 84KcZ,

By default the theme doesn’t display the top bar on mobile devices, but you can use custom Css in Theme panel > custom css to display the top widget, like that: http://screencast.com/t/XOWNRilgrU

@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
}

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

Thanks!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately we do not have different versions of the theme for desktop/mobile. The same post you set in the desktop version is going to be shown in the mobile one. You could try to find a plugin that changes the theme on the mobile version but we cannot assure it will work because we have not tested these plugins. If you cannot find a plugin that works, you will need custom modifications to get it done and unfortunately we cannot offer any custom work at the moment. You can hire a freelancer to do it for you if you want from sites like studio.envato.com

Thank you for your understanding.

Viewing 25 results - 21,151 through 21,175 (of 22,177 total)