Questions tagged as 'plugin'

1
answer

File Upload Questions

My question is regarding Uploading Files using the link I have the following JS code $('#arquivoCliente').fileinput({ language: 'pt-BR', uploadAsync: false, showPreview: false, maxFileSize:...
asked by 03.07.2017 / 15:05
2
answers

How to select a specific contact form to format in CSS

I'm working on a quick contact form on my page, and I need to format it in css with the following code: form.wpcf7-form { position: absolute; width: 250px; top: 165%; left: 65%; text-align: center; background-color: rgba(89, 89, 89...
asked by 16.05.2016 / 19:41
1
answer

URLhashListener picking the wrong item (Owl Carousel)

I'm using Owl Carousel on a landing page. I added some thumbnails, and I used the URLhashListener to associate the thumbnails with the respective image, but the link is opening the wrong image. It looks like the script is calculating the wrong v...
asked by 07.10.2015 / 21:58
1
answer

Wordpress custom search plugin

Is there a plugin that makes it easy to create a custom follow-up search for Wordpress? Template:     
asked by 31.08.2015 / 22:41
1
answer

Course Registration - Joomla 3.4

I'm needing a plugin for joomla or code for the following situation: I have a site that offers courses, but until 6 months ago the owner of the site, or site had (rss) so she asked that a way be made for her to have the data of the interested...
asked by 04.05.2015 / 20:38
1
answer

Strange characters in message subject, using wp_mail

Good evening, I would like someone to help me with this, I developed a plugin wordpress, send emails perfectly, but when the subject contains accentuation, the subject is displayed in a strange way, see ... The subject arrives this way ... =...
asked by 26.05.2015 / 06:38
1
answer

Identify Visitor and User on Wordpress

I'm working on a wordpress plugin, and I need to change the Login menu name to My Account when the user is logged in. I also need to change the title of the page. I've tried using the filter below, but it ends up changing all the links in...
asked by 16.02.2015 / 05:32
1
answer

Error installing Wordpress with the PG4WP plugin on the server

I'm using wordpress with the PG4WP plugin to use the postgresql . Localhost everything went well. But when I migrated to the server it returns the following error at the time of setting wp-config ( wp-admin/install.ph...
asked by 14.02.2014 / 17:39
2
answers

How to select one or more items in the jQuery UI Multiselect plugin?

I'm using the jQuery UI Multiselect plugin. How do I select one or more options with the click of a button outside the multiselect? For example, I have a list of 5 items: Group 1 Item Group 2 Item Another item Group 2 Another i...
asked by 06.02.2014 / 15:58
0
answers

How to color part of a text inside the input using REGEX or if you have a VUEJS plugin

My problem is the following I have an input with the text. Eg: "I'll add this new text". When the text is selected I change it to be enclosed in braces. Eg: "I will add this new text". UNTIL HERE I GOT But I need to change everywhe...
asked by 05.06.2018 / 14:07