Pietro L. Carotenuto
Forum Replies Created
-
Forum: Plugins
In reply to: [Front End PM] Front End PM needs to database update.Hi Shamim,
Is there a way to export my current configuration (in order to apply it later)?
Many thanks in advance
Forum: Plugins
In reply to: [Total User Count Shortcode] Cannot remove pluginSolved.
There was an issue due to some files being cached.
Forum: Plugins
In reply to: [Front End PM] Front End PM needs to database update.Hi Shamim,
reinstalling this plugin did not fix the issue.
Which database changes are needed?
Thanks in advance
Forum: Plugins
In reply to: [Front End PM] Front End PM needs to database update.Hi Shamim,
1) I never used this plugin, but I have configured it.
2) Which changes are required?
Could you consider also adding the possibility to dismiss the message?
Forum: Plugins
In reply to: [Front End PM] Front End PM needs to database update.Update
I tried to update the database as requested.
An error message reports that it is not possible to update the database from my current version.
The message is still appearing after the failure of the procedure.
I cannot close it and it is always appearing on the top of the all admin pages.Hi @nsinelnikov,
With regards to the Job type field, are you going to publish the fix soon?
Instead, re. the preview, I’m still having the same issue.
My current theme is OceanWp.
Many thanks in advance
Hi,
I’ve not found the cause yet but I found another issue while checking.
The Job type is set correctly in the preview but, if I click the button to continue editing the job details, then it reverts to “Freelance”.
I checked the generated content (the source of the page) and the text lines are all after each other like there is no EOL character.
For example:
“Test aTest b”
instead of:
“Test a
Test b”I will continue investigating on this.
Best Regards,
Pietro- This reply was modified 3 years, 11 months ago by Pietro L. Carotenuto.
Forum: Themes and Templates
In reply to: [Potter] Header is showing a large white spaceHello,
The issue is still occurring after disabling the sticky header.
The header element style is being changed to have a min-height equal to 402px.
I don’t know if it exists an easy way to debug this issue. I disabled some plugins without any results. Ideally, it would be nice to check when this property is set/changed in order to find the culprit (the theme or other plugin). As far as I know, this occurs as soon as the page has finished loading.
Many thanks
- This reply was modified 4 years, 7 months ago by Pietro L. Carotenuto.
Forum: Plugins
In reply to: [Yoast SEO] No-index is not working anymoreHi,
I checked that the method proposed in this article allows to not index many of the pages on my website, but it does not work with all pages.
My guess is that it works if the page is mydomain.com/page1/.
Unfortunately, it does not work for user profile pages, where the URI mydomain.com/user/ becomes mydomain.com/user/A or mydomain.com/user/B depending on visited user profile.
My plugin has this snippet of code:
function seo_noindex( $robots ) { if ( conditionOK() ) { return 'noindex, follow'; } return $robots; } add_filter( 'wpseo_robots', 'seo_noindex' , 11, 1 );
This is called once per page. The robots array in your plugin is built fine.
Unfortunately, the meta robots are not printed at all (even if I force the page to not be indexed with the method proposed in the article).
Forum: Plugins
In reply to: [Yoast SEO] No-index is not working anymore1. Can you confirm that you’re using the latest version of Yoast SEO (14.5)?
Yes.
2. The code example that you’ve sent removes the Yoast robots meta tag, so this may override your settings and allow the pages to be indexed. Does removing the custom code make the robots meta tag appear? If so, what value appears for the robots meta tag?
From the source code of the page, you can check that no robots meta tag exists.
The code
add_filter( 'wpseo_robots', '__return_false' );
is expected to add a meta robots line to not index the specific page.
The same problem is occurring when using the approach reported in this blog to not index the page:
https://www.satollo.net/set-noindex-on-wordpress-categories-pages-with-wordpress-seo3. Can you let us know how you noindexed this page using the Yoast SEO interface? Did you edit the page and set “Show in search results” to “No” under the Advanced section in the Yoast SEO metabox?
How search engines to show this Page in search results? NO.