Stef Dijkstra
Forum Replies Created
-
Forum: Plugins
In reply to: What happened to Global Content Blocks?I’m using it also with PHP7, works fine. But in combination with the newest WP version, it has bugs in it. Personally, I would look for an alternative solution.
Forum: Plugins
In reply to: What happened to Global Content Blocks?Hi,
I was reading this topic and read that you’ve got the latest versions of GCB? Over here I’m using the 2.1.5 versions but having an error, so I was curious if this is the latest release?
Please contact me, thanks in advance!
Sincerely,
Stef DijkstraForum: Plugins
In reply to: [Contact Form 7] Succes message shows up but mail not sentProblem solved, the sender (e-mail address) was a non-existing e-mail adres. Which the e-mail server blokked.
Forum: Plugins
In reply to: [Media File Manager] Selecting folder shows up plugin errorI’ve fixed the problem for myself. I’ve changed the $res variable on line 252.
I’ve changed the following code:
$res = wp_get_attachment_metadata($dbres[0]->post_id);to:
$res = array(wp_get_attachment_metadata($dbres[0]->post_id));Now it works for me!
Forum: Plugins
In reply to: [Media File Manager] Selecting folder shows up plugin errorIs this problem already solved? I’m having the same problem over here =(. I’m using WordPress version 3.6.1. by the way.