Search Results for 'mobile theme'

Results from the Forum
sunnydream
tagDiv Member

Thanks so much!
Just wonder will this edit-tag-on-all-posts issue be fixed before too long for the mobile theme?
It’s a critical feature for my site to have users being able to join as contributors instead of subscribers. I will need to look for a workaround without this being fixed on mobile. Thanks again!

sunnydream
Participant
#0

Hi, I thought it’s a plugin problem, but apparently, it’s not as I tried it on a new site. Edit tag showing for all articles when signing in as contributor on mobile theme. This should not happen as contributor can only edit post of one’s own, not every article.

Please help me out as I want to build a community site that members can sign in as contributor and post new articles.
Thanks!

Bogdan B.
tagDiv Staff

Hello,

Sorry but in our theme the mobile version only has 1 column. There cannot be 2 posts on a single column. Our theme does not have this capability.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

It seems the site is pretty fast but there are 2 images that are missing on your site and that influences your loading speed:
https://www.screencast.com/t/9cPgQBeepxGS
As far as i can tell, these 2 images come from the mobile menu background and a sidebar ad i assume. Please check your ad section and check your theme panel for the mobile menu and search background.

Thank you!

Simion C.
tagDiv Staff

Hi,

It seems to direct to Facebook at the moment
https://www.screencast.com/t/wS1wIn07D5o
https://www.screencast.com/t/ZelG2uU5dGq
If the link to the account is entered properly in the theme panel social networks field, there should be no problems.

That is the footer menu, you can create your own menu and set it in the theme panel
https://www.screencast.com/t/yQxwFSww4

I could give you a code to increase the top padding on the logo tagline, for mobile. Try entering this code in Theme panel->Custom code->Advanced CSS in the phones section

