Questions tagged as 'wordpress'

1
answer

Customer registration area in WordPress

Is there a plugin that makes clients' signup for wordpress ? I need a separate area from the login area where clients can register to receive files and the like. Note: I need these clients to have their registration the part of the us...
asked by 13.07.2016 / 16:03
2
answers

Create an Image with overlapping dynamic text and send it by email

I needed to create a system that allows me to have 2 or 3 images of my choice and in these images it is possible to insert a text written by the user and that can finally be sent by email with the image in the body of the email. Something like...
asked by 13.07.2016 / 12:43
1
answer

WordPress Thumbnails in Custom Post Type

I am using the following code to enable Custom Posts Types on my site. No functions. What should I add to this code so that the function of thumbnails to the custom post appears? add_action( 'init', 'create_post_type' ); function create_post_t...
asked by 05.07.2016 / 21:33
1
answer

Change domain of a site

When I started to make my site I used the .atspace.eu domain because it is free. Now that you've completed the site, I'd like to pass it to .pt . The site was developed in wordpress. Can anyone help me with this domain transfer? Than...
asked by 22.08.2016 / 12:49
1
answer

Vary Script within Div

I would like to embed a script quiz in the sidebar of my site, it is 3 quiz in fact and I did not want to put one below the other, I would like them to switch between them automatically every time the page loads, occupying the same block. It...
asked by 18.10.2016 / 19:53
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

Problem when ordering posts in wordpress

Hello, good morning. Well, I'm having trouble sorting posts in wordpress categories. Ex: I have the category news, movies, music, images .. I want to sort the posts of these categories in ascending order. I used the following code <?p...
asked by 28.09.2016 / 15:44
2
answers

How to increase the icon size when hovering over a list

I'm trying to change the size of certain icons when passing the mouse. It turns out that when I hover the mouse the icon even increases in size, but the same one that causes the other icons to leave the place. Not to mention that it is not exact...
asked by 08.07.2016 / 17:15
1
answer

REGEXP Regular Expression in Mysql

I have the following problem: I need to make a query (The site was developed in wordpress) where I have several health specialties. When an item is marked with two categories it is registered as follows in the database: ["1", "19"] , I...
asked by 07.01.2016 / 19:48
1
answer

How to create categories for a Post type in Wordpress?

Simple doubts, but I can not find a solution. I created a Post type called "Products" in functions.php, but it does not come with categories natively. What do I put in the functions to allow the user to give a category to a Product? I got the co...
asked by 29.10.2015 / 21:36