keithasmith
Forum Replies Created
-
Forum: Plugins
In reply to: [Web Stories] Display of embedded webs stories brokenOk, sorry for the delay. I’ve been swamped lately with work.
I cloned the site to staging, so I could do some testing, the default WP theme 2021 displays it fine and there are no issues with it.
Unfoneately, I can not switch the live site to a newer theme yet. There are 1000+ pages I would have to go thru and fix things to do s. We do need a newer theme though, the one I’m stuck with for now is highly customized and old. As well as not very mobile friendly.
However, rolling back to the older plugin version does make the issue go away as well. So I’m kind of stuck on that as well since we are still needing to use those pages.
Yep, worked great. That totally fixed the issue thus far. Just flipped it from learning mode back to Enabled and Protecting and it’s now working correctly.
Thanks!
Keith
Thanks for the suggestion. I will try this out. For some reason, I did not get an email notification about your reply like I normally do so I did not see it till now.
I’ll keep you posted on how it goes. Thanks again.
Forum: Plugins
In reply to: [Web Stories] Display of embedded webs stories brokenCurrently, I just tried 1.4 and it still has this issue with displaying embedded stories. Rolling back to 1.0 fixes the issue.
Forum: Plugins
In reply to: [Web Stories] Display of embedded webs stories brokenThis issue is not resolved. I tried version 1.2 of the plugin and had the same issue with the story not displaying. So I rolled back to 1.0, the issue is not in this version. Since 5.6 the story now displays below and outside the page container as well.
I have submitted site health information as well.
- This reply was modified 4 years, 3 months ago by keithasmith.
Forum: Plugins
In reply to: [Web Stories] Display of embedded webs stories brokenIt would not do any good at this point. I had to roll back to fix the issue so now it displays properly. I can’t have these pages not working since we are driving visitors to them with a ad campaign. Otherwise I could switch it back
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Post time line broke againThanks for repsonding
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Post time line broke againRolled plug-in back to previous version as a temporary fix
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Post Timeline bug on firefox onlyYes, a similar issue happened with this around 7 months ago. I had been doing a backup after each update since then just to make sure I could roll back, but I got comfortable after 6 months of updates with no issues…and did not backup this time.
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Post Timeline bug on firefox onlyThanks for the tip on that rollback plugin @svenwordpress. Rolling back to 1.18.0 fixed me right up. Very handy.
- This reply was modified 4 years, 4 months ago by keithasmith.
- This reply was modified 4 years, 4 months ago by keithasmith.
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Post Timeline bug on firefox onlyI’m having this same issue. Looks like.
Forum: Plugins
In reply to: [Web Stories] Adding a tracking scriptOk, ran into a slight issue. The tag won’t fire with double quotes (” tag “) when I try single quotes php doesn’t like it. Is there a way around this? The tag needs to display like this:
<script async src='https://tag.simpli.fi/sifitag/9a3b1250-6036-0136-ee82-06659b33d47c'></script>
I get this error when I try – Your PHP code changes were rolled back due to an error on line 113 of file wp-content/themes/ewc-2012/functions.php. Please fix and try saving again.
syntax error, unexpected ‘https’ (T_STRING), expecting ‘;’ or ‘,’
Forum: Plugins
In reply to: [Web Stories] Adding a tracking scriptadd_action( 'web_stories_print_analytics', function() { echo '<amp-pixel src="https://tag.simpli.fi/sifitag/9a3b1250-6036-0136-ee82-06659b33d47c" layout="nodisplay"></amp-pixel>'; } ); add_action('wp-footer', 'web_stories_print_analytics');
Ok, I got this to work using this. It is showing up. But I think I need it in the header.
Forum: Plugins
In reply to: [Web Stories] Adding a tracking scriptWell, it’s working for everything else but those pages looks like. ??
Forum: Plugins
In reply to: [Web Stories] Adding a tracking scriptOk figured it out, I think. it needed the straight quote marks. Now to check it!