Questions tagged as 'wordpress'

1
answer

$ _SERVER ['REQUEST_METHOD'] == "POST" Does not work PHP wordpress

I'm trying to detect a post on a form but I can not, it actually does not work. <?php /* Template Name: Contato */ get_header(); get_template_part( 'components/header/header', 'text' ); $options = get_option('theme_options'); ?> <di...
asked by 26.11.2016 / 00:20
2
answers

Customizing button to send file from Contact Form 7 wordpress

I have a form in contact form 7, of wordpress, that I need to change the button to attach files, today it looks like this: Ineedthebuttonstolooklikethis: Ihavetriedeverythingandnothing!!!Ifanyoneneedstoaccessthetestpageisthis here !     
asked by 28.02.2017 / 22:54
1
answer

Error creating Wordpress post

Hello, I had a few problems with a cross-domain virus (SEO infect) in my hosting, after cleaning, reconfiguring things my wordpress is presenting an error that is new to me, instead of the box where you type the your content appears "You are...
asked by 16.11.2016 / 23:15
2
answers

Get values from a form post and forward to an html table

I am a layman in PHP and JSON, I have this code below that is working. It brings the values of a form , however everything in the same PHP tag, would like to separate and put in an organized table, for example: Name, Price, Quantity, Subto...
asked by 05.01.2017 / 00:49
1
answer

Navbar bootstrap problem on Wordpress

A customer asked me to increase the size of the navbar, so far so good. I increased it and had no problem, however, when I go down the page and upload again, the navbar goes behind the slider.     
asked by 08.09.2016 / 22:55
2
answers

Insert buttons to share posts in Wordpress

I need to insert buttons in the posts' footers so that it is shared by whatsapp and social networks, I already installed several Plugins but they did not meet my need, or there is a way to use the links contained in the static pages and in the h...
asked by 29.12.2016 / 14:40
1
answer

Wp_query multiple, without repeating category

I have a wp_query that filters three categories of cars, clothing and music, the order is in random. I would like the result to change without repeating the category. <ul> <?php $paged = (get_query...
asked by 21.10.2016 / 04:21
1
answer

How to format Json code in HTML?

Good afternoon guys. I need help. I am using the API: JSON API from Wordpress and it frees the .content that returns the HTML code of the post. How to get this json that contains HTML code and returns it as HTML code? Ex json content content:...
asked by 21.11.2016 / 19:23
3
answers

Positioning a thumbnail

I have a website (using Wordpress) with multiple thumbnails, these thumbs are centered vertically and horizontally as the image shows: Howdothethumbsshowthetopoftheimageandcutthebottomifitdoesnotfit? /*.recent-posts .post-thumb { margin: 0;...
asked by 01.08.2016 / 18:18
1
answer

Create email accounts using Postfix to send in WooCommerce

I have a site hosted on digitalocean. I configured the server with EasyEngine to install PHP, MySQL, Nginx, Postfix, WordPress, etc. However, my WordPress is not sending e-mail, and because it is a store (WooCommerce), I need this function. S...
asked by 01.04.2016 / 00:56