rdeboer
Forum Replies Created
-
Hello,
We also use the jQuery Migrate helper and I see the same message.2020-12-15 21:53:59 Global events are undocumented and deprecated Plugin: Responsive Lightbox & Gallery
There are also Warnings encountered:
jQuery Migrate Helper — Warnings encountered Deze pagina heeft de volgende waarschuwingen gegenereerd: https://test23.xxx.xxx/wp-admin/js/common.min.js: jQuery.fn.delegate() is deprecated https://test23.xxx.xxx/wp-admin/js/common.min.js: jQuery.fn.click() event shorthand is deprecated https://test23.xxx.xxx/wp-admin/js/common.min.js: jQuery.fn.bind() is deprecated https://test23.xxx.xxx/wp-admin/js/common.min.js: jQuery.fn.mousedown() event shorthand is deprecated https://test23.xxx.xxx/wp-admin/js/common.min.js: jQuery.fn.focus() event shorthand is deprecated
I don’t know if they are triggered from Responsive Lightbox?
Greetings,
Richard de BoerForum: Plugins
In reply to: [List Last Changes] Option to show/hide pagetitle?Hello Roland,
Thank you for your latest version 0.9.5 en 1.0.0 and introducing the template mechanism in the widget!
Now it is simple to use the {change_date} as only element as Last Modified Date of a WordPress Site, also for our local webmasters.Margin-left of margin-right?
You use in your list-last-changes.css a margin-left for the {change_date} and the {author} and no margin for the {title}. If you use the {change_date} or {author} as first element, you get an unnecessary left margin. If you use the {title} after the {change_date} or {author} there is no left margin for the title.If you put one (or more) space in the Template field, you get one space as left margin for the {title} …If you use for all three elements a margin-right it looks good in all combinations!
You do not see the margin right in the last element you choose. I made an image with a few examples. I did not use this WP forum for a long time and I see now I cannot add an image to a message. So I will send it separate to your email address. Sorry for this forum …To use the CCS for the {title} I put the class=”list_last_changes_title” in line 106 of the list-last-changes.php.
If I only use the {change_date} with 1 line I should prefer the normal font-size and not the 0.785714rem. But I can understand that if you use more lines you could prefer other font-sizes.
ORIGINAL span.list_last_changes_date, span.list_last_changes_author { color: rgb(170, 170, 170); font-size: 0.785714rem; margin-left: 0.857143rem; } CHANGED span.list_last_changes_title, span.list_last_changes_date, span.list_last_changes_author { color: rgb(170, 170, 170); margin-right: 0.857143rem; } LINE 106 list-last-changes.php "{title}" => '<span class="list_last_changes_title"><a href="' . get_permalink( $post->ID ) .'">' . $post->post_title . "</a></span>",
Regards,
Richard de BoerForum: Plugins
In reply to: [List Last Changes] Option to show/hide pagetitle?Hello Roland,
A new version with a template option for only the {change date}!
You are moving the right way, thanks.
I see it also planned for in the widget.
For your interest: in your description page you are using some wrong single quotes in your template example:
[list_last_changes number=’7′ showpages=’true’ showposts=’true’ showauthor=’false’ template='{title} {change_date} {author}’ /]
If you use this, you do not see any line.
In your readme.txt you use the right quotes.Regards,
Richard de BoerForum: Plugins
In reply to: [List Last Changes] Option to show/hide pagetitle?Hello Roland,
I made the CSS change with the standard option to edit the Theme, with the “Extra CSS”, and it works. So our local webmasters can also add this CSS.
I added just some style for the date:
li.list_last_changes_title a { display: none; }
span.list_last_changes_date { font-size: large; margin-left: 0 }We have to make a choice between the plugin WP Last Modified Info with much options and your easy to use List Last Changes, but with an extra CSS. Maybe we mentions both options to the local webmasters and let them decide!
Thanks and kind regards,
Richard de BoerForum: Plugins
In reply to: [List Last Changes] Option to show/hide pagetitle?Hello Roland,
Thank you for your quick response!
I will try your code for adding to the stylesheet.
But this makes it a little bit more difficult to use to our local webmasters.
They do not all know about stylesheets …
But maybe I can explain it in a small manual.If you can make it as an option in de widget I would appreciate it.
And your plugin/widget may be more useable!Kind regards,
Richard de BoerForum: Plugins
In reply to: [Change Mail Sender] Testing for WP version 5.5(.1)?I see you still find some time to update the “tested up to” to 5.5.1.
Thanks!Best Regards,
Richard de Boer