I'm trying to access google optimize editor but I'm getting the following error:
This page uses security features that are incompatible with the Optimize editor.
I've tried some extensions for this like "Ignore X-Frame headers" and "Allow x-frame headers".
Can anyone please suggest any other solutions?
Try turning off "Edit Mode" in the Optimize experiment page.
Related
I just installed the Flatsome theme on my SSL protected site. I was going to use the UX builder to edit the pages but it was not loaded what should I do? Some sites say that it is due to SSL, but I do not know what to do?
What I'm seeing can be seen below.
seems that ajax request is not returning the desired data to render ux Builder. You need investigate wich error is causiing this issue. Check error.log of your server regarding any php error. Also check console of browser If its returning javascript error. Paste errors here
If you have any caching plugin or performance plugins installed . De-activate for a while and give it a try
Login to hosting account.
Login to phpMyAdmin.
Choose the affected database. If you only have one database, it should choose
it by default so you don’t need to do anything.
In the main panel, you should see a list of your database tables. Check the boxes by the tables that need repair. You can use “Check all” checkbox just below the list to select all tables.
At the bottom of the window just below the list of tables, there is a drop down menu. Choose “Repair Table”
Check your function.php file, disable or fix javascript function to fix it.
I have got a simple WordPress website and just got this error on Google console:
To the owner of https://mywebsite.com/:
Search Console has identified that your site is affected by 1 Unparsable structured data issues:
Top Errors
Errors can prevent your page or feature from appearing in search results. The following errors were found on your site:
Incorrect value type
We recommend that you fix these issues when possible to enable the best experience and coverage in Google Search.
I checked it on https://search.google.com/structured-data/testing-tool
and it seems it is part of Yoast plugin script. I know what sintax error but how can I change it?
{"#type":"WebPage","#id":"#webpage","url":!1,"name":"","isPartOf":{"#id":"https://mywebsite.com/#website"},"inLanguage":"en-US"}]}
I think getting rid of "!" will fix it but how to change this code?
Have to get some localization done and hoping to use Google's translate toolkit to make .po files.
Despite setup billing, translate api, tried different browsers, accounts, new account... any time I click the upload button, I'm redirected (new tab) to the following url which reports a 404:
http://translate.google.com/toolkit/docupload?hl=en
I don't mind setting up by hand if upload doesn't work, but seems first step is upload.
Thanks!
Same for me with hl=fr.
The issue is also on the google forum
http://productforums.google.com/forum/#!searchin/translator-toolkit-api/404/translator-toolkit-api/pB-EJM1EUAo/4BQIdkrsmPMJ
with no answer !
Strange to get 404 error from Google !
Turns out I had to configure translate API, I'm now able to upload.
I have a problem when I try to link my Google Analytics to a website which is on WordPress. (The plugin I use is Analytics360.)
The trouble is that I get to give good access to the site but this one appears right after me:
Hmm. Went something wrong with your Google authentication! The error messages was: 403: Forbidden. If you're having trouble getting
up and running, you might try one of the Following resources
Do you have a solution? Or if someone has already fallen on this problem? :-)
No need to use a plugin for Google analytics, just edit the templates header.php file or use an advanced plugin such as yoast: http://wordpress.org/plugins/google-analytics-for-wordpress/
I'm having a problem with Facebook Open Graph implementation with my wordpress blog. Although all the og meta are there in the head, Facebook debug tool told me: Error Parsing URL : Error parsing input URL, no data was scraped.
Things I've already done:
Check for links mistypo
Try the Wordpress SEO plugin by Yoast, Facebook Open Graph impementation
Try WP Facebook Open Graph Protocol plugin
Remove and put manualy all the og meta tags in my header file one by one to found the error
None of these tricks worked and all of them ended with Facebook debug tool telling me: Error Parsing URL : Error parsing input URL, no data was scraped.
But I founded that Google Webmaster Tool can see my tags and information about my blog. If you check source at sfapress.uphero.com you'll see that og meta tags are there where they are expected to be.
So, I'm just wondering: What am I missing? How wrong am I about that? Can anyone of you guys please help me figure this out?
Thanks for help.
It looks like your hosting provider, or possibly your web server, is denying access to the Facebook scraper. This is why it's saying no data was scraped. Take a look at https://developers.facebook.com/docs/opengraphprotocol/#bestpractices and https://developers.facebook.com/docs/ApplicationSecurity/#facebook_scraper for information on how the scraper appears to web servers.