Nestfund - Question | JoomShaper

Nestfund

A

asadmunir

Template 2 months ago

Hello,

I want to be able to control the size of the font on mobile menu. if you go to mediahub and scroll down to the videos. the text underneath is off the screen. Not sure where to change that.

Thanks

0
12 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 months ago #213603

If you use mp4 videos inside video addon, you can play with Preload setting.

Possible values are as follows:

  • none - Prevents any preloading, useful for videos that might not be played or on slow networks. It may speed up page loading time.
  • metadata - Indicates that only media metadata (e.g., length) is fetched.
  • auto - indicates that the whole media file can be downloaded, even if the user is not expected to use it.

For more advanced consider using JCH_Optimize (Core/Pro) or similar extension.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 months ago #213323

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0
A
asadmunir
Accepted Answer
2 months ago #213346

Hello

find attached screenshot. as you can see the text is to big for the mobile

thanks

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 months ago #213389

Hi

You can use this CSS in your custom.css file

@media (max-width: 768px) {
#sppb-addon-f9879078-b015-49d5-a434-631530ea96b3 .animated-text-words-wrapper{
  font-size: 20px !important;
}

#sppb-addon-4a9edc30-cf7a-40aa-859e-dda8ab16cae4 .animated-text-words-wrapper{
   font-size: 20px !important;
}
}
0
A
asadmunir
Accepted Answer
2 months ago #213401

Hello

that did not resolve the issue. it made changes on the laptop not a mobile device.

regards

Asad

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 months ago #213407

Hi,

Could you please give me your super admin access? So that I can check.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 months ago #213403

Hi Asad,

if you want to make changes on Mobile only, just use different @media rule, not min-width but max-width - so simple!

0
A
asadmunir
Accepted Answer
2 months ago #213423

thanks Paul - I can dable with Joomla, I am not a webdeveloper. Mehtaz provided login details

thanks

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 months ago #213524

Hi

I have fixed your issue, please check now.

0
A
asadmunir
Accepted Answer
2 months ago #213563

Hi Mehtaz,

thanks that resolved the issue. I have 2 other concerns if you want me to create a new thread please let me know

  1. We are hosting videos on the site itself, and it is not the resources availble on my host. We find that there is buffering.
  2. also overall the site loads slow.

are there any settings we can change to increase the speed of the site/buffering issue

thanks

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 months ago #213638

You can follow Pauls instructions, thanks Paul for helping him.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 months ago #213720

Thanks for accepting the answer.

0