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
86 stars 15 forks source link

Wrong image position in blog view of template two #875

Open semideia708 opened 4 days ago

semideia708 commented 4 days ago

Describe the bug The settings for positioning the images in the blog-options menu tab do not work for the 'featured articles' menu type. The images are always displayed at the top. Everything is ok for the menu type 'Category Blog'.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'menu-blog options.'
  2. Click on 'image position.'
  3. Select "left"

Expected behavior In the frontend. Choose featured articles. All articlles will shown with the image on the left side.

Screenshots featured view featured category

System Informations (please complete the following information):

Additional context Add any other context about the problem here.

felixkat commented 1 day ago

I can confirm this behavior.

From what I can see the code hasn't been implemented yet in 'featured', only in 'blog'

sonvnn commented 18 hours ago

@semideia708 @felixkat I fixed this issue at https://github.com/templaza/astroid-framework/commit/d297a450f502dedba33bbf4447505371e1273847 Please download v3-branch and test it.

Thanks & Best Regards, Sonny

semideia708 commented 9 hours ago

Yes, it works.