Hi Mark,
Sorry for the FTP directory problem. Your FTP account now points to the live site.
I uploaded the file you attached. It solved the JS problem of the ShowCase module.
Thanks!!
As for the CSS problem, I understand the issue of the new selectors. This is a major change. I'll dive into it.
But it seems that you also changed the theme's override logic.
What worked for me in the old version:
Since I use an override of an included theme (Vintage), besides adding files to myTemplate\html\com_easyblog\themes\myTheme\... I also had to copy two CSS files from the vintage/styles folder into a new folder I created: components/com_easyblog/themes/myTheme/styles/
The files are:
- style-min.css
- style-modules-min.css
In the new version:
There is no call to these CSS files of myTheme, only to the custom.css file which previously you suggested copying into it the code from the files I mentioned, but since there was a huge problem of broken links to many icons, I used the method I described above.
So the question now is:
Which files should I copy from the Vintage theme and where to?
Just to give you more details:
If I go
to a post which uses the Vintage theme, two files are called:
- /components/com_easyblog/themes/wireframe/styles/style-modules-5.1.2-rtl.min.css
- /components/com_easyblog/themes/vintage/styles/style-5.1.2-rtl.min.css
If I go
to a post which uses the override theme (recipe), these files are called:
- /templates/jsn_dona_pro/html/com_easyblog/themes/recipe/styles/custom.css
- /components/com_easyblog/themes/wireframe/styles/style-modules-5.1.2-rtl.min.css