Search Results for 'mobile theme'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

You could try a code like this, to modify how the mobile menu displays
https://www.screencast.com/t/W5biIPBy5C
There might be more modifications needed, but this will give you a starting point if you want to make further customization. You can test the code and see if it is working properly.
Enter it in Theme panel->Mobile theme->Custom CSS section (you can test with other values by modifying the code)

.td-menu-background,
.td-mobile-container {
width:50%;
height: 50%;
}
.td-mobile-container .td-menu-socials {
height: 120px;
}
.td-mobile-main-menu li a {
border-bottom: 1px solid black;
padding: 15px 45px 15px 15px;
}

Here is a link to a tutorial about using the browser inspector to identify the elements on the page and their classes, in order to create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
The code can then be used in the theme panel custom code sections.

Thanks

cyberfyber
Participant
#0

Hi, I had tried out the tagDiv Mobile Theme.

Only discovered this problem because I’ve this one page with lots of soft returns…something which doesn’t work out well using the mobile theme. The separated lines appeared together and jumbled.

After deactivating it the page then appeared as it should on my mobile device.

Any thoughts?

Oruc
Participant
#0

Hello. I have a problem with this mobile theme blockquote font. I want to change it ti another font and chabge style as normal text (not uppercase).

Please tell me where I can do this.

Thanks.

Simion C.
tagDiv Staff

Hi,

You can try a code like the one provided below. It will make the top menu display on mobile, and be sticky as well
https://www.screencast.com/t/imk5KSLM
The code must be entered in Theme panel->Advanced CSS in then phones section

