Problem Displaying Category List Joomla - Educon Template - Question | JoomShaper

Problem Displaying Category List Joomla - Educon Template

P

Paweł Tarko

SP Page Builder 3 days ago

After the latest SP Page Builder update, articles from the Joomla category list are no longer displayed on the website: https://siodemka.edu.pl/strona/index.php/szkola/swietlica This happens with all articles assigned to the category. Please help.

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 days ago #218652

Hi there!

Sorry for your experience.

Would you please check now? I have renamed the site.php file to xsite.php. Here is the path to that file:

/templates/shaper_educon/sppagebuilder/addons/articles_slider/site.php

Best regards,

0
P
Paweł Tarko
Accepted Answer
1 day ago #218881

Thank you so much, it's working now... I still have a few minor issues with this template.

  1. The magnifying glass (search) appears in the main menu. I've tried moving it to the right edge of the page, but to no avail. https://prnt.sc/USsa76ehjDJI
  2. In this article: https://siodemka.edu.pl/strona/index.php/szkola/pracownicy-szkoly The list of school employees doesn't extend across the entire width of the page - where can I change that?
  3. At the very top, there's a blue banner (bar) with the school's address information. How can I align the text within it? https://prnt.sc/oqxdC_g1DRSK
  4. In tablet and phone mode, the items at the top of the page are aligned to the left. How can I stretch or center them? https://prnt.sc/rukWLd7nUDtc
0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 10 hours ago #218960

Hi,

You are welcome. Glad that it's working now:)

  1. You had some negative left value code added in your custom.css file: https://share.cleanshot.com/PzWzfKWd. I have commented out them and your search icon is well aligned now.
  2. I have added the following code in your custom.css file:
    .view-article article.item {
             float: none;
         }
  3. Did you mean center aligned? Well I have added the following code:
    #sp-top1>.sp-column {
     text-align: center;
    }
  4. I have selected the column as 12, it was set as 8: https://share.cleanshot.com/rNf0nKdG

Please check and let me know.

Best regards,

0