Search Results for 'mobile'

Results from the Forum
Andrei L.
tagDiv Member

Hi

Your picture are displayed fine on mobile devices now: http://screencast.com/t/yx3ndbdfvdxC
If you still have this issue or this is not what you mean please provide more details

Thanks!

Catalin
tagDiv Staff

Hello Navneet,

If you want to remove/hide the CLOSE button from the mobile menu, it is necessary to use a bit of CSS for this. Please try the code below and add it in Theme panel->Custom CSS area, like this -> http://screencast.com/t/Ve5ltWfxWJ8i

.td-mobile-close {
display:none;
}

The result -> http://screencast.com/t/9i7NvJmp

Hope this helps!

Thank you for the message!

joyceloh
Participant
#0

Hi,

Link: sansan.qriosity.com.sg

Hi,

1) For the mobile version, I need to shorten the height of the top grid “Singapore’s Evolving Workplace…”. What is the CSS code for that?

2) Why does my whole site look different on Android and iPhone? iPhone version is correct and Android looks a bit off in terms of text/button style. How do I fix it? Please see the screenshot below.

Android: http://sansan.qriosity.com.sg/wp-content/uploads/2016/01/android.png
Apple: http://sansan.qriosity.com.sg/wp-content/uploads/2016/01/iphone.png

I need help urgently.

Thank you.

Bogdan B.
tagDiv Staff

Hello,
This is a normal behavior of the theme when you have more menu items that can fit inside a line.
Unfortunately you will have a lot to edit in order to get the mobile version of the website to the ipad portrait mode. There is no easy way to do this except edit the style.css and change all of the options from 767px to 1018px. Alternatively you could decrease the padding of the text using custom css:
@media (max-width: 1018px) and (min-width: 768px){
.sf-menu > li > a {
padding: 0 0px;
}
.sf-menu a.sf-with-ul{
padding-right: 16px;
}
}

But if you add one more menu item it will fall to another line again.

Thank you!

moor
Participant
#0

Hi,
How Can I make that all the post showing in my desktop slider show up in my mobile slider?

http://www.yallamag.net/

tagdiv-da-beast
Participant
#0

Hello,

Building a mobile app and need your help with locating the php code to display the related posts.

Would you help please?

Best,

Navneet
Participant
#0

Hello,

I need your help in removing close button from the main menu in mobile. I want that touching the screen other than main space hide it.

Thanks

infoalert
Participant
#0

Salut! Mesaj pentru Radu, vad ca este roman de-al nostru. Numele meu este Razvan! Felicitări pentru crearea acestei teme (newsmag). Am o problema si eu in functionarea optima a acesteia pe mobil. Poate ma poti ajuta. Nu stiu ce se intampla insa pe mobil, ca de altfel pe toate dispozitivele mobile reclamele de la adsense nu se afiseaza intregi. Mai precis se taie cam 5-10% din partea dreaapta a reclamei, aceasta afisandu-se incomplet.
Site-ul este infoalert.ro. Poti sa-mi ajuti te rog sa se rezolve aceasta problema? Exista vreun bug in wordpress sau e o defectiune in configurarea temei pe acest domeniu.
Mersi!
Astept un raspun!

Sid
tagDiv Member

One Big Problem My All Pictured Disappeared in Mobile View ? RESOLVED

  • This reply was modified 10 years by Sid.
theas
Participant
#0

I have a problem, the mobile menu is hidden behind images
http://www.theas.es/menu.png

http://innovaspain.com

nherious
tagDiv Member

You can see the blocks are not aligned and the margins are close to the edge and they are not responsive on mobile http://screencast.com/t/7JPEzQcZxl

I’m having that same problem.

praxs4u
tagDiv Member

Hi Jaffar,

on your website (http://mobilenewscwp.co.uk/mobtest/)

left and right side you have added banner of Microsoft Lumia , which plugin did you use for that , and what is the procedure , just let me know ..i want to add the banner similar like on your website.

Thanks
Praxs

Navneet
Participant
#0

Hello,

I need your help in removing close button from the main menu in mobile. I want that touching the screen other than main space hide it.

Thanksnull

eduardopfreire
tagDiv Member

Ok, and what should i do to use the mobile menu on ipad screen (portrait mode)? Because it breaks a line with other style menu options (using style 5 now).

Bogdan B.
tagDiv Staff

Hello,
In order to have the mobile logo inside of the menu bar you will have to use another header style that has this option. The header style you use displays the logo on the top of the menu. Different header styles use different types of desktop and mobile settings.
Thank you!

eduardopfreire
Participant
#0

Hi, how do I fit my logo on mobile mode? It only works when the header becomes sticky menu.
I’m using Header Style 10.

Normal mode, and sticky mode:

Tried this code but didn’t work:


@media
(max-width: 767px){
.td-retina-data {
width:140px;
height:48px;
}
.td-main-menu-logo img {
max-width: 140px;
max-height:48px;
}
}

eduardopfreire
tagDiv Member

Actually, the main problem its not the top and bottom margin, its the right margin. It only appears on Big Grid 5 and on mobile mode. Don’t know why.

eduardopfreire
Participant
#0

There is a empty space on my Big Grid (3 columns) when I’m on mobile mode.
Look what’s happen:

I changed the background to red to look more visible, actually is black.

Andrei L.
tagDiv Member

Hi

I’ve checked your site on mobile devices and works fine now: http://screencast.com/t/ruNr7FPQxoXy If you still have this issue try to clear the mobile device cache memory and test again. Also provide more details and a screen pointing the issue so i can duplicate it on my side and get back to you with a more accurate answer.

Thanks!

mjaffer
tagDiv Member

Hi
I have a very similar request to praxs4u. I am using Big Grid 8 on my test site: http://mobilenewscwp.co.uk/mobtest/. I need to fix a particular category on the bottom right box of the grid. Where are the grid files located?

Regards

M Jaffer

sigzen
tagDiv Member

Hello team,

As a temporary fix, we have disabled following code snippet in td_smart_list_2.php (for smart list 2) which renders image with your custom parameters. Now it is just rendering the image which was inserted with content. We request you to analyze these change and let us know your feedback. Will there be any negative impact on your site or user experience because of these change? or “Any image compatibility issue with different devices like Tab, Mobile or Laptop?”

// if (!empty($first_img_info[0])) {
// $buffy .= ‘
// <figure class=”td-slide-smart-list-figure td-slide-smart-list-2″>
//
//
//

// <figcaption class=”td-sml-caption”><div>’ . $first_img_caption . ‘</div></figcaption>
// </figure>’;
// }

  • This reply was modified 10 years by sigzen.
rossco
tagDiv Member

Hi there Catalin!

Yes I found I’d not turned the Buddypress setting off to show the login bar to logged out users! Been so long I’d forgotten it was there.

It still overlaps on mobile view for admin though but it’s not a big deal.

Catalin
tagDiv Staff

Hello Sekki,

I have checked your website on mobile and everything seems to work as expected. If the problem reappears, please try to disable all the active plugins, except Visual Composer and install only the plugins that come bundled with our theme, clear cache and test it again.

Thank you for the message!

Andrei L.
tagDiv Member

Hi

The theme doesn’t have an option to disable a particular widget on mobile devices but this can be achieved with some custom css like this:

@media (max-width: 768px){
.widget-css-class{
display: none;
}
}

Thanks!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately we have no idea of your plugin functionality and we are not sure how to disable the mobile menu ‘by its class id’. You can try to hide it with css using media queries:
@media (min-width:767px){place your css code here}
I hope this helps.
Thank you!

Viewing 25 results - 38,001 through 38,025 (of 41,416 total)