Podcast Template - Off-canvas-menu - Question | JoomShaper

Podcast Template - Off-canvas-menu

FS

Freiherr vom Stein

Template 6 days ago

Hi there, I have a problem with the off canvas menu. I dont see a navigation in the mobile view... also the Off-Canvas menu is hidden. But(!) the buttons "hide on.." are all off... That means to me, it must actually be visible on smartphones.

And how can I put the off canvas on the right (desktop view), it stays in the middle also if i use the option "right" in settings for the normal view...

Regards

0
7 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 6 days ago #219254

Hello Freiherr vom Stein,

Thank you for reaching out to our technical support forum. I’m sorry to hear about the trouble you’re experiencing. Rest assured, I will look into this issue for you and work to resolve it as quickly as possible.

If you could kindly provide any additional information regarding the issue, it would greatly help me investigate and address it more efficiently. Please share your administrator access here to check the issue. Use the Hidden Content box to share the credentials. Make sure that you have a full site backup before sharing.

Best regards

0
FS
Freiherr vom Stein
Accepted Answer
6 days ago #219321

Hello,

Unfortunately, this is not possible due to our data protection regulations. However, more than this information is not actually necessary.

The menu is not displayed on the smartphone, neither the off-canvas menu nor the normal menu. In the desktop view, the off-canvas menu is also displayed in the middle and not on the right as expected (screenshot).

Regards

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 5 days ago #219360

Okay, then please follow the steps.

To fix the toggler position:

  1. Go to Template Options -> Layout and remove menu-right column from the header. This is taking space.

To fix offcanvas display on mobile device:

  1. Check that you have a menu type module published on offcanvas position. prnt.sc/rjbNo7CEXXtH
  2. Set offcanvas position to left on navigation settings. prnt.sc/VxHwOrWDrw9L
0
FS
Freiherr vom Stein
Accepted Answer
4 days ago #219414

Hi there,

looks like my template is a bit broken. If I open the template options there seems to be another structure... (see hidden screenshot)!? - What is the "original" one?

The Module must be on the right, because the option"left" floats the Logo out of the div and point it in the next row.

Regards

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 days ago #219446

Your template is alright. There is only one template Podcast. I have applied your settings and made necessary arrangements to fulfill your requirement. Please follow the steps:

  1. Turn off Predefined header.
  2. Take a Custom Header and name it "Header".
  3. Take 3+9 columns.
  4. First column is Logo and Second column is Menu.

Screencast of the process:

files.fm/u/wtz5c7xngu

0
FS
Freiherr vom Stein
Accepted Answer
1 day ago #219640

Hello everyone,

Thx for the reply.

Okay, I created this layout, but the menu is not visible to me in the mobile view. In addition, the logo, menu, and off-canvas are not in the position I want them to be.

Logo (left) | Menu left | Off-canvas (right)

The big problem, however, remains that the content—except for the logo—is not visible on mobile devices. Only the logo is displayed...

regards

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 11 hours ago #219669

Please use this CSS to Template Options -> Custom Code -> Custom CSS

#sp-menu div {
    justify-content: flex-start !important;
}

Allow me some time to find the solution of offcanvas menu invisible on mobile device issue.

0