Aristeidis Vlachopanos
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Do not apply coupon discount on product addonsYes, sorry for not replying (We are still discussing solutions internally and with the client). I will explore the options you provide.
Thank you very much.
Hello did you find any solution to this problem?
Forum: Fixing WordPress
In reply to: Drafts of blog posts not appearing across users’ computersHow about the user roles are you both at least editors?
Forum: Fixing WordPress
In reply to: Force FB to get original sourceHappy to help π
Forum: Fixing WordPress
In reply to: Force FB to get original sourceopen the functions.php file in the theme editor (https://vlachopanos.gr/instrutions.png) and paste the code in there.
Forum: Fixing WordPress
In reply to: Force FB to get original sourceYes, if the number of posts is such that you cannot change them by hand, you should use one of these. Specifically
/* Remove Yoast SEO Canonical From All Pages * Credit: Yoast Team * Last Tested: Jun 16 2017 using Yoast SEO 4.9 on WordPress 4.8 */ add_filter( 'wpseo_canonical', '__return_false' );- This reply was modified 6 years, 7 months ago by Aristeidis Vlachopanos.
Forum: Fixing WordPress
In reply to: Force FB to get original sourceGo to your post and edit it. There you will see some extra options under Yoast SEO. One of the available tabs in Yoast SOE is Advanced. There you can find Canonical URL and change it.
Here is the complete guide on how to do it
Forum: Fixing WordPress
In reply to: Force FB to get original sourceI did a bit more investigation on your site and I saw that you have a different problem. You have set the og:url meta correctly but you have also included the meta tag canonical URL which points to the original page.
<link rel=”canonical” href=”https://www.fcinter1908.it/copertina/mercato-inter-individuato-nuovo-regista/”>
In some cases, conical URL “overpowers” og:url and this causes your facebook problem.
Do you use a specific SEO plugin for your page? If yes have a look at the options and either set canonical URL to your domain or remove it completely and see if anything changes.
To force Facebook to re-scrape your page use this tool
https://developers.facebook.com/tools/debug/sharing/
and press the scrape again button.
Forum: Fixing WordPress
In reply to: Custom Search ResultsHello,
perhaps you can start from here https://wordpress.stackexchange.com/questions/89886/how-to-create-a-custom-search-for-custom-post-type
in your case, the post-type is Attachments (the post type that images have).
Forum: Fixing WordPress
In reply to: Force FB to get original sourceHello perhaps you can try hardcoding the og:url (the url that goes to facebook) meta field using the answer in the this post
Forum: Fixing WordPress
In reply to: Drafts of blog posts not appearing across users’ computersHello is it possible that your colleague set the post visibility to private from the top left panel “Status & visibility”?
Hello,
have you looked here
https://ww.wp.xz.cn/support/topic/super-admin-cant-change-user-roles/
perhaps you are facing the same problem.