This topic has 8 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #140418
     TheSandman
    Participant

    Hi, my english is so bad {i am spanish}, so I hope that you can understand me. My doubts:

    1. Is it possible to create a link where you view images, videos and / or written with more loves or more visits? Mix everything, and to do it well or separately.
    2. I would like that when we identify the page would go to one where we see the activity of all our {loves images and / or videos, with thumbnails, comments, new friends, etc.} Is this possible?

    3. On Home, how to change the color of “Our TV Commercial”? I could change other items, but not that box.

    4 . I want change the borde color, but I dont know how {see picture 04}

    5.{see picture 05}  I want  change box colors and “Comentarios recientes” text color, but I dont know.

    6. {See picture 06} How to change these boxes color?

     

    Thank you for your help.

    Attachments:
    You must be logged in to view attached files.
    #140422
     TheSandman
    Participant

    7. I want to ask how I can change the text of the slider revolution, in home too.

    #140464
     Laura
    Moderator

    Hola, puedo ayudarte en español.
    Necesitaría acceso a wp admin para revisarlo 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #140489
     TheSandman
    Participant

    Hola, Laura, gracias por responder {me quita un peso de encima que pueda escribirte en español}. No tengo la web subida aún, sino que trabajo en localhost, pero si te fijas las cosas que no sé cambiar se pueden ver en la demo que tenéis disponible en http://seventhqueen.com/demo/sweetdatewp/
    Voy a poner las cosas que me gustaría cambiar con los enlaces de vuestra demo, a ver si así me puedes ayudar sin que tenga que subir mi web a internet. Siguiendo con la numeración de antes {mira las imágenes que puse antes de ejemplo}:

    3. Por lo que he visto, el botón corresponde a un Tinybutton, pero no sé dónde cambiarlo. El botón kleo “standard” es de color gris, y ése es color rosa, que es el tono que quiero cambiar, que corresponde a kleo “alert”. http://seventhqueen.com/demo/sweetdatewp/

    4. {Ver imagen 04} En vuestra demo el color del borde es “#fafafa”. Me gustaría cambiarlo, y no tengo ningún problema en poder cambiar el contenido de ese bloque, pero el borde de esa burbuja se me resiste. http://seventhqueen.com/demo/sweetdatewp/

    5. {Ver imagen 05} En mi web uso colores oscuros de fondo, y el texto del sidebar {Comentarios recientes/Entradas recientes, etc.} usa #212121, un color muy oscuro. Por más que he mirado no he encontrado dónde cambiarlo. Curiosamente en vuestra demo el color del texto es: #373737, y se puede ver en http://seventhqueen.com/demo/sweetdatewp/members/aisha-malviya/, en el texto de “Recent Replies”.
    Además, me gustaría cambiar la “burbuja” de miembros {color #f7f7f7} en vuestra demo y en el theme}, que es el mismo color de las “burbujas” donde se muestra la actividad.

    6. {Ver imagen 06}. En vuestra demo en índice de un subforo es éste:
    http://seventhqueen.com/demo/sweetdatewp/forums/forum/general-discussion/general-relationship-discussion/
    Si te fijas, cada post tiene un color, amarillo y blanco. En mi caso es negro y blanco, y me gustaría cambiar el tono blanco por otro, al igual que el amarillo con el mensaje de “oh, no se han encontrado más mensajes aquí”, y el azul de “0 debates”.

    Creo que no es necesario que suba a mi web, porque son cosas comunes del tema, pero si aún así lo ves necesario dímelo y lo subo a algún servidor gratuito, para poder verlo.

    Por otra parte, tengo otras preguntas que no sé si es posible hacer en el tema{estaría muy agradecido si pudieras responderme}:

    1.Me gustaría saber si es posible crear un link donde ver las imágenes,vídeos y escritos conmás loves o con más visitas, con todo mezclado o por categorías.

    2. Me gustaría que una vez el usuario se identificara acudiera a un link de actividad, pero no suyo, sino de sus amigos, donde se vieran los loves/likes que le han dado a fotos o vídeos con miniaturas, comentarios, nuevos amigos que ha agregado,etc. ¿Es esto posible ahora mismo? Agrego una imagen de ejemplo llamada “07”.

    Muchísimas gracias por todo, y felicidades por el tema, es una pasada.

    Attachments:
    You must be logged in to view attached files.
    #140492
     TheSandman
    Participant

    Se me ha olvidado comentar que con que me digas la raíz del archivo a modificar ya me apaño yo, tengo conocimientos de informática avanzados y no tengo problemas en modificar gifs, archivos de style, etc.

    #140712
     TheSandman
    Participant

    Cuando estoy trabajando configurando la web a veces me sale este error, siempre trabajando con plugins:

    Warning: scandir(C:/xampp/htdocs\wp-content\themes,C:/xampp/htdocs\wp-content\themes): El sistema no puede encontrar la ruta especificada. (code: 3) in C:\xampp\htdocs\wordpress\wp-content\plugins\revslider\includes\framework\core-func.php on line 97

    #141036
     Laura
    Moderator

    Hola,
    3- Prueba con este css

    COPY CODE
    
    #call-to-actions .alert:hover, #call-to-actions .alert:focus {
        background: black;
        border: 1px solid black;
    }
    

    4- CSS

    COPY CODE
    
    .carousel-profiles li {
        border: 3px solid black;
    }
    

    5- CSS

    COPY CODE
    
    .widgets-container.sidebar_location h5 {
        color: red !important;
    }
    .widgets-container.sidebar_location a {
        color: green !important;
    }
    .activity-header a {
        color: pink !important;
    }
    

    6- CSS

    COPY CODE
    
    div.bbp-template-notice.info {
        border: red 1px solid;
        background-color: red;
    }
    div.bbp-template-notice, div.indicator-hint {
        background-color: green;
        border-color: green;
        color: white;
    }
    .bbp-topics-front ul.super-sticky, .bbp-topics ul.super-sticky, .bbp-topics ul.sticky, .bbp-forum-content ul.sticky {
        background: pink !important;
        color: red;
    }
    #bbpress-forums .bbp-topic-title .bbp-topic-permalink {
        color: red;
    }
    #bbpress-forums div.even, #bbpress-forums ul.even {
        background-color: green;
        color: white;
    }
    

    1- Rtmedia? Puedes poner una galería https://rtmedia.io/docs/features/gallery/ y ajustar qué es lo que se ve, ahí lo explica todo 🙂
    2- No creo que sea posible actualmente pero este plugin te puede ayudar https://es.wordpress.org/plugins/buddypress-login-redirect/

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #141041
     TheSandman
    Participant

    Hola, ¿dónde pongo ese css? ¿En el estyle.css del theme? Gracias (:

    #141314
     Laura
    Moderator

    Hola, si en style.css del child theme

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?