cant change appearance?
Quote from freakyy85 on August 2, 2018, 7:04 pmhi! im trying to change the colors but still the forum is shown in its original blue. is this a known bug?
hi! im trying to change the colors but still the forum is shown in its original blue. is this a known bug?
Quote from Asgaros on August 2, 2018, 10:11 pmHello @freakyy85
No, this is not a known bug. Problems like this are usually caused by other caching-extensions which you are using. If you are using one, try to disable the caching-plugin for the page on which your forum-shortcode is located on.
Another reason could be that the file which generates the custom-color css-rules doesnt has sufficient permissions to execute. Please access the following file with your browser and check if it generates any output:
http://my-website.com/wp-content/plugins/asgaros-forum/skin/custom-color.php?color=2d89cc&accent-color=276eba&text-color=444444&background-color=ffffff&border-color=eeeeee&font=Verdana%2C+Tahoma%2C+sans-serif&font-size=13px
If not, you have to ensure that the custom-color.php file has sufficient permissions on your webserver.
Hello @freakyy85
No, this is not a known bug. Problems like this are usually caused by other caching-extensions which you are using. If you are using one, try to disable the caching-plugin for the page on which your forum-shortcode is located on.
Another reason could be that the file which generates the custom-color css-rules doesnt has sufficient permissions to execute. Please access the following file with your browser and check if it generates any output:
If not, you have to ensure that the custom-color.php file has sufficient permissions on your webserver.
Quote from freakyy85 on August 2, 2018, 10:25 pm-rw-r–r– 1 nextgamers psacln 3879 Aug 2 18:30 custom-color.php
It looks like the webserver has access, as it runs as that user. also i dont have any caching solution?
-rw-r–r– 1 nextgamers psacln 3879 Aug 2 18:30 custom-color.php
It looks like the webserver has access, as it runs as that user. also i dont have any caching solution?
Quote from Asgaros on August 4, 2018, 10:08 pm@freakyy85
Have you tried to access the link (modify the domain at the beginning) which I posted? Does it generate any output?
Have you tried to access the link (modify the domain at the beginning) which I posted? Does it generate any output?
Quote from freakyy85 on August 5, 2018, 6:40 amhttps://www.nextgamers.eu/wp-content/plugins/asgaros-forum/skin/custom-color.php?color=2d89cc&accent-color=276eba&text-color=444444&background-color=ffffff&border-color=eeeeee&font=Verdana%2C+Tahoma%2C+sans-serif&font-size=13px
Forbidden? π
Forbidden? π
Quote from Asgaros on August 5, 2018, 11:25 am@freakyy85
So it is definitely a permission problem. You can see how it should look like if you use this domain.
I have set the permissions for:
- wp-content/plugins/asgaros-forum/skin (folder) toΒ 755
- wp-content/plugins/asgaros-forum/skin/custom-color.php toΒ 644
If its still not working with those settings you have to check your .htaccess rules.
So it is definitely a permission problem. You can see how it should look like if you use this domain.
I have set the permissions for:
- wp-content/plugins/asgaros-forum/skin (folder) toΒ 755
- wp-content/plugins/asgaros-forum/skin/custom-color.php toΒ 644
If its still not working with those settings you have to check your .htaccess rules.
Quote from freakyy85 on August 5, 2018, 11:44 amthe permissions were like that. my .htaccess, it deostn work π dunno what to do.:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
the permissions were like that. my .htaccess, it deostn work π dunno what to do.:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Quote from Asgaros on August 13, 2018, 6:38 amHello @freakyy85
I try to change the way on how custom styles are included in one of the next updates. So instead of generating them dynamically via php I maybe will inject the custom style-rules directly into the head area. Lets see. π
Hello @freakyy85
I try to change the way on how custom styles are included in one of the next updates. So instead of generating them dynamically via php I maybe will inject the custom style-rules directly into the head area. Lets see. π