Search Results for 'mobile'

Results from the Forum
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 hemiargus,

If you want this adding to be automatically for each post, please notice that you will have to edit the td_module_single_base.php core file and with do_shortcode method you can add your Custom Ad Spot, like this -> http://screencast.com/t/jqDqmXvmV Please keep in mind that if you want to bring best results on tablets and mobile devices you will need to do some additional customizations with CSS. This is not a simple task and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry! Above, I gave you a possible way how could you do this.

Thanks for your understanding!

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.

tojoalex1
tagDiv Member

Hi,

I got an issue with my website to view on mobile devices. Please check it. Can’t understand what is the solution.
http://morningcolumn.com/

Thanks
Tojo

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.

joventu
Participant
#0

Hi,

Im trying to see if I can replace the back to top icon with an image and instead of being at the bottom right of the site, for it be be at the top right to show below the mobile menu “search” icon. Is this possible?

Thank you,

-Franklin

dianalamanda
tagDiv Member

I’ll configured that I forgot to add content in mobile editor text. Thanks

fenglim92
tagDiv Member

Hi,

I’ve previously deactivated the mobile plugin, now turned on again.

I’ve already disabled visual composer.

The short code still appears.

Pls help.

Thank you

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!

dianalamanda
tagDiv Member

Sorry, looks like the page link already correct showed on mobile phone not displayed as on desktop.

dianalamanda
Participant
#0

Hi,
We try to create mobile menu on our site http://mdg.co.id but all mobile menu directed to About Us page.

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!

dritanleka
Participant
mobile - topic
#0

my site on mobile doesnt work well its appear latest articles and about us in footer how can i resolve it,
and does need mobile version separately logo

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.

Viewing 25 results - 34,476 through 34,500 (of 41,416 total)