Change Text In Moview - Question | JoomShaper

Change Text In Moview

M

Michael

Template 1 week ago

Hello,

i want to translate the following Text in Moview:

  • Recommended Movies
  • Movie Showtimes

How can i do that? Where is the .ini - File located?

And how can i change the Txt Color in SP Movie Database Search? The Problem is, that black is not really visible on a black background?

Thanks :-)

0
11 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 day ago #228703

Hi Ziaul,

Thanks for helping him.

Hi Michael,

Is this solved now? If yes, you can then close this post by accepting the answer.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 6 days ago #228065

Hi,

Thanks for contcating us. Could you please keep a full site backup and give me your super admin access? And also please give me a screenshot of your issue.

-Regards.

0
M
Michael
Accepted Answer
6 days ago #228153

Hi,

first the good news... :-) i found the language .ini where Movie Showtimes is located and could translate it... but i didn´t find the .ini where Recommend Movies - Text is located....

The social items dont show in articles, too - in our old version this works fine but not in the new one..any idea?

In Search i think there is a conflict .... because if i locate search in another position i can write ... as in our old (hacked) site...very strange... (i found out that in the "old" site with J3 and Php 7.4 The Search Module works fine - but in the "new" one with php 8.x/J6 it has problems - so might also be a php - Problem...)

Here are the Links for the old and new one...

https://fantastic-movies.de/ (!!!hacked!!!//Joomla 3) https://mobile.fantastic-movies.de/ (New...Joomla 6)

super-User Log-In is a problem, cause we have a lot copyrighted Material (300 Gbyte) on our Server and i dont know you... There was a hacker attack, and I’ve been working for days to transfer most parts - not all - manually to joomla 6.

Its very pitty that we can not easy move the old moviedata base content to the new site under joomla 6.... over 10 years are now lost...

How can we solve the problems otherwise?

How can i send you a screenshot?

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 4 days ago #228370

Hi Michael,

Thank you for the additional information.

Regarding the "Recommended Movies" text, we couldn't find a language string for it. Could you please share the URL where you see this text so we can investigate where it is being generated?

For the search issue, could you also send us:

  • The URL of the page where the problem occurs.
  • A screenshot showing the issue.

To add screenshot use this platform: https://prnt.sc/

For the text color issue in the SP Movie Database Search, you can use the following CSS, add this here https://prnt.sc/5kOXRzCXLlSG custom css section.

#sp-header #searchword,
#sp-header select {
    color: white;
}

Regarding the social share issue, please replace your current file with the attached one:

JRoot/templates/shaper_moview/html/com_content/article/default.php

default.php.zip

After replacing the file, please let us know whether the social share icons appear correctly.

We look forward to your update.

Thanks

0
M
Michael
Accepted Answer
4 days ago #228373

Hi,

thanks for your help:-)

The URL is:

https://mobile.fantastic-movies.de/

Pics are here:

https://prnt.sc/o9uDvCJZh9Ev https://prnt.sc/RTgc8L0G3Wx2

Social Share Update comes later:-)

Thanks

0
M
Michael
Accepted Answer
4 days ago #228397

... share and text color works fine now... :-) Is it also possible to edit the social icons?

https://mobile.fantastic-movies.de/index.php/component/content/article/854-kritik-evil-dead-burn?catid=103:rezension&Itemid=437

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 day ago #228561

You can use the same color for all social icons with a single CSS rule:

.view-article .acticle-bottom-wrapper .helix-social-share .helix-social-share-icon ul li a {
    color: white;
}

Or, if you want to set different colors for each social media icon, you can target them separately:

.view-article .acticle-bottom-wrapper .helix-social-share .helix-social-share-icon ul li a.linkedin {
    color: white;
}

.view-article .acticle-bottom-wrapper .helix-social-share .helix-social-share-icon ul li a.twitter {
    color: white;
}

.view-article .acticle-bottom-wrapper .helix-social-share .helix-social-share-icon ul li a.facebook {
    color: white;
}

For a uniform design, the first option is recommended. Use the second option only if you want different colors for LinkedIn, Twitter/X, Facebook, etc.

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 day ago #228559

Hello,

For translating the "Recommend movies" title, please follow these steps:

  1. Replace this file:
JRoot/components/com_spmoviedb/views/movie/tmpl/default.php

with the attached file:

default.php.zip

  1. Add the following language constant to:
JRoot/language/en-GB/en-GB.com_spmoviedb.ini

Add:

SPMOVIEDB_RECOMMEND_MOVIES="Recommend movies"
  1. Go to:

System → Language Override

Select your desired language and click Create a New Override.

Add the constant:

SPMOVIEDB_RECOMMEND_MOVIES

Then enter your translated value for that language, as shown in this example:

https://prnt.sc/rswznL7GxHHn

After saving the override, the "Recommend movies" title will display according to the selected language.

Thanks.

0
M
Michael
Accepted Answer
1 day ago #228692

Hey Ziaul,

thanks for your help - it works perfect:-)

Best Regards,

Michael

https://mobile.fantastic-movies.de/index.php/adventure/evil-dead-burn

0
M
Michael
Accepted Answer
16 hours ago #228718

Yes it is solves... thanks :-)

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 9 hours ago #228787

You are always welcome.

0