Some Problems With The Blog Page - Question | JoomShaper

Some Problems With The Blog Page

senolsengul

senolsengul

Template 10 months ago

hello,

I set up a new site and encountered some problems on the blog page.

1: When the reading time is activated, it looks very integrated with the date. https://prnt.sc/eRwg64dPQhj6

2: When the social media buttons are activated, they appear in a very absurd place. It would be more appropriate to appear at the bottom of the article. https://prnt.sc/GfK52IavzoHc

3: Subheadings appear too large on mobile https://prnt.sc/tU-CDmnZOSTQ

0
7 Answers
Asfakur Rahman Saikat
Asfakur Rahman Saikat
Accepted Answer
Support Agent 10 months ago #178125

Hi Senolsengul,

Thank you for reaching out, and sorry for the inconvenience.

Unfortunately, none of the screenshots you provided are loading. To share screenshots, you may use a platform like https://prnt.sc/

Here’s the proposed solution to your issues:

  1. Custom CSS Addition: For the issue you described, I have added custom CSS by creating a new CSS file at /templates/maxora/css/custom.css. Please check the file to verify the changes.

    .article-list .article-info .published::after {
     content: '|';
     margin-left: 3px;
     margin-right: 3px;
    }
  2. Social Media Buttons Position: The social media buttons appear at the bottom of the page-> While it is possible to reposition them by overriding the default single article view, it is not recommended. This is because updates to the template could overwrite the changes. However, if the layout is causing significant problems for you, we can proceed with creating an override.

  3. Third-party Component CSS Conflict: It seems the style override is coming from a third-party component's CSS. To provide a precise solution, please share accurate screenshots of the issue so I can help you resolve it effectively.

Best regards.

1
Asfakur Rahman Saikat
Asfakur Rahman Saikat
Accepted Answer
Support Agent 10 months ago #178160

Regarding your second issue, I have created a custom layout for the single blog page. In this layout, the social share buttons are positioned at the bottom. Please download, unzip and replace the file located at:

default.php.zip

templates/maxora/html/com_content/article/default.php

However, please note that this change will be overwritten when the template is updated.

Best regards.

1
senolsengul
senolsengul
Accepted Answer
10 months ago #178192

hello,

First of all, thank you for your help. I have updated the image links, you can check them.

The problems in item 1 and 2 have been solved, thank you. Is there another way to keep the social media icons intact when updating the template? This won't be nice

Lastly, subheadings appear very large on mobile devices.

0
senolsengul
senolsengul
Accepted Answer
10 months ago #178302

It would be better if the information was at the top of the article like in this picture. Helix Ultimate looks like this, very good

https://prnt.sc/OJBqP4O07icO

0
Asfakur Rahman Saikat
Asfakur Rahman Saikat
Accepted Answer
Support Agent 10 months ago #178665

You’re welcome. As mentioned earlier, this is a customization. I’ve already explained the procedure and even implemented one for you.

Secondly, your site isn’t loading. May be, the subheading (H2) is getting CSS styles from another component. I tried accessing the site using a VPN, but it still didn’t work. Applying some additional custom CSS might resolve your heading issue.

Best regards

0
senolsengul
senolsengul
Accepted Answer
10 months ago #178760

hello,

we solved the problem using custom style

0
Asfakur Rahman Saikat
Asfakur Rahman Saikat
Accepted Answer
Support Agent 10 months ago #178939

Hello,

Thank you for your update. I’m glad to hear that the issue has been resolved using a custom style.

If you have any further questions or need additional assistance, please don’t hesitate to reach out.

Best regards

1