olelasse
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Publishing fail after update to wordpress 5.0@pixelbart Pitty. Tried different browsers, and different computers. Same error everywhere. If I create a new blog post, or edit an exisisting I get the error “Update failed” (directly translated from my language).
And since we both use the same version 5.0.3, maybe we don’t have the same basis of error.
Forum: Fixing WordPress
In reply to: Publishing fail after update to wordpress 5.0Btw, @pixelbart did you fix your issue? And if you did how can I add that code to see if that resolves my issue?
Forum: Fixing WordPress
In reply to: Publishing fail after update to wordpress 5.0I have the same issue, and it was upgraded to 5.0.3 yesterday and still the same fault. I have a plugin (WiseChat), I thought it was because of that. But deactivated the plugin, and I still have issues with inserting new posts, updating and changing them.
Forum: Plugins
In reply to: [Wise Chat] REST API request failed and loopback request to your site failedSame problem here as well.
Not sure if this means anything, but as both me and @sounds have upgraded to 5.x, and The plugin reports as to only support 4.9.6, could there be a compatibility fault in the plugin? I was wondering to remove the plugin entirely, but i have users everyday using it, and it would be a shame to deactivate it.
Forum: Plugins
In reply to: [Wise Chat] REST API request failed and loopback request to your site failedSame problem here, after upgrading from 4.x to 5.x
Forum: Fixing WordPress
In reply to: Integrating WP into existing website@jcastaneda Activated php errors from the webhost. And altough some pages on the server showed errors, no message in the error log was pointed towards wordpress and the login.
One thing I can mention, is that the server runs on PHP 5.6 Native. It will closer to new year be upgraded to 7.x. I am note sure if this makes the issue. But if I can’t make this work, I have to use something else than WordPress. Because the company I work in uses some custom made pages for the employees, and to get access I wanted to use wordpress for the extra security.
Forum: Fixing WordPress
In reply to: Integrating WP into existing websiteThank you for your replies.
@jcastaneda About php error, the hosting have not activated error log. I have sent them an email to check this.
And @diondesigns I tried to alter the code to be like yours but nothing changed. I just followed the codex, but I will try whatever works
Forum: Plugins
In reply to: [Link Library] Reduce max image sizeAdded this CSS to the themes CSS (incase of plugin update in the future)
.link_image { max-width: 50px; }
Then I tried adding adding a <div> with class before and after image, and also tried using the class name of the
<a>
for the link, and none of them affects the image.