Questions tagged as 'wordpress'

0
answers

Upload a url when you click player play

Hello, I am trying to load a url (open link) when I click play from a player that is a Wordpress (WonderPlugin Audio Player) plugin. I imagine it can be done in javascript, but I do not know how to do it. The player has class set to play. Bes...
asked by 19.07.2018 / 19:21
0
answers

Submit in wordpress "admin"

I've created a custom page in wordpress's "admin" that has a text field and a submit button. I need to figure out how to get the page to be saved, but I can not find anything on the web. Does anyone know the 'action' needs to be in the form to b...
asked by 19.07.2018 / 17:55
1
answer

Jquery scroll fixed on top when clicking on a div #

Next I have a problem because when I clicked on a menu anchored by a #id it did not have the scroll on top and so the content was cut because now I put this function and it worked perfectly however when I look at the console error Jquery:...
asked by 19.07.2018 / 16:34
0
answers

Redirect only if you are on page X | Woocommerce 3+

I want to redirect the user after logging in to the main page, but only if it is on page X. This is because some pages are protected with a password. My code: add_filter('woocommerce_login_redirect', 'redirecionar'); function redirecionar()...
asked by 04.08.2018 / 16:06
0
answers

Problem when clicking the anchor menu #

Below is my jquery script that makes hiding a certain content of the #over for example and when clicking the menu it hides the old one and shows the new one but when I call the new one the content gets all messed up quoting piece could help me?...
asked by 18.07.2018 / 22:01
0
answers

How do I make a query to return an array of stdClass objects containing the author name, sum of visits and sum of views?

I'm developing an author traffic plugin for a news site and I'm catching up on some queries. I have the following widgets that are shown in the admin dashboard: function ws_general_statistics(){ global $wpdb; $pageviews = $wpdb->ge...
asked by 19.07.2018 / 06:47
0
answers

Wordpress Passing do_action parameters

Hello, I'm having some difficulties trying to make a modification in a plugin in Woocommerce, in my plugin there is a registry of transporters, where the buyer can make a budget with all before "closing the purchase", for this I made a script tha...
asked by 16.07.2018 / 19:29
0
answers

Generate post titles automatically based on custom fields

Alright? I am creating a website, unde will be registered several units of this company, in several cities of Brazil. I created a post type called drive and from the custom fields I created using the advancedcustomfields plugin has a called...
asked by 16.07.2018 / 16:32
0
answers

How to add numeric pager in Wordpress

Hello, I would like your help to solve the following problem that I am having, the code below below filters Wordpress items by letter, however I am not able to integrate the paging function into this script, I would like your help to be able to...
asked by 15.07.2018 / 10:57
1
answer

Create a loop for each post category

Hi I'm new to programming and new to wordpress development. I'm trying to create a testimonial page, with custom post tipes using sub categories. The idea is to have 4 categories of testimonials. And have a loop for each category. For this I...
asked by 23.07.2018 / 19:06