Search Results for 'mobile'

Results from the Forum
critch
Participant
#0

Hi, I’ve just activated the mobile theme. All posts working, however, pages are not. Such as:

http://staymanly.co.uk/about
http://staymanly.co.uk/contact

Thanks, Matt.

Simion C.
tagDiv Staff

Hi,

1. I don’t think I fully understand what you mean by name pages. If you could provide more details or some examples it would be very helpful.

2. The mobile theme does not have many settings and options, for the purpose of being faster and. It is meant to provide a simpler version of the website, that would be optimal for mobile devices. It is also optional, not required.
The breadcrumbs on mobile are related to the desktop settings. If they are enabled on desktop, they will be present on mobile as well.
If you would like to remove on mobile only, you could use some CSS. A code like this entered in Theme panel->Mobile theme->Custom CSS should remove the breadcrumbs from all mobile pages
https://www.screencast.com/t/WhWj0aDEV
https://www.screencast.com/t/VJl1Yc6F

.entry-crumbs {
display: none;
}

3. The category template 3 seems to be loaded from what I can tell. If you mean the category tag color, make sure each category has a color set in the per category settings
https://www.screencast.com/t/ewVJaotL
The category tags will appear at all times, not randomly. At the moment they are displaying on that category page
https://www.screencast.com/t/4hL1yxWjI7I

4. That drop-down cannot be disabled, there is no option for that at the moment. It is a complex and automatic process that calculates the number of categories that are displayed, in the theme javascript file.

5. The theme will style the paragraph containing the category descriptions, by default. At the moment there are no specific options for this, there might be in future updates.
You could style them differently with CSS for example like this, or how you like them to be
https://www.screencast.com/t/9NpLGqKUvEQF

.td-category-description p {
font-family: Merriweather,'Open Sans',arial,sans-serif;
font-style: normal;
color: black;
}

Thanks

svharishtech
tagDiv Member

Hi,

Yes. Understood.
So, in the mobile editor, how do i list the post of a selected category?

Regards,
Harish

Catalin
tagDiv Staff

Hello svharishtech,

Please notice that you can only use the text in the mobile theme editor because the theme does not recognize using any other blocks, sorry!

Hope this helps!

Thanks for your understanding!

Federico
Participant
#0

Good morning, sorry, but I have a problem with your template. Using the litespeed cache and enabling the “Defer Javascript” entry, the first time you open a page, does not work in the search button, or the menu button on mobile. But then, continuing the navigation and opening a new post, after loading, everything works. How could I fix it? the site is https://www.ecomesifa.it. Thanks

Catalin
tagDiv Staff

Hello lavr0003,

I have inspected your website and I saw that your content has been added with Visual Composer. Also, notice that the mobile theme does not recognize any page builder shortcodes and that’s why you cannot see this content for mobile devices, sorry! If you want to customize your mobile pages with some of the content, notice that you have to do this from Mobile editor which is placed at the bottom of the page editor, under the normal page editor. For more information about this plugin, please check the following documentation here -> https://forum.tagdiv.com/the-mobile-theme/

Hope this helps!

Thanks for your understanding!

22p
Participant
#0

Any update Newspaper 8.2 (when will be relased?) about AMP Compatibility?
All we need that pages load instantly on mobile.
Can we use this plugin? https://wordpress.org/plugins/amp/

Other info here:
https://yoast.com/setting-up-wordpress-for-amp-accelerated-mobile-pages/

Incrosnatu
Participant
#0

Hello! I own http://www.sociedelic.com and i want to fix some problems.

1. I want to disable from mobile theme name pages because i want the whole content of page to be on center.
2. why mobile plugin don’t have some options separately for enable/disable title pages and breadcrumbs? Because i want to disable only on mobile.
3. Some of categories don’t work properly. I have tried already the CATEGORY TEMPLATE settings, i want the style 3 on all categories and i selected this already, but this category don’t want to load style 3 even if i select it from single category settings.

