davide81
Forum Replies Created
-
Great!
Thanks for the quick reply Kyle!
Forum: Plugins
In reply to: [Freshdesk (official)] Mixed Content over SSL connectionGreat, thanks for the tip! Problem fixed.
Hi there! I have the same problem here.
I just opened a ticket to FreshDesk.
Ticket ID: #688710 – Freshdesk Official WordPress BugThanks for your help!
Forum: Plugins
In reply to: [WP REST API (WP API)] JSONP response add /**/ before the function nameWell no problem…
Thanks for your answer.Forum: Plugins
In reply to: [WP REST API (WP API)] Is JSONP format available?Hi Joe, I’m interested too. Do you find any solution?
A workaround could be enable CORS on your server:
https://enable-cors.org/server.htmlHope this help.
If you need a help to fix this problem I can install a “beta system” in order to replicate the current configuration and a testing further beta NGG version.
Please, Let me know.
Best regardsHi there thanks for your fast response but I had to change plugin in order to fix the problem quickly.
To replicate the issue you can use the following configuration:
WordPress: 3.9
Theme: Divi 1.9.1
WPML Multilingual CMS 3.1.5
NextGEN Gallery by Photocrati 2.0.65Hope this help.
Best regards
Hi there!, here the WPML Team response:
Hello,
Seems to be a compatibility issue with nextgen. Here is a list of our compatible plugins.
https://wpml.org/documentation/plugins-compatibility/
I will forward the details to our plugin and compatibility team and they will contact the author.
Please note this process may take a while.The temporary solution is to change plugin. :-S
Hi there! I just installed the new plugin version 2.8.6.
The file robots.txt now is changed from:
User-agent: * Disallow: /wp-admin/ Disallow: /wp-includes/ Sitemap: /sitemap.xml
to
User-agent: * Disallow: /wp-admin/ Disallow: /wp-includes/ Sitemap: sitemap.xml
Unfortunately the problem with Google Webmaster Tool is still present and returns:
“Line 4: Your Sitemap contains an invalid URL. ” ==> Sitemap: sitemap.xmlI give a fast look into the code.
To fix the problem I use this workaround to add the complete URL to robots.txt:
Line 562
//$site_url = parse_url( site_url() ); //$path = ( ! empty( $site_url['path'] ) ) ? $site_url['path'] : ''; $path = home_url('/');
now the file return the complete URL path:
User-agent: * Disallow: /wp-admin/ Disallow: /wp-includes/ Sitemap: https://www.myDomainName.xx/sitemap.xml
After upgrade the plugin file the google problem is fixed.
Do you thing that this option can be added in the next version?Best regards and thanks a lot for your help.
Hi, the robots.txt file is:
User-agent: *
Disallow: /wp-admin/
Disallow: /wp-includes/
Sitemap: /sitemap.xmlbut it should be
User-agent: *
Disallow: /wp-admin/
Disallow: /wp-includes/
Sitemap: https://www.mywebsite.com/sitemap.xmlIn the plugin setting page I flagged this option: “I want to add sitemap file path in robots.txt”
Best regards
Forum: Plugins
In reply to: [YOP Poll] Problem with MultisiteGreat! Thanks for your reply!
Forum: Plugins
In reply to: [YOP Poll] Problem with MultisiteHi there! I would like to use this plugin on my WP network.
Does it works fine in your wordpress multisite installation?Forum: Themes and Templates
In reply to: One Page Themes for Multisite websiteI’m looking for the same theme. Did you find something good?
Great now it works!
Thank you very much!