Get Rid Of Tag Cloud - Question | JoomShaper

Get Rid Of Tag Cloud

O

Oliver

Template 1 year ago

Hello,

in Orbit template, there is a Tag Cloud built into the articles. https://prnt.sc/vp2AEAjG1AXB I cannot find out, how to get rid of it. Can you please help?

Thank you

0
18 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #171232

Hi there!

Thanks for reaching out.

I think you are talkning about a portion of your single article details page. If you do not want to show the tags along with the title Tag Cloud then you can do this with custom CSS anytime:

body.view-article .tags-wrapper {
    display: none;
}

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

Best Regards

0
O
Oliver
Accepted Answer
1 year ago #171245

Thank you very much - this is it :-) Maybe, it makes sense to put this into the documentation of the template.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #171267

Hi Oliver,

You are always welcome:)

Thanks for the suggestion.

0
O
Oliver
Accepted Answer
1 year ago #171261

This is probably also a quick one for you. But I really cannot find, where to put this out... https://prnt.sc/6vca2G_VxmkT

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #171266

Please share your respective URL to check...

0
O
Oliver
Accepted Answer
1 year ago #171270

Certainly :-)

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #171435

Hi,

Thanks for the details:)

Kindly, share the exact page URL, where you indicated the images in your screenshot.

Best Regards

0
O
Oliver
Accepted Answer
1 year ago #171436
0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #171686

Hi,

No worries:)

Do you want to remove the whole right side bar column for your article details page?

https://share.cleanshot.com/13hG9Hy3

Best Regards

0
O
Oliver
Accepted Answer
1 year ago #171760

Hi,

yes, indeed - this is, what I want :-)

Cheers

0
O
Oliver
Accepted Answer
1 year ago #172618

Well, seems that you have forgotten me.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #173149

Hi,

Sorry for the unwanted delay. I was sick:(

It seems your issue has been solved already. Please confirm.

Best Regards

0
O
Oliver
Accepted Answer
1 year ago #173242

Oh, I am sorry to read this and hope, you are well again.

Solved ... well, I just deleted it in the html of the template. Which is probably not the most elegant way to do it ;-)

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #173273

Hi Oliver,

Yes, you are right, that's not a good way to achive this. Please revert back your changes to the previous, and then let me know. I will serve you custom CSS.

Possible code should be:

body.view-article .blog-details-right-sidebar {
    display: none;
}

Best Regards

0
O
Oliver
Accepted Answer
1 year ago #173541

Hi Rashida.

Thank you for your message. This worked to switch of the section with the images. But the column at the right side is still there. Is this possible to switch of with css as well?

https://prnt.sc/kfwAXwCZSSYR

Wish you a nice start into the new week

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #173590

Hi,

Thanks for your wish:)

Please try this:

body.view-article .article-details .col-lg-9 {
    width: 100%;
}

Best Regards

0
O
Oliver
Accepted Answer
1 year ago #173593

Perfect - thank you :-)

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #173757

You are always welcome:)

Have a nice day!

0