Search Results for 'mobile'

Results from the Forum
iamkingsleyf
Participant
#0

Hello,

On my site when viewed on mobile device, one widget is on top of the other one.

View post on imgur.com

View post on imgur.com

There’s a link to the screenshot

flicker
Participant
#0

Hi,

Is there an estimate on when Responsive options will be added to the TD Composer? I was starting to rebuild my homepage (thankfully on a staging site) when I noticed this option doesn’t exist on the new composer, so I can’t hide/show content based on device.

Responsive options should be pretty basic these days, and the fact that they’re missing from the new composer is a big drawback, making it impossible for me to replicate my Visual Composer homepage.

Any idea on when these features will be added?

Thanks

Ting-Chih Wang
tagDiv Member

Hi Bogdan,

I disabled all the plugins and cleared cache (unfortunately I didn’t install a child theme) but it is still the same.

When I look into console when the pages loaded it shows this:

Failed to load resource: net::ERR_CONNECTION_TIMED_OUT 1.jpg

This line appears about 2 minutes after page loaded, and it is only when this line appears that the mobile menu is working. Which means the menu is waiting for the two lines mentioned in my first post to be loaded.

Any suggestions?

Thanks!

Tina

Simion C.
tagDiv Staff

Hi,

I am assuming you are mentioning the mobile menu background. If you are not using the mobile theme plugin, this background has to be set here
https://www.screencast.com/t/h1jIkCoq8Vi
If the mobile theme plugin is active, here
https://www.screencast.com/t/x9M52kv7e
If you have set a background and it is not displayed, try clearing your cache, maybe this is the cause.

Thanks

Colleric
tagDiv Member

Thanks for your answer now i get it for Mobile front page.
But for adsense high scrapper I ment for normal page. How to add one? Because when i add your “ad box” it only show me small cube on front page. How to make your ad box bigger so i can fit in Scrapper ad?

IRC77
Participant
#0

Hi.
I tried uploading a backgrounds through the Mobile Theme, but it is not seen on the page if I enter from the mobile.
Backgrounds is only visible if you enter the web from the computer or from a tablet.

IRC77
tagDiv Member

Well I’ve pasted this code in the Mobile Theme / General Ads / Header Ad, to upload an ad to the top after menu and I have not got it.
<div class=”td-all-devices”>

</div>
<div class=”td-all-devices”>
Ads continue to appear in the default position that the Theme marks.

Can you explain in some detail how to do this?

Thank you

Ting-Chih Wang
Participant
#0

Hi,

My mobile menu is not working properly. It takes few minutes to actually have the mobile menu slide out. When first entered the page and click on the hamburger icon, it just zoomed out and does nothing.

I think the problem might be we have to remove these lines:

