• Resolved exageo

    (@flogsblog)


    ST: Events – widget (section) on the front page. Very nice functionality of the theme. (Only in PRO version I think.) But there are several flaws which make it hard to use:

    1) Headers (Date, Time, Venue, …) are available only in English. So it is not useful or it looks bad in another language. There is not an option to change in the widget and I did not find a place where to edit in the theme code. Can you please somehow integrate user’s headers options?
    2) Concerns Tickets column. When a “link” is not added (but “link text” is added), no text is displayed. So I cannot write e.g. a text “Sold” or “Unavailble” and not provide a link (obviously no link is desired in this situation).
    3) When there is no text in the last Tickets column, horizontal line of the table is not displayed. It looks weared. The line should be there even if there is no text on the last column.
    4) Bad field label. You called Address instead of Location – inside the widget’s option. Better to call it the same – I suggest Location. But it is a cosmetic problem and does not influence the functionality.

    https://prnt.sc/m4nlij

    Screenshot is above. Thanks for taking a look at it. (It is still me, flogsblog, now maybe with a different nickname.)

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter exageo

    (@flogsblog)

    Using String locator plugin I was able to locate a part of the source code. Not very convenient way, but working, which is good and enough for me right now.

    wp-content/themes/surplus-concert-pro/inc/widgets/widget-events.php

    echo '<thead>
    <th>'. esc_html__( 'Date', 'surplus-concert-pro' ) .'</th>
    <th>'. esc_html__( 'Time', 'surplus-concert-pro' ) .'</th>
    <th>'. esc_html__( 'Venue', 'surplus-concert-pro' ) .'</th>
    <th>'. esc_html__( 'Location', 'surplus-concert-pro' ) .'</th>
    <th>'. esc_html__( 'Tickets', 'surplus-concert-pro' ) .'</th>
    </thead>';
    Thread Starter exageo

    (@flogsblog)

    I hit resolve by mistake. Only the major item no. 1 is partly solved.

    Theme Author surplusthemes

    (@surplusthemes)

    Hello exageo(@flogsblog)

    Thank you for getting back to us. Queries that you have mentioned are likely to be a personal feature request. We can help you to achieve your requirement with high priority through a child theme. Please contact surplus Themes support forum.

    If you wish to translate ( Date, time, venue ) in your native language then you can use Polylang plugin.

    With regards,
    Surplus Themes

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ST: Events (front page section) in PRO’ is closed to new replies.