msbt
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache] Preload not restarting after completeOkay it seems to be working now, maybe there was some hiccup with the cronjob itself, I’ll watch it and get back to you if it stalls again, thanks for your time!
Forum: Plugins
In reply to: [WP Fastest Cache] Preload not restarting after completeYes, even after multiple refreshes. I can also reproduce this locally in a browser, sometimes it works in a different one, but that’s no option for the cronjob ??
thanks for the pointer, fixed with
.ocs-sidebar-active #ocs-menu { margin-top: 0 !important; transform: translate(0) !important; transition-duration: 0ms !important; }
- This reply was modified 3 years, 7 months ago by msbt.
Thanks for getting back to me, I’ll try and keep you posted!
aye, thanks for the quick reply!
you’re very welcome, stellar support as usual
oh my, this is embarassing, of course there was a missing </div> in my overlay, sorry for that, all good from your end!
what’s suggested in the docs:
<?php do_action('website_after'); ?> <?php wp_footer(); ?>
and after that there’s the </body> closing tag. Same thing in the header.php:
<body <?php body_class(); ?>> <?php do_action('website_before'); ?> ...
- This reply was modified 4 years ago by msbt.
Hi Jory,
thanks for getting back to me. Yes, the cookiebar is on its own, but inside the open container, not the site – and I don’t know how to get it out of there:https://snipboard.io/ywtHLU.jpg
So it only shows up when the sidebar is active. Just tried both methods (css and js), but neither bring the cookie bar out of that container. Am I doing something wrong?
Cheers, M
chose a different solution, can be removed
fixed it with https://wordpress.stackexchange.com/a/282966/195003
Well that’s the problem, the image resizes accordingly, but the text at the bottom is one line in the beginning and 5 lines on smaller screens, which resizes the container and the arrows aren’t centered anymore. But I’ve solved it with various mediaqueries and min-height for the text below, thanks
Thanks for the reply, I’ll check it out and see if I can do something with it!
thanks, that helped!
Thanks for your help, apparently this is a template issue on my side…