Questions tagged as 'wordpress'

2
answers

How can I create custom content from html5, css3, javascript in wordpress? [closed]

I am working in a company that manages a wordpress template called "the 7" which includes something called "wp bakery page" which is a plugin with which you can create content for a web in a very easy way, style wix ... however for design and us...
asked by 04.01.2018 / 01:56
2
answers

Sidebar Transparent

I'm around with a Wordpress template called Uncode from Envato . Your support forum is fine, but they do not give me a solution for the following: The template has a menu that can be placed horizontally on the top of the page or as a sid...
asked by 14.09.2016 / 09:03
1
answer

Wordpress shortcodes do not render

I am developing a theme and I am applying shortcodes , but in the pages and in the entries, it shows me the literal text instead of what the shortcode returns. I'm using the code that comes out in the API. //[foobar] function f...
asked by 13.10.2018 / 01:05
1
answer

link an iframe with an HTML form

I'm wanting to show a website inside an entry in wordpress, which is inside an iframe, which I want you to do a form but not link them so that the form makes its function within the iframe's website, look my code. <p> <ifra...
asked by 08.09.2017 / 06:56
1
answer

How to apply a function to an array

I need to apply a function to a variable that returns this array: "content_block_images": [ { "image": 10741 }, { "image": 10742 } ] But this function only accepts that you enter the id simply tha...
asked by 23.11.2016 / 19:42
2
answers

PHP readfile prints file on screen

I'm trying to download a file from the server in PHP, I'm working with Wordpress, this is my code <?php // Genera la descarga del convenio colectivo de trabajo $dirBase = $_SERVER['DOCUMENT_ROOT'] . "/wp-content/themes/accelerate/c...
asked by 24.10.2016 / 17:52
1
answer

PHP error in wordpress when using the command use

I add a code that uses the following string in the functions.php file use Google\Spreadsheet\DefaultServiceRequest; And when I save the file it gives me an error: Parse error: syntax error, unexpected 'use' (T_USE) I use composer and the...
asked by 03.10.2016 / 18:28
1
answer

woocommerce 2.6.4 delete sidebar in individual products

I have a blog with a sidebar on the right and in the rest of the web, the sidebar should not appear. On the web I also have the woocommerce for purchases. The strange thing is that in the individual pages of each product, the sidebar appears jus...
asked by 07.09.2016 / 16:28
1
answer

Modify database after publishing post wordpress

I am working with Custom Post Type, creating classes and courses. When the course is scheduled as a draft it does not let me select it as the parent of the classes. How can I do an UPDATE to specify the father at the ID level? That is, by...
asked by 26.12.2018 / 16:01
1
answer

How to move a site from a testing environment (test site) to a production environment (production site)?

I have a website in a hosting but it is in a trial site with a url, I need to pass the content to a site in production with another different ulr. Both sites provided within the same hosting  Example: site: production: dominio.com site: te...
asked by 30.12.2016 / 01:13