Miguel
Forum Replies Created
-
Thank you for your quick reply!
Site link is: Here
Try the product ‘Touring Seat’ in the search modal at the left top corner.
If you don’t have added css code via the customizer yet, than it is your caching plugin that’s making the issue. Than I should fix it to put the following css code in the customizer:
@media only screen and (max-width: 600px) { .site-header { padding-top: 10px; (<--- FILL IN WHAT WORKS FOR YOU) } }
I cannot help you further atm because your site is in maintenance mode.
- This reply was modified 3 years, 1 month ago by Miguel.
And for the sticky header version, you have to change
.primary-navigation-open .menu-button-container { background-color: transparent; }
to:
.tw-header-bg.primary-navigation-open .menu-button-container { background-color: transparent; }
I created this fix. Here is the css code. The breakpoint from desktop to mobile version of the header is at 1022 px width. So the CSS code is:
@media only screen and (max-width: 1023px) { .primary-navigation-open .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo { visibility: visible; } .primary-navigation-open .menu-button-container { background-color: transparent; } .primary-navigation>.primary-menu-container { top: 95px; height: 100vh; padding-top: 10px!important; } }
- This reply was modified 3 years, 1 month ago by Miguel.
Hey Mike,
It is your .site-header. If I inspect the element, you have css code that’s creating the issue on the mobile:
.site-header { padding-top: 74px; }
Also the size of your logo is too high on the mobile, in my opinion (based on the alignment of the hamburger menu). So fixing the css and resize your logo for mobile will fix the issue IMO.
Extra information:
BTW, I see that this css code is also implemented via the customizer or by a cache program? I can find the code in the source code of your website as well.
- This reply was modified 3 years, 1 month ago by Miguel.
Forum: Themes and Templates
In reply to: [Blocksy] Pjax not working after updates above 1.8.6@cteduard Wow that is so great to hear, Eduard! Blocksy makes me more and more excited, thanks! ??
Forum: Themes and Templates
In reply to: [Blocksy] Pjax not working after updates above 1.8.6Wow no, that’s a really good one. I don’t want that indeed!
Okay, I think I have to find out what changed in the code what creates this issue.
it hasn’t been updated for the last 7 years!
True, but some pjax plugins are, but not working anymore with the latest update of Blocksy. Btw, is it a great feature to implement the History pushState + ajax (pjax) into themes? I think it will really improve the user experience!
This is the error I get when I click on the Cart page or Checkout page while Filter Everything is activated:
Wow! Sorry it was not my intention to harm anyone. I will make my webpage public reachable so @stepasyuk can take a look at my problem.
Hello Stepasyuk. I don’t want to publice my website yet so can I create a login account for you? Where can I send to the credentials?
Forum: Plugins
In reply to: [Page Load Ajax] Hover submenuGoedemiddag Jacob,
Bedankt voor je snelle reactie!
Ik gebruik de standaard Twenty Twenty One thema i.c.m. Twentig plug-in en bouw ik mijn website middels Gutenberg. Mijn doel is een website te bouwen puur gebaseerd op snelheid.Forum: Themes and Templates
In reply to: [Blocksy] Customize Login/Signup Modal Header FormThank you @kelderic and @creativethemeshq for your information. And this is by far the best theme indeed.
All the best,
Miguel HagenaarsWill it be available soon? It is much easier than creating an coupon first and insert that on the quotation.
Forum: Themes and Templates
In reply to: [Blocksy] Customize Login/Signup Modal Header FormHey @kelderic,
I have one extra question what fits to this topic.
Can we translate the text “Email Address”, “Remember me”, “Forgot Password?” etcetera?Forum: Themes and Templates
In reply to: [Blocksy] Full-width issue after update@creativethemeshq Thank you for solving the problem so fast. I appreciate it, thank you!