Hi there. Any plans to fix this vulnerability? https://patchstack.com/database/vulnerability/pixtypes/wordpress-pixtypes-plugin-1-4-15-cross-site-scripting-xss-vulnerability
Thanks.
]]>Hello,
Can you confirm the last plugin update is OK until WP 6.2 ?
Thanxs
Is there any way, within this plugin, to sort the posts?
]]>Is this compatible with WPML plugin? We have different language in our site, it works fine when adding the gallery, but when we edit the gallery some images does not show up.
]]>When this plugin is installed the default wordpress color picker will not render.
There are css styles int he plugin which effect the default wordpress color picker and hides it.
I am using a default wordpress color picker in custom meta box for pages.
It took me the better part of an hour to realize that your plugin is deliberately hiding any and all wp-color-pickers.
What do I need to do to use a color picker in a meta box with your plugin installed?
]]>I have a multisite wordpress. I installed and activated pixtypes. In the theme, I set up the metaboxes as below. The metaboxes successfully appears on my main site in the multisite., but none of the sub sites shows the metabox.
$pixtypes_conf_settings = array(
'first_activation' => true,
'metaboxes' => array(
'_job_listing_the_aside' => array(
'id' => 'job_listing_aside',
'title' => esc_html__( 'Gallery Images', 'mvp' ),
'pages' => array( 'job_listing' ), // Post type
'context' => 'side',
'priority' => 'low',
'show_names' => true, // Show field names on the left
'fields' => array(
array(
'name' => esc_html__( 'Gallery Image', 'mvp' ),
'id' => 'main_image',
'type' => 'gallery',
),
)
),
]]>
When i installed this plugin it successfully showed settings metabox with following options:
Add to Category Slider
Full Width Featured Image.
etc.
But when I unchecked thsi options from wp screen options and try to check again it does not load same metabox.
]]>How to add tags to Gallery post type?
]]>