barrelleaf
Forum Replies Created
-
Hi, I just realized it’s due to the quotation marks (“”) in some of the posts. I’ve fixed it.
Not sure why the error suddenly popped up though.Sorry I forgot to add the screenshot of the error. Here was what highlighted in the error message: https://drive.google.com/file/d/1JjYt4iW0MzeLSSqyOjKdqPOeTjZWbV7E/view?usp=sharing
Hi,
I’ve emailed to you. Please check for me.
Thank you.
Nora
Forum: Themes and Templates
In reply to: [Blocksy] “Skip to Content” showing on every page@tobiholic Sorry for the late reply. I actually used the code mentioned by @fluiddesk at first, but then I use an online tool to compare the header.php files in both my Child theme and Blosky, and update the header.php file accordingly so I don’t need to use the code anymore.
Forum: Themes and Templates
In reply to: [Blocksy] “Skip to Content” showing on every pageHi @cteduard
Thank you for sharing the link. I’ve roughly browsed through.
As the article still mention “Add Code Snippets to functions.php File in Child Theme,” I’m wondering if that would cause the same issue if the functions.php file in the parent theme updates?
Forum: Themes and Templates
In reply to: [Blocksy] “Skip to Content” showing on every pageHi @cteduard
I understand and agree with your point of view about the maintaining of the Child theme’s files if I use it. But the modified part I referred to was Adsense codes, which was recommended to be added to a child theme in all the posts I’ve seen.
I think I understand your method, which is using a snippet and create a function to add the code in the header.php. But sadly I’m not very techy 🥲 (like, I usually know the logic, but I don’t know how to write codes to achieve it).
I appreciate your explanation and the help.
Kind regards,
Nora
Forum: Themes and Templates
In reply to: [Blocksy] “Skip to Content” showing on every pageHi @cteduard
I think that the main point of using a child theme is saving the time and effort of updating the modified files every time the parent theme updates. And I’ve been doing this for over 4 years.
I’m not very sure what causes this issue this time. It might be some header changes, I assume.
But I’ve used CSS to hide it.
Thank you.
Hi @mohsinbsf
I’ve tried by turning off the cache plugin and clearing all the caches, both on the server and Cloudflare, but it’s still not working. The post carousel block doesn’t work.
I don’t have Rocket Loader, so really not sure what causes this issue. 🙁
Forum: Themes and Templates
In reply to: [Blocksy] “Skip to Content” showing on every pageHi @cteduard
I’m not very sure what you mean by “port all of your modifications to a supported method, such as a specialised code1 snippets plugin.”
I don’t think I can remove the header.php file, as I’ve added some ad and tracking codes inside.
I assumed it shouldn’t be just me having this issue because header.php file is quite common/important for a WordPress site as far as I understand.
Is there any other way to fix it?
Thank you
Forum: Themes and Templates
In reply to: [Blocksy] “Skip to Content” showing on every pageHi @cteduard
Yes, I do use child theme and there is a header.php template.
I just checked the file and found the class “skip-link show-on-focus” right after the body tag.
<a class="skip-link show-on-focus" href="<?php echo apply_filters('blocksy:head:skip-to-content:href', '#main') ?>">
<?php echo __('Skip to content', 'blocksy'); ?>
</a>Should I just simply delete this class? If so, should I delete the function_exists(‘wp_body_open’) behind it as well?
<?php
if (function_exists('wp_body_open')) {
wp_body_open();
}
?>Would like to confirm first before I do anything.
Thank you!
Forum: Plugins
In reply to: [Gutenberg] Error after updateGot the same error after updating as well.
Following.
I see. Thank you for your help.
Kind regards,
Nora
Hi,
It seems like it’s working back to normal now. May I ask what caused this to happen?
Hi, I got the same “refreshing” issue but only with the editing pages.
While waiting for the new update, should I roll back to the old version? as now, I cannot publish new posts at all.
Thank you.
Nora