Search Results for 'mobile theme'

Results from the Forum
truth
Participant
#0

Hello,
I am trying to add Google AdSense’s new “In-feed Ad” in the related articles loop in your theme’s mobile version. For now, I was only able to track the file interested for the “loop generation”: Newspaper/mobile/includes/modules/td_module_mob_1.php
The problem is the theme is using some sort of class paradigma and that’s a problem since I want to insert an ad on the second/third position. Here is an illustration: http://i65.tinypic.com/293x24x.png

Hope I was clear enough.

Thanks.

hawks1322
Participant
#0

How do I pick what shows up on the mobile home page. Right now for each post it only shows a picture, the title, and the review stars. Is there a way to show the categories or tags or anything else? I am not using the Tagdiv mobile theme since it won’t show visual composer pages. So I am only using the default mobile theme.

bloggingindian
tagDiv Member

i did click on read more cant find an option to install mobile plugin

i had it earlier but by mistake I deleted it from theme panel

please help

manuelsechi
Participant
#0

In the mobile theme home page, I can see the first 3 articles with large images, then the “Latest Article Section” again starting from the first one. is there a way to setup an offset, like for blocks in tagdiv composer?

thanks
Manuel

Bogdan B.
tagDiv Staff

Hello,

Pleas read this guide to learn about the mobile functionality: https://forum.tagdiv.com/the-mobile-theme/

Thanks.

Catalin
tagDiv Staff

Hello johndavidlugtu,

PLease notice that our Mobile Theme does not recognize the shortcodes generated from Visual Composer and all the pages created with Visual Composer will not be shown in Mobile Theme mode, sorry! This plugin has the own specific layout and was specifically created to be very fast than the Mobile Responsiveness version.
For more information about this concept, please check the following useful guide here -> https://forum.tagdiv.com/the-mobile-theme/

Hope this helps!

Thanks for your understanding!

pgtjipto
tagDiv Member

Resolved ! I disable Tagdiv mobile theme.

pgtjipto
Participant
#0

Hi, I would like to ask if i am doing something wrong.

All layouts and grid looks great on desktop.

When in mobile Most of the grid dissapeared.

Would anyone please help?

blog.wewemedia.com

Thank you

I am also having this issue. With Cache enabled the themes mobile pages display on the desktop and vice versa. This is extremely annoying as I have had to disable cache which gives a very slow experience for our users.

Is there anyway to resolve this?

DaveS
tagDiv Member

Hi Bogdan,

I came to that idea too, but your suggestion is unfortunately not a solution for me.
Maybe you can have this in mind for future updates of the theme. It will be good for UX on mobile.

atalhoy
Participant
#0

PLEASE HELP.
I was trying to optimize my site by deactivating some plugins, checking errors, setting CloudFare and W3 Total Cache etc. But when I was done (and purged the cache) I noticed that the mobile theme was all over the desktop. So I deactivated, waited, purged and activated (purging again).

Now the mobile theme is not working.
All I see is the responsive desktop theme on mobile — which is now bad at all, but for Google/SEO, I need a mobile theme to load faster.

Thanks.

hiepnp
Participant
#0

Hi every one,
I have installed newspaper 8 on the site https://sugoi.vn
When using mobile devices, the site only shows the last 10 posts. Even when clicking on page 2, 3 or the next button, it only shows those posts. (The url change, but the content doesn’t)
I have not done any customization.
Does the theme need any setting in order to make this function work well? Or how to fix it?

johndavidlugtu
Participant
#0

I decided to install the Mobile Theme plugin since without it, my website takes a long time to fully load on a mobile device. However, only the homepage seems to have the “predefined page template”. How do I do that for my other pages?

modocmag
Participant
#0

Hi, just an idea I feel the theme should have a decent AMP plugin come with it that doesn’t require much change to the layout. I have used quite a few others but they totally ruin the mobile design. Plus as some of us write for Google News we get put higher up the list if our website is with AMP, so this would be quite a bonus for us if it came with the template. Also, I would not mind paying a bit more for it.

Simion C.
tagDiv Staff

Hi,

