Questions tagged as 'wordpress'

1
answer

How to pass a GET request to a file that does not belong to wordpress

Wordpress does not recognize files that do not belong to it, even though it's there in the theme folder, which is my case. How can I make an external file receive this information? For example: I am in .page and there exists a button w...
asked by 26.05.2015 / 19:11
3
answers

Wordpress error: "Not enough permission to access this page"

My Wordpress site with WooCommerce shows the following message when I access the login :    .. "Not enough permission to access this page." What I've tried, to no avail: Delete that translation file in the languages folder as repor...
asked by 23.04.2015 / 02:32
1
answer

Get url parameter with $ _GET coming from an iframe - WORDPRESS

I have a difficulty, inside my site I put a iframe that has a button that directs to another page within my site via GET . But this button is already preset. ex.: The link you have inside the iframe goes to link I thin...
asked by 29.01.2015 / 13:33
1
answer

In a Wordpress gallery, use the Alt attribute of the images as html comment

I'm developing a Wordpress theme and I have a problem. In my functions.php, I use the following code that changes the composition of [gallery] so I can customize the posts gallery. The code is as follows: function __my_gallery_shortcode( $a...
asked by 22.09.2014 / 23:07
4
answers

Upload limit with php.ini on Wordpress

Please, do you know how to change the Configuration PHP > no Cpanel > software/serviços > > File Uploads upload_max_filesize Maximum allowed size for uploaded files from 2M to 10M (for example)? While I tried all the w...
asked by 22.07.2014 / 20:00
1
answer

List of popular posts with facebook comments

I'm trying to make a 5-item list of the most commented posts from my blog, but with facebook comments. I found this code on google, but as you can see, it only captures the comments made on the WP platform itself and not from facebook. <...
asked by 12.02.2015 / 23:20
1
answer

How to send an email confirmation to the registered user through Wordpress?

I have this registration routine and need to send an email confirmation when the user registers, how can I do it? // SETUP NEW USER $data = array( 'display_name' => esc_attr($_POST['display_name']), 'user_login' => esc_attr($_PO...
asked by 01.05.2014 / 17:25
1
answer

how to display the first line of a text snippet, linking this to the page where it is?

I need to display the first line of text that will be between [shortcode] and that this line is a link to your source page. The code below works, it displays a div, but I want to display the first line of the text that I put [shortc...
asked by 29.10.2014 / 12:05
1
answer

HTTPS in wordpress

I bought a certificate and passed my url from http to https on wordpress. I used the following ways:    Go to "Settings" of your WordPress, under "General" change the "Address   WordPress (URL) "and" Site Address (URL) "to   " link ", if you...
asked by 24.07.2016 / 00:52
1
answer

Slider with jQuery in WordPress is not running in IE

I'm producing my site , in Chrome everything is ok as always, but in IE Slider is not running and I do not know what do. I'm using CSS3, jQuery Easing v1.3 and jQuery 1.11.0. I found the code that Chrome uses to run the slider, but I ha...
asked by 09.04.2014 / 05:41