UPDATES EasySocial 4.0.15 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online
None
I am getting some problems when i use categories custom template override within EasyBlog.
How the problem occurs ..

1. I setup some EasyBlog Categories
2. Inside EasyBlog category settings i am selecting a "custom template" which exists in my template override folder like this :
/templates/my_site_template/html/com_easyblog/themes/category_custom_template


3. It seems that when i use this option, EasyBlog it's searching for it's css files in the wrong location.
By inspecting the page source, i notice that when a "template" it's chosen in the category settings, EasyBlog will look for it's css file like this (which it's wrong)

  <link rel="stylesheet" href="http://www.site.com/components/com_easyblog/themes/category_custom_template/styles/style.min.css" type="text/css" />
<link rel="stylesheet" href="http://www.site.com/components/com_easyblog/themes/category_custom_template/styles/style-modules.min.css" type="text/css" />


When i dont' use any custom template in the category settings, EasyBlog will get the css as it should from the "wireframe" template

<link rel="stylesheet" href="http://www.site.com/components/com_easyblog/themes/wireframe/styles/style.min.css" type="text/css" />
<link rel="stylesheet" href="http://www.site.com/components/com_easyblog/themes/wireframe/styles/style-modules.min.css" type="text/css" />


What i am doing wrong ? Is this a bug ?
The replies under this section are restricted to logged in users or users with an active subscription with us