Questions tagged as 'wordpress'

1
answer

Create a landing page before the wordpress home page

I am wanting to create a landing page with html / css / js where when the user enters he sees the landing and after a while he redirects to the wordpress page. (all in the same domain) Try touching the .htaccess but the problem is that it t...
asked by 09.04.2017 / 19:20
1
answer

Woocommerce: Add html tag under a field

I'm trying to add an html tag "< p >" below the Billing_Address_2 field. They recommended me to do it with a hook and this is what I tried: function aviso_rojo() { echo '<p class="aviso_rojo" style="color:red;float:left;display:no...
asked by 06.04.2017 / 01:00
2
answers

Save variable "user_pass" in WordPress and then call it

I have a question regarding the variable "user_pass", which momentarily contains the unencrypted password of the user who registers. Which I'm looking at is codex page . I want to save that password without encrypting it in the database and the...
asked by 29.03.2017 / 14:50
1
answer

Published sitelinks come out with local ip, redirect IP to public site name

I just mounted my server with Wordpress (Debian 7.11, apache2 and php5) and it is already published on luisarizaga.ddns.net (via Noip with its dynamic DNS). The problem appears once it is accessed ... the site is published and can be accessed...
asked by 27.03.2017 / 06:26
2
answers

I need to put the_excerpt (); in the Wordpress entries but I can not find the file

I am asked to find the file that contains this code. <?php get_header(); if (have_posts()) : while (have_posts()) : the_post(); the_content(); endwhile; endif; get_sidebar(); get_footer(); ?> In this code I have to add the...
asked by 29.03.2017 / 10:44
1
answer

Gravity form drop-down

There is some way with the plugin gravity form , to make new fields appear when a Drop Down field is selected. Example: Drop down of selection of DNI or CIF. When I select DNI that appears a DNI entry field, and when I select CIF that you enter...
asked by 24.03.2017 / 14:41
0
answers

Animations on map in wordpress

I am developing a site with wordpress in which I need to create certain animations on a map. There is a plugin from wordpress or script with jquery to resolve this request from the client. 1.- The countries of green color add a mark...
asked by 10.03.2017 / 18:35
0
answers

Export products from ML to WooCommerce

good afternoon. I wanted to know if there is any mode or plugin that allows me to export products published in ML and publish them in a WooCommerce store. Thank you very much     
asked by 10.03.2017 / 17:34
1
answer

Timber and WPML do not translate text strings

I started using Timber with Wordpress and everything was fine until I got to do text translations. I use WPML but apparently it does not work with Timber. To translate a text with WPML I usually use the following: _e('Texto', 'theme');...
asked by 21.02.2017 / 16:32
0
answers

Download the whole wordpress theme to NetBeans from a GoDaddy server

I'm trying to download a theme that I add to my WP site but I can not download it to NetBeans, I can download the other themes but not this one and you have the same permissions from the server. Help please     
asked by 11.02.2017 / 00:15