XenForo 2.3.6 Release Edition by Practicalsoft.ir
Some of the changes in XF 2.3.6 include:
Fix upgrades from XF 1 not having the correct xf_job table schema changes applied
Fix an issue with updating multiple variation menu icons
Fix some issues with HCaptcha
Fix cookie third-party for X media...
ایجاد افکت طپش بر روی لوگوی انجمن
جهت داشتن افکت طپش بر روی لوگوی انجمن مثل تصویر بالا کد زیر را در extra.less کپی کنید
/* Practicalsoft Logo Animation */
.p-header-logo {
-webkit-animation: pulse 5s infinite;
animation: pulse 5s infinite;
}
@-webkit-keyframes pulse {
0% { opacity...
انیمیشن زیبا برای لوگوی انجمن
جهت داشتن انیمیشن زیبا مثل تصویر بالا کد زیر را در extra.less کپی کنید
/* Practicalsoft Logo Animation */
[data-template="forum_list"]
{
.p-header-logo {
animation: flip 20s infinite;
}
}
@keyframes flip {
0% {transform: perspective(600px)...