pietgolf
Forum Replies Created
-
I just created a staging site and it is still not shown in “Sites”. The strange thing is is that when I click “OS Default Mode” I can see the staging site I created. The other problem I have that a part of my website is not created in the staging site.
Forum: Plugins
In reply to: [Firelight Lightbox] Difference lightbox Windows and IOSthank you
Forum: Plugins
In reply to: [Firelight Lightbox] Difference lightbox Windows and IOSsolved after using the settings you did send me
Forum: Plugins
In reply to: [Firelight Lightbox] Difference lightbox Windows and IOSthe strange thing is when I watched you V2 demo on my iPad it looks just the way I wanted it. Is it possible to get the settings for this V2 demo so I can copy them to my website?
That will be true but the bottomline is that it is not working anymore as it als did. Is this why you took it off ww.wp.xz.cn?
our hosting/server can’t fix this because they don’t support JavaScript on shared webservers.
I scanned my website again using wordfence and no warnings anymore. Thanks for your quick response and updated plugin.
I got the same warning from Wordfence so is it a real issue or not? If so I will delete the plugin and look for another one. See below for the message I received from Wordfence.
Description
The Simple History plugin for WordPress is vulnerable to CSV Injection in versions up to, and including, 3.3.1. This allows subscriber-level attackers to embed untrusted input into exported CSV files, which can result in code execution when these files are downloaded and opened on a local system with a vulnerable configuration.
References
Share
I deactivated the plug-in “relevanssi” and that solved my problem.
I found that one of the plugins I use is causing the problem. I just deactivated this plugin. I only use this plugin once a year so it is not a big problem for me.
Forum: Plugins
In reply to: [WP Date and Time Shortcode] show date using epochProblem solved. Thank you
Forum: Plugins
In reply to: [WP Date and Time Shortcode] show date using epochCan I send you a private message?
Forum: Plugins
In reply to: [WP Date and Time Shortcode] show date using epochUsing the code you send me
function denra_last_update() {
$hours_diff = 2;
return date_i18n(
get_option(‘date_format’) . ‘ ‘ . get_option(‘time_format’),
intval(do_shortcode(‘[last_update]’) + ($hours_diff * 3600), false));
}
add_shortcode(‘denra-last-update’, ‘denra_last_update’);On my page no date or time but text [denra_last_update]
Forum: Plugins
In reply to: [WP Date and Time Shortcode] show date using epochThe timezone is set to ‘Amsterdam’
Forum: Plugins
In reply to: [WP Date and Time Shortcode] show date using epochI used also your shortcode [wpdts-date-time] on my page and this is showing 24 mei 2020 14:44. This is the format that I want. [denra_last_update] is showing ‘24 May 2020 12:38’ This should be ‘24 mei 14:38’. I am very gratefull that you take the time to help me.