JM PHR
Forum Replies Created
-
Didn’t realize that. I’ve been using for a while and it has been great.
If you are able to help a little, do you know why it would say that? Essentially is there a piece of code I can add to remove it from mentioning that?Thank you and happy new year!
Forum: Plugins
In reply to: [Companion Auto Update] WP Critical IssueThanks for your fast update on that.
After downloading the plugin, I get an error message on WP dashboard health test. my hosting provider looked into it and said it is Companion Auto that’s doing itHere is the message it gives:
Your site could not complete a loopback requestLoopback requests are used to run scheduled events, and are also used by the built-in editors for themes and plugins to verify code stability.
The loopback request returned an unexpected http status code, 500, it was not possible to determine if this will prevent features from working as expected.
That unfortunately didn’t work and it made the images go off the page on mobile.
Whats interesting is they will go to normal size if you scroll to another one and give it a moment. then the full image on the slider is there and it is not cutoff.Here is a screenshot of the slider image cutoff:
https://www.dropbox.com/s/co95al2zafk7iky/slider-issue.PNG?dl=0I had issue and found it was ThriveThemes issue with their Global elements
- This reply was modified 5 years, 4 months ago by JM PHR.
Here is an update:
https://screencast.com/t/BWdibl7INUT5Yes thank you for asking. So the plugin your suggested worked to get the 0x0 from showing.
But it now says other dimensions aren’t working but the image I chose is much larger than is needed but it is saying it’s too small.
Here is a video showing:
https://screencast.com/t/v5W5qBEfI appreciate your help,
JeremySo Facebook read some type os Schema but not the Schema Meta tags?
Would I need to manually add the schema for FB to see it? Thank youForum: Plugins
In reply to: [Schema] Nothing shows for Schema meta dataHi Hesham,
Thank you for your response. I did find it on Google’s markup helper tool.
The challenge is it doesn’t show up on the fb helper tool which it normally does.
Here is a video showing:
https://screencast.com/t/rhIDnfhmX9Thank you,
JeremyHi Glenn,
I think we finally figured out how to insert that code into the head.
Now, I’m running into this error message:Tracking code missing the cookie domain name declared in experiment code:line:75, column:1, line:92, column:1.
Your page customizes the cookie domain name in the Google Analytics tracking code. The same customization should be present in the experiment codeI added this to the beginning of the experiments code like mentioned in your FAQ:
<script>
_udn = “mycreditdoc.com”;
</script>This is the page I’m trying to get it to work:
https://mycreditdoc.com/what-is-the-credit-repair-doctorI have the google analytics plugin installed, but didn’t see anything that “jumped” out at me to cause this issue.
Do you know what else could be causing it?
Here is the experiments code I have pasted in your plugin section on that page:<script> _udn = "mycreditdoc.com"; </script> <!-- Google Analytics Content Experiment code --> <script>function utmx_section(){}function utmx(){}(function(){var k='52360893-1',d=document,l=d.location,c=d.cookie; if(l.search.indexOf('utm_expid='+k)>0)return; function f(n){if(c){var i=c.indexOf(n+'=');if(i>-1){var j=c. indexOf(';',i);return escape(c.substring(i+n.length+1,j<0?c. length:j))}}}var x=f('__utmx'),xx=f('__utmxx'),h=l.hash;d.write( '<sc'+'ript src="'+'http'+(l.protocol=='https:'?'s://ssl': '://www')+'.google-analytics.com/ga_exp.js?'+'utmxkey='+k+ '&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime='+new Date(). valueOf()+(h?'&utmxhash='+escape(h.substr(1)):'')+ '" type="text/javascript" charset="utf-8"><\/sc'+'ript>')})(); </script><script>utmx('url','A/B');</script> <!-- End of Google Analytics Content Experiment code -->
Thanks for your help!
JeremyThank you for the quick response!
I’m working with the Thesis team on their forum.Thank you for the great support!
I appreciate your help. I’ve been working with the THesis support and the best we can do so far is get the code before the </head> tag. (Not right after the <head>)
Google Experiments gives this message when checking for the code:
The experiment code was found after the Google Analytics tracking code:line:22, column:124, line:90, column:1.
Will this be an issue?
Thank you for helping!
I don’t get the error message now, thank you.
Google Experiments says “No Experiment Code Found”I have deactivated the caching plugin, waited 5 minutes after saving page with code, and tried with and without the:
<script>
_udn = “mycreditdoc.com”;
</script>I looked at the source code and there is a part that says:
<!– Google Analytics tracking code not shown because users over level 8 are ignored –>Searching the internet doesn’t give any good reasons for what and why?
Not sure if this matters or not.Here is the URL:
https://mycreditdoc.com/what-is-the-credit-repair-doctor/Thanks for your help, I’m really glad you created this plugin!