[Resolved] Personalización área de afiliados

Home Forums Support [Resolved] Personalización área de afiliados

Home Forums Support Personalización área de afiliados

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1290722
    Pedro

    Hola! Acabo de instalar el plugin AffiliateWP, me gustaría cambiar lo siguiente:

    – Por defecto, la página del área de afiliados muestra el registro e inicio de sesión en una sola columna. Me gustaría mostrarlo en 2 columnas, una para registro y otra para iniciar sesión.

    – He habilitado la opción para que se muestre en enlace de “área de afiliados” en la página de “mi cuenta”, sin embargo al hacer clic lo que hace es redirigir a la página de “área de afiliados”, me gustaría que simplemente muestre esa área desde la página de “mi cuenta”.

    Sé que todo esto se puede hacer con CSS sin embargo necesito ayuda 🙂

    ¡Gracias!

    Hello! I just installed the AffiliateWP plugin, I would like to change the following:

    – By default, the affiliate area page shows the registration and login in a single column. I would like to display it in 2 columns, one for registration and one for login.

    – I have enabled the option to display the “affiliate area” link on the “my account” page, however when clicking what it does is redirect to the “affiliate area” page, I would like you to simply show that area from the “my account” page.

    I know this can all be done with CSS however I need help 🙂

    Thank you!

    #1290936
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You would need to know the page ID of your affiliate page, then you could try this:

    .page-id-123 .entry-content {
        display: flex;
        justify-content: space-between;
    }
    
    #affwp-register-form, 
    #affwp-login-form {
        width: 45%;
    }

    Not too sure what you mean by your second question – it sounds like something you may need to ask the AffiliateWP support team.

    #1290990
    Pedro

    Hola Tom!

    El código funcionó perfectamente, sin embargo me gustaría saber si es posible que el espaciado entre columnas sea igual a la página de mi cuenta.

    Esta es la página de afiliados: https://www.rebajaslocas.com/afiliados/

    Esta es la página de mi cuenta: https://www.rebajaslocas.com/mi-cuenta/

    ¡Muchas gracias!

    The code worked perfectly, however I would like to know if it is possible that the spacing between columns is equal to my account page.

    This is the affiliate page: https://www.rebajaslocas.com/afiliados/

    This is the page of my account: https://www.rebajaslocas.com/mi-cuenta/

    Thank you!

    #1292319
    Tom
    Lead Developer
    Lead Developer

    You should just be able to reduce the width value 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.