• Resolved zirekx

    (@zirekx)


    Where is stored code of creating Next Button in pagination.
    I REALLY want to edit this code and for example edit span text directly in code or add something near this button. Where is it storeD?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @zirekx,

    Could we know what you are looking to change by editing the code so that we could suggest based on that?

    There aren’t any span tags in the paginations. If you meant regarding the “Next” and “Previous” texts you should find the option to edit that as shown in the following screenshot:

    Screenshot at 18:31:24.png

    I could also you had another query with adding icons which is suggested in the following ticket:
    https://www.ads-software.com/support/topic/how-can-i-add-my-custom-icon-to-next-button/#post-15422463

    Please do check and advise if I’m missing anything so that we could check further if needed.

    Kind Regards,
    Nithin

    Thread Starter zirekx

    (@zirekx)

    I just want to add my custom svg or png icon to this button.
    In the normal formula I added it in font-render.php just by adding single line like this where button is being created:
    $htm .= ‘‘;
    And it worked, but when I try to find this pagination buttons its so hard

    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @zirekx,

    Sounds like your query is similar to your thread in here:
    https://www.ads-software.com/support/topic/how-can-i-add-my-custom-icon-to-next-button

    I’ll go ahead and mark the above thread as resolved so that we could continue the conversation here. Trying to have multiple tickets with similar queries will cause miscommunication.

    You can always re-open any thread if needed.

    I just want to add my custom svg or png icon to this button.

    Have you considered using CSS? You should be able to embed icons using custom CSS.

    If you are using font icons, the CSS shared in the following ticket should help:
    https://www.ads-software.com/support/topic/how-can-i-add-my-custom-icon-to-next-button

    If you could share an example of how you are looking to achieve and share the page URL where you have the form, maybe we could check for a workaround.

    Editing the plugin files directly isn’t something we would recommend, once the plugin is updated you’ll lose the changes done.

    And it worked, but when I try to find this pagination buttons its so hard

    This is because the buttons are added in a JS file and they are added in runtime by minifying the source file into front.multi.min.js. I’m afraid we don’t recommend editing these files as it can affect the workflow of the form.

    If you are looking for a workaround via CSS please do follow up in the ticket with further details as requested above.

    Kind Regards,
    Nithin

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @zirekx ,

    We haven’t heard from you for several days now, so it looks like you don’t need our assistance anymore.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Where is stored Next Button Code in Pagination?’ is closed to new replies.