webmark487
Forum Replies Created
-
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 3 months, 2 weeks 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
Hello? any feedback on this?
Forum: Plugins
In reply to: [Strong Testimonials] Superfluous Read more link with short testimonialsstill not solved unfortunately
Forum: Plugins
In reply to: [Strong Testimonials] More link does not workoh, i found out the reason for this behavior.
I’ve set the custom length to the first 100 words, so it always already showed the whole text and that’s why it couldn’t expand the content.
Forum: Themes and Templates
In reply to: [Astra] Tag class on WooCommerce shop-page?Thx for your reply.
Pragmatically, I have now been able to solve it with the “featured” functionality (checkbox next to the product).
Forum: Plugins
In reply to: [WooCommerce] Tag class on shop-page?Thx for your reply.
Pragmatically, I have now been able to solve it with the “featured” functionality (checkbox next to the product).
- This reply was modified 6 months, 3 weeks ago by webmark487.
Forum: Plugins
In reply to: [WooCommerce] Tag class on shop-page?Hi, thank you for the quick response.
I′d like to have a CSS class that I can target on our shop page.
With the 2 screenshot links you can see, what I mean:
/shop/ > https://pasteboard.co/hA1Nr6wzi0GW.jpg
/shop/infrarotkabinen/ > https://pasteboard.co/4rWFDsE0nzO9.jpg
Thx in advance
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] No Backups createdthis website has 500+ visitors per day
the log file, that I′ve sent you, is from a backup, that I′ve created manually.
the problem is, that the automatic backups don′t work anymore. That is the issue.There are only 2 updraft cron events, shouldn′t there be more?
To me it seems, as if updraft_backup – UpdraftPlus->backup_files() is missing.- This reply was modified 8 months ago by webmark487.
- This reply was modified 8 months ago by webmark487.
- This reply was modified 8 months ago by webmark487.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] No Backups createdHi Bryle,
here is the logfile of the February backup, did you mean this one?
Thank you for the detailed explanation!
It worked, when I insert the metaslider shortcode on another page. But on my startpage I probably do have a special constellation.
I had to set .metaslider{ z-index:0!important; }
—
I did something else – in case someone is interested: the image should not get an opacity on hovering:
.metaslider a:hover{ opacity: 1!important; }
- This reply was modified 8 months ago by webmark487.
- This reply was modified 8 months ago by webmark487.