HELIX_ULTIMATE_ARTICLE_RATINGS - Remove - Question | JoomShaper

HELIX_ULTIMATE_ARTICLE_RATINGS - Remove

JM

Jamie Marschke

Template 9 months ago

Hi,

How do I remove the above as well as "J_TEXT_SHARE" from a blog post? I have tried to disable it in language/en-GB/en-GB.tpl_tpl_investa.ini and it will not go away!

0
3 Answers
Asfakur Rahman Saikat
Asfakur Rahman Saikat
Accepted Answer
Support Agent 9 months ago #181736

Hi Jamie Marschke,

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

You can add language override strings for both English and Russian as shown in the following example:
Please goto > Joomla admin > System tab > Manage > Language Overrides. Step 1: Add Language Overrides
Step 2: Preview of the Result

For English, you’ll need to repeat the same steps to create the overrides.

Additionally, if you'd prefer to hide the text, you can use this custom CSS code:

.social-share-block .me-2 {  
    display: none;  
}  

How to add custom css in helix ultimate

Feel free to let me know if you have any further questions!

Best regards

0
JM
Jamie Marschke
Accepted Answer
9 months ago #181871

Hi Asfakur,

Thank you for your promt reply. Can you send the overide example in english? It is in russian.

I am using your Investa template. I want to hide the text and I cannot find the pages. They are created in 'Articles' on the Joomla side. I cannot see where to add the custom CSS code, is it in the Templates Overides?

0
Asfakur Rahman Saikat
Asfakur Rahman Saikat
Accepted Answer
Support Agent 9 months ago #181886

Hi,

Here are the override strings for English:

Output:
View Output

The text you mentioned is coming directly from the template code. I’ve provided CSS to hide the text. Please add the following code by navigating to:
Templates: Styles > Investa - Default > Template Options > Custom Code > Custom CSS. https://prnt.sc/4kpN08UTJcHG

Hopefully, this will resolve your issue.

Best regards

0