This is the link from category: https://www.sociedelic.com/psychedelic-plants-drugs/
and i see sometimes don’t show up the others categories.
I (wrong)https://i.imgur.com/NWNyHkT.png
II (on other category don’t appear sometimes) https://i.imgur.com/umRUEUz.jpg
III (I want use this style everywhere but is not working) https://i.imgur.com/rzKzNx2.jpg
4. I want to disable this if will work style 3: https://i.imgur.com/RYezMkw.png
5. I can’t change the font from the first paragraph of categories description and H1 tags and H2,3,4,5,6. General font is Merryweather and in the category is another 2 (default fonts from theme i think) and in the font settings i can’t have the option to change (you should fix this in the next update)

thank you!

svharishtech
tagDiv Member

Hi,

Thanks for the reply.

My question is not pertaining to the home page. I am aware that the mobile does not recognize the TD composer elements. I have nobissue with the mobile homepage as it works as expected.

My query is with regards to the category archives pages. I have made custom pages for category archives using TD composer elements. When I use mobile theme, such pages are empty. I wanted to know if i can show the legacy category archive on mobile in such cases. If yes, then what should i enter in the mobile theme editor of the page?

Regards,
Harish

Catalin
tagDiv Staff

Hello svharishtech,

Unfortunately, the mobile theme does not recognize any page builder shortcodes and does not exist any such an option that allows you to create your own homepage which displayed only for mobile. The mobile homepage has a default layout, according to our documentation here -> https://forum.tagdiv.com/the-mobile-theme/

Hope this helps!

Thanks for your understanding!

lavr0003
tagDiv Member

I have another problem. I can not see pages like this the mobile version: https://diariofreelancer.com/politica-de-cookies/
When I try to enter from an android it only shows the header and footer but not the content of the page. regards

Simion C.
tagDiv Staff

Hi,

When the mobile theme plugin is active, content for each page has to be entered in the Mobile editor (bottom of each page edit screen)
https://www.screencast.com/t/rkhljSy89tVL
Enter the form shortcode in the editor as shown in the screenshot. The form should be displayed in the mobile page.
The mobile theme requires content to be entered for each page, the content from desktop will not be displayed when the plugin is active. This plugin is optional, you can choose not to activate it, as the main theme is fully responsive. Then the same content from desktop will be displayed on all devices. More information here
https://forum.tagdiv.com/the-mobile-theme/

Thanks

Simion C.
tagDiv Staff

Hi,

You could use the text elements available in the composer. Insert the image in the text elements and it will be responsive for every device, including mobile
https://www.screencast.com/t/cnNcp9VrGzx
Or try experimenting with the single image or image box elements and their settings.
The Revolution slider is a very complex plugin with an enormous amount of settings and options. There are demo sliders provided in the theme package, that you could install
https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
https://forum.tagdiv.com/import-revolution-sliders-on-demos/
Here you can find all the official documentation from the plugin authors
https://www.themepunch.com/revslider-doc/slider-revolution-documentation/

Thanks

dennis
tagDiv Member

I have an issue with some images overstretching on mobile devices eg –
https://www.kenyans.co.ke/news/23419-jubilee-party-speaks-iebc-chairman-wafula-chebukatis-resignation
https://kenyannews.co.ke/news/nasa-supporters-block-city-roads

yet i have implemented this code under custom code – custome css —
.single .article-image {
width: 100% !important;
}

svharishtech
Participant
#0

Hi,

Hi,
I have made custom category pages on my site. But when I enable the mobile theme, these pages become entry because I have used the composer in them. Can I show the legacy category archive for mobile theme and show the composer version in the desktop?

My site is http://www.harishzone.com

Simion C.
tagDiv Staff

Hi,

1/2. That is not supposed to happen, the page should not display like that on mobile. Something is not functioning properly. Please send us an email at contact@tagdiv.com and provide admin login information so we can take a look at the page structure. Also paste a link to this topic in your email.

3. When setting a featured video the thumbnails are created automatically for that video, and then displayed on block modules. There is no quality processing by the theme. A screenshot from the video will be taken, an the thumbnails will be created from that. If the results are not satisfactory, you could replace the image with a featured image of your choosing, of a higher quality.

