Investa - Breakoutpoint And Navigation - Question | JoomShaper

Investa - Breakoutpoint And Navigation

RR

Robin Reher

Template 9 months ago

I have two questions. I hope you can help me,

  1. I have to set the breakout point for mobile so that the navigation doesn't slide down but the hamburger menu turns on.

  2. How can I edit the "contact" button and set the link?

Thank you

https://ibb.co/S6CqDrf

https://ibb.co/sp4fb4X

0
25 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 8 months ago #142002

@Robin, in template options - you can switch in Mobile view then change logo height value.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 8 months ago #141092

Hi

Thanks for contacting us. Could you please give me your super admin access? So that I can check.

-Regards.

0
RR
Robin Reher
Accepted Answer
8 months ago #141095

Hello. Thank you here are the Login.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 8 months ago #141106

Hi

I cant access your site, it says The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

0
RR
Robin Reher
Accepted Answer
8 months ago #141113

Hello can you check. Iam online.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 8 months ago #141120

Hi Robin,

about 2) on list of modules find SP Page Builder module published on "menu" position, then edit it to customize content, or just delete that addon.


about 1) We informed webmasters how to do that in Helix Documenation >> https://www.joomshaper.com/documentation/helix-framework/customization-tips#span-class-h3-how-to-show-offcanvas-menu-sooner-span

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 8 months ago #141121

as extra tip change color of [=] mobile menu icon:

https://www.joomshaper.com/documentation/helix-framework/customization-tips#how-to-change-the-color-of-offcanvas-menu-icon-usead-in-header

in your case you need dark color to make it visible

.burger-icon > span {background-color: black; }

As you see almost all was described already.

0
RR
Robin Reher
Accepted Answer
8 months ago #141130

Wonderful, thank you, Wie kann ich jetzt noch dasHamburger Menu auf einer Linie bekommen mit dem Button?

https://ibb.co/5RbX644

0
S
ssnobben
Accepted Answer
8 months ago #141139
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 8 months ago #141143

you CSS code is not fully correct, not "block" but "flex" in 1700px area!!

0
RR
Robin Reher
Accepted Answer
8 months ago #141149

Oh Thank you. My last question. How can i support "ZIP" Downloads. I must upload 2 small zip files for the community to download. thank you

0
RR
Robin Reher
Accepted Answer
8 months ago #141155

And the mobile logo, how can i fix it? thank you https://ibb.co/HgN90pV

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 8 months ago #141162

Check if you uploaded/chosen Mobile logo in Template Options > Basic > Mobile & Retina Logo fields

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 8 months ago #141161

You have many methods, for example:

  • Button addon (SPPB)
  • Link to those files inside Article (as a link)
  • Using Phoca Download components

and X more...

0
RR
Robin Reher
Accepted Answer
8 months ago #141167

thank you so much.

0
RR
Robin Reher
Accepted Answer
8 months ago #141329

Hello can you help me to fix the view problem with my javascript? there are hidden because the artikel header image is over there.

https://ibb.co/pyNhMZC https://ibb.co/NSQFXzM i must embed the script by JCE Editor to run. Or you have a another solution.?!

Thank you

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 8 months ago #141333

sorry, but Javascipt customization/help is beyond joomshaper support (!)


I would use that free module
mod_hd-anycode_j4.zip

whole rest is in your hands (keyboard)

0
RR
Robin Reher
Accepted Answer
8 months ago #141991

Hello can you help me , to fix that header problem on mobile? so that the logo is correct in height? thank you so much

https://ibb.co/MBpgwWC

0
RR
Robin Reher
Accepted Answer
8 months ago #142009

Ahh thank you!

0
RR
Robin Reher
Accepted Answer
6 months ago #147919

Hi guys, the contact form which is integrated on the contact page with JP-Forms is not working properly. When submitting the form, only the page is reloaded and the entered fields are set to empty again. I have already tried to activate and deactivate Recaptcha. No changes. Do you have any ideas?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 6 months ago #147932

Sorry, but extension "JP-Forms" doesn't belong to us. So I cannot offer you support for it.

Maybe check it first using Template Module position.

0
RR
Robin Reher
Accepted Answer
1 month ago #162758

Hello, how can i add the button in the nav bar on mobile,too?

https://imgur.com/rmIKSyK

https://i.imgur.com/NKHwc66.png

Thank you

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #162759

Indeed, it request extra steps... not always easy for beginners.

Share current access + url

0
RR
Robin Reher
Accepted Answer
1 month ago #162760

OK thank you i give you access.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #162761

Thx.

That CSS line was needed, yes - added.

@media screen and (max-width: 740px) {
 #sp-header .sp-module {display: block;}
}
0