shawtux
Forum Replies Created
-
i disabled everything, plus modules, plus plugin, and still had the i*.wp.com
decided deleting the images and re-adding them.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Cannot disable Photonsorry for reviving this thread.
i disabled ALL modules and still the images have the i[0-9].wp.com
Now also the linking to the original images is down.
what a pain! i used to like jetpack because once you had it working, nothing else was needed. Now i dont even know what update broke this!
The only feature i liked was the sharing button, now i’m uninstalling.
I’ve disabled everything related to images, and still i have this behaviour.
I have to enter every image and restore the link manually. It’s hell!
Forum: Fixing WordPress
In reply to: error admin-ajax.php 404 customizing tweenty seventeenChanged hosting
Forum: Themes and Templates
In reply to: [Lovecraft] How do I remove the author from a post?From what I understand that’s the best way and it should not be overridden. I currently don’t use a child theme (but I should for best practices).
Also where you put the code send good. I did the same.
Forum: Themes and Templates
In reply to: [Lovecraft] How do I remove the author from a post?in my case it was like this:
.post .byline { display:none; } .post .byline:before{ display:none; }
Forum: Fixing WordPress
In reply to: error admin-ajax.php 404 customizing tweenty seventeenreset .htaccess to default from instalation and checked vs the wordpress codex
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
still error is maintained.
Forum: Fixing WordPress
In reply to: error admin-ajax.php 404 customizing tweenty seventeenretried with a clean install and no imported posts or configurations and still happens.
tried removing cloudflare dns and still nothing.Forum: Fixing WordPress
In reply to: error admin-ajax.php 404 customizing tweenty seventeennope, still happening.
Failed to load resource: the server responded with a status of 404 (Not Found)Forum: Plugins
In reply to: [User Role Editor] User capabilities not updatingsame here. i have a multisite and cant change any capability or role…