I have inspected your website and it seems you have managed to remove that background image from the mobile menu
https://www.screencast.com/t/eW3HoQXoiaM
The slider should look the same if you imported the exact slider
https://forum.tagdiv.com/import-revolution-sliders-on-demos/
All the demo sliders are included in the theme package. The revolution slider is a very complex plugin with lots of settings and options. Here is also a link to the official plugin documentation
https://www.themepunch.com/revslider-doc/slider-revolution-documentation/

Thanks

Simion C.
tagDiv Staff

Hi,

This can be done, you just have to use the right code. You can use the browser inspector to identify the elements used and their classes in order to create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
For example you can try a code like this as a start, and maybe add more classes or more customization
https://www.screencast.com/t/sWZ8sfRiophH
https://www.screencast.com/t/O4SItaVQD
https://www.screencast.com/t/sICsFHBh2KV
https://www.screencast.com/t/yziOjRMA
The code must be entered in the Theme panel->Mobile theme->Custom Css. This can be improved the way you like, by adding more elements or removing them.

#td-outer-wrap {
background-color: #000;
}
.block-title,
.td_module_mob_1 .entry-title a,
.page-nav .current,
.td-page-title,
.td-category a,
.entry-title,
.td-post-content,
h1, h2, h3, h4, h5, h6,
.td-author-name a,
.author-box-wrap .td-icon-font {
color: #fff!important;
}

Thanks

Simion C.
tagDiv Staff

Hi,

If you are using the mobile theme plugin, the easiest way would be to try a code like this in order to remove the search from the header
https://www.screencast.com/t/5WCpIZUc

.td-search-icon {
display:none;
}

Enter the code in the Theme panel->Mobile theme->Custom Css.

Thanks

crgarbin
tagDiv Member

Hello Simion!

It’s me (again hehe) can you tell me how can i change the background image for menu mobile?

I have already excluded de image – print below – but when i test the image is still there.

MENU MOBILE

THEME CONFIGURATION

Nicholas Gibbs
tagDiv Member

thanks simion

i just want to ‘flip’ the colour scheme so mobile is consistent with the main desktop

black background, white fonts

i am a css novice but i’d have thought this would do the trick (but i’ve tried it in the mobile theme custom code css panel, and it doesn’t work)

body
{
color: #ffffff;
background-color: #000000;
}

the ibizan

dhincapie
tagDiv Member

Hey ! What if i want to remove the search button of the mobile theme

Simion C.
tagDiv Staff

Hi,

Check in the Theme panel->Background options, in the mobile menu and also sign in background settings
https://www.screencast.com/t/ZFoSnpmOKhv
If that image is present there, remove it from those locations.

Thanks

Simion C.
tagDiv Staff

Hi,

I don’t believe there are plans at the moment for such an implementation. The mobile theme will be displayed automatically when it detects certain devices, not by accessing a different URL.

Thanks

Simion C.
tagDiv Staff

Hi,

If you are not using the optional mobile theme plugin included in the theme package, then these color customization can be made in the Theme panel->Theme colors
https://www.screencast.com/t/068nEtFDaaGT
You can also set a background image for the mobile menu/search and sign in screen
https://www.screencast.com/t/PArQZXjaSE2v
When the mobile theme plugin is active, a new section will appear in the theme panel. That is where you can make the customization in this case
https://www.screencast.com/t/bUF71OkV
More information about the mobile theme plugin here
https://forum.tagdiv.com/the-mobile-theme/

Thanks

Bogdan B.
tagDiv Staff

Hi,

In order to have a different menu, you have to activate the mobile theme plugin: https://forum.tagdiv.com/the-mobile-theme/

Thank you!

Michal Zimnowodzki
tagDiv Member

its simple:

copy and paste same code scrip facebook like hader.php (theme) /wp-content/themes/Newspaper
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/pl_PL/sdk.js#xfbml=1&version=v2.9&appId=[ID APP]";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

to
header.php (mobile) /wp-content/themes/Newspaper/mobile the same place

and
comment.php (theme) /wp-content/themes/Newspaper
<div class="fb-comments" data-href="http://www.[YOUR_SITE]" data-width="100%" data-numposts="5"></div>

to
comment.php (mobile) /wp-content/themes/Newspaper/mobile the same place

Viewing 25 results - 17,076 through 17,100 (of 22,177 total)