.td-menu-background,
.td-search-background {
background-image: url(‘http://192.168.0.208/wp_011_test_demos/wp-content/uploads/2017/05/1.jpg&#8217;);
}

.white-popup-block:before {
background-image: url(‘http://192.168.0.208/wp_011_test_demos/wp-content/uploads/2017/05/1.jpg&#8217;);
}

If not, can you provide me a solution?

Thanks,
Tina

Ting-Chih Wang
tagDiv Member

Thanks Simion for the prompt reply. I applied both code to advanced CSS mobile section, however, nothing has changed when viewed on mobile.

What could be the problem?

Thanks,
Tina

Simion C.
tagDiv Staff

Hi,

This code entered in the Theme panel->Advanced CSS in the phones section will remove the top margin on mobile
https://www.screencast.com/t/2EcyWPLVPhLO

.first_grid_3.td-pb-span12 {
margin-top:0!important;
}

At the moment the elements below the big grid display like this
https://www.screencast.com/t/KAYyZgmXgL
If you want, you could use a code like the one below in the same phones section to achieve this result (or simply add the margin bottom in the code provided above)
https://www.screencast.com/t/AlRvu8Kq8I

.first_grid_3.td-pb-span12 {
margin-bottom: 0!important;
}

Thanks

Ting-Chih Wang
tagDiv Member

Hi,

I followed your code adding in advanced CSS, however, it is not working, the white gap is still there.

I set the height on a custom class to create the background effect on desktop. However, I did notice the layout issue on mobile. I deleted the custom height and move the code to apply to the desktop only in theme panel. For some reason there is still a layout issue on mobile. Please advise, thanks!

truth
tagDiv Member

Dear Simon,
I am talking about the loop which generates the “related articles” section in the mobile theme. Not the posts.

#0

Hello

http://www.thebackpackertravels.com

I’m not using the mobile theme for mobile and I am happy with the views etc but I can’t seem to find how I can add some pages to the menu?

For example, via a desktop, I have two menus, Header Menu (Main) and Top Header Menu.

The mobile version of the site just displays Head Menu (Main) but I want to include the pages contained in the Top Header Menu.

Is this possible?

Simion C.
tagDiv Staff

Hi,

There is a margin top on the Big grid
https://www.screencast.com/t/DOtLPNvOaT
You could use the custom class to remove it with a stronger code
https://www.screencast.com/t/Tn3Xxp2IeQ
If you want the code to apply only on mobile you can sue the Advanced CSS option in the theme panel
https://www.screencast.com/t/DlFrgk7e
I also see that there is a height set on the row through a custom class, and it is causing some layout issues, but that could be a work in progress on your design
https://www.screencast.com/t/9PaMofbd
Just thought I should point that out.

Thanks

Simion C.
tagDiv Staff

Hi,

You can find the loop that the mobile theme uses in this file
https://www.screencast.com/t/9xRSsfjo

Thanks

mskssk
tagDiv Member

https://dointerior.ru/
page you want to delete from the mobile menu https://dointerior.ru/planirovshhik

Smanchi
Participant
#0

Hello, I wonder if it si possible to change mobile theme’s category from featured to something else… I dont have featured category i use a turkish name for it so i want to change it to that category… If possible…

For the top 3 Big grid posts ofcourse…

Help me pls

Simion C.
tagDiv Staff

Hi,

The top grid that is displayed on the front page when the mobile theme plugin is active, will display posts from the Featured category. Please make sure that you have posts in that category
https://forum.tagdiv.com/featured-posts-2/
https://forum.tagdiv.com/the-mobile-theme/
Ad codes for the mobile theme have to be inserted in the mobile theme section of the theme panel in order to be displayed
https://www.screencast.com/t/c7LOAUgiFyaC
The mobile theme is optional, if you want the same content from desktop to be displayed on mobile, you can simply deactivate the plugin.

Thanks

Ting-Chih Wang
tagDiv Member

Hi,

Thanks, I think because my page wasn’t fully loaded, it’s working now.

However, there is a white gap between the nav bar and first grid on mobile, how can I fix it? (or should I open another topic?)

Thanks,
Tina

Alinadomino
Participant
#0

Hello,

How can I use Back to top button on mobile version. Is this possible in the theme settings?

Thanks.

Catalin
tagDiv Staff

Hello IRC77,

I suggest you using the Mobile Theme because there you will have more control over your ads, like this -> https://www.screencast.com/t/xcyyic6vz Check our documentation here -> https://forum.tagdiv.com/the-mobile-theme/

Thanks.

Simion C.
tagDiv Staff

Hi,

I have inspected your website, and I have no problem using the mobile menu toggle
https://www.screencast.com/t/8rUuKfeN89
https://www.screencast.com/t/HlBhsUisW
The mobile menu toggle is working properly from what I can see. Please correct me if I misunderstand.

Thanks

Simion C.
tagDiv Staff

Hi,

We have not made any tests with the mobile theme in that matter. These are the only options at the moment for the mobile theme
https://forum.tagdiv.com/the-mobile-theme/

Thanks

Bogdan B.
tagDiv Staff

Hello,

If you use the mobile theme then you will be able to simply create a separate menu for your mobile, version: https://forum.tagdiv.com/the-mobile-theme/
If you do not use the plugin, then please provide a link to your site and specify which menu items you want removed from mobile devices and I will provide the proper css code for it.

Thanks.

Colleric
Participant
#0

I have static page set but I still don’t see those 3 posts on mobile phone. I just see latest posts?
How to add high scrapper adsense on fron page side? When i ad box how can I configure it to be with my dimensions?

Viewing 25 results - 31,451 through 31,475 (of 41,416 total)