Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Alexander
tagDiv Member

Guys, I am sorry to say but looks like shit. As everyone above me mentioned, narrow template design? Really? It is so 2008…

Alexander
tagDiv Member

Hello guys,

If someone comes across this issue you can fix it by adding the following code at the end of the functions.php in your theme folder(default: /wp-content/themes/Newspaper). This code works only for Yoast SEO!

/** Add Page Number to Title and Meta Description for SEO **/
if ( ! function_exists( 'multipage_metadesc' ) ){
   function multipage_metadesc( $s ){
      global $page;
      $paged = get_query_var( 'paged' ) ? get_query_var( 'paged' ) : 1;
      ! empty ( $page ) && 1 < $page && $paged = $page;
      $paged > 1 && $s .= ' - ' . sprintf( __( '<strong>Page</strong> %s' ), $paged );
      return $s;
   }
   add_filter( 'wpseo_metadesc', 'multipage_metadesc', 100, 1 );
}

if ( ! function_exists( 'multipage_title' ) ){
   function multipage_title( $title ){
      global $page;
      $paged = get_query_var( 'paged' ) ? get_query_var( 'paged' ) : 1;
      ! empty ( $page ) && 1 < $page && $paged = $page;
      $paged > 1 && $title .= ' - ' . sprintf( __( '<strong>Page</strong> %s' ), $paged );
      return $title;
   }
   add_filter( 'wpseo_title', 'multipage_title', 100, 1 );
}

The bold text can be changed to your heart desire, like part 1. More details here:
multipage-wordpress-seo/

Alexander
tagDiv Member

Thank you Lucian, much appreciated.

Alexander
tagDiv Member

Hello Lucian, we have the same problem. Can you have a look please?

https://wearabletechnologies.co.uk/

Thank you.

Alexander
tagDiv Member

Thank you for letting us know Arved. All OK for me also, finally 🙂
Lucian, you can mark this thread as fixed. Huge thanks to all who tried to help.

Alexander
tagDiv Member

Thanks for the quick fix Christopher, but as Arved007 mention above, switching off the featured image and insert it manually is not an option for me right now. Regarding the og:image duplicate I just removed it thanks to your guide in the other topic. Still waiting for a fix from one of the moderators.

Thanks

Alexander
tagDiv Member

Hi Chrisopher,

I already updated to the latest version, still same issue. Thank you for letting me know about the header.php but to be honest I don’t know what exactly I need to remove 😀
Regarding Google+… there’s nothing more to say, I think it’s useless, just a tool for data mining and collection. Hopefully it will be closed soon, fingers crossed :))
I’m gonna try tomorrow backing up everything and switching to the default theme. Thank you once again for your help, it is very much appreciated.

Best regards,

Alexander
tagDiv Member

Hi Christopher,

Thanks for your reply. As far as I can see the problem occurs only with Google+(Facebook and Twitter are working perfectly fine). The issue seems to be with the featured image (if another image is inserted in the article, Google+ will grab it with no problem) and started only 1-2 weeks ago. I’ve tried to deactivate all the plugins but with no luck. I’m pretty sure that the problem lies somewhere between the latest changes to the template or/and with the latest Google+ updates.

Looking forward to an answer from one of the admins/moderators maybe they can help us more.

Kind regards,

Alexander
tagDiv Member

Hello Lucian,

Thank you for your help, as always it is highly appreciated. Unfortunately I think I did not explain exactly what we want to achieve. The sharing buttons on the bottom of the article we would like to keep them exactly as they are. What we need is to add on the top of the article 4 normal link/buttons to our social media accounts. (ex.facebook.com/wearabletechnologies).
Also, is there anyway that this changes will work for all the posts styles? (We used the default one until v4.0, and now we are using style 3? Please see below 2 screenshots to help you help us 🙂

Kind regards,

View post on imgur.com

View post on imgur.com

Alexander
tagDiv Member

Hi guys,

I know someone already reported the bug but is there any way we can fix the problem with featured video (youtube) when used with post style 3? Once you press play there is no way of seeing the controls or stopping the video.

Ex: http://goo.gl/n8pF6v

Thanks

Alexander
tagDiv Member

Hello Lucian,

Magic. Everything is perfect now.
Thank you once again for your help, much appreciated.

Kind regards,

Alexander
tagDiv Member

Hi Lucian,

Thank you for your quick reply. I have made the changes, the ad appears now after the Disqus plugin but I have another question. How do I remove the article bottom ad now? If I remove the Adsense code from the article bottom probably both ads will disappear.

Please advise,

Alexander
tagDiv Member

Hi Radu,

All sorted now, thank you for your help.

Thanks

Alexander
tagDiv Member

Hello Radu,

Thank you for your quick reply. Please mark this as done, my mistake.
I was using an outdated plugin. Thank you again for your support.

Kind regards,

Viewing 14 posts - 1 through 14 (of 14 total)