vale_dig
Forum Replies Created
-
I solved by myself also the second issue following the following guide:
https://anythinggraphic.net/add-custom-social-share-images-descriptions-for-yoast-wordpress-seo/
Regards
Hi, I solved the 1. problem by changing the function.php
What about the 2. problem to take the main picture from the author page (class=”sf-feaProgrid-pic”)?
From the Facebook debugger YOAST inserts automatically the following code:
og:image https://secure.gravatar.com/avatar/d6df8a8396cb2d3648…
Regards
- This reply was modified 5 years, 11 months ago by vale_dig.
The problem is that YOAST Plugin for the Homepage takes the title and description from WordPress and not from YOAST itself… is it right? This is a bug i hope… for og it is right…
<!-- This site is optimized with the Yoast SEO plugin v14.3 - https://yoast.com/wordpress/plugins/seo/ --> <title>SpecialistaOnline.it - Prenota uno Specialista Online nella tua città.</title> <meta name="description" content="Cerca lo specialista online che fa per te, vicino casa tua! Seleziona il servizio che vuoi e prenota sulla sua pagina uno dei suoi servizi." /> <meta property="og:title" content="Prenota uno Specialista Online nella tua città | SpecialistaOnline.it" />1. Your page https://www.specialistaonline.it/home/ redirects to https://www.specialistaonline.it/.
Yes, it is the Page configured as “Homepage” on WordPress…do you mean that it’s wrong? 😐
Upon checking your screenshot, you’ve set the SEO title to “Prenota uno Specialista Online nella tua citta – SpecialistaOnline.it” but in the page source of your homepage, it shows up as “SpecialistaOnline.it – Prenota uno Specialista Online nella tua città.”. Did you make any recent changes in the order of the variables of the SEO title?
Yes… this is the problem I’m asking for… did you see this? https://ibb.co/wL02qL3
I’m configuring this on “home” Page, that is set as wordpress Homepage, but once browsed I see the default WordPress “Site – description” that is set here: https://ibb.co/Wg180HWCould you please edit the specific post or page (and NOT the SEO > Social tab) and set the og:image for that post or page by following the steps here — https://yoast.com/help/custom-open-graph-tags/
The problem is that I have no page or post to configure, but it is the Automatically generated Author Page… There is no way to customize it with YOAST? Do I have to open the code? 😐
Regards
- This reply was modified 5 years, 11 months ago by vale_dig.
Hi Dear, just to add another information to the previous post… in the “wp_yoast_indexable” table I see that any provider has a “https://secure.gravatar.com/avatar/%5BHEX_VALUE%5D?s=500&d=mm&r=g” value in the column named “open_graph_image” and “twitter_image”! It is a YOAST problem. How can switch to the author image?
You can determine the title and description for the front page by editing the front page itself.
I already configured Homepage SEO title and description in this way, it does not work. I think YOAST maneges in different ways the Homepage and other pages: https://ibb.co/wL02qL3
Can you please go to SEO > Social > Facebook(tab) and see if such URL exists. If so remove it and check if the og:image is fixed.
I already checked that the picture is not present in any configuration. Here is what I see in Facebook TAB: https://ibb.co/CB4ktCT, the picture exists.
Plugin is Version 14.3
Regards
- This reply was modified 5 years, 11 months ago by vale_dig.
The key is (303, ‘__ultimatemember_sitekey’, ‘localhost/site_name-xxxxxxxxxxxxxxx’, ‘yes’)
Who authorized you to delete MY OWN license key in production?
Please restore it immediately, it is causing me a lot of money loss.
Thanks.
RESTORE IMMEDIATELY THE LICENSE KEY YOU DISABLED WITHOUT ANY AGREEMENT.
I’M IN PRODUCTION ENVIRONMENT AND NOW NOTHING WORKS !!!!!!!
IT’S ABSOLUTELY ILLEGAL WHAT YOU MADE !!!!
RESTORE IT IMMEDIATELY !!!
YOU MADE ME A BIG ECONOMIC PROBLEM DISABLING THE LICENSE KEY IN PRODUCTION ENVIRONMENT !!!!
RESTORE IT IMMEDIATELY !!!! IMMEDIATELY !!!!
Same here… replicated file in the child theme but no way… 🙁
Same problem here…I created the ultimate-member/templates/email/it_IT folder in my child theme and modified all the email template files but Ultimate Member Plugin always send email in default en… 🙁
Why?
Regards.
SOLVED!
Included this code in the “Additional CSS” section:
.entry-content ul:not([class])>li:before { content:none; }Hi support,
I’m analyzing the problem with Chrome inspection tool. I’m going to attach 3 screenshot where you can see that If I hide and unhide the
<ul>, the bullet disappear. You can see a “strange” ::before in thelitag… what is it? Maybe the problem?https://www.dropbox.com/s/pml7ep1x297jm5a/Screenshot%202017-08-13%2021.08.46.png?dl=0
https://www.dropbox.com/s/a598ylq85smd2ze/Screenshot%202017-08-13%2021.08.53.png?dl=0
https://www.dropbox.com/s/v0957re8ioj9vrm/Screenshot%202017-08-13%2021.13.18.png?dl=0Regards,
Marco- This reply was modified 8 years, 9 months ago by vale_dig.
Hi support,
I just modified the
<ul>tag in the um-actions-account.php page to<ul style="list-style: none !important;">but same result… i always see the the bullet.I also added the style in the WordPress “Additional CSS” section but same result… 🙁
What else can I try?