Social Media Icons And Pagination Problem - Question | JoomShaper

Social Media Icons And Pagination Problem

senolsengul

senolsengul

Template 3 months ago

Hello,

I have a few problems with the blog layout, I would like to list them in order.

1: When we switch to the second page on the blog page, the articles are not sorted properly, there is a shift.

Image

2: Social media sharing buttons sometimes do not appear and the previous and next buttons are not like on the demo site

Image

Image

3: The newest articles do not appear at the top but instead appear at the bottom

Image

0
7 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 months ago #147326

Hello senolsengul

  1. No issue found.
  2. No issue found. New article is appearing after the leading article due to design.
  3. You have to use Custom CSS to fix it. I have added this to your site

Template Options -> Custom Code -> Custom CSS

.pagenavigation .pagination{
  justify-content: space-between !important;
}

Best regards

0
senolsengul
senolsengul
Accepted Answer
2 months ago #147553

Hello, new articles appear below. Is there no way to make newer articles appear at the top?

Image - https://prnt.sc/Xtvockgrz_cb

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 months ago #147776

This is the template design. You can customize this file to change this:

templates/shaper_languageschool/html/com_content/category/blog.php

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 months ago #149064

Okay, I will help you. I have modified the code. Please check and let me know if you need more changes.

1
senolsengul
senolsengul
Accepted Answer
2 months ago #149002

Hello,

First of all, I apologize for replying late. I don't have much coding knowledge on how exactly I should edit this file.

0
senolsengul
senolsengul
Accepted Answer
2 months ago #149487

Thank you for your help. it's better this way :)

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 months ago #149497

You are welcome 😊

0