N/A
Forum Replies Created
-
I’ve upgraded to 5.1.5 now, but still getting an error in my browser console and the dark theme doesn’t show up in the block editor.
Uncaught TypeError: document.querySelector(…) is null – website url/wp-content/plugins/wp-dark-mode/includes/modules/gutenberg/main.js?ver=5.1.5:2
Forum: Plugins
In reply to: [WPS Hide Login] Login URL Redirects to wp-adminNever mind, the issue was something with my server config. It’s fine now and the plugin works perfectly.
Removing it worked. Thanks.
Rated the plugin 5 stars. ??
Oh I see.
Is there a way to restrict the width of columns on smaller screens without using the extension?
I just removed the whole code and the error went away. I don’t think it negatively affected anything either by removing it. Weird.
Forum: Themes and Templates
In reply to: [Hueman] Link to Disqus CommentsI fixed it. I had to replace
<?php comments_link(); ?>
into<?php the_permalink(); ?>#disqus_thread
in both content.php and content-featured.php as well. Thanks.Forum: Themes and Templates
In reply to: [Hueman] Googles Structured Data UpdateNo problem. Does anyone know how to fix the hCard “author” error?
Forum: Themes and Templates
In reply to: [Hueman] Googles Structured Data UpdateI figured out how to fix these two, but not the hCard author one:
Error: Missing required field “entry-title”.
Error: Missing required field “updated”.In content.php, search for “post-title” and then add “entry-title” after it so that the line becomes this:
<h2 class="post-title entry-title">
Then search for “post-date” and change the line to this:
<p class="post-date date updated"><?php the_time('j M, Y'); ?></p>
Do the same thing for content-featured.php and those two errors should go away.
Forum: Themes and Templates
In reply to: [Hueman] Googles Structured Data UpdateAnyone figure out a solution to this? I have the same problem.