lnaiman
Forum Replies Created
-
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Sitemap resulting in 404Okay I figured out how to solve the problem: I unchecked “Sitemap Output” in your SEO plugin, which gave me WP generated sitemap links approved by Google.
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Sitemap resulting in 404Hello again. I still need help with my sitemap. I now get an error in my Google search console re /post-sitemap.xml that this Sitemap could not be read due to a General HTTP error.Same applies to /post_tag-sitemap.xml and /page-sitemap.xml.
Google says Please ensure your Sitemap follows our guidelines and can be accessed at the location you provided and then resubmit.
Examples HTTP Error:404Please advise on how to get this to work. Thanks.
PS I am not tech savvy so if you can tell me what file to go to and where it is located and what to copy and paste that would help a lot. Thanks again.
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Sitemap resulting in 404I just switched over from Yoast and my base sitemap https://www.creativityatwork.com/post-sitemap.xml results in a 404. Is this an issue because of my website host? Or Namecheap, my DNS provider? (I do see my sitemaps in my Google search console.) Please advise. Thanks.
Forum: Plugins
In reply to: [LiteSpeed Cache] Blank “related posts”Yes.
Forum: Plugins
In reply to: [LiteSpeed Cache] Blank “related posts”Thanks. Those two were already turned off, but I tried turning on Load JS Deferred and now the related posts show up. Thanks again.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] All images blocked by MC4WPI have the same problem and the update didn’t work, so I deleted the plugin.
@uriahs-victor sent ticket as instructed and awaiting your reply. Thanks
Thanks Uriah. I have sent a support request. Pls tell me what you mean by “edit your comment to delte your table prefix” Are you referring to the code I pasted in above? if so, how do I edit it? Thanks again.
Thanks for your reply. Yes I am using the latest version of plugin. I don’t know what a Cron is so I don’t know if I have an issue, but a while back I followed instructions on link above and placed code like this: (it worked for a while, then stopped.)
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
define(‘WP_CACHE’, true);
$table_prefix = ‘cawwp_’;
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/
define(‘WP_DEBUG’, false);
define(‘ALTERNATE_WP_CRON’, true);
/* That’s all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);Forum: Fixing WordPress
In reply to: widget page blankFinally found a solution. My service provider wedohosting.com kindly updated my php server and suggested I had an widget plugin, and sent me this error message from log:
16-May-2008 14:40:40] PHP Fatal error: Cannot redeclare register_sidebars()Checked this out in wordpress forum and found this answer:
“You need to deactivate and delete the Sidebar Widgets plugin as WordPress 2.3 has native support for widgets.”Success!
Forum: Fixing WordPress
In reply to: widget page blankSpoke too soon. Went back to widget page and it’s blank again.
Forum: Fixing WordPress
In reply to: widget page blankSuccess! I de-activated themed login plugin (Source: <http://www.jameskelly.org/wordpress-plugins/custom-login-and-registration-forms-plugin/> and now my widget page appears! Thanks for pointing the way!
Forum: Fixing WordPress
In reply to: widget page blankMy login page has never had headers etc. Just the boxes to fill in. Never knew it was supposed to look different. Will try another avenue. Thanks.
Forum: Fixing WordPress
In reply to: widget page blankThank you for your suggestion. I de-activated plugins then uploaded the entire wp-admin folder. Still no luck. 🙁