4. The mobile theme plugin is optional, you can choose not to use it. The main theme is fully responsive, there will be no issues.

Thanks

adrian_van_hal
Participant
#0

Hello,

What is your advice to manage full-width, responsive images on a page? An image put into a textblock, or imageblock is resonsive, however, on a mobile it should be shown in a different scale (most of the times it should be cropped so the scale is 16:9 or something like that).
Should I use revslider? Doesn’t it slowdown speed to much?
Or is is it possible to ad some code in the imageblock?

Thank you so much.

Best regards,

Ad

lukehodge
Participant
#0

Hi,

I have Big Grid 1 on my home page which displays one large image and four smaller ones. However, when viewing on a mobile device, the four smaller ones display below the big image on a single row, so you need to scroll horizontally to view that part of the page:

http://www.screencast.com/t/K4aSlpeNgF

Is it possible to have the four smaller images aligned with the large image, either with two rows of two images like:

http://www.screencast.com/t/zBglgkZ6

Or just having each of the five images in the Big Grid the same size in a single column?

simchris
tagDiv Member

Wrong. Above the fold CSS loads in the head so that on mobile one doesn’t have to wait for all files to load.

But up to you! Have fun 🙂

  • This reply was modified 8 years by simchris.
AntonioGM
Participant
#0

Hi.
Is it possible to resize the image in mobile using smartlist 4? It would be ideal to be able to see in full width.

Thanks.

simchris
tagDiv Member

Have you tried normal nonbreaking spaces in your HTML ?

You can also create CSS to keep elements together and apply that as a span.

We did that back in 2013 with our main site redesign to ensure our toll free number didn’t wrap on Boostrap section collapse on mobile.

David Langer
Participant
#0

Hi,

I would like to ask you for help with some cosmetic changes. When I open my web page http://www.neverskipriding.com at mobile (Iphone 7 plus) there are few things to fix.

I add screen with 4 pictures:

https://www.screencast.com/t/ni6BnWGe

1) normal view it seems everything okey (except the socials)

2) it seems there is plenty of space on the right side of the screen, it is possible to somehow lock it to the center without the mobile theme plugin? (in the end it’s not a huge issue for me)

3) when I see web page at the mobile the blocks have very bad quality preview this is something that I really want to fix and there is a graphics under some “play buttons” as well, never seen before..

4) socials are on the left not at center but I guess its because the settings of the social bars at home page (it’s not huge issue)

I don’t want to use mobile theme plugin, it’s okey like this, just need to fix these few probs (quality preview at blocks is the main thing)

Thanks for every advice

David

Catalin
tagDiv Staff

Hello Volkerm

First of all, I will thank you for your interests in our theme! So, if you want to have the latest theme version, you should only download the latest version of it from Theme Forest and install it via FTP way and there is no need for anything else, it’s enough.
Regarding on your second request, the theme does not have any such an option that allows you to trigger the mobile style for tablet devices, sorry! You should edit the mobile plugin and make some additional adjustments until bringing this which involve such a custom work and we cannot provide this kind of services, sorry!

Thanks for your understanding!

Volker
Participant
#0

First sorry for my bad english.
I use your software for some month. In the last I have a webmaster to handle the technics. But now I must do it by myself. I see some updates in this year. But I don’t know if their are installed. Is it enough to install the last on or is it necessary to install all oft them?

The secound question I have is, the mobil version is running by mobilphone and with the tablet. Is ist possible to switch the tablet to the desktop version?

Best regards

Volker

Lukas
tagDiv Member

Hi Simion,

The theme is not working correctly. It is being displayed for a few seconds, when I change the theme layout. Then it reverts back to a responsive theme.

Right now, it is back to the responsive layout with no way of triggering the mobile theme. As I said, I can give you permissions for you to check it if you are interested. 🙁

Viewing 25 results - 30,626 through 30,650 (of 41,416 total)