templaza / astroid-framework

Powerful framework for designers and developers to create responsive, fast & robust Joomla based websites and templates.
https://astroidframe.work/
GNU General Public License v3.0
77 stars 12 forks source link

Blog Layout Article Class not working #603

Open SamAuc5 opened 3 months ago

SamAuc5 commented 3 months ago

When i change Article Class nothing changes. I want to have my intro image on the left or right side in my blog. With Cassiopeia template it's working for me just with astroid not.

rinka88 commented 3 months ago

To do this, you need to override the blog and assign it a category or menu.

sonvnn commented 3 months ago

@SamAuc5 which template are you using? I test Two template and "Article Class" works very well.

SamAuc5 commented 3 months ago

@SamAuc5 which template are you using? I test Two template and "Article Class" works very well.

I'm using template two and also tried template one.

SamAuc5 commented 3 months ago

@SamAuc5 which template are you using? I test Two template and "Article Class" works very well.

May I ask what you wrote in to article class ? Is there a list of existing ones (like image-left) or do I have to make them all myself? I'm a bit overwhelmed at the moment.

sonvnn commented 3 months ago

@SamAuc5 If you are using Two you can see blog_class at https://github.com/templaza/astroid-framework/blob/v3/framework/html/com_content/category/blog.php#L105

If you are using One you can see blog_class at https://github.com/templaza/astroid-framework/blob/one-template/html/com_content/category/blog.php#L108

Chacapamac commented 3 months ago

@sonvnn , I think @SamAuc5 is asking if some predetermined classes exist to achieve different layouts? Maybe I’m wrong?

sonvnn commented 3 months ago

@SamAuc5 If you can give a specific video about your problem. Maybe I can give more specific instructions.

SamAuc5 commented 2 months ago

@sonvnn I was asking for predetermined classes. But I have now solved the problem. It was a fault in the articles source code. Anyway, thanks for the support.