Same issue with Vertex template. It worked fine while I was using Joomla 3 (https://bahaiarc.org/ ). Now I’m trying to migrate the website to Joomla 4 and got this issue. The test website is at: http://host1853202.hostland.pro/ Can you help me with this, please?
BahaiArc Are you using latest version of this template?
You can share screenshots highlighting the issue and login info so I can check.
BahaiArc It due to the changes in J4, the markup is different so the style can't be the same now. I updated a bit so it can look better:
p.counter { float: right; } ul.pagination li { float: left; list-style: none; display: inline; }
Kindly check.
Thank you! Now it works! May I ask you two questions about it?
P.S. I don’t know if it should be a different topic. I’ve noticed that after the update in a blog layout two columns are not shown anymore. You may compare at the above links. Here is the direct link at backend to the corresponded menu options: http://host1853202.hostland.pro/administrator/index.php?option=com_menus&view=item&client_id=0&layout=edit&id=990 As you may see there are # Columns = 2, but on the website only one shown. As I can judge the same happened everywhere thought the website after the template’s update.
BahaiArc Where did you make those changes? I might need that information in order to be able to reproduce it when I’ll migrate the website from a testing phase to its permanent destination
In the file: /templates/shape5_vertext/css/custom.css
For the issue of pagination / column, I will report to Shape5 team for further checking and update.
I’ve noticed another problem with page navigation after moving to Joomla 4. I had buttons ‘Next’, ‘Previous’ in reddish color at the end of articles. Now though the highlight color in template’s settings is set to 993366 buttons are show in grey color. But what is more important, though a plugin ‘Content - Page Navigation’ is set to show link text of Next/Previous as static text, on the website it shows titles of articles! I can live with grey color but I definitely don’t need titles of articles in the buttons. Can you help me with this? Examples are here: Before the update: https://bahaiarc.org/100-bibliography-b/263-19 After the update: http://host1853202.hostland.pro/?view=article&id=263:19&catid=100:2
You can try this custom CSS:
.item-page .pagination span.visually-hidden { display: none; }
saguaros Any advice where to paste that line? I’m afraid I don’t know. I pasted it in the file: /templates/shape5_vertext/css/custom.css with no apparent results.
I don’t know is it you helped me or just cache renewed but titles disappeared. Thank you for the custom CSS! What is left to solve is that issue of pagination / column.
You can backup this file: ROOT/templates/shape5_vertex/css/template.css
and replace with attached file (unzip first) and clear all caches.
saguaros I replaced the template.css. But I don’t see any changes in the layout. What that file was for?
It's update from template, it'll be included in the next update.
It looks fine now from my end:
saguaros Now I see it! Thank you very much!!! Now it looks much better.
P.S. Just a suggestion about next update: To make text in the buttons more contrast when they muted upon mouseover.