comonist34
Forum Replies Created
-
Hello,
Yes, I cannot give access to the productive environment. There is a big customer behind it and I can’t take the risk. In the development environment the error does not occur. I also have the same plugin versions in the development environment.
I would open a ticket again if I can reproduce the problem in a system to which I can give out access.I just see, the error only happens when I am logged in as admin.
Then it is only half as bad for me. 🙂
I’ll open a ticket.@plainrane Thank you very much!
I have updated the plugin. (Then the error was there again.) After that the interface of “Default date/time offset” changed in the settings. A select field has become an input field that was empty.
I now just hit save on the page and that fixed the error.
So if anyone got this Problem, go to https://domain.tld/wp-admin/admin.php?page=publishpress-future&tab=defaults
And hit the save button.I have now done some tests, disabled plugins etc.
I could now determine that the problem only occurs with version 2.8.3 of the plugin.
I still had a development environment with version 2.7.7. There the problem does not exist. When I downgraded the version in the live environment, the error also disappeared there.
Hi @rizaardiyanto,
sorry, I’m using PublishPress Future 2.8.3 and WordPress 6.1.1Forum: Plugins
In reply to: [Bootstrap Blocks] Restrict access to Bootsrap BlocksThe very simple, but not safe method would be to hide the elements via CSS.
You can write the user role in the body class as described here: https://stackoverflow.com/a/47855698/9739794
And then hide the elements via CSS.
For example:
body.editor .buttontohide {display: none}Forum: Plugins
In reply to: [Bootstrap for Contact Form 7] Manual Bootstrap form coding examplesyou are great! ❤️
Forum: Plugins
In reply to: [Bootstrap for Contact Form 7] Broken since CF7 5.4+1
I’ve got the same Problem.
Downgraded to CF7 5.3.2 too, but the error-messages dont show up.Or is there an other solution to have bootstrap integrated in CF7?
I don’t like to much plugins, because of things like that.Edit: I did this now. Works perfect https://ww.wp.xz.cn/support/topic/manual-bootstrap-form-coding-examples/
- This reply was modified 4 years, 9 months ago by comonist34.
- This reply was modified 4 years, 9 months ago by comonist34.
- This reply was modified 4 years, 9 months ago by comonist34.
@hommealone Thank you.
I will try it later.The code of Github did not completely solved the problem for me.
I think there are still parts in the scripts.js/scripts.min.js, which do not work. For example there is a part which should hide the message, if it’s empty.
The CSS is a workaround. But the main goal should be, to use the native bootstrap classes and no additional CSS.At the moment i have no time to look deeper into it.
*facepalm* I’m an idiot
I did not change the “scripts.min.js”.
You can at least just save the content of the scripts.js from @xsonic in it. Then the colors are back again!
Maybe this helps someone.
- This reply was modified 5 years, 8 months ago by comonist34.
@hommealone
It is the same with me. I see the error messages, but you don’t have the typical colors of Bootstrap, because additionally to the class “alert” for example the class “alarm” is missing.