webmark487
Forum Replies Created
-
Aaahh – sorry.
it is
body.is-menu-sidebar{
overflow:hidden;
}i was able to achieve this with:
body.menu_sidebar_pull_right{
overflow:hidden;
}Forum: Plugins
In reply to: [WP Store Locator] error – map not showingThank you very much!! We will give it a try.
Forum: Plugins
In reply to: [WP Store Locator] error – map not showingHi @farroyob,
Thank you for your fast reply.
Maybe we do encounter this, because we set up a clone of our website, using the same Google Maps API keys.
We will take a look at this.
Best! Markus
it worked, thank you!
May I ask an additional question please.
How can I check, that this script works and do I have to delete all the urls of the private/draft pages in weglot now?
Forum: Themes and Templates
In reply to: [Storefront] show all products on one page, without pagination?I was able to solve it with the code for child-themes functions.php that was supplied here: https://github.com/woocommerce/woocommerce-blocks/issues/854
Forum: Themes and Templates
In reply to: [Storefront] show all products on one page, without pagination?there are two things, that are not perfect with Product Collections block.
- you can not sort by the menu order
- the layout is not as good at it is with the All Products block (eg. the feature “align last block item”)
honestly, I´d like to stick to the All Products block. If only there would be a possibility to show all the products at once.
- This reply was modified 1 year, 7 months ago by webmark487.
thank you !!
ah, cool
does this snippet also handle private/draft posts and products (woocommerce), and not only pages?
thank you, only, I need the underline for desktop view. I need to get rid of it in mobile view.
the underline effect comes from:.m-style>ul>li>.wrap::after{ background-color:var(--hovercolor,var(--nv-primary-accent,currentColor)); }so I use this now:
@media (max-width: 768px) {
.m-style>ul>li>.wrap::after{
background:none;
}
}- This reply was modified 1 year, 8 months ago by webmark487.
color works, text-decoration does not work (as the line under the link is not a text-decoration)
thx for your reply
your hint lead me to the reason for this behavior. so after deleting a few lines in my CSS it now works as expected. for the sake of completeness, here the CSS that I deleted:
.builder-item:first-child{
padding-right:0;
padding-left:10px;
}Forum: Themes and Templates
In reply to: [Neve] Footer and Header don´t updateDear @mara3
I found the problem by myself now.
I did just SAVE the changes, not PUBLISH them. I set the default setting to PUBLISH now.

Thx a lot
Markus
Forum: Plugins
In reply to: [Tagembed Social Feeds Widget] Error message when trying to loginHello? any feedback on this?