Site logo

[Support request] Adding Buttons

Home Forums Support [Support request] Adding Buttons

Home Forums Support Adding Buttons

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2412835
    Oppo Gene

    need help regarding an issue, Kindly check the Screenshots, I want to add the button within the widget of “View More”, so that after 50 files if anybody wants more files to visit then he/she can get to that page via clicking “View More”.

    If you didn’t get this, kindly visit the website: tonesmp3.ca, on right side bar there are Latest and Best Ringtones, want to add button in the end of the files but within the concerned widget. You can get more about it using Inspect Tool, kindly share some snippet/CSS so I can add it to website

    (ScreenShots)
    https://postimg.cc/Z0ByH6dJ (Captured through Admin Panel)
    https://postimg.cc/LqJHS3RX (Captured through Admin Panel)
    https://postimg.cc/0b9Pjsxh (Captured through Front-End and want to Place “View More” button in the Highlighted Area)

    Thank You
    Looking Forward

    #2412993
    Leo
    Staff
    Customer Support

    Hi there,

    It’s not possible to add a button within that widget unfortunately – this is something you will need to check with the plugin’s support team.

    The only solution I can think of is to add the button in an extra widget below that then we can use CSS to remove the margin between the two widgets.

    Would that work for you?

    Let me know 🙂

    #2413415
    Oppo Gene

    Yes, please share it

    #2415626
    Oppo Gene

    Hi, It’s been more than 48 hours, I didn’t get any response from your side, kindly share the css so the issue can be resolved

    Thank You

    #2415719
    Leo
    Staff
    Customer Support

    I’m not seeing the buttons added here:
    https://www.screencast.com/t/KdlhTkdnXGZC

    Once the button is added, you can use this CSS to close the gap:

    .sidebar #wpdm_newdownloads-8 {
        margin-bottom: 0;
    }
    #2415994
    Oppo Gene

    Hi, I have done so, but nothing happens, kindly check the screenshot

    https://postimg.cc/0bwbttnG

    #2416002
    Fernando
    Customer Support

    Hi Hassnain,

    I see. Try adding this through Appearance > Customize > Additional CSS:

    .sidebar aside#wpdm_newdownloads-3 {
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    
    .sidebar aside#wpdm_newdownloads-3 + aside {
        padding-top: 10px;
    }
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.