kobby_w
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] center the output of a listHello,
thank you, that works fine. But I dont need the lines of the table centered, but the whole table which is aligned right and that looks not good.
I tried with:
.table, table {
text-align: center;
}and
table {
text-align: center;
}but had no success.
Forum: Fixing WordPress
In reply to: ALT description/text is not workingBut if I activate a function in the plugin CLEARIFY, which will fill automatically the alt-text from the post-description, it works fine.
E.g. if a product name is “1 pcs product ABC”, the alt-text is correct alt=”1 pcs product ABC” .
We tried now again with another admin and we found out that there is a bug in W3 total cache plugin:
We entered the path correct:
Google Closure compiler:
Path to JAVA executable: /usr/local/jdk-10/bin/java
Path to JAR file: /usr/local/jdk-10/bin/compiler.jar
and it does save the paths into:
w3tc-config/master.php
but does not work. W3 total cache cannot find the files.
If we hardcode the paths in those files:
plugins/w3-total-cache/Generic_AdminActions_Test.php
plugins/w3-total-cache/Minify_Environment.php
minify.yuijs.path.java
minify.ccjs.path.java
minify.yuijs.path.jar
minify.ccjs.path.jar
it works fine.
SO IT IS A BUG IN W3 TOTAL CACHE.->> Please correct the problem and provide an update for the plugin FAST, as we have paid for the plugin!
Regards
AndreasI forgot:
Server Centos 7.5. with PLESK
I solved the problem now. The thing was, that the senders email adress was the adress of the visitor who sent the online form.
The email server only accept the email adress of the account for security.To do (on the first settings page):
– Enter email adress of the SMTP account into: return path adress
– activate: Enable when web host requires “Mail From” strictly tied to site.But I think now, that it did not work – because not setup properly – from the beginning. Now its working fine ??