1 akalatheory Oct 14, 2015 18:07
3 akalatheory Oct 14, 2015 23:38
Same issue still with guest commenting (as well as contact form). It's stuck on loading. But when you log in, it's fine,
4 fplanque Oct 14, 2015 23:48
If the pinit skin doesn't work with Ajax forms, you need to disable them here: http://b2evolution.net/man/collection-cache-settings
5 mgsolipa Oct 14, 2015 23:49
@akalatheory maybe you are still loading the page from the b2evolution's cache. You can clear it by going to System > Tools > Clear full page caches (/cache/* directories).
Maybe you can also want to disable caching for the current collection (http://b2evolution.net/man/collection-cache-settings), at least until you make sure that the skin works as expected.
6 akalatheory Oct 15, 2015 00:05
OMG thank you so much! One more curious question. The text by the fields for comments (name, website et cetera) is colored white against that light gray background. What file is needed so I can change the color of that to a dark gray or black or something visible?
7 mgsolipa Oct 15, 2015 00:20
@akalatheory It's truly impossible to read the labels, we will fix it soon in a new update.
In the meantime, please put this code at the end of the file pinit/css/style.css
:
.bComment .label label {
color: #333;
}
Regards!
8 akalatheory Oct 15, 2015 00:22
Thank you so very, very much! I love this theme so much. It looks great on the computer, and looks great on my tiny phone too (:
@akalatheory there was a bug in the skin, but it's already solved and an updated version is available. You can download it from here: http://skins.b2evolution.net/pinit-skin
Regards!