Search Results for 'mobile theme'

Results from the Forum
simchris
tagDiv Member

@nano2408

Hi, no idea; I don’t use any mobile theme plugins; preferring to rely on optimized responsive design and AMP support, etc.

Complex question, you may wish to post a new topic as this isn’t really related to my optimization thread, specifically. 🙂

(( I don’t work here. ))

miknik
Participant
#0

Hi, I set everything as in the instructions, but when I activate the plugin for mobile theme I get a blank page. Using WordPress 4.6.1 and I set the static page as Home and the page for the articles.
Thanks!

Bintmusic
tagDiv Member

Hi Bogdan

thanks, but problem is replace

<meta name=”robots” content=”noodp”>

with

<meta name=”robots” content=”noindex,follow,noodp”>

in home page of mobile theme that has pagination like

http://www.site.com/page/2/&#8230; page/3/ ….page/4/ etc

Thanks!

Catalin
tagDiv Staff

Hello alphaifel,

1)Please notice that the mobile theme translation is common with the main theme translation. Please use this section to translate your content: http://screencast.com/t/y856S457 Clear all your caches, purge CDN files and test the results.
2)I guess that you want to add some ads on your Mobile theme, right? Please notice that you can handle your ads on mobile from Theme panel, from here -> http://screencast.com/t/rIiiazF7WC

If is not what you mean, please provide more detail so I will be able to provide am ore accurate response.

Thanks for your understanding!

Bogdan B.
tagDiv Staff

At the moment the homepage is fixed and there are no settings for it. In the future we do plan on adding more options to the mobile theme but i cannot provide an ETA on it as it’s still to early to tell.

Thank you!

Bintmusic
tagDiv Member

It seems I solve problem n.1 only using function above in mobile e desktop function.php and remove tag from yoast.

Remain problem 2 for nofollow on mobile theme home page pagination.

Thanks

alphaifel
Participant
#0

I have a few things need your help. My website is http://www.sumrej.com

1.Mobile theme didn’t translate “LATEST ARTICLES” into a word i set. Image

2.How can I make my audience network ads in the middle? Image

Bintmusic
Participant
#0

Hi, Newspaper 7.4 with Theme mobile

1) I’m looking a way to paging home in theme mobile
to avoid error in google webmaster on title and description
due to pagination in home

http://www.site.com/page/2/&#8230; page/3/ …. etc

Yoast in this case does not work fine because if you put
“Page %%page%%” in description and title snippets of home, also
home page in desktop has “Title page – Page 1” and “Decription – Page 1
and Google search show in title result Page 1 tha is not beautiful…

So i think to put follow function only in functio.php of theme mobile

/** Add Page Number to Meta Description to avoid Duplication **/

function t5_add_page_number( $s )
{
global $page;
$paged = get_query_var( ‘paged’ ) ? get_query_var( ‘paged’ ) : 1;
!empty ( $page ) && 1 < $page && $paged = $page;
$paged > 1 && $s .= ‘ – ‘ . sprintf( __( ‘Page %s’ ), $paged );
return $s;
}
add_filter( ‘wpseo_title’, ‘t5_add_page_number’, 100, 1 );
add_filter( ‘wpseo_metadesc’, ‘t5_add_page_number’, 100, 1 );

This works fine, but pagination is duplicated on categories,
because I use Yoast solution for category pagination.

So I try to put a condition if is_home in above function but
non working.

Question is: how to solve avoid error in google webmaster
relatively to Home of Theme mobile?

2) Another thing to solve is <meta name=”robots” content=”noodp”>
that in home paginated of theme mobile lack attribute no follow.

http://www.site.com/page/2/&#8230; page/3/ …. etc

the thing you can not settle with Yoast…

Thanks

Amit
Participant
#0

The Accelerated Mobile Pages (AMP) Project is an open source initiative that makes it easy for publishers to create mobile-friendly content once and have it load instantly everywhere.

Without making this thread long let’s start with the short and smart step by step guide to implementing AMP with Newspaper theme.

