Search Results for 'mobile'

Results from the Forum
Ankush Das
tagDiv Member

User feedback on your issue: I find the same content on the homepage both on mobile and my desktop. I guess it’s something on your end that needs to be taken care of.

Ankush Das
Participant
#0

The favicon should be *theoretically* set universally. However, I’m looking at Hostgator’s logo (my hosting provider) when I check the favicon for mobile via Google Chrome browser.

How do I set the favicon for the mobile then?

Catalin
tagDiv Staff

Hello hiztren,

Please keep in mind that the more article box has not been designed to be used in mobile mode and by default, it is disabled. Do you have enabled it and now you do not know how turn it off? Provide more details so I can understand your request.

Thanks for the message!

hiztren
Participant
#0

Is there any way to disable more article box on mobile?

Simion C.
tagDiv Staff

Hi,

If you are using the mobile theme plugin this has predefined templates for the smart list. There is only one smart list template available and will be displayed regardless of the smart list style you have set on desktop. If you would like to have the same content and style on mobile like the desktop, you can deactivate the mobile theme plugin. The theme has a full responsive design and will adapt to every screen size, with the best results.
More information about the mobile theme here – https://forum.tagdiv.com/the-mobile-theme/

Thanks

infotech
Participant
#0

I am using smartlists on my site(style 4 mostly).
They appear ok in desktop version but on mobile, they become paginated i.e. you have use next/prev buttons to view next.
I would like to disable that and keep it similar to desktop i.e. show all items in a single page.
How can I do that?

Simion C.
tagDiv Staff

Hi,

If you want to modify the Signin/Join functionality in the mobile menu of the mobile theme, you can make your modifications in this file where the links are defined
https://www.screencast.com/t/rTX7uu0V
Or maybe you want to add a link in the login section, you could do it by inserting it like this for example
https://www.screencast.com/t/ualP4A9G
The link will appear in the login section – https://www.screencast.com/t/lqhJVtdcCb
You could wrap it in a div if you want and style it further. Please correct me if I misunderstand what you wanted.

Thanks

BoraGursel
Participant
#0

Hi,

In the analytics report, there was lots of issues about the speed. I will be glad if you can examine a bit and suggest me some clues to get over this. Thanks

As a sample page http://www.kilsanblog.com/yesil-cevreci-ekolojik/teraryum/

The report gives 63/100 for mobile and 81/100 values which are not good.
For Desktop: Your page has 3 blocking script resources and 9 blocking CSS resources. This causes a delay in rendering your page.
For Mobile: Your page has 10 blocking script resources and 9 blocking CSS resources. This causes a delay in rendering your page.

https://developers.google.com/speed/pagespeed/insights/?utm_source=analytics&tab=mobile&url=http%3A%2F%2Fwww.kilsanblog.com%2Fyesil-cevreci-ekolojik%2Fteraryum%2F

Rhonda
Participant
#0

Could you please tell me how I can create a link to a sub-domain for the Signin/Register tab on the mobile version?

Thank you.

Catalin
tagDiv Staff

Hello utrinskokafe,

Unfortunately, the mobile responsive cannot be deactivated from mobile devices, sorry! The theme is fully responsive and has not been designed to have the same layout which is present n desktop, sorry! This is not a good option, sorry! If you want to change the theme structure you should the theme core files and make your desired changes. Also, if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry!

Thanks for your understanding!

Catalin
tagDiv Staff

Hello jorgeraidel,

I guess that you are referring to the left vertical menu, right? Please keep in mind that our theme does not have any such an option that allows you to add this functionality at your main menu bar, sorry! If you want to have this feature, you should implement it yourself because we cannot provide custom services at the moment, sorry! This kind of menu is available only for mobile devices, as you can see in our demo preview here -> https://demo.tagdiv.com/newspaper/ -> https://www.screencast.com/t/99ndS52YZs
If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry! Usually, we recommend the developers from the studio. envato.com

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

For mobile you can do it like this – https://www.screencast.com/t/Rj7RiivsSYlB
Please try the code provided below in the mobile theme css section, and it should work properly

.home .td-a-rec-id-header_mob {
display: none;
}

Thanks

utrinskokafe
Participant
#0

How can i turn off Mobile version? I want the full dekstop site on mobiles too.

Rousing The Kop
Participant
#0

Hi,

I desperately need help on rectifying an error I seem to have made in my editor.

The following is the code for http://www.rousingthekop.com

<!doctype html >
<!–[if IE 8]> <html class=”ie8″ lang=”en”> <![endif]–>
<!–[if IE 9]> <html class=”ie9″ lang=”en”> <![endif]–>
<!–[if gt IE 8]><!–> <html <?php language_attributes(); ?>> <!–<![endif]–>
<head>
<meta name=”google-site-verification” content=”Sqc5Zv21aAPEJSdC00z8_XXjiIr1IXXOS2me030c7lM” />
<title><?php wp_title(‘|’, true, ‘right’); ?></title>
<meta charset=”<?php bloginfo( ‘charset’ );?>” />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />

wp_head(); /** we hook up in wp_booster @see td_wp_booster_functions::hook_wp_head */
?>
</head>

<body <?php body_class() ?> itemscope=”itemscope” itemtype=”<?php echo td_global::$http_or_https?>://schema.org/WebPage”>

<?php /* scroll to top */?>
<div class=”td-scroll-up”><i class=”td-icon-menu-up”></i></div>

<?php locate_template(‘parts/menu-mobile.php’, true);?>
<?php locate_template(‘parts/search.php’, true);?>

<div id=”td-outer-wrap”>
<?php //this is closing in the footer.php file ?>

<?php
/*
* loads the header template set in Theme Panel -> Header area
* the template files are located in ../parts/header
*/
td_api_header_style::_helper_show_header();

do_action(‘td_wp_booster_after_header’); //used by unique articles

Jose
tagDiv Member

Hello @Catalin,

I try but not run:

code: https://goo.gl/NxdRQv

mobile format (banner is yellow): https://goo.gl/1ounsQ

Maybe is no posible?

Cheers, Jose

Catalin
tagDiv Staff

Hello Jose,

Yes, you can insert the code in the Custom Box area from Mobile theme but you should add the !important tag, like this -> https://www.screencast.com/t/CaZRVogk

Thanks for your message!

atalhoy
tagDiv Member

My ad is not showing on Mobile actually. I see it on desktop and tablet. I used the code from this page: https://forum.tagdiv.com/using-other-ads-non-adsense-ads/

<div class="td-visible-desktop">

</div>
<div class="td-visible-tablet-landscape">

</div>
<div class="td-visible-tablet-portrait">

</div>
<div class="td-visible-phone">

</div>

Any help? Thanks!

utzgurx
tagDiv Member

I don’t mean this 8 images which are the categories. I mean when you click this images opens a new 8 pages with 15 to 30 images each and these are the images missing, but only in the mobile version. I can see them in the computer.

Bogdan B.
tagDiv Staff

Hello,

I have tested your mobile menu but it seems to be working properly now. Please let us know if you still encounter issues with it.

Thank you!

Catalin
tagDiv Staff

Hello aberniz,

Unfortunately, I do not exactly understand what kind of menu you are referring to. Is it talking about hamburger menu? Notice that kind of menu is available only for mobile devices and it cannot be implemented for tablets and desktop devices but only through some custom work. If is not what you mean, please provide more details so I will be able to provide a more accurate response.

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

I did that but I did not save the file, everything works now however. I have inspected the website, and I have seen the problem. The menu on mobile is created and has elements that are directly dependent on a particular side. Probably these need to be reversed in order to work in this situation. Setting a different position value for the menu seems to fix this problem – https://www.screencast.com/t/4jVHpDso0Nv
Maybe you will need to make other modifications, like the menu and search icons that need positioning. I do not know exactly how they should be in this style.
Try entering this code for the menu in Theme panel->Custom Css and see if this works for you

#td-mobile-nav {
position: fixed;
}

Thanks

Jose
tagDiv Member

Hello @Catalin

Thanks, the code run ok in desktop version but not in mobile version ¿Can I remove also this add in mobile home version? I put the same code at mobile options but not run: https://goo.gl/lQEFg9

Cheers

Bogdan B.
tagDiv Staff

Hello,

I have tested the page mentioned on mobile devices but the 8 images show up properly. I cannot see the missing images.
Please let us know if the issue is still there as we cannot see it.

Thanks.

Bogdan B.
tagDiv Staff

Hi,

If you only want to remove the login from the mobile menu, you will have to use css to do it. Removing it from the whole site can be done from the theme panel: https://www.screencast.com/t/sRmRx3uh6g
For the mobile menu only, you will need to add this css code in the theme panel-> custom css box or if you use the mobile theme, add it in the mobile theme section of the theme paenl under custom code:
@media(max-width:767px){
.td-menu-login-section{
display:none!important;
}}

Thank you!

Simion C.
tagDiv Staff

Hi,

The grid that is displayed on mobile when using the mobile theme is predefined and will pick posts from the featured category. It is not the same grid from desktop, and does not use the same filtering. Please make sure the posts you are creating and publishing are also assigned the featured category
https://forum.tagdiv.com/featured-posts-2/
If you want the same content from desktop to display on mobile you must deactivate the mobile theme plugin. You could set the featured category for more posts at once if you want them to display in the grid on mobile
https://www.screencast.com/t/Y96SxkGBy
More information about the mobile theme, the available options and how it works here
https://forum.tagdiv.com/the-mobile-theme/

Thanks

Viewing 25 results - 32,126 through 32,150 (of 41,416 total)