• Resolved LArevaloP

    (@veneagle)


    there is some way to eliminate the following buttons (next, 1,2,3) when limiting the number of events in a grid, when I use the next button I get problems, instead of showing the next group of events, change of page and it shows all the publications more than any event, I am thinking to eliminate that button and replace it with another to go to the events page. So my question is how do I eliminate those buttons?

    in another order of ideas, how can I translate the plug in? As far as it is not in Spanish, can you help them with that?

    • This topic was modified 7 years, 7 months ago by LArevaloP. Reason: i forget write te reason because i wanna do this change, well the problem

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author PressTigers

    (@presstigers)

    Hello @veneagle,

    Pagination is not working because it’s conflicting with your theme as its modifying main Query.
    Currently there is not any shortcode/option available to disable pagination while limiting events but you can use CSS to hide pagination.
    .home .sep-page .pagination { display: none; }
    By using above CSS in your activated theme you can hide SEP pagination for homepage.

    Translation
    You can suggest translation on WP GlotPress platform. Following is the link where you can translate Simple Event Planner in your language:
    https://translate.wordpress.org/projects/wp-plugins/simple-event-planner/

    Please add translations against each string, once these translations will be approved by GlotPress team then it will be the part of SEP plugin.

    Another Quick Method:
    In this method, you can add manual translations in SEP plugin. Please create a file named as simple-event-planner-language_code.po in simple-event-planner/languages directory and copy all string of simple-event-planner.pot file to newly added file. Add translations against each string into your language. After completing translation task, compile it using POEDIT.

    *language_code: Please find the language code ( WP Locale ) for your language from the following link.

    Translation Teams

    Thanks

    Thread Starter LArevaloP

    (@veneagle)

    thank you very much, the code worked perfect.

    I already translated a couple of items, but I have my doubts about the context or where it says that in the plug in order to make the translation more consistent, I will try to do it gradually to make the translations more accurate unless they want us to work together for this At some specific moment, we can make a skype conference for that purpose.

    Thread Starter LArevaloP

    (@veneagle)

    more questions and sorry for disturb…

    – A similar code to css by remove next buttom from widgets?
    – Any shortcode, or any other way to show a random future event?

    Again Thanks for your support

    Plugin Author PressTigers

    (@presstigers)

    Hello @veneagle,

    1) To remove pagination from widgets please add this CSS:
    .widget .sep-page .pagination {display: none;}

    2) Currently there is no such shortcode available to show a random future event. But there is an alternative way for doing that. You can create a category and assign it to event and then use shortcode to display events of that specific category.

    Thanks & Regards

    • This reply was modified 7 years, 7 months ago by PressTigers.
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Problem with NEXT button’ is closed to new replies.