Search Results for 'mobile'

Results from the Forum
Calin
tagDiv Staff

Hi,

In order to add some custom php code in post , you need to edit the loop-single-n, n is for the number of the template that you are using, for example if you are using post template 1 you need to go in plugins/td-composer/legacy/Newspaper/parts/single/loop-single-1.php
-> https://www.screencast.com/t/eCPWKrIl2

This settings will apply on responsive version too, but if you use mobile theme you’ll need to make this changes in plugins/td-composer/mobile/single.php too.

Hope this will help you!
Thanks.

geraldkoo
tagDiv Member

Thanks i will try that.

Also the images does not load in mobile phone.

cosmacelf
tagDiv Member

Darn, I meant to title this as “Where can you change Mobile Theme FOOTER elements”

cosmacelf
tagDiv Member

You need a mobile browser to view what the mobile theme looks like. I have yet to be able to find out a way of previewing it at all. I just enabled the mobile theme, turned it on in the settings, and then started using it. You can also see it in action using development mode of Chrome and selecting the “mobile” icon which will make Chrome appear to be a mobile device to WordPress. That’s useful for debugging and looking at css. You have to reload your web page after you turn the Chrome page into a mobile setting.

Also, you have to remember to put custom css code for the mobile theme into the special mobile theme custom css code area, not in the regular custom code area.

AshleighF1717
Participant
#0

I recently downloaded the Newspaper theme update that now provides the Mobile Menu theme. The new mobile template is showing up, and the three lines where the drop down menu should be are showing up, but when I click them nothing is happening. I have double-checked and have the correct menu selected in the theme editor.

nautispots
Participant
#0

dears

in my home page, i want to use you widget of Youtube video playlist , but don t work whith my playlist of youtube, only serve to put a list o individual videos…..
how i can do to embed my playlist code with auto play of a list of my videos??

ej. https://www.youtube.com/watch?v=wLtz0bjA5aM&list=PL7la-YJML0Yb8clajxA4OijKFrR64V_Ob

works autoplay in mobile devices??

Ryansmccain
Participant
#0

My website looks the exact same before I enable the mobile theme and after it.

Also, will it load all of my CSS and custom code? Will it keep all of my color settings and such?

What is the downside to using the mobile theme?

TheWrestlePost
tagDiv Member

How can I change the size of the quote on mobile and also I don’t want it to be fully caps. I need it to be normal like on PC.

Aboda Magdy
tagDiv Member

Hi Catalin,

What about problems in Mobile Usability !??

Thanks for your help!

webdigitaldesign
tagDiv Member

would also serve on mobile

Nikola_W
Participant
#0

Hey guys.

I’m running a localhost installation of Newspaper 8.7. I have installed the Mobile theme plugin.

Can you please explain in simple terms where can I preview the mobile version of my website and how can I edit it?

I have read pretty much every tutorial here on the Mobile theme plugin and I’m sorry to say that I’m still none the wiser.

Many thanks,

Nikola

cosmacelf
Participant
#0

On my site: https://rsfpost.com/

I’m using the mobile theme, and for the life of me I can’t find how to change the mobile theme footer. I don’t even know where the disclaimer at the bottom comes from since it is a different disclaimer than I use for my main theme (non-mobile). I use the widget area of WordPress to change the main theme footer. But where are settings (heck, I’d even change code) to modify to mobile theme footer?

Calin
tagDiv Staff

Hi,

Unfortunately, the AdRotate plugin has not been tested with our theme and therefore, we cannot say for sure if it will work or not as expected with the theme, sorry! Also, we cannot provide support for untested plugins.
This is our list with tested plugins with our theme -> https://www.screencast.com/t/cmPkh9jba4sZ

Check the plugin settings for mobile device ->https://ajdg.solutions/support/adrotate-manuals/mobile-adverts/

Thank you!

rukevwe
Participant
#0

1.please in the tutorials, i can see an ajax tab but i dont see any in mine.
2.i also want my home page bottom post not to say ‘load more’ but to be numbered so if someone wants more, he can click on a number instead of the ‘load more’ button.
3.I also want every post I post on my home page to show a bit of text (maybe the first two sentences from the first paragraph)in both laptop and mobile devices .
Help me please

Calin
tagDiv Staff

Hi,

Also use the AMP option from mobile theme -> https://www.screencast.com/t/1pLjSDrg5
You need to go in -> plugins/td-composer/mobile/style-amp.css

Thank you!

Vlad S
tagDiv Staff

Hello !

Sorry for misunderstanding your issue. To find header.php in mobile theme you have to edit the tagDiv Composer Plugin. To do that you go to: Plugins – Plugin Editor and follow the steps in this picture: https://www.screencast.com/t/1gRkS5qdorl7

Thank you !

Simion C.
tagDiv Staff

Hi,

Unfortunately that is not possible currently, once activated the mobile theme will apply to the whole website.
When paired with the AMP plugin it can be made to apply only on AMP pages – http://prntscr.com/nlzj8r so it will be displayed only for visitors reaching AMP pages. The rest of the visitors will see the default responsive version.
But to be able to specify pages for which the mobile plugin to not apply, is not possible at the moment. Sorry for the inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,

1. There are font settings for the blockquotes in the theme panel, you can use those to customize them in general – http://prntscr.com/nlzalv

2. The color of the text can be changes as you write the post
http://prntscr.com/nlzb50
Each blockquote can have it’s own color. On the other hand, to color them all at once use this setting – http://prntscr.com/nlzcl4
If no color is set in those locations they will inherit the theme accent color
http://prntscr.com/nlzbzd

3. The theme ads a few styles for quotes – https://forum.tagdiv.com/post-formats-for-tinymce/ (check point 3) but you could create your own with CSS for them, like in this topic for example – https://forum.tagdiv.com/topic/how-to-create-this-type-of-block/

On mobile the same settings should apply. Unless you use the mobile theme, then they will have the color set in the mobile theme accent color – http://prntscr.com/nlzge5
If you don’t want to change the mobile theme accent color, and wish to color only the blockquotes, you can use some CSS – http://prntscr.com/nlzh6t
This code can be entered in the mobile theme custom CSS section
http://prntscr.com/nlzhhj

.td-post-content blockquote p {
color: #dd3333;
}

Please let me know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

I could take a look at it, please post a link to the website so I can check it on mobile.

Thanks

Simion C.
tagDiv Staff

Hi,

Cloud header templates will display a sticky version after importing them. If you don’t need this, you can activate the sticky mode while editing the header
http://prntscr.com/nlz62z and remove all the elements that are there. Then there will be no sticky elements to display. The same for mobilehttp://prntscr.com/nlz7m1

Please let us know if you have other questions.
Thanks

raubert
Participant
#0

Hi there! Thanks for your great wordpress theme.

I am using Newspaper together with the AdRotate Plugin and have an issue with the mobile version of the page. https://www.kaiserwinkl-aktuell.at/ It’s all about the header ad (group). Desktop is fine, but when you have a look at this page on a mobile device, the header ads are jumping when it is rotating every 4 seconds.

I spoke about this issue with the plugin guys. They said:

That’s likely due to the size setting of 728×90. But a quick peek at the code also suggests your theme does all kinds of responsive things to the header. So there may be a relation there also. It only happens for the smallest variant at 468x60px as far as I can see.

Can you help me with this? Do you have an idea how I can solve this?

Thanks in advance.

Calin
tagDiv Staff

Hi,

The mobile theme is a plugin that provide you a better speed then responsive version of theme, but in order to achieve that speed you’ll need to create a new content for pages because in the most of cases those were made with builders ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme)
-> https://www.screencast.com/t/ebUIzt4se

If you want the responsive version and amp you should use this opinion -> https://www.screencast.com/t/jZct5ueBqOrb but if you have amp activate on pages you’ll need to create in Mobile editor a content for AMP version of page.

Also please check our documentation for Mobile Theme: Automatic Optimization for Mobile with Newspaper Theme -> https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/

Also for the 3 blocks, for those you’ll need to have set seam feature posts (that have set feature category) -> https://forum.tagdiv.com/featured-posts-2/ -> https://www.screencast.com/t/QsJ6ppY4

You’ll need to add some posts in feature category -> https://forum.tagdiv.com/featured-posts-2/ if you do not have this category you can create it, just make sure that you set the category name to be
Featured

Let me know if you have more questions!

David
tagDiv Member

Hi,

As I can see you did not open it through Google. Please open exactly this URL in a mobile browser: https://www.google.de/amp/s/babynews.de/kleinkind/gesundheit/husten-beim-kind-lindern-welche-hausmittel-und-wann-zum-arzt-gehen/%3famp or search for one of our AMP-Posts on Google.

Because the AMP Posts do look good (to direct visitors). But when they are indexed by Google, the Logo becomes incredibly small.

Vlad S
tagDiv Staff

Hello !

In order to place add code into mobile header you can find it here: wp-content/plugins/td-composer/mobile/header.php
-> https://www.screencast.com/t/k6EAUEnT

Thank you !

Simion C.
tagDiv Staff

I have inspected the website, I see an ad on desktop – http://prntscr.com/nlxqly
One on tablet landscape – http://prntscr.com/nlxrak
One on tablet portrait – http://prntscr.com/nlxrl1
But none for mobilehttp://prntscr.com/nlxs9l
Are you sure there is a code for mobile entered in the same location where you entered the other ones? – http://prntscr.com/nlxsoz

Please check, the ad should appear if you enter one there.

Viewing 25 results - 23,726 through 23,750 (of 41,416 total)