jessik
Forum Replies Created
-
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Save scorm progressHi @kalleaume, I installed a plugin named “Insert or Embed Articulate Content into WordPress Trial“. It allows you to upload a scorm file from the editor (not specifically articulate content).
Forum: Plugins
In reply to: [Yoast SEO] Yoast doesn’t set og:image anymore@wendihihihi So that’s a webp problem. It’s curious, because some of my posts worked well, even with webp…
Anyway, thank you for the piece of code. I’ve chosen the easy way by using another plugin to add opengraph tags.But maybe I’ll come back to that ??Forum: Plugins
In reply to: [Yoast SEO] Yoast doesn’t set og:image anymoreHi @mikes41720. Thank you for your answer. Sorry, but the og:image is now present because I downloaded a new plugin especially to add opengranph tags. I had many posts to publish and I couldn’t wait for a fix to use auto-publish on my posts, so I needed the social media posts to look good. So I think the problem with yoast is still there.
- This reply was modified 3 years ago by jessik.
Forum: Fixing WordPress
In reply to: Sticky post in admin area (on the top of “All posts” list)@alanfuller That’s a nice workaround ?? I’ll do that. Thanks!
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] Trying to embed an Instagram post with ACFHi, I solved my problem by putting the <script> inside the post content and leaving only html in the custom field
Hi, I don’t think you’re gonna find help from the support team here so here’s mine:
I’ll tell you what I did because I had the same error message at first.I don’t know where your ads are supposed to show up on your site, but they will be between the body tags in any case (if you ad them in an article or a page, etc..), so you don’t have to write anything in the theme customisation
-> amp wp theme ->custom html -> between body tagsThe only thing you have to add in the AMP section of your theme customisation
-> amp wp theme ->custom html -> between head tagsIs:
<!– Global site tag – Google Adsense –>
<script async custom-element=”amp-ad” src=”https://cdn.ampproject.org/v0/amp-ad-0.1.js”></script>Then inside your post or page, you add your ad where you it to be displayed with this code
<amp-ad width=”100vw” height=”320″
type=”adsense”
data-ad-client=”ca-pub-XXXXXXXXXXXX”
data-ad-slot=”XXXXXXXX”
data-auto-format=”rspv”
data-full-width=””>
<div overflow=””></div>
</amp-ad>(You’ll find the AMP embed code in your Google adsense dashboard).
I hope I’m clear. Sorry, I’m french lol
Hi, sorry, my mistake…:/