.td-logo-text-container .td-tagline-text {
padding-top: 10px;
padding-bottom: 2px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

That would be the case if you have the mobile theme plugin active. The mobile pages will not display page content built with the composer. Mobile page content is restricted to the mobile editor
https://www.screencast.com/t/wo5YaxMrzJlo
Please note that the mobile theme plugin is not required, you can simply deactivate it, then the same content from desktop will be displayed on mobile
https://forum.tagdiv.com/the-mobile-theme/

Thanks

Elevas32
Participant
#0

Hello I have hacked 3 websites with newspaper, he stressed that the theme is original. The fact is that I got windows from a deceptive pub website called cloudfront.net and I do not know how to remove it, it used the wordfence plugin, Brute-Force Anti-Malware and the technical service of my server says that there is no virus in the server and the domain. But I get the popups as long as it is between them, Google Chrome and DATA (for wifi does not pass) is not my mobile (already formatted). Is it the case that reinstalling the template will be removed? Or can someone give me a clue? Thanks My web is: https://goo.gl/2X3ZDp

Bogdan B.
tagDiv Staff

Hello,

Sorry but the mobile theme files will not work from the child theme. You will have to make your customization in the main theme files.

Thank you!

Sanyog Maurya
Participant
#0

First of all, I’d like to thank tagdiv team for creating such a nice theme. My first issue is :
1:- Whatsapp link of my website is not working properly on phone. Please check my website’s whatsapp link on your mobile phone & then do something.
2:- I don’t know why my website’s home button always appears in top bar of chrome’s tab. It’s annoying me. I want my tagline to appear there. Due to this fault, search engine google also displays my home button with my website in stead of my tagline.
Please help me. I’d be thankful to you.

g00dnews
Participant
#0

Hi,

I want to modify the front-page and footer mobile theme files.

I’ve copied them to my child theme, but the files from the parent theme get loaded instead.

Is it possible to modify the mobile theme files without hacking the main theme files?

Simion C.
tagDiv Staff

Hi,

You must enter the code you used in Theme panel custom CSS, in the mobile theme custom CSS as well. The mobile theme has it’s own custom code section
https://www.screencast.com/t/hVHthSBGR
Then it will surely work
https://www.screencast.com/t/5yaeMXTCJ6Eu
https://www.screencast.com/t/B3ZoHpkfy

Thanks

Simion C.
tagDiv Staff

Hi,

There is a related articles/more from author section displayed after the post content
https://forum.tagdiv.com/related-articles/
This is displayed when using the mobile theme plugin as well.
If you do not want to use the mobile plugin, simply deactivate it. It is not required to be active. Then the same content from desktop will be displayed on mobile.
The mobile theme plugin probably does not recognize the content added by the other plugin you are using, so it will not be displayed.

Thanks

Bogdan B.
tagDiv Staff

Hello,

YES. It is either one or the other. Not both at the same time and not passing content from one to the other. If you switch from one page builder to another after you already created your content, you will have to scratch it and create it again of it to work properly.

The mobile theme plugin is already provided in the theme package. Please read this guide: https://forum.tagdiv.com/the-mobile-theme/

Thank you!

itMedia
Participant
#0

I’m not using the mobile theme – but when I change comment section with jetpack it shows in new style on desktop but not on mobile. Also when I show related article feature – it works on desktop – mobile stays the same.

Any idea what is going on?

itMedia
Participant
#0

Since I use the theme my mobile page views dropt with 1% – I think this is because of the comment section on mobile. Before we showed our related or finest posts of the day before the comment section. As we all know users ar lazy as … so we need to make it easy for them. I don’t want to use the mobile plugin – this doesn’t works for me – ad placements…

I tried to use a plugin – Add Widget After Content – works fine on desktop but nothing happens on mobile.
Issue is that I don’t want it on desktop but only on mobile…
I hope you can understand what I mean and help me out with this.

Simion C.
tagDiv Staff

Hi,

It seems there is a fixed width and height set for the ad container, that is not recommended as it can cause issues like that
https://www.screencast.com/t/s8LNdme2x
On mobile it looks like this
https://www.screencast.com/t/lkUM7jEi
A solution would be to enter this code in Theme panel->Custom CSS and it should fix the situation
https://www.screencast.com/t/qohpS8d5R
https://www.screencast.com/t/TmSNjHIM3j

.wppaszone {
width: 100%!important;
height: auto!important;
}

Thanks

Hansjörg Leichsenring
tagDiv Member

Hi Bogdan

just to make myself clear

If I use the tagdiv Composer I do not Need the vidual Composer. Correct?

If I want to take Advantage of the mobile theme, I Need to download the mobile theme plugin. Correct?

Cheers
Hansjörg

Bogdan B.
tagDiv Staff

Hello,

Inserting custom css in the theme panel will have no effect on wp updates.

As for the image issue, css does not have an automatic image size detect. sorry. The best choice would be a compromise and have all image align center on screens smaller than 500 px and not have text wrap around any image on mobile as it was originally.

Thank you!

Bogdan B.
tagDiv Staff

The only required plugin is the page builder. We recommend tagdiv composer.
There is also visual composer if you prefer
Revolution slider, tagdiv social counter and the tagdiv mobile theme; these are all optional plugins.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

1. This happens because you use the mobile theme plugin. In this case you have to place ads in the mobile theme ad spots: https://www.screencast.com/t/pGcXJmodtYN
2. We only recommend wp super cache and these settings: https://forum.tagdiv.com/cache-plugin-install-and-configure/
as for a cdn server: https://forum.tagdiv.com/cloudflare-cdn/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please use this guide to properly install the mobile plugin: https://forum.tagdiv.com/the-mobile-theme/

Thank you!

Karan Gandhi
Participant
#0

Dear Team,
We have installed newspaper on http://www.baqqit.com

Ads do show on Desktop but don’t on the mobile version. Few queries
1. Do I need to place separate ads in the mobile theme ads section or the ads placed in the main theme is ok.
2. Caching is purged and all settings saved as per newspaper guidelines. We use Cloudflare as well. Howeber ads stilldon’t show. What else could be a possible issue?
Can we send your team admin access to further check this issue

Simion C.
tagDiv Staff

Hi,

The socials displayed in the top bar, footer and mobile menu, will be the ones that have an account link entered in the Theme panel->Social networks
https://www.screencast.com/t/m2BWplvt2ZuQ
You can remove the socials from that location if you wish.

Thanks

Bogdan B.
tagDiv Staff

Hello,

Please add this code in the theme panel-> custom css -> advanced css and place it in the mobile phones section:

.td-header-style-7 .header-search-wrap .td-icon-search{
color:black!important;
}

Thank you!

Michal_dob
Participant
#0

Hi,

I have got an issue with mobile menu. I don’t have activated tagDiv Mobile Theme as it’s not required and when I click mobile menu on my website – http://www.oszczedzanienaetacie.pl I see some social Icons like: Facebook, Instagram, Twitter and YouTube icons.
How to remove it in theme? Can’t find it.
Could you please check? Thanks in advance

Viewing 25 results - 16,376 through 16,400 (of 22,177 total)