.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;
}
.body-td-affix .td-header-top-menu-full {
position:fixed;
top:54px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

This is how the website displays without the “#” you mention
https://www.screencast.com/t/gP0z5pgr1a
And this is with the symbol added
https://www.screencast.com/t/61I9pmru
They are the same regardless of the symbol in the URL.
This is the website on mobile
https://www.screencast.com/t/3N2HXA0LOtXq
The mobile theme does not have any effect on the URL of the website. I believe that symbol is simply added when you use the mobile menu
https://www.screencast.com/t/s6zfHIsSJf
I don’t see the mobile theme displaying in this case, even if you enter the symbol by mistake. Please correct me if I misunderstand something.

THanks

Bogdan B.
tagDiv Staff

Hello,

Sorry but the mobile theme page is predefined and there are no settings to change the layout or posts shown. Sorry but it can only be done through customization and altering of the theme files.

Thank you!

Simion C.
tagDiv Staff

Hi,

There is no option to create landing pages in the theme. You can only create normal pages, using the tagDiv composer
https://forum.tagdiv.com/tagdiv-composer-tutorial/
And set the homepage you want, for your website
https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
The mobile theme plugin is optional. If it is not activated, the same content from desktop will be displayed on mobile devices. The theme is fully responsive and will adapt in all cases.
If the mobile plugin is activated, this comes with predefined templates for the homepage, category page, post page etc.
https://forum.tagdiv.com/the-mobile-theme/

Thanks

Simion C.
tagDiv Staff

Hi,

The mobile background color can be changed in the theme panel like this if you are not using the mobile plugin
https://www.screencast.com/t/oG3loRRD
When the mobile theme plugin is active, the changes need to be made in the mobile section
https://www.screencast.com/t/vunWfamxI91m
There is no option to modify the width of the mobile menu. It could only be done with custom code. That is the case for the horizontal line that you mention, between the menu items.
If you could provide a link to your website and more details about what exactly you are t trying to do, I will try to give you a solution.

Thanks

Simion C.
tagDiv Staff

Hi,

I have inspected your website, and the mobile theme is not displaying at all on your website. Please note that the this might be happening because of a plugin conflict.
You can see if that is that case by deactivating all your plugins except the plugins included in the theme package, and clear any caching installed. Then check if then mobile theme is working.
It could also be the caching plugin that you use. It is recommend to use the WP Super Cache plugin for optimal results
https://forum.tagdiv.com/cache-plugin-install-and-configure/

Thanks

techpaced
Blocked
#0

For the first time i activated the mobile theme plugin. The site loads faster on mobile but the first thing that user sees is featured posts. After that the latest posts are shown. Can anyone tell me how can i display the recent posts first ?.

Aakash
Participant
#0

Hi,

I am using responsive site. I have implemented this code in theme panel-> custom code but still unable to get top menu bar on mobile.

.td-header-style-12 .top-header-menu > li, .td-header-style-12 .td-header-sp-top-menu, .td-header-style-12 .td-header-sp-top-widget {
line-height: 37px; !important;
}


@media
(max-width: 767px) {
.td-header-style-6 .td-top-menu-full {
display: block;
height: auto;
padding: 0 16px;
}
.td-header-style-6 .td-top-menu-full .td-header-sp-top-menu {
height: auto;
}
.td-header-sp-top-menu .top-header-menu {
text-align: center;
}
.single_template_6 .td-header-wrap {
height: 450px;
}
.td-post-template-6 .td-post-header {
bottom: -50px;
}
.td-full-screen-header-image-wrap {
top: 50px !important;
}
}


@media
(max-width: 497px) {
.td-post-template-6 .td-post-header {
bottom: -100px !important;
}
.td-full-screen-header-image-wrap {
top: 100px !important;
}
}

Simion C.
tagDiv Staff

Hi,

You could try a code like this one, and it will make the top menu visible on mobile as well
https://www.screencast.com/t/vLxErQSO6d

.td-header-top-menu-full,
.top-bar-style-2 .td-header-sp-top-menu {
display: block!important;
float:none;
text-align:center;
}

The code must be entered in Theme panel->Custom Css, if you decide to use it.
Unfortunately I cannot test this on your website at the moment, it seems to require login information
https://www.screencast.com/t/jIKHfwgl5lf9
The top menu will be displayed at the top, it is not part of the main menu container and it cannot be displayed along inside it. Normally the top menu is not displayed on mobile, there is a possibility that this solution may not work properly.

Thanks

richwall
Participant
#0

I love your theme, but am struggling to make the mobile landing page meaningful.

Is it possible to have a layout similer to your own

tagdiv.com

website mobile landing page, taht has content aboe the posts? whihc looks very cool?

Is this entered in the “mobile ads” area?

francedream
tagDiv Member

this path way does not give me the option to download. can you please send me the zip file for The Mobile Theme. I did what you said and it takes me to the browser and no download option. thank you.

saucemonsters
tagDiv Member

I have the ads placed in the ad section of the theme panel. Please see screen grab. http://imgur.com/a/TTIqd. I even had the “disable on mobile” option checked. What else can I do to fix this?

Osher Shalom
Participant
#0

Sorry for interrupt your time but i need help with the mobile theme because dont show the look like show on doc and also the header category dont update.

Any help is gonna be very appreciate.

Thank you!

Devs-Lab
Participant
#0

I have been experimenting with different loop.php, single.php, mobile/single.php but not able to get the RevContent Ads above the Related posts in Mobile theme. Can you please mention the file & changes I should make to get the Ads?

I have successfully added the Ads in Desktop UI. Here’s the Ad Code

<div id="rcjsload_591893"></div>
<script type="text/javascript">
(function() {
var referer="";try{if(referer=document.referrer,"undefined"==typeof referer)throw"undefined"}catch(exception){referer=document.location.href,(""==referer||"undefined"==typeof referer)&&(referer=document.URL)}referer=referer.substr(0,700);
var rcel = document.createElement("script");
rcel.id = 'rc_' + Math.floor(Math.random() * 1000);
rcel.type = 'text/javascript';
rcel.src = "https://trends.revcontent.com/serve.js.php?w=46290&t="+rcel.id+"&c="+(new Date()).getTime()+"&width="+(window.outerWidth || document.documentElement.clientWidth)+"&referer="+referer;
rcel.async = true;
var rcds = document.getElementById("rcjsload_591893"); rcds.appendChild(rcel);
})();
</script>

RKdium
Participant
#0

Hi there Newspaper team! 🙂

I have a question concerning thumbnail sizes. The post content width is 696px in Newspaper. However, you only get to choose between image widths 640px and Full Size when adding a media.

Bogdan, you wrote in the forum topic https://forum.tagdiv.com/topic/large-image-size-not-reflecting-media-settings/ that the 696px thumb is displayed automatically:

“Add the full width image to your post and the theme will use a thumbnail of 696 pixels which is the max content. It will not add the full image size.”

It doesn’t seem to be true. If you select Full Size when adding a picture, a full size picture will be displayed. Though there seems to be a 696px thumbnail, the post does not use is. Please see the following page i created on my site in order to explain:

http://www.parismalanders.com/test-image-size/

I checked this site from your Showcase to see if my problem was isolated, but it seems there is the same issue:

http://www.gloholiday.com/moving-new-home-sun/

This is I think a very important issue, especially concerning page speed.

Let’s say you upload four amazing pictures 1600*1400 (each 2MB) and insert them into a post in full size. The user will then have to load 8MB to see the four images, instead of the much smaller 696px thumbs. The problems is of course even more important for people using a mobile.

I am struggling with this problem since I use newspaper. I am forced to compress my pictures a lot, in order to obtain reasonable file sizes with bigger pictures (I use 1024 or 1280), which diminishes a lot the quality of the picture.

I’d be happy to hear your thoughts about that! Am I doing something wrong or is there really an issue here?

Best, Roman

enrique00
Participant
#0

Hi,

When I press the toggle menu it does nothing, just adds a # at the end of the url.

I installed the Mobile Theme plugin to test it, and the toggle menu works well with it, but since I don’t like the mobile layout, I had to uninstall it, and I can’t figure it out where is the problem.

Is it possible to have the Mobile Theme plugin installed while keeping the desktop layout for the mobiles?

Can you take a look to my site: http://meganotas.com

Thanks

Simion C.
tagDiv Staff

Hi,

When using the mobile theme, there is no option at the moment, to change the font properties.
You could try to load the font like this first
https://www.screencast.com/t/zWl8UTeN6
And then apply with with CSS for the elements you want
https://www.screencast.com/t/fWtTDPk7PZj
There may be more options added in future updates, to allow font customization on mobile, when using the mobile theme plugin. But I could not say for sure when this will happen.

Thanks

valkiradoo
tagDiv Member

Actualy that was question for @pedropapito
Fact that you have no experience and support about dfp in your theme sounds for me like you never used mobile phone in 2017….
It’s not so big deal and you should have solution for it ASAP, now, for us users some things with code must be done manually, and when you update theme all goes to hell…

Catalin
tagDiv Staff

Hello iamkingsleyf,

First of all, please keep in mind that if you keep replying you will only delay your answer because we answer from oldest to newest. Posting more and more replies will only move your post to the fresher ones and delay the answer further. For future optimal response time, please only post once and wait for the reply as we answer every message.

I have inspected your website and I saw that you are using a lot of Ads which are not supported by our theme and also, use a lot of untested plugins which a break the theme layout, sorry! In the bottom of your article pages, on mobile, you have some problems with your ad which does not come from our theme, sorry! As a quick fix, you can try using the code below and place it in Theme Panel -> Custom CSS area.

The code is ->

@media (max-width:767px){
.pc_block_inactive{
float:inherit!important;
}
}

The result -> https://www.screencast.com/t/L0dEZ9LT

Also, I saw that you are using the Google Adsense Link Units -> https://support.google.com/adsense/answer/15817?hl=en. Notice that our theme does not recognize these parameters, and if you want to achieve that format of Ads, you can try to use the AdRotate plugin. The theme only works using the Google Adsense ad codes: https://forum.tagdiv.com/ads/ … for another type of ads you can either use wp text widget or a plugin like Simple Ads Manager or AdRotate to render the code then use theme’s ad spots. There is no official tested ad plugins as we have our ad system. Adrotate works with our theme even though it’s not tested by us but by our users. It seems that your Google Units Ad cause some problems in the mobile version because it has a width fix.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

On mobile the same menu from desktop will display, unless the mobile theme is active. The top menu could be made to display on mobile. If you could provide a link to your website, I will try to give you a solution.

Thanks

Ting-Chih Wang
Participant
#0

Hi,

I installed the mobile theme plugin. I want to change all the fonts to the google font “Asap”, what should I do?

Thanks,
Tina

mkastrupsen
tagDiv Member

Is there a way to show a different main menu when it’s viewed on a mobile phone without using the mobile theme plugin?

I need to be either able to show the top bar on mobile without the mobile theme plugin, or show a different main menu on the mobile version.

I had to disable the mobile theme plugin since you said it doesn’t work with shortcodes. I’m using a membership plugin that uses shortcodes which won’t show using the mobile theme plugin.

Viewing 25 results - 17,001 through 17,025 (of 22,177 total)