Closed darekmer closed 2 years ago
Let's go to Menu manager > Blog Menu > Blog Layout > Columns.
This option is set, and the column is still one. maybe it has to do with removing scss files from thread # 16?
and something like this:
Uncaught TypeError: $(...).find(...).astroidMobileMenu is not a function
initOffcanvasMenu https://localhost/j/media/astroid/assets/vendor/astroid/js/script.js?v=2.5.7:24
docReady https://localhost/j/media/astroid/assets/vendor/astroid/js/script.js?v=2.5.7:237
jQuery 2
e
t
script.js:24:47
I not sure. But it works pretty good on my site without any issue.
If you send me your site url. I will help you check it. Anyway, you can check my demo at http://joomla.templaza.com/astroid/joomla/
I already know... menu setting 'Featured Articles'> no columns, 'Category Blog' are columns. I will try to put the server outside
Hello @darekmer,
I found issue at astroid_template_one/html/com_content/featured/default.php line 54.
Please replace
$columns = ASTROID_JOOMLA_VERSION > 3 ? 1 : $this->columns;
by
$columns = ASTROID_JOOMLA_VERSION > 3 ? $this->params->get('num_columns', 1) : $this->columns;
It will work. I sure that.
I updated Astroid v2.5.8. You can download template package and update to your site https://github.com/templaza/astroid-framework/releases/download/v2.5.8/astroid-package-v2.5.8.Framework-Template.zip
thanks, it works
Hello, menu setting 'Featured Articles' article-info not visible. Can you help?
Howto add support for blog columns (2,3,4) on Joomla 4 - Template One ?