I tried switching themes which didn’t fix it, so then I started deactivating plugins. When I deactivated The Events Calendar plugin, it started working again. So then I installed WP Rollback and rolled The Events Calendar back to version 6.0.5 and viola, the blog page is working correctly again.
It looks like other people are having similar problems. Do you have an ETA on when this bug will be fixed? For now I’ve just disabled auto-updates.
Thank you for your time.
]]>Theme: OceanWP child
Page builder: Elementor PRO
Wordpress ver: 5.5.3
Operating System: Linux
Software: nginx/1.14.1
MySQL version: MySQL Community Server – GPL v8.0.21
PHP Version: 7.2.24
I have a problem after I add a Google Tag Manager (GTM) noscript immediately after the opening body tag (as recommended by Google) then my front-end header and WordPress menubar are missing. While I open the Elementor’s header template it also said the content area was not found. The issue persists, the header and menubar will reappear after I remove the GTM’s noscript.
This is my body tag on header.php child theme:
<body <?php body_class(); ?> <?php oceanwp_schema_markup( ‘html’ ); ?>>
<?php wp_body_open(); ?>
<?php do_action( ‘ocean_before_outer_wrap’ ); ?>
<div id=”outer-wrap” class=”site clr”>
<?php oceanwp_theme_strings( ‘owp-string-header-skip-link’, ‘oceanwp’ ); ?>
<?php do_action( ‘ocean_before_wrap’ ); ?>
<div id=”wrap” class=”clr”>
<?php do_action( ‘ocean_top_bar’ ); ?>
<?php do_action( ‘ocean_header’ ); ?>
<?php do_action( ‘ocean_before_main’ ); ?>
<main id=”main” class=”site-main clr”<?php oceanwp_schema_markup( ‘main’ ); ?> role=”main”>
<?php do_action( ‘ocean_page_header’ ); ?>
Did I do anything wrong? What workaround for this issue?
Thanks, looking forward for OceanWP team reply
P.S. I’m not interested OceanWP hook extension yet
]]>Since the last update (3.3.13), some important class in the body tag have disappeared. These class are added by my theme and one of my plugins.
In the Changelog, I see that you have made a fix touching css class in the body tag. Could this fix have caused this new issue?
I tested all my plugins one by one and I can confirm that it is the new update of your plugin that causes the problem that I am facing.
Thank you for your attention to this message.
]]>
<script type="text/javascript">
var vglnk = {key: '5f26acebd362b62149181d0027cfaf99'};
(function(d, t) {
var s = d.createElement(t);
s.type = 'text/javascript';
s.async = true;
s.src = '//cdn.viglink.com/api/vglnk.js';
var r = d.getElementsByTagName(t)[0];
r.parentNode.insertBefore(s, r);
}(document, 'script'));
</script>
]]>I’m looking implement an online chat service to our website, and they need me to perform the following:
Here’s the code which needs to be installed on the website along with instructions (this is normally done by the person or company which set up the website and normally takes just a few minutes):
<script src=”//www.chatx.live/scripts/invitation.ashx?company=airsuplly”async></script>
1. Add the code between the <body> </body> tags of the page. Note: We highly recommend installing the code right above the 2nd<body> tag near the bottom. This allows the website to fully load before the invitation is displayed
Can anyone guide me through how to do this?
Thanks!
]]>Since the last update 4.3.4, today so, special chars “; appear into the body tag of all my pages.
I noticed that by deactivating all the plugins and then activating them back, one by one, the special chars appear again.
Can you fix the problem please?
Thanks in advance
]]>