Search Results for 'mobile'

Results from the Forum
adrian_van_hal
Participant
#0

Hello,

I do not use the mobile theme. The existing looks great on a mobile and is fast enough in my view.

However, after clicking on de menu sign (three stripes in upper left corner) on a mobile screen, a front screen appears with social media icons and the menu. Center on this page there is an avatar and “sign in”. How can I disable viewing this ‘sign in’?

Many thanks,

its on:
https://fynis-im.com/france-realestate-and-lifestyle/

ctoweett
tagDiv Member

No. You will have to make the changes in the mobile folder of the parent theme. Ensure you keep backups to ensure your changes are not lost in theme updates and also to look at the changelog for theme updates to see if any files have changed.

prem221
Participant
#0

Hi, Just I switched my website iSports League from genesis theme to NewsPaper theme. Most of the content on my website is based on the table.

When I saw the table on the mobile device it won’t show fully.

You can check here T20 blast schedule

encodia
Participant
#0

Hi there,

is it possible to ovveride the “mobile” theme in my Child?

ctoweett
tagDiv Member

Then I don’t think that will work. I think the mobile plugin is not designed to work with shortcodes. You better disable it and use the responsive version of the theme for the contact form to show up. https://forum.tagdiv.com/the-mobile-theme/

ctoweett
tagDiv Member

Then look for the mobile editor below the main editor for the contact page (scroll all the way down) and paste the shortcode there and update the page. Then confirm if it is working (clear website cache if you have a cache plugin installed).

ctoweett
tagDiv Member

Are you using the mobile plugin?

iluvatoq
Participant
#0

Hi, i added a contact form 7 but it’s not showing on mobile.

How can i fix this?

Ryansmccain
tagDiv Member

Oh, you are referring to the mobile phone section. I commented out what you gave me and now the text is purple and not seen again.

Ryansmccain
tagDiv Member

I’m not sure if you mean to remove all of the code or just some of it.

This is what I now have commented out:

/* Remove extra whitespace around footer */
/*.td-main-content-wrap{ padding-bottom:0; }/*

/*Remove extra purple space in purple footer */
/*.td-footer-template-14 .td-footer-bottom-full{ padding-top: 0; }*/

And I entered this:

.td-footer-bottom-full .td-pb-row>div.td-pb-span3 {
margin-bottom: 0;
}

There isn’t carriage return between my email address and the FOLLOW US text on mobile.

What am I missing?

Simion C.
tagDiv Staff

I already did that before – https://www.screencast.com/t/OkHoASBHEo0
https://www.screencast.com/t/dqBeMNUgJ
The logo is not stretched and deteriorated. Set it in your website and I will take a look.

Comparing the two logos, smaller one and larger
https://www.screencast.com/t/oxXoLoRkSc

Note that on mobile the code provided here will apply
https://forum.tagdiv.com/topic/footer-logo-size-in-mobile-devices/

Why not set the larger one it in the first place, and mention the problem with it. We would have checked it. That would be faster instead of all this investigation.

Simion C.
tagDiv Staff

Hi,

You can use any image you want, there would be no fixed or recommended sizes. For example the default demo uses this image size
https://demo.tagdiv.com/newspaper/
https://demo.tagdiv.com/newspaper/wp-content/uploads/2016/05/mobile-bg.jpg (845×1334)

Another demo uses a different image size
https://demo.tagdiv.com/newspaper_craft_ideas
https://demo.tagdiv.com/newspaper_craft_ideas/wp-content/uploads/2017/03/3.jpg (667×1000)

Experiment with various image sizes until you get the needed result.

great1212
Participant
#0

What are the recommended dimensions and format for mobile menu background picture, as it is not mentioned anywhere. Thanks

syntaxandmotion
Participant
#0

Hi – What is the best size of images used in the image box element added via TD Composer? I will be using 4 images and I need a size that looks good on desktop and on mobile.

Simion C.
tagDiv Staff

Hi,

None of the page content will show on mobile if you activate the mobile theme
https://forum.tagdiv.com/the-mobile-theme/
If you want to display the same content from desktop on mobile, deactivate the optional mobile theme plugin.

The mobile theme is intended to be used if you want to display a different version of the website on mobile, a simpler and lighter version with no blocks, grids etc.

You will have to create two versions of a page. One for desktop with the page builder or in any way possible. Also one for mobile, this is limited to the mobile editor and it’s simple capabilities
https://www.screencast.com/t/jeHTSQZauy

Thanks

Simion C.
tagDiv Staff

Hi,

Yes you can with some CSS. Like this for example
https://www.screencast.com/t/ndTv10XdFLX
Enter this code in Theme panel->Mobile theme->Custom CSS code

.td-footer-description {
display: none;
}

Ryansmccain
tagDiv Member

I just noticed there is now extra spacing in the footer when being viewed on a mobile. You can see it here:

https://ibb.co/c7iUo

Or just go to the page:

https://www.InterestingAnswers.com

thanks

Danielle
Participant
#0

Can someone pls help our website is not showing the video block on mobile/cellphone.
but showing on desktop.

And our lead gen subscription block through thrive leads shows well on desktop but not on mobile.

Appreciate your response at the soonest.

https://thebusinessblueprintme.com/

https://thebusinessblueprintme.com/subscribe-today/

alochan
tagDiv Member

Hi,
Now help me on point 3:

Can I hide this about section on mobile view only:
https://www.screencast.com/t/G5fnhPQg2a

It is occupying lot of space on mobile phone. Almost half of the screen.
Regards,
Alochan

Simion C.
tagDiv Staff

Hi,

The second screenshot you provided displays the Jetpack mobile theme, that would not work with our theme. Disable it and it will not display anymore
https://jetpack.com/support/mobile-theme/

If you want to use q mobile theme, try the one provided in the theme packahge
https://forum.tagdiv.com/the-mobile-theme/
The plugin is optional, not required.

Thanks

Simion C.
tagDiv Staff

Hi,

We reply in all topics as soon as possible, no need to worry about that.

For AMP auto ads, see this topic. I believe this is what you are looking for
https://forum.tagdiv.com/topic/info-adv-amp/

For the mobile theme the header file is here
https://www.screencast.com/t/XXXmvPipsV

Thanks

Simion C.
tagDiv Staff

Hi,

I will try to help you.

1 .So you want to increase the size of the text in the post content I believe, when using the mobile theme plugin.
The default font-size is 15px with a line height of 26px
https://www.screencast.com/t/ylTxhhEnsA

Using the browser inspector this is not difficult to modify
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

So a code like this will affect all the paragraphs in the post content
https://www.screencast.com/t/tLRvOAl0

Code used in example, modify the values as you want, then enter it in the mobile theme CSS section of the theme panel.

.td-post-content p {
font-size: 18px;
line-height: 29px;
}

2. The mobile theme only has a single module that it uses for the latest articles. This plugin does not have many settings and is kept as light as possible for performance factors. Having many settings and loading heavy resources would only make it slower.

The plugin is optional and intended to be used if the website owner wants to display a simpler and faster variant of the website on mobile, with no dependency on page builder content.

Thanks

Simion C.
tagDiv Staff

Hi,

1. I have inspected the website, for me the latest articles appear on desktop and mobile
https://www.screencast.com/t/jGtdQgaR

2. That will be the case, you are using the mobile theme plugin. You can read more about the plugin and how it works here
https://forum.tagdiv.com/the-mobile-theme/
The plugin is optional, so if you want the same page content that appears on desktop, to appear on mobile, deactivate the plugin.

3. The About us is part of the predefined footer content, in the footer template you are using. It will display text entered here
https://www.screencast.com/t/bAW2bRkvXh
You can select other footer templates that do not display this section
https://forum.tagdiv.com/footer-templates/
There are templates with predefined content, this cannot be removed, but there are also empty templates, there you can enter any widgets you want.

Thanks

ctoweett
tagDiv Member

@ryehillmedia2018! if you look under Appearance>Menus in your WordPress dashboard, you will see an option to assign a menu as “mobile menu” alongside other options like top header menu and header menu (main) as shown here http://prntscr.com/kdmspd (the mobile menu option will show at the end if you have the mobile plugin installed_. Make sure you have selected the main menu in that section and just tick the mobile menu option so that it now has the main menu and the mobile menu ticked and save. Clear your caches as above and check again if it worked. You can also create another menu and assign it to the mobile menu.

ryehillmedia2018!
tagDiv Member

Thanks. Im not having any luck on the mobile menu. Can you you walk me thru step by step – how to make my mobile menu work like my desktop menu.
http://www.trigearguru.com
Thx again!

Viewing 25 results - 27,601 through 27,625 (of 41,416 total)