Bug In Restora Template? - Question | JoomShaper

Bug In Restora Template?

R

Rüdiger Strey

Template 8 months ago

The Top Bar with eg. the phone number seems to lie behind the Header. That causes, that e.g. the phone number, although the defined color is white, is only shown as grey. Only when you set the Header to "no color" the Top Bar information is shown in the correct color.

And the second thing is, I can't get rid of the Burger-Menue-Icon.... it is linked to start page... what I am doing wrong?

0
5 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 8 months ago #183250

Hi Rüdiger,

Thanks for reaching out!

  1. Top Bar Color Issue: It seems the Top Bar is being overlaid by the Header. You can try adjusting the z-index of the Top Bar to bring it forward. Add this CSS to your custom css:
.top-bar { 
    position: relative; 
    z-index: 9999; 
}

This should ensure the white text appears correctly.

  1. Burger Menu Icon Issue: If the menu icon is linking to the homepage, it might be due to a missing or incorrect mobile menu assignment. Try these steps: • Go to Joomla Admin > Menus > Menu Assignments, and ensure the mobile menu is properly assigned. • If you want to remove the burger menu completely, you can hide it using:
.offcanvas-toggler {
    display: none !important;
}

If the issue persists, let us know—we’re happy to help! Also, Please, share your website url.

Best regards,

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 8 months ago #183451

Hello,

I have fixed your issues:

• The hamburger menu is now set to the right side. • The Top Bar phone number display issue is resolved.

Regarding the menu behavior: When you click a menu item, you need to manually close the menu, this is the default behavior because you have added a section-linking menu item.

Let me know if you need any further adjustments!

Best regards,

0
R
Rüdiger Strey
Accepted Answer
8 months ago #183343

Thank you for your answer. But...

  1. Top Bar issue is not solved with the CSS Code you delivered. Same as before... phone number remains behind the header

  2. The Burger Menue works (nearly) perfekt if you choose "left side" in the template options. The only problem is: after choosing a menue item, the Off-Canvas menue disappears (as it should) but a black opaque remains over the half of the page... (only on my Smartphone... in PC Browser it works okay) Choosing "right side" for Off Canvas Menue produces the mistake of the Burger Menue Item at the wrong place and with wrong function (just redirecting to top of page). And additionally there are two burger menues ;-) ... And I prefer the right side...

If you want to take a look at the problem directly, what I would really appreciate, I set up an admin account for you. Credentials in the hidden content...

Thank you in advance for your help and guidance!

0
R
Rüdiger Strey
Accepted Answer
8 months ago #183452

Thank you very much for your support Ziaul! I really appreciate it! Have a good day, Sir!

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 8 months ago #183455

You are welcome.

0