Wohoo123
Forum Replies Created
-
Purging didn’t solve the issue. When I reactivate Minify JS it remains.
I just sent you the website via your contact e-mail.Thanks for your awesome help
Hi Marc,
Yes I did.
Updated to 1.2.43 and deactivated Minify Javascript. This solved the issue. Not sure if not using minify is a proper solution.
Forum: Themes and Templates
In reply to: [Sydney] AThemes Slider Image cover & no repeatNo problem.
.swiper-slide-active {
background-repeat: no-repeat !important;
background-size: cover !important;
}.swiper-slide {
background-repeat: no-repeat !important;
background-size: cover !important;
}Did the trick
- This reply was modified 3 years ago by Wohoo123.
Forum: Plugins
In reply to: [Modula Image Gallery] Resize image sizeThanks for your help. I meant the image displayed in the gallery.
Not the thumbnail itself.Did you try to change “Taxonomy relation” to AND instead of OR.
Solved the issue at my end ??Forum: Themes and Templates
In reply to: [Botiga] Add extra elements (footer menu) to copyrights areaThanks for your reply Rodrigo.
It would be awesome if we could add our privacy policy, terms & conditions,.. to that section.Looking forward to Botiga Pro!
Forum: Themes and Templates
In reply to: [Botiga] Different menu structure for mobile / desktopSo my idea is:
– create 2 menu items (1 mobile and 1 desktop).When on mobile that menu should pop up.
Why is this interesting? On mobile you might not want to use a footer menu.You might want to put all the footer info in the (large) mobile offcanvas mode.
hide = height*
Forum: Plugins
In reply to: [Product Configurator for WooCommerce] Images aren’t showing in the contentDag Paul,
Ik kwam jouw vraag even tegen, maar de link lijkt niet meer te werken?
Op jouw website vind ik wel een andere configurator?
That’s it! Still messing around with css, but I guess only CSS won’t get the job done.
@marcusig found the solution:
This code did the trick.@media (max-width: 660px) { .mkl_pc .mkl_pc_container .mkl_pc_toolbar { position: relative; } .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices { position: relative; } .mkl_pc .mkl_pc_container footer { display: none; } .mkl_pc .mkl_pc_container .mkl_pc_toolbar .form.form-cart { display:block; } }
Thanks for your help Marc. I’ll do my best. But doesn’t look like a quick fix.
It runs on a local environment so unfortunately not.
This section should increase and decrease automatically based on the different options. Right now I should scroll in this section to see the 4th layer.
Thanks.
I want .mkl_pc_toolbar to auto adjust its size based on the content in it. Is this possible? Right now if there are a lot of options to choose from, the user needs to scroll in .mkl_pc_toolbar.
Does it makes sense what I’m saying?
This was my code:
@media (max-width: 660px){
.mkl_pc .mkl_pc_container footer .form.form-cart {
position: absolute;
bottom: -165%;
}
.mkl_pc .mkl_pc_container footer {
border-top: none;
}
.mkl_pc .mkl_pc_container .mkl-pc-show-form {
display: none;
}
body.configurator_is_inline .mkl_pc {
min-height: 900px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar {
bottom: 210px;
}
.mkl_pc .mkl_pc_container footer {
text-align: center;
height: 207px;
}
.mkl_pc .mkl_pc_container footer .form.form-cart {
position: absolute;
bottom: 0px;
}
}`Thanks Marc. Any chance you’ve copied the wrong url? 404
- This reply was modified 3 years, 5 months ago by Wohoo123.