Hello I am facing this issue in editing media grid layout of Visual Composer V6.2.2. Below is the error I am getting
Fatal error: Uncaught Exception: Wrong attribute for 'vc_single_image' shortcode. Attribute 'param_name' required in /var/www/wp-content/plugins/js_composer/include
I have been trying to import a site from Astra starter templates but this error 'Error: Customizer data is empty!' keep popping up. I have good internet connection and and I don't have any conflicting plugins.
Please, can someone tell me why?
I have a weird problem with a wordpress site I'm working on, when we share links for it on discord shared link contains my login name and a link to author posts page (index is a page not a blog page) but when I look at the source there is not a single reference to my login name on the page, also
I'm trying to override this Dokan plugin file in a child theme:
wp-content/plugins/dokan-pro/includes/modules/vendor-verification/templates/verification-new.php
I can successfully override files in the normal Dokan templates folder:
wp-content/plu
I installed the WooCommerce plugin and clicked activate. This took me to a screen to begin some kind of setup wizard and I clicked a big button that said "Yes, Now" (or something close to that). Then I ended up on a white screen with a long error message. Now that's all I get when I try to go to
Posted this originally on the wordpress.org forums but the only response was to post in the #core-restapi slack channel. I did that and someone from their suggested I post here.
My setup (s
I want filter products by meta_data in woocommerce rest api. I tried this, but not working:
$data = array(
'numberposts' => -1,
'post_type' => 'product',
'meta_query' => array(
'relation' =>
Good Afternoon, i want to embed this video in my wordpress https://streamtape.com/v/7qDqGjlQe4UA9MR/Soul_Land_03_VOSTFR.mp4
Embed code <iframe src="https://streamtape.com/e/7qDqGjlQe4UA9MR/So
I have this query to do in my code:
function get_item($id){
global $wpdb;
$post_id_query = "SELECT * FROM wp_postmeta WHERE post_id = ". $id ." AND meta_key LIKE '%main%'";
$call_post_id_call = $wpdb->get_results($wpdb->prepare($post_id_query));
return $c