Gerry
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP WP - Google AMP For WordPress] Email Formatted IncorrectlyMy GDPR is funny as shit on my website. It’s borderline scary. My GDPR message to visitors.
“We collect information, lots of it. More than the NSA but we don’t share it with anyone. We promise. It’s only used to make your stay more enjoyable. Not like Guantanamo Bay.”
I’m not even sure if that’s GDPR compliant but I could give two craps about that. I don’t do business with Europeans anyways.
Forum: Plugins
In reply to: [AMP WP - Google AMP For WordPress] Email Formatted IncorrectlyThought I would give you an update. I got the Contact Form working on the website but it was a royal pain in the ass to do. Something inside the install was stopping it from working so I wiped the site out and started over and I went and increased the backup’s being done to daily so it won’t happen again.
Still waiting on a solution for this double trailing slash issue. Right now it’s only affecting phone numbers now since I got that contact form working now. I would like to fix that even though it’s so minor so whenever you get to it. Amazingly when I click on it though it still launches the phone dialer.
I would also like an option added to the header where we can put a button on the top where we can put in a call now link. That would be so awesome for mobile devices and it’ll get a great conversion on analytics.
Forum: Fixing WordPress
In reply to: Site duplicated into subdomain on different domain pages 404I don’t deal with staging. I pay $2.00 a month to ManageWP and they make daily backups on my site so if something goes wrong I can go back up to 90 days. Love it and it’s a great price too.
They even have this new service where they’ll monitor your SEO rankings for $1.00 a month. Very affordable if you don’t want to spend a lot of money on them expensive services.
Forum: Localhost Installs
In reply to: Images in webp formatI use a plugin called WebP Express. It’s awesome and does all the hard work for me. I recommend it. Just be sure all your image dimensions for your theme are registered.
A great plugin which will handle that for you is called Regenerate Thumbnails. You don’t have to run it, I just install it and let it sit there. It’ll detect all the image dimensions my site uses and when I upload new files it’ll create all the sizes for me so everything looks awesome all the time.
Forum: Fixing WordPress
In reply to: got the problem with insecure contentCloudflare is a great tool too. I use cloudflare for all my site’s SSL and the best thing about it, is it’s FREE. Free SSL on all my websites and it don’t expire for like 15 years.
Forum: Fixing WordPress
In reply to: How to disable content part in wp-admin/post-new.phpFor me that code removed the default wordpress editor and moved my pagebuilder up to the top. It’s good if you don’t want to do so much scrolling.
Forum: Fixing WordPress
In reply to: How to disable content part in wp-admin/post-new.phpDon’t use the above code, it doesn’t work but this code did work for me.
You would put this into a child themes functions.php file
add_action( ‘init’, function() {
remove_post_type_support( ‘post’, ‘editor’ );
remove_post_type_support( ‘page’, ‘editor’ );
}, 99);Forum: Fixing WordPress
In reply to: How to disable content part in wp-admin/post-new.phpIf you want you can use a child theme and put this into the functions.php file.
add_action(‘init’, ‘my_remove_editor_from_post_type’);
function my_remove_editor_from_post_type() {
remove_post_type_support( ‘page’, ‘editor’ );
}The bottom of the code where you define which pages you want to remove the capability.
Forum: Fixing WordPress
In reply to: I Cannot Login to my dashboard, I am ask to Install WordPress againYou’re just not connected to the database correctly. Your site is still there it just can’t find your database. The database configuration is inside the wpconfig.php file. You’ll need to manually edit it and as like the person before said. Backup everything. You see these lines in the wp-config.php file.
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘Put Your Database Name Here’);
/** MySQL database username */
define(‘DB_USER’, ‘Put Your Database Username Here’);
/** MySQL database password */
define(‘DB_PASSWORD’, ‘Put Your Database Password Here’);
/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);
/** Database Charset to use in creating database tables. */Forum: Fixing WordPress
In reply to: Cant access to wp-admin or any linkHe really means https://logoped.hr/wp-admin/ that will get you into the backend of WordPress I can see the login fine there. if you’re not seeing it then you need to dump your cache.
Forum: Fixing WordPress
In reply to: How to disable content part in wp-admin/post-new.phpYou really don’t want to get rid of that. There’s huge benefits to that especially if you’re going to use builders like Elementor. The benefit for me is being able to use the builder to write content for the desktop site and use that content box that you’re wanting to delete for the AMP content.
Forum: Fixing WordPress
In reply to: “Error. Locked” helpYou want to get off that windows server ASAP. Windows is a terrible platform for hosting websites and I was able to recreate that error pretty easily.
When I run the site thru console and check it for errors I’m constantly getting.
GET https://www.homewardpet.org/manifest.json 403
manifest.json:1 Manifest: Line: 1, column: 1, Unexpected token.Forum: Plugins
In reply to: [AMP WP - Google AMP For WordPress] Email Formatted IncorrectlySounds good. I have the host working on the 403 at the moment with the contact form 7. I would like to get that working but their telling me that my Google Gsuite is causing it which I call bullshit because even if I turned off WP Mail it still doesn’t work and I still get a 403 on it. Many hosts restrict access to the admin-ajax.php file in WordPress, it hits mod.security and it denies the request and throws a 403. So I’m gonna get them to try and whitelist this too.
Forum: Plugins
In reply to: [AMP WP - Google AMP For WordPress] Email Formatted IncorrectlyI’m going to try fixing this error myself since I haven’t heard any response from the developer. If I’m successful I’ll go back to my rating and drop the plugin another star down the 3-Star.
Forum: Plugins
In reply to: [AMP WP - Google AMP For WordPress] Email Formatted IncorrectlyStill no response. WOW