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
76 stars 12 forks source link

Columns doesn't work on 3.0.13 #634

Open Barcenilla00 opened 2 months ago

Barcenilla00 commented 2 months ago

Framework Version: 3.0.13 Template Version: 1.0.4 Template two

At the time of the last update is when I published my new website with the astroid framework. Everything has gone well except for one page whose peculiarity is that it distributes the list of articles in 3 columns. It has worked before but not now. Since it was a moment of change from the test folder to the real website, I don't know specifically when it failed but the column system does not currently work. Can you help me? image image

sonvnn commented 2 months ago

Please send me your weblink. I will help you check it.

Barcenilla00 commented 2 months ago

ecocardio.com

Chacapamac commented 2 months ago

I get this going to the website ecocardio.com? Screen Shot 2024-04-06 at 10 07 33 AM

Barcenilla00 commented 2 months ago

Yes, I'm trying to resolve

Barcenilla00 commented 2 months ago

It's incredible... PHP 8.2 is applied to the site but appears this error page only on computer but not on mobile... Buff

Chacapamac commented 2 months ago

It will be interesting to get your Server error log. What I normally do is, close the browser tab(s) with the errors, go to your Joomla administration to clear all caches (Astroid, Joomla) and Browser Cache & history, then clear ALL Server Error Logs and reload your website to the error and go back to the Server error log, You should have an idea of what’s happening.

sonvnn commented 2 months ago

I check your website but It's not Astroid. May be I am wrong. Can you send the direct url of the issue?

Thank you.

Barcenilla00 commented 2 months ago

Hello

Sorry for the delay. There has been a serious problem with a web server caching system that I was unaware of that has caused problems on the new Astroid website. We have reinstalled the previous Joomla 3. The address of the Joomla 5 testing site and the page where 3 columns should appear instead of 1 is: https://sarta.ecocardio.com/documentos/retic-web/indice-autores.html

Thanks!

Chacapamac commented 2 months ago

@Barcenilla00

I see 2 columns? Where do you want 3 columns?

Barcenilla00 commented 2 months ago

There are 2 columns in the page but I mean there should be three columns in the content area. See images of first post

Giorgi625 commented 2 months ago

Oh you are referring to collumns in category blog layout not template layout. Is that first screenshot from menu item settings or category settings?

Barcenilla00 commented 2 months ago

Menú item. No option in category settings

sonvnn commented 2 months ago

This issue sometimes related to html validate. To test it, let's try to disable intro text. If column works without introtext that means some of your introtexts are invalid html.

Barcenilla00 commented 2 months ago

Intro text hidden in Options of menu item. Same result. But intro texts appears. The intro text option in menu item only affects to each article not to category list of articles.

sonvnn commented 2 months ago

@Barcenilla00 Please help me download v3-branch and retest intro_text again.

Barcenilla00 commented 2 months ago

Same result with hidden intro-text on menu options... https://sarta.ecocardio.com/documentos/retic-web/indice-autores.html

Barcenilla00 commented 2 months ago

The intro text option in menu item only affects to each article not to category list of articles.

Barcenilla00 commented 2 months ago

It works after copy+paste /libraries/astroid/html/com_content/category/blog.php in my child theme

Chacapamac commented 2 months ago

It works after copy+paste /libraries/astroid/html/com_content/category/blog.php in my child theme

I guess, any important overrides need to be transfer to the child website.