clemensfuhrbach
Forum Replies Created
-
Forum: Plugins
In reply to: [MF Gig Calendar] Wrong Date (Day -1)in
mf_gig_calendar.phpLine 215ff
function mfgigcal_FormatDate($start_date, $end_date) { // FUNCTION ///////////
Forum: Plugins
In reply to: [MF Gig Calendar] Wrong Date (Day -1)Hey @royzband,
I had a quick look at your page and I think you can work with the workaround I posted if the current version is not working/till the update is working.As a quick workaround I replaced line 227 and 237
$mfgigcal_date .= “<div class=\”day\”>” . date_i18n(“d”, $start_date) . “</div>”;with
$mfgigcal_date .= “<div class=\”day\”>” . $startArray[2] . “</div>”;Same in line 244 but there with $endArray
$mfgigcal_date .= “<div class=\”day\”>” . $endArray[2] . “</div>”;- This reply was modified 4 years, 11 months ago by Jan Dembowski. Reason: Deleted offer for email
Forum: Plugins
In reply to: [MF Gig Calendar] Wrong Date (Day -1)Fatal error: Cannot redeclare date_format_php_to_js() (previously declared in /…/101_live/wp-content/plugins/cqpim/script-enqueing.php:1651) in /…/101_live/wp-content/plugins/mf-gig-calendar/mf_gig_calendar.php on line 961
Actually I think it seems to be a plugin-plugin issue in my case
Forum: Plugins
In reply to: [MF Gig Calendar] Wrong Date (Day -1)Thanks, I just tried out the update, but it’s breaking down my WordPress with an critical error…
Forum: Plugins
In reply to: [MF Gig Calendar] Wrong Date (Day -1)Hey Matthew,
it pretty much looks like the day is always -1 – so 01.01.2020 turns 31.12.2019
Also – are you seeing this in the admin area AND on your site? Or is it correct in admin area?
I can confirm that it is wrong in the table/listing of all dates, but it is correct if I go and edit one special event with its details.
If you need further information just let me know!
Forum: Plugins
In reply to: [Quick Page/Post Redirect Plugin] Importer – " " char not supported?Hey there, I’m facing the same problem.
1) I export the .txt with the plugin
2) I change the URLs
3) I upload the changed .txtResult:
Plugin in Backend shows correct URL
Frontend-Redirect doesn’t work cause & is #38;If I go to the Plugin again, chose edit and save it in the Backend, it’s working. As I have quite a few links, that’s just a temporary solution.
Ideas anyone?
Forum: Plugins
In reply to: [Plugin WP download manager] File not foundHey there!
I got the same issue. Have you found a solution yet?Thanks, Clemens
Forum: Plugins
In reply to: [CMS Tree Page View] Hide PagesHey there, I really love your plugin as it reminds me quite a bit to Typo3. However, I’d also appreciate a solution which allows you to directly change the page publishing status in the tree. So you could e.g. directly set a page to private or vice versa to published.
Thanks,
Clemens