[Support request] Download Bottom

Home Forums Support [Support request] Download Bottom

Home Forums Support Download Bottom

Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • #2431504
    Rafael

    Hi…..

    Why download bottom is not displayed here??:

    https://ibb.co/4NfcJ4x

    Here is the link……….

    https://www.rmendez.pro/leyes/ley-3-02-sobre-registro-mercantil/

    What I am doing wrong!!!!

    Apreciate you help…………..

    #2431674
    Leo
    Staff
    Customer Support

    Hi there,

    Not sure if I fully understand.

    That looks like a WP core block which the theme doesn’t have any control over.

    I just clicked on the Download link and it worked for me though.

    Let me know if I’m missing something here.

    #2431677
    Rafael

    I refer to show something like this…………..

    https://ibb.co/2N5xXpW

    #2431763
    Leo
    Staff
    Customer Support

    Hmm do you see the actual button style in the editor?

    #2431807
    Rafael

    No…but I see it in the frontend………

    #2431924
    Leo
    Staff
    Customer Support

    Sorry I’m a bit confused again.

    So the issue is in the editor and not the front end?

    #2432091
    Rafael

    The issue is in the front end…………..

    #2432116
    Fernando
    Customer Support

    Hi Rafael,

    Are you referring to the Button not displaying as it should in the Frontend compared to what’s set in the Editor?

    For clarity, can you take a screenshot of the Block settings of this Download button on the Backend as well?

    #2432133
    Rafael

    Here you have…………

    https://ibb.co/RHm8YGS

    #2432155
    Fernando
    Customer Support

    Hi Rafael,

    I see. This Block isn’t from GeneratePress or GenerateBlocks. It’s from WordPress. We have no control over that Block. Are you trying to alter how it looks in the front end?

    If so, you can give the File Block a class of cu-download-button in its class list. Example: https://share.getcloudapp.com/v1uEvWlv

    Then, add this through Appearance > Customize > Additional CSS:

    .wp-block-file.cu-download-button .wp-element-button{
        padding: 5px 10px;
        background-color: #7777ee;
        color: #fff;
    }

    You may change the values to your preference.

    If you’re referring to something else, let us know.

    #2432830
    Rafael

    Hi Fernando…..

    I copied the css code and insert the class in the post, but still no show the bottom.

    See here……

    https://ibb.co/52PrCcp

    #2432953
    David
    Staff
    Customer Support

    Hi there,

    remove any CSS you have so far, and add this CSS:

    
    .wp-block-file *+.wp-block-file__button {
        background-color: var(--accent);
        color: var(--base-3);
    }
    #2433107
    Rafael

    HI….

    Still not working David………

    I removed insert CSS and inser the class to the post….

    See here…………

    https://www.rmendez.pro/leyes/decreto-4807-sobre-control-de-alquileres/

    #2433135
    David
    Staff
    Customer Support

    You have an error in your other CSS – see this:

    
    .grecaptcha-badge { visibility: hidden; }
     display: flex;
    }

    That is broken. Delete that and change it to:

    
    .grecaptcha-badge { 
        visibility: hidden;
        display: flex;
    }

    Then the other CSS will work.

    #2433141
    Rafael

    Yes…….Thanks David…..its working now………

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