Indigo: Blog Layout + Category Links Not Working - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Indigo: Blog Layout + Category Links Not Working

B

Boudewijn

Template 5 months ago

Hi,

See Indigo demo. https://demo3.joomshaper.com/2019/indigo/index.php/blog/alabama-approves-contract-extension On the right side, blog module 'Latest Post' is shifted over the top.

Category links 'Life style' in 'Latest Post' are giving 404. Also on my site, instead 'mysite/index.php/category' should link to 'mysite/category'

0
5 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 5 months ago #193479

Hi there!

Sorry for the inconvenience.

Did you publish your category to a menu item, please?

For the right module issue, please use the following code in your custom CSS:

body.com-content.view-article #sp-right .sp-module:first-child {
    margin-top: 100px !important;
}

Here is all about custom code placement in Helix Ultimate: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Hope this will solve the issue for you!

Best Regards,

0
B
Boudewijn
Accepted Answer
5 months ago #193484

Thank you for your reply.

Yes, the category is published to a menu item.

mod_articles_latest, default.php:

<div class="latest-post-content-wrap">
            <div class="category-tag">
                <a
                    href="/<?php echo JURI::base() . "index.php/" . $item->category_title ?>"><?php echo $item->category_title; ?></a>
            </div>
0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 5 months ago #193528

You're welcome:)

May I have your admin access to check?

0
B
Boudewijn
Accepted Answer
5 months ago #193724

Never mind, it was related to mod_article_latest. ChatGTP fixed it for me.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 5 months ago #193733

Glad that your issue has been solved already:)

Have a nice day!

0