Publishing Modules Within Articles - Question | JoomShaper

Publishing Modules Within Articles

senolsengul

senolsengul

Template 1 month ago

Hello,

When I enter the article area, I'm trying to publish a module in the section marked in the image on the left, but I can't find the correct location in the theme.

Category field

Article field

Image

0
12 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 month ago #214098

Please add the following CSS code to your Template Options -> Custom Code -> Custom CSS

@media (max-width: 767px) {
    .article-details-wrap .col-md-4 {
        display: none;
    }
}
1
senolsengul
senolsengul
Accepted Answer
1 month ago #214100

Thank you for your help.

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 month ago #214101

You're very welcome. I’m glad I could assist you. Please don’t hesitate to reach out if you need any further support.

1
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 month ago #213970

Hello,

Thank you for reaching out.

We apologize for the inconvenience. The module position you are referring to is named article-details. Please note that this module position is only available on the article details page and will not appear in other sections of the site.

If you publish a module to this position, it will be displayed only when viewing an individual article.

Kind regards

0
senolsengul
senolsengul
Accepted Answer
1 month ago #213984

The location of the module you mentioned is not listed in the theme's locations.

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 month ago #213986

Could you please share a screenshot showing that the module position is not listed in the theme’s available locations? This will help us identify the issue more accurately.

0
senolsengul
senolsengul
Accepted Answer
1 month ago #213987

Theme name is Stratos. Screenshot is in the link.

link

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 month ago #213989

I apologize for the inconvenience caused. Could you please check now and let me know if the issue is resolved on your end?

Looking forward to your response.

Best regards

0
senolsengul
senolsengul
Accepted Answer
1 month ago #213998

The module position is now active. However, I think a different problem has occurred due to a conflict. The marked icons in the image were previously visible at the bottom of the article.

link

I also disabled the modules for mobile view. However, a color is visible in the marked area in the image.

link

0
senolsengul
senolsengul
Accepted Answer
1 month ago #214046

The topic is current.

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 month ago #214093

Please add the following CSS code to your Template Options -> Custom Code -> Custom CSS


.article-details-wrap .col-md-8{
    display: flex;
    flex-direction: column;
}
.article-ratings-social-share {
    order: 2; /* change the visual order in flex */
}

.pagenavigation {
    order: 3;
}
1
senolsengul
senolsengul
Accepted Answer
1 month ago #214097

Hello,

Thank you for your interest. The icons now appear at the bottom; this issue has been resolved. The area I've marked in the image appears in mobile view. What could be the reason for this?

image

0