megalux
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Plugins
In reply to: [WP Bannerize Pro] table doesn’t existsHi gfazoli,
thank you, now it works fine!
ciao e grazie 1000!
Forum: Plugins
In reply to: [Mixed Media Gallery Blocks] Notice message in page 404Thanks… it works! 😉
Forum: Plugins
In reply to: [Mixed Media Gallery Blocks] Notice message in page 404simple fix
from
if ($pgc_sgb_global_lightbox_use && ($post->post_type === 'post' || $post->post_type === 'page')) {to
if ($pgc_sgb_global_lightbox_use && is_object($post) && ($post->post_type === 'post' || $post->post_type === 'page')) {Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] text field without editorthanks…
Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Checkboxes can not be uncheckedCiao Andrea, il problema persiste… ti ho inviato l’email tramite la sezione webmaster del tuo sito… Grazie della disponibilità
Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] text field without editorHi Andrea,
sorry, I’m referring to a simple textarea without any editor like tinymce or the native of wordpress…
Anyway your plugin is great.Offtopic:
please if you can look at this problem:
https://wordpress.org/support/topic/checkboxes-can-not-be-unchecked/Ciao
Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Checkboxes can not be uncheckedHi,
I have the same issue, but, my version is 2.1.5.
once the checkbox is checked it cannot be removed…Regards,
Fabio RicaliForum: Plugins
In reply to: [WP Super Cache] Super Cache Facebook PreviewHi,
I have the same issue 🙁
Viewing 8 replies - 1 through 8 (of 8 total)