Custom StikerHeader Size - Question | JoomShaper

Custom StikerHeader Size

J

jackson

Helix Framework 1 year ago

Hello! I'm trying to create modules with different headers so that the client can switch between them whenever he wants. Everything works fine, except for the "StikerHeader" option. From what I could see, there is a default value of 100 if nothing is filled in the HelixUltimate administrator, or the value of 100 is replaced if something is defined.

I need this value to be defined based on each module. I would leave the default of 100 and if a specific module is activated, it would have its own value defined either by javascript or by php. I can configure both ways.

I've tried everything but the value inside the "joomla-script-options loaded" header":{"stickyOffset":"100"}} script is impossible to replace.

I don't want to have to edit the Helix code because I will lose everything after updates.

Any help?

Thanks.

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #169319

Hi there!

Thanks for reaching out.

There is no default option to achieve that, if I get you right. It can be changed by editing only the following file:

/helixultimate/plugins/system/helixultimate/src/Platform/Helper.php

But as you already know, it will be changed with updates.

However, I'm not sure about 'create modules with different headers' that you mentioned though. I think you already know, but here is the documentation of how to create a custom Header for you again:

https://www.joomshaper.com/documentation/helix-framework/custom-header

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 11 months ago #175737

Hello jackson,

Did that help?

0