Kevin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Google at bottom of pageHello smoke,
Have you had any luck finding out the issue yet?
If none of the plugins did the trick, I would suggest looking through your themes php files and see if you can find out where that code is coming from! (Appearance > Editor)
I would look at index.php or functions.php to see if you can find that code anywhere.
Of course as always, backing up the website before editing or changing code is recommended!
-Kevin
Forum: Fixing WordPress
In reply to: changed domain nameGreetings Hellstorm77!
I would suggest looking through this support document to follow all the steps necessary in your change.
Also, if you transferred to Godaddy, you may need to adjust your table prefixes to whatever they’ve set for table values if different from your previous install. You can find this in your wp-config.php. The option will look like this:
/** * WordPress Database Table prefix. * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! */ $table_prefix = 'wp_';
The values you would change would be just the wp of the last line. (This is only if the prefix values are different.)
All the best,
KevinForum: Fixing WordPress
In reply to: PasswordGreetings IDMustang!
It sounds like your password was reset or lost for admin access is this correct? If so, I suggest reading this support document to help you regain access to the admin page, I’ve used the phpmyadmin solution myself several times.
All the best,
KevinForum: Fixing WordPress
In reply to: How do I blog with my existing website?Greetings Frank,
Since your website was setup with WordPress, you’re already setup to blog!
First login to the admin dashboard at: https://www.belvuebelgianchocolate.com/wp-admin
Next, go to Posts > Add New.
From there you will be able to write your blog post, and add tags or categories if you’d like.Once you press publish, you should be able to go here, https://belvuebelgianchocolate.com/blog/, and see your new post.
Hope this helps,
KevinForum: Fixing WordPress
In reply to: Plugin Broke Admin sideHi chuckzwood!
Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, access your server via FTP or SFTP, navigate to
/wp-content/themes/
and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).All the best,
KevinForum: Fixing WordPress
In reply to: How to prevent auto bot spam comments on WordPressGreetings hkcvietnam!
There are a couple of options available to help get rid of the spam comments.
If you don’t have it installed currently, I would recommend the plugin Akismet. This plugin gets rid of spam comments automatically. The service is free if your blog is for personal use, but paid for businesses or commercial use.
You can also require users to login before commenting (“Settings > Discussions”) by enabling “Users must be registered and logged in to comment”.
I would try one or both of those out and see if it works! If you wanted additional security or an alternative route, you could search for plugins that require captcha when commenting.
Take care,
KevinForum: Fixing WordPress
In reply to: Allow subscriber/regular users to see draftsGreetings mattrichard!
As far as seeing a draft page I’m not sure if you are able to do that, but I’m wondering if a private page would work for you as well?
To make a private page, Go to your page, then under Publish click “Visibility > Private”
Next using Permit Press Core, go to “Permissions > Groups” then click on [WP Subscriber]. Finally, under Add Supplemental Roles, choose Post Type: Page and Role: Subscriber.
Save and you should be all good to go!
You can also get rid of the “Private:” header in pages using the Permit Press Core plugin as well. (Found under Permissions > Settings > Core)
Talk to you later,
KevinForum: Fixing WordPress
In reply to: Have a standalone page display without adding menusGreetings lorraineemmott!
Yes this is possible through a couple different avenues!
First you’ve already created your page, so the easiest option would be to go to your Admin dashboard, then “Appearance > Customize”.
From there go down to “Static Front Page” and you should be able to set your created page as the front page.
If you don’t have any menus set and get rid of everything on the sidebar, you should have most of what you are looking for.
Secondly, I would suggest looking at one of These landing page plugins that may allow you do to more of what you are hoping for!
Best of luck!
KevinForum: Fixing WordPress
In reply to: Scheduled Post Not Posting on my siteI also scheduled several posts over the night and they all seemed to post.
If your timezone (under Settings > General) isn’t set to you, then the posts will definitely be off posting at the time you think you’ve set.
Take care,
KevinForum: Fixing WordPress
In reply to: Google at bottom of pageHmm…have you tried disabling Autoptimize and seeing if disappears after that? Since it minifies and shrinks HTML, CSS, and Java, maybe its doing something there.
Did you use a plugin (Jetpack, Yoast SEO, etc…) to verify? I’m trying to see if can recreate the issue along with you!
-Kevin
Forum: Fixing WordPress
In reply to: Scheduled Post Not Posting on my siteWith fadran stating she’s had some issues as well, I will also schedule several test posts to be published and see if I get anything from my end. Hopefully we can figure out if this is an issue!
Kevin
Forum: Fixing WordPress
In reply to: Google at bottom of pageGreetings smokertovaper!
Looking at the code, it looks like it is a verification code from Google to confirm you are the Webmaster. Have you recently signed up for this service, or anyone else who is a part of your team?
Using Inspect Element on Safari and Firefox, the html shows that it is inserted plainly, so it could be someone added it to the theme somehow.
Talk to you later,
KevinForum: Fixing WordPress
In reply to: Adding new site to networkGreetings caesad00,
It sounds like when the network was setup it was created in a subsite format, when you are looking for a subfolder setup. Rest assured, there is a guide to doing this and it should be a fairly easy change!
It sounds like you haven’t added much content on the site, so creating a new site following the change should work perfectly.
I also encourage you to check out this post for support given previously on this issue!
Talk to you later!
KevinForum: Fixing WordPress
In reply to: What are product tags?@songdogtech Thank you for the corrections, I will remember these for the future!
Forum: Fixing WordPress
In reply to: Auto login usersGreetings BrutusTheMan!
It sounds like your looking for a way to switch users easy, is this correct?
If so I would suggest taking a look at this User Switching plugin!Talk to you later,
Kevin