Absence Of Menu And Offcanvas On The Mobile Version Of The Newsberg Template - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Absence Of Menu And Offcanvas On The Mobile Version Of The Newsberg Template

VJ

vidal bravo Jandia

Template 2 years ago

Hello,

I bought the license for the templates. However, it turns out that these do not work very well. I downloaded Newsberg and in mobile version, there is no menu nor module that I placed in offcanvas I give you the link of the site for verification:

https://vidalbravojandia.fr/joomla/

Thank you for your quick help and have a nice day.

miguel

0
5 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #97354

Hi there!

Thanks for your query.

It seems caused by extra CSS code. Would you please give me your admin access to check?

Or, you can simply use the following code in your custom CSS:

@media (max-width: 991px){
.nav-placeholder, #sp-header {
    display: block !important;
}
}

Note: Path towards custom CSS(Joomla 4): System>Site Templates Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/5mBuSRh907N3

https://prnt.sc/ooiq-lkMEXr_

https://prnt.sc/nunlX-f5AhK1

Best Regards

0
VJ
vidal bravo Jandia
Accepted Answer
2 years ago #97386

Thank a lot. And on mobile version version the following informations :

0
VJ
vidal bravo Jandia
Accepted Answer
2 years ago #97387

there is an other problem. when you reload the website on mobile version, the page does not want to load.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #97759

Hi,

Sorry for the delay.

You may use the following code in your custom CSS:

@media (max-width: 991px){
#sp-top-bar, #sp-top2 {
    display: block !important;
    position: initial !important;
}
.body-innerwrapper {
    padding-top: 0px !important;
}
}

I have given the code for removing the top gap too. Could not find the reloading issue.

Best Regards

0
VJ
vidal bravo Jandia
Accepted Answer
2 years ago #97793

(https://vidalbravojandia.fr/joomla/)

Last thing the mobile phone icon on the top bar does not work. For the load problem : I gave you the link of my website above. Got to mobile view and try to go to canvas menu select for example conexion and after choose to go back to homepage to click on logo text vidal bravo jandia. the site doesn't want to show.

0