Questions tagged as 'wordpress'

0
answers

Error 'Undefined property: ImmutableValueObject :: data' - PHP / WORDPRESS / VISUAL COMPOSER

Hello, there is an error that I can not solve, I'm creating a custom component for the visual composer, follow the log below: [05-Feb-2018 12:00:35 UTC] PHP Warning: array_merge(): Argument #1 is not an array in /var/www/html/wp-content/p...
asked by 05.02.2018 / 13:18
1
answer

Create a list of words to be read by a plugin

I need to create a group of words, to be defined in a textarea, in the admin panel of Wordpress, in a page of configuration of my plugin. I have the following code: add_filter('pre_comment_content', 'palavras_indesejadas'); function pa...
asked by 09.02.2018 / 02:25
0
answers

How to create custom wordpress menus that respect the drag and drop order

I'm having problems creating menus on my wordpress website in case I have more than one menu that need to respect the order of creation, but never respits, the menu is sorted by alphabetic order, anyone have any idea how I do it?     
asked by 02.02.2018 / 20:57
1
answer

problems with wordpress installation on server with cpanel

I am trying to help an NGO as a volunteer in order to: recover your website after an incident with your web hosting service (internal sabotage by someone who left the organization) not having access to source at the moment makes thi...
asked by 04.02.2018 / 16:54
0
answers

Error must take exactly 2 arguments - PHP / Wordpress / visual composer

Hello, I'm trying to create a custom component for visual composer a dropdown, I have the php file search.php that creates the custom component, and I have the file Recipe.php that returns the data to be displayed in the component, the problem is...
asked by 04.02.2018 / 17:30
1
answer

Displaying wordpress posts with curl

there are some sites where the installation of wordpress is in a subfolder called news and I need to display a list of posts in the index, searching the internet I saw that wordpress generated a JSON of the posts. So by giving one more lookup I...
asked by 07.02.2018 / 13:09
0
answers

Update stock at sku level via woocommerce API using the update_stock function

I can update the inventory at the product size ID level, but I can not get the sku level. client code that calls the API. $id = '13216'; $quantity = '1'; $result = $client->products->update_stock( $id, $quantity);...
asked by 07.02.2018 / 15:20
0
answers

When entering the WP ADMIN, only the Menu

When you log in to wordpress, all settings appear and 2 seconds later the menu is only available. The screen goes white and I can not access anything. I've tried the cell phone and the computer and it does not work. Imadeavideotoshowtheer...
asked by 31.01.2018 / 12:52
1
answer

Lightbox and Link, modify operation

Good morning. This middle lightbox, where it asks for login and password, only appears after the user clicks on that "Restricted Access" link. Is there any way for this lightbox to appear automatically? I already checked extensively that this op...
asked by 03.02.2018 / 16:44
0
answers

The "social-count" widget in Wordpress's Maxblog theme does not display the number of tastes on my Facebook page

Hello, I have a problem with the Maxblog template, because I put the "Social Count" widget and it only appears the number of followers that it has in Instagram, already in Facebook it stays in 0. And I put the correct information, in the case of...
asked by 05.02.2018 / 20:13