Questions tagged as 'wordpress'

0
answers

Discover the user who updated wordpress

Is it possible to find out which user performed the wordpress update? Do you know if there is any record in the database or something? I have access to FTP, had to do a backup and return the hosting for 7 days ago, some user updated wordpress an...
asked by 20.12.2018 / 12:15
0
answers

Problem with loop (v-for)

Speak Devs! I'm new to this world and I'm catching up with something I think is simple. I'm using the API-Rest of Wordpress and I'm picking up the posts, I want to bring one by ID, theoretically everything's okay, because I already did with a...
asked by 21.12.2018 / 19:48
0
answers

How to change the font size of share title in WordPress JetPack social networks?

I have the "Share this page" of Wordpress JetPack like this: How can I increase the font size of this part of JetPack in Wordpress? I already looked in some files of the plugin, but I did not find it. Thank you.     
asked by 17.12.2018 / 14:21
1
answer

Formatting and submitting comments in WordPress

I have two sections on my site, one shows the comments and the other is a form for comments: Section sec-aval - Show comment <section id="sec-aval"> <aside class="sec-aval-asd first"> <h1>Título do co...
asked by 10.03.2014 / 14:49
0
answers

Widgets do not work

I created a widget area but every widget I drag to that area does not work, I save the settings and the widget goes to the inactive widgets area. Here is my function.php file with area creation: function widget() { register_sidebar (array(...
asked by 26.12.2018 / 19:09
1
answer

WordPress and Woocommerce - WC_Order

I need help with a project. Home I developed a totally custom website in WordPress. Total pages are standardized, but the user can only access the pages if they have active product. So I need to configure his environment at the time of purchase...
asked by 14.12.2018 / 14:19
1
answer

wp_query returning the entire post.Returns only title

I have this code and when I put it on the home page it returns the entire post. I need to return only the title, date and thumbmail of the post, it is retrieving all post content ... function get_mais_lidos_semana() { global $wpdb; global $pos...
asked by 17.12.2018 / 13:13
0
answers

How to change the slide speed of the ACF PRO Wordpress plugin

In my client's site there are some custom fields, one of them is a slide. I do not know in which location, or file, that I can slow down the slide. Looking at the code through Google Chrome I see this: <div class="owl-stage" style="trans...
asked by 04.12.2018 / 13:57
0
answers

Add attachments in message form, from a wordpress wiget

I use the dokan plugin for creating the marketplace (within the Wordpress platform). This plugin grants a Message Form Widget it already automatically sends to the e-mail of the store that the customer is visiting. The problem I wanted to add to...
asked by 01.12.2018 / 04:44
0
answers

Adding SVG (with JQuery and CSS) in Wordpress

Good morning. I have an SVG that is made with a JQuery function and a CSS and would like to make it work in Wordpress. I've tried the following: SVG code between tags <div><svg></svg></div> , with the function...
asked by 07.12.2018 / 13:38