Mednic Template Changes - Question | JoomShaper

Mednic Template Changes

NR

Nishan Rampersad

Template 4 hours ago

Hi for the Mednic template:

  1. How do I remove the tiles (e.g. immunization) from on top on the slideshow images?
  2. Also, the mobile menu doesn't seem to be working. It shows the hamburger icon but does nothing when tapped. How to fix?

Installed from the Mednic quickstart and updated Joomla.

0
1 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 hour ago #218971

Hi there,

Apologies for the inconvenience.

Regarding Issue 1 (tiles appearing over the slideshow images, such as “Immunization”), please review the screen recording provided in the hidden content area. It demonstrates the exact steps required to remove those tiles from the slideshow section.

For Issue 2 (mobile menu hamburger icon not responding), kindly add the following CSS to:

Template Options → Custom Code → Custom CSS

@media (max-width: 991px) {

    .offcanvas-menu .logo .logo-image {
        filter: unset !important;
    }

    #menu-right .mod-sppagebuilder.header-right.sp-page-builder {
        position: relative !important;
        z-index: -1;
    }

}

After adding the code, please clear your Joomla and browser cache, then test again on mobile.

If the issue persists, let me know and I will investigate further.

Kind regards

0