Home Forums Pro Themes Magazine Plus Pro REED MORE

Viewing 15 posts - 31 through 45 (of 60 total)
  • Author
    Posts
  • #143217
    Diego Morilla
    Participant

    Hello Psink
    Can you tell me how to center the captions of the images? Thank you
    a greeting

    #143234
    Psink
    Keymaster

    can you please share screenshot ?

    #143243
    Diego Morilla
    Participant

    Hello Psink
    I would like to center the text that appears below the photo. I send you a video.

    https://youtu.be/IJVHaN39ZV4

    Thank you
    A greeting

    #143284
    Psink
    Keymaster

    hello diego

    Add this CSS

    
    [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
        text-align: center;
    }
    

    Regards,
    Psink

    #143295
    Diego Morilla
    Participant

    Hello Psink
    Thank you very much for the information. I would also like to be able to move the logo (it is in customize, identity of the site) and the name of FLAMENCODEPAPEL (it is an image that is in the header right widget area). I am attaching a demonstrative video. Thank you. Cheers

    https://youtu.be/veNb7MUCvfY

    #143613
    Diego Morilla
    Participant

    Hola Psink
    Muchas gracias por la información. También me gustaría poder mover el logo (está en personalizar, identidad del sitio) y el nombre de FLAMENCODEPAPEL (es una imagen que está en el área del widget del encabezado derecho). Adjunto un video demostrativo. Gracias. Salud

    https://youtu.be/veNb7MUCvfY

    #143618
    Psink
    Keymaster

    Hello Diego

    Please add this CSS code in Additional CSS

    For header widgets – adjust the padding value in #header-widgets as per your requirement
    For site logo – adjust the padding value in .site-branding as per your requirement

    
    @media screen and (min-width: 1024px) {
        #header-widget {
            text-align: right;
            padding: 0px 0px 0px 0px;
        }
        .site-branding{
            padding: 0px 0px 0px 30px;
        }
    }
    
    #masthead{
         padding: 20px 0px 25px 0px;
    }
    
    

    Hope this helps you

    Regards,
    Psink

    #143636
    Diego Morilla
    Participant

    Hello Psink
    Thank you very much for the help above. I would like to put the number of comments on the post in Spanish. Where number thought on appears, I want to put it in Spanish. I have tried it with the crazy plugins translate but it has been deleted and no thought appears anymore. I am sending you a demo video. Please, can you help me? Thank you
    a greeting

    https://youtu.be/OPdi97jmW1k

    #143697
    Psink
    Keymaster

    Hello Diego

    I guess you have miss one thing while translating the string

    Please check the screen record
    https://www.awesomescreenshot.com/video/2576202?key=7aea20bc63d05ba20ba454c75e002483

    Regards,
    Psink

    #143707
    Diego Morilla
    Participant

    Hello Psink
    I’ve tried following your video, but can’t. Nothing appears, I guess I’m doing something wrong. I’m sending you a video so you can help me please. Thank you

    https://youtu.be/qSQadZfqdvs

    Regards,
    Diego

    #143723
    Psink
    Keymaster

    Hello Diego

    You need to fill that empty space manually with the exact translations of the String.

    Please follow the screen record
    https://www.awesomescreenshot.com/video/2579972?key=76a6893f6f7d90974a568cf8846f6a97

    Regards,
    Psink

    #143737
    Diego Morilla
    Participant

    Hello Psink
    Yes now I managed to do the translation, Thank you. Is it possible to change the order of the widget sections? That is, I want RECIENTES-POPULAR-COMENTARIOS to appear and not POPULAR-RECIENTES-COMENTARIOS. This Widget can be found in Secondary Sidebar MP: Tabbed. Thank you

    Regards,
    Diego

    https://youtu.be/06vrVVbMh8I

    #143761
    Psink
    Keymaster

    Hello Diego

    Currently, it’s is not possible to rearrange the order of the tab.

    Regards,
    Psink

    #143774
    Diego Morilla
    Participant

    Hello Psink
    I do understand that you cannot make those changes. Thank you

    Regards,
    Diego

    #143775
    Diego Morilla
    Participant

    Hello Psink
    I want to share the post on social networks. But I can’t get the featured image of the post to come out. Either the logo, or the header image or the icon of my website appears. Do you know how I can do it? Thank you

    Regards,
    Diego

    https://youtu.be/nXv-RYWF0KA

Viewing 15 posts - 31 through 45 (of 60 total)
  • You must be logged in to reply to this topic.