Glennf
Forum Replies Created
-
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Fatal Error Activating Plugin?Never mind, It was a plugin conflict.
I am having the same problem also.
I have read FAQ – #2.9 and clicked the “Authorize Your Facebook Account” link a few times with NO errors or warnings.
But I still get the following when I try to do a TEST POST or a real post.
Array
(
[Warning] =>
[Error] => Error validating access token: The session has been invalidated because the user changed their password or Facebook has changed the session for security reasons.
)
Array ( [Warning] => [Error] => Error validating access token: The session has been invalidated because the user changed their password or Facebook has changed the session for security reasons. )-PLEASE HELP
- This reply was modified 6 years ago by Glennf.
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] No Widget Preview or Code ?I renamed the plugin directory for the Automatic Responsive Tables plugin and looked at the console errors again and there are none.
I do see this in the console panel…
JQMIGRATE: Migrate is installed, version 1.4.1
https://perfecthealthpill.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1I logged into the site and went into the settings and still don’t see any code in the “Widget code” text box… even after clicking the “Reset code to default”.
-Please advise
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] No Widget Preview or Code ?OK. There is only 1 error…
X – Uncaught SyntaxError: Unexpected token ;
https://perfecthealthpill.com/wp-content/plugins/automatic-responsive-tables/js/script.js?ver=8b60436733a3ce3b1583ac659ad2e92dIs it that plugin that is the cause?
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] No Widget Preview or Code ?Thanks… How do I check my browser console for errors?
I tried that and still doesn’t work, no ads shown. Here is my adsense code…
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<ins class=”adsbygoogle”
style=”display:block; text-align:center;”
data-ad-format=”fluid”
data-ad-layout=”in-article”
data-ad-client=”ca-pub-MYID”
data-ad-slot=”AD-SLOT”>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>The only thing that works is BeFore Content, Default
-Please advise
Thanks SO much. The escape sequence \’ worked.
What about the <div class=”aicp”> ? It has double quotes in it.
<?php
if( aicp_can_see_ads() ) {
// Shows the ad
echo “<div class=”aicp”>”;
}
?>Can I do this?
<?php
if( aicp_can_see_ads() ) {
// Shows the ad
echo “<div class=’aicp’>”;
}
?>Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Pinterest & Pro Version ?Thanks,
So just to be sure… I want to verify once I set this up, there is no manual intervention needed.
My site has a new product added using a 3’rd party plugin. Once I get the Pro plugin and API, ALL of the images from the product post will get posted to a pinterest board of my choice to my Pinterest account. Correct?
Never mind. I see it is possible at https://www.ads-software.com/support/topic/feature-request-link-to-original-article-at-bottom-of-page/
Forum: Themes and Templates
In reply to: [Frontier] Dynamically Change Header Image?Thanks so much. What code would be used to change the header image when a person navigates to a certain wordpress page?
What files do you add that action and function to?
-Glenn
Forum: Themes and Templates
In reply to: [MH Magazine lite] For Home Decor Niche?I thought I saw a page with the downloads for the MH Magazine lite theme but in the form of those child themes like food, travel, sports, etc.
Can you tell me what the page URL for the .zip downloads for those Magazine Lite child themes?
Thanks
Forum: Themes and Templates
In reply to: [MH Magazine lite] Full Width Header Image, No Logo ?Thanks, but what should the size be for the header images? It says 300px wide & 100px long, but I want to make it not a logo but a full header images.
Forum: Themes and Templates
In reply to: [Frontier] Add Adsense Link Ads Below HeaderYes. I know about those options. I don’t want it directly in the header or in the “Below Menu” widgets. I want to put it directly below the header image like in https://campingfam.com
I have another plugin called “WP Social SEO Pro Plugin” that puts open graph tags in the product posts and it has the <meta property=”og:image” content=”https://image.jpg”> in all the product posts.
I just checked the SNAP setting and “What should fill attachment info” is set to Facebook.
Is it possible that the post needs to be delayed when sending to facebook? If so, how would I do that?