All you need to install following three plugins:

1. AMP
The plugin creates a basic page for your blog, and you may want to customize it with your title and icon and also want to monetize with AdSense and activate Google Analytics for the AMP page.

2. AMP for WP – Accelerated Mobile Pages
The plugin allows you to customize pages with your title and icon. You can also monetize your pages with AdSense and add Google Analytics for the AMP page. It also puts floating share buttons at the bottom of the post 🙂

3. Glue for Yoast SEO
AMP Glue plugin integrates Yoast SEO into your AMP pages. This makes sure your meta-data is implemented correctly.

You can check out my AMP tutorial here: https://goo.gl/o6hhFU

Here are some screenshot Results:
Article: http://prntscr.com/cwz598
ARTICLE
Adsense: http://prntscr.com/cwz5l1
ADS
Homepage: http://prntscr.com/cwz5rp
HOMEPAGE
Navigation: http://prntscr.com/cwz5wi
Navigation

Edward
tagDiv Member

https://themeforest.net/item/newspaper/5489609

Changelog

Version 7.4 – September 12th, 2016

new: we are very happy to announce that this version of the theme supports retina featured images.
new: twitter video support
fix: Social counter header can be changed again
fix: footer copyright section on mobile theme now works as expected
fix: fixed author name on mobile theme + theme logo
fix: various bbpress css fixes
fix: category template subcategory dropdown list color
fix: better aligment for images without any aligment option (left, middle or right)
fix: cleaned up the social counter CSS
fix: WordPress RSS widget was broken
new: all blocks can now have custom classnames in the wrapper. The class can be added in visual composer while editing the block.

The list of modified files

Or see in themeforest-5489609-newspaper.zip

  • This reply was modified 9 years by Edward.
Catalin
tagDiv Staff

Hello tojoalex1,

I have inspected your website and I saw that you have some problem with the mobile theme. There was a conflict between mobile theme plugin and SEO By Yoast. Try to delete the mobile theme plugin and install this version: http://cdn.tagdiv.com/wp-content/uploads/2016/09/td-mobile-plugin.zip clear all caches then test the site again.

Let us know ho it goes.

Thanks for the message!

fenglim92
tagDiv Member

got it solved! Thanks you !

I presume in future there is options for us to select what kinda articles or grid to load in the mobile theme as it is now fixed towards 3 featured image & latest articles ?

Is that on the way?

Regards,
Feng.

Bogdan B.
tagDiv Staff

Hi,

If you use seo yoast, this could be the problem as there is a conflict between the mobile theme and seo yoast. Please delete your mobile theme version and install this one:
http://cdn.tagdiv.com/wp-content/uploads/2016/09/td-mobile-plugin.zip

Thanks.

Andrei L.
tagDiv Member

HI

I’ve checked your site and I’ve noticed that footer section is deactivated, it is not displayed on any device: http://screencast.com/t/YHGpUMUqjK66 If you still have this issue please provide more details about it and we will get back to you as soon as possible.
Also you can upload a different logo for mobile devices in theme panel: http://screencast.com/t/pkQwhFciIi

Thanks!

Bogdan B.
tagDiv Staff

Hello,

I can no longer see the shortcodes on your site on mobile or desktop. Please let us know if you require any further assistance with this. Right now you do not use the mobile theme but please note that the mobile theme does not use visual composer as mentioned here: https://forum.tagdiv.com/the-mobile-theme/

Thank you!

Catalin
tagDiv Staff

Hello schindyguy,

Unfortunately, our theme does not have such an option that allows you a way to manage your custom ads for each device. This task can be made using the @media queries for each width of the device. I guess that you want that your custom ad 4 to be visible for desktop and tablet and the custom ad 5 only for mobile, right? You can try to use a bit of CSS code and place it in Theme panel.

@media (max-width:767px){
.td-a-rec-id-custom_ad_4{
display:none;
}
}
@media (min-width:767px){
.td-a-rec-id-custom_ad_5{
display:none;
}
}

Hope this helps!

Please notice that we cannot provide custom work at the moment and if you need more customization in this regard, please consider hiring a freelancer/developer to help you.

Thanks for your understanding!

dcarrero
Participant
#0

Hello,

I change spanish translation in my theme but in mobile theme only show english test for LASTEST ARTICLES, ABOUT US, … and others main text. I reviewed and tranlation it’s ok. I have last newspaper theme.

Can you help me ?

Regards

http://dominiomundial.com

fenglim92
Participant
#0

Hi all,

I am getting this short code appearing on my homepage on mobile once I activated the mobile theme.

How do I get rid of those?

These appears to be the shortcode for my desktop homepage elements.

screenshot for mobile theme homepage

Regards,
Feng.

Catalin
tagDiv Staff

Hello sgt_carbonero,

This behaviour happens due you do not have set it your menu for mobile theme. From here -> http://screencast.com/t/HWtWIOdDe of from here -> http://screencast.com/t/J7pnuYrAq you can do that.

Thanks.

Nano
tagDiv Member

Hey Chris.

Hope you are doing great 🙂

Today, I thought to look for any previous thread on keyword “plugin organiser” and then I was sent here 🙂

Actually, I am looking for a way to keep using “mobile theme plugin” while still being able to use Visual composer based page on some pages. I asked the same question here: https://forum.tagdiv.com/topic/how-can-i-use-visual-composer-on-specific-page-on-mobile-theme/ . I think that “Plugin organiser” can help me to achieve this result.

But here when I read this, I agree that we must try to avoid using any new plugins. So, is there any way to achieve this ( enabling visual composer on the certain page even when I am using TagDiv mobile theme plugin or disabling mobile theme plugin on certain page/post ) using few codes under functions.php ?

    PS: I know everything is possible when a developer puts his mind into it, but I just want to know if it’s possible to do with few codes so that I can do it by myself too.

Thank you

Bogdan B.
tagDiv Staff

Hello,

I have checked your links on mobile and the images are present on your site. Please check with a different device as i cannot see the issue. As fort the bold text, simply remove the bold tag from your post in post edit. Our theme does not add random bold tags.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The child theme is the source of all your problems. There is definitely such a thing as an outdated child theme.
please read this topic to understand how the child theme works: https://forum.tagdiv.com/topic/setting-up-child-theme/
In the latest version of the theme we removed the mobile theme install from the theme panel as lots of people activated it and did not know what the plugin does. We added installation instructions in the documentation here: https://forum.tagdiv.com/the-mobile-theme/
You can see if the plugin is active or not if you have the mobile theme settings in the theme panel: http://screencast.com/t/1osEtjytUn or from the plugins section of wordpress.

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Here is the official documentation for the mobile theme. You should read a bit to learn about the mobile theme functionality: https://forum.tagdiv.com/search/mobile/

Thank you!

Andrei L.
tagDiv Member

Hi

Yes you can add a background image for mobile menu from theme panel > background: http://screencast.com/t/TIucsFQd4f

Thanks!

Catalin
tagDiv Staff

Hello bustedflushltd,

Unfortunately, our theme does not have any tested plugins that allow you to create a table, sorry! We have no idea about the theme behavior with this type of plugin and we cannot say for sure if it will work or not as properly with the theme, sorry! Also, please notice that we cannot provide custom work and support for untested plugins, sorry! You should try to find another plugin which works with the theme, or also, please notice that if you want to add some tables in your theme, you can use the HTML to add them in your backend, using the HTML ROW. As more references in this regard, you can consult some tables generator like this -> http://www.tablesgenerator.com/html_tables for this implementation.
So, if you want to hide some elements in tablets and mobile mode, you can use the @media queries which allow you to target the width of these devices and with a bit of CSS you can hide it in this regard. For more references about this rule, please consult here -> http://www.w3schools.com/css/css_rwd_mediaqueries.asp
If you want to make some customizations in site 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 work at the moment, sorry!

Thank you for your understanding!

Viewing 25 results - 18,926 through 18,950 (of 22,177 total)