Squirrel99
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Blank Redirects Page After UpdateHi John,
It was blank as in the table was not at all appearing. I was having the issue in Firefox just now. I just tried in Chrome and it’s working fine.
Deleted everything from the beginning on Firefox and it seems the redirects are now appearing correctly.
Looks like browser/caching issue.
Thanks for the heads up ?? All is well now.
Forum: Plugins
In reply to: [Redirection] Blank Redirects Page After UpdateHi guys,
I am having the same problem as well.
It says that I have 18 redirects (under Groups). But, when I click “View Redirects”, it takes me to the page=redirection.php and none of my redirects are showing up and I am unable to add any new redirects as well.
Please help.
Thank you.
Thanks Tom. Yes, the Meta Box has disappeared when I added in new widgets.
Issue resolved.
Thank you very much for your help.
I guess removing the following code from sidebar.php resolves the issue for Meta box :
<aside id=”meta” class=”widget”>
<h3 class=”widget-title”><?php _e( ‘Meta’, ‘generate’ ); ?></h3>-
<?php wp_register(); ?>
- <?php wp_loginout(); ?>
<?php wp_meta(); ?>
</aside>
But, is this method correct? Will it affect the other codes and my site?
Forum: Themes and Templates
In reply to: [GeneratePress] Edit footerI see the meta box appearing on the right sidebar. But, I am not able to remove it using my Admin Dashboard>Widgets.
Forum: Themes and Templates
In reply to: [GeneratePress] Edit footerSorry to post in this thread.
But, how do I remove the meta box (login)? Exactly, which code should I remove from functions.php?
I was able to change the copyright. But, I do not see anything for the meta box?
Appreciate if someone could point me to the correct direction.
Thank you.