snooker65
Forum Replies Created
-
Forum: Plugins
In reply to: [Page scroll to id] Problems when scrolling from other pagesHi,
I got this problem fixed:
I increased the value for “milliseconds delay for scrolling to target on page load” which allowed to fill some grids before scrolling.
Kind regards
JanForum: Plugins
In reply to: [Sticky Side Buttons] PHP error when activating pluginHi,
after following https://ww.wp.xz.cn/support/topic/error-with-php-7-2-5/ the error at line 217 is gone.
The unexpected output after activating is still there.
But the Plugin works fine 🙂
Kind regards
JanForum: Plugins
In reply to: [Sticky Side Buttons] PHP error when activating pluginYes, #meetoo
My Setup is WP 5.3, with enfold and Woocommerce.
Thanks and kind regards
JanWarning: count(): Parameter must be an array or an object that implements Countable in /home/www/wp/wp-content/plugins/sticky-side-buttons/ssb-main.php on line 217 Warning: Cannot modify header information - headers already sent by (output started at /home/www/wp/wp-content/plugins/sticky-side-buttons/ssb-main.php:217) in /home/www/wp/wp-includes/functions.php on line 5946 Warning: Cannot modify header information - headers already sent by (output started at /home/www/wp/wp-content/plugins/sticky-side-buttons/ssb-main.php:217) in /home/www/wp/wp-admin/includes/misc.php on line 1252 Warning: Cannot modify header information - headers already sent by (output started at /home/www/wp/wp-content/plugins/sticky-side-buttons/ssb-main.php:217) in /home/www/wp/wp-admin/admin-header.php on line 9Thanks!
You pointed me to the right direction.
Your Suggestion together with a mod of <p></p> with
.simcal-event-descripction p { display:inline; }works fine.
Thanks and best regards
Jan- This reply was modified 7 years, 7 months ago by snooker65.
Forum: Plugins
In reply to: [Responsive WordPress Timeline Plugin - Everest Timeline Lite] Dates orderHi,
it seems, that the plugin sorts the entries with CSS. I had the same problem, that my entries (using template 1) were also sorted false. Every two entries were swapped in the double sided view. In a small window with a single sided timeline everything was ok.
It is possible to tweak the sorting of the left and right elements a little bit by CSS. You must try to vary the numbers (for me it works most time, but not under all circumstances):
.et-ver-timeline-template-1 .et-timeline-item {
float: left;
margin-top: -10px;
}
.et-ver-timeline-template-1 .et-timeline-item:nth-of-type(2n) {
float: right;
margin-top: 10px;
}