overkill22
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Maintenance] Styling CSS doesn’t workFor some reasons the page was not updating with refresh nor opening a new incognito page.
Flushed the cache and it worked. After this at every change and refresh of the page I could see the changes.Great plugin.
Uninstalled the plugin WP deferred javaScript and everything seems to work fine.
Not sure why sometimes worked and sometimes no. Anyway, solved.Thanks!
Now it’s working on my side. 0.o
Could it be
WP deferred javaScript
This plugin defer the loading of all javascripts added by the way of wp_enqueue_script(), using LABJS.?
How can I check what is causing the problem other than deactivating plugins one by one?edit: now no more. I didn’t do anything in between
- This reply was modified 6 years, 1 month ago by overkill22.
Not working on my end on 2 different laptops.. ??
Could it be a cache problem? But on the second laptop I didn’t visit the link before so it’s weird… or could it be something caching in the hosting? But in that case you should have the same problem, no?
I have a very small niche website that I can’t monetize. My total subscribers are less than 1000 and the newsletter that I send out are less than 5 a year, for about a hundred of subscribers. It doesn’t make sense to me to purchase something with a monthly fee.
Indeed Mailpoet 2 was very good for its unique feature such as the auto email (for the rest we can discuss as we both now had some limitations), but this unique feature was paying off the other (small) limitations.
Now it became very similar to Mailchimp, losing that unique (and useful) feature.Probably for a PRO makes sense to purchase Mailpoet 3, but for small reality like me it doesn’t worth. I’ll stick with Mailpoet 2 until it works, then I will see what to do. I hope you guys will reconsider the auto email for the free version, maybe for a limited number of subscribers (like your plan as sender for 2000 subscribers).
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Same newsletter sent many timesThank you for the fast answer.
In my case it was enabled with the option : No thanks! I have enough visitors on my site. Their visits will trigger MailPoet’s cron automatically.Should I change it to: I’ll setup a cron job on my server to execute at the frequency I want. ?
Forum: Plugins
In reply to: [AMP] AMP errors since updating pluginI guess the first error is fixable only with the plugin WPSSO, correct?
The second I have no idea what is the
?_=1
at the end of the link… how can I get rid of that? and who’s applying it?Forum: Plugins
In reply to: [AMP] AMP errors since updating plugin@pako69 WPPSO is a plugin, I tried deactivating it and it solves the problem.
One error is: MANDATORY_AMP_TAG_MISSING_OR_INCORRECT
and the other: The attribute ‘prefix’ may not appear in tag ‘html ? for top-level html’.<!doctype html> <html amp lang="en-US" prefix="og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# article: https://ogp.me/ns/article#"> <head>
This is the link to a page with both error (I have 38 total)
And in this page I have an error caused by a video, but not sure how to fix it:
Invalid URL protocol ‘http:’ for attribute ‘src’ in tag ‘amp-video > source’.<amp-video class="wp-video-shortcode amp-wp-enforced-sizes" width="640" height="360" controls="" sizes="(min-width: 640px) 640px, 100vw"><source type="video/webm" src="https://edgesuite.craftsy.com/4266/00/00-low.webm?_=1"/></amp-video>
Forum: Plugins
In reply to: [AMP] AMP errors since updating plugin@pako69 I have the same problem as @li-an but wasn’t able to solve disabling All in one SEO. Mine is given by the plugin WPPSO that is adding
prefix="og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# article: https://ogp.me/ns/article#"
to the top level html.But still don’t know how to solve. I’m opening a thread in the WPSSO support forum.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Emoji in the subjectActually, some are working: the heart, sun, lightning and a few more.
Some are not.I refer to this website https://getemoji.com/ using chrome, what I see from that page is what is working on the subject of mailpoet (I see most of them as squares)
for the body of the mail, it is better to use just normal text with the email safe fonts that are the one in the mailpoet editor.
I’m super looking forward for the new version!!!
good job guys!Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Emoji in the subjectIt is better to don’t use special fonts in the email as not every browser can display them.
You can use the “email safe fonts” instead.Alright.
I think I’ll ignore the message and don’t add the code since it is giving me the errors.
I’ll try to tell the theme developer about this, since for what I understood it is a theme problem.Again, thank you for your patience.
I think I found what went wrong with the code.
The WPSSO plugin is asking me now to update the header adding the line by inserting manually<head <?php do_action( 'add_head_attributes' ); ?>>
or updating automatically by the plugin.Is this a bug?
I’ve contacted my theme developer and they said that it is ok to have the line
<?php do_action( 'add_head_attributes' ); ?>
.However, after adding it in the right place as suggested by the theme developer
<html <?php language_attributes(); ?> <?php do_action( 'add_head_attributes' ); ?>>
I still get 7 errors on the page.
Errors are under ARTICLE:
author A value for the author field is required. datePublished A value for the datePublished field is required. headline A value for the headline field is required. name A value for the name field is required. publisher A value for the publisher field is required. dateModified The dateModified field is recommended. Please provide a value if available. mainEntityOfPage The mainEntityOfPage field is recommended. Please provide a value if available.
HTML
<html lang="en-US" prefix="og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# article: https://ogp.me/ns/article#" itemscope itemtype="https://schema.org/Article">
EDIT:
team developer said that in the theme the markup for Article Type is NOT added, so that’s why the error.
If from your side everything is fine, I think the post is resolved.But I still don’t get how the code ended in the php file in the first place…
I looked at the original header.php of my theme and I couldn’t find
<head <?php do_action( 'add_head_attributes' ); ?>>
anywhere.I had multiple errors all over the site due to an external issue (LinkedIn) that lead me to notice this code in the header. So I had different errors at the same time, but they were not related–I didn’t know at that time.
Searching with Google for that code lead me to your plugin.
Here the first three results:since I didn’t find any solutions for my problem I opened a new topic here.
At the moment I don’t have any more errors except the warnings
WPSSO Notice Possible conflict detected — your theme or another plugin is adding a link rel="author" HTML tag to the head section of this webpage. WPSSO Notice Possible conflict detected — your theme or another plugin is adding a meta itemprop="description" HTML tag to the head section of this webpage.
Could this be because I have the All in One SEO Pack plugin installed?
The other question is, what was the reason why
<head <?php do_action( 'add_head_attributes' ); ?>>
was in the header.php? I can’t remember adding it at all.Here‘s a link to a page of my website.
Thanks for your time