supremero
Forum Replies Created
-
I managed to do this using PublishPress.
Thanks!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Add Event title to CalendarHello @savvasha,
I know, but i wanted to use the custom post type created by sportpress, to avoid the creation of another one. I’ll give it a try.
I didn’t changed the core files, i made the changes in my theme.
Thanks!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Add Event title to CalendarI see this was already suggested: https://sportspress.uservoice.com/forums/285525-ideaboard/suggestions/37488169-display-event-title-on-its-date-when-in-calendar-m
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Add Event title to CalendarThis should be the default view for a calendar in my opinion. Not showing the events on the calendar means at least one extra click from the user to reach that information…
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Add Event title to CalendarI changed line 237 to this:
$dayToDisplay = $day . "<br><span class=event>" . esc_attr( $ak_titles_for_day[ $day ] ) . "</span>"; if(sizeof($daywithpost[$day]) > 1){ $dayToDisplay = $day . "<br><span class=event>" . sprintf( __( '%s events', 'sportspress' ), ( sizeof( $daywithpost[ $day ] ) ) ) . "</span>"; } $calendar_output .= '<a data-tooltip data-options="disable_for_touch:true" class="has-tip" href="' . ( sizeof( $daywithpost[ $day ] ) > 1 ? add_query_arg( array( 'post_type' => 'sp_event' ), get_day_link( $thisyear, $thismonth, $day ) ) . '" title="' . sprintf( __( '%s events', 'sportspress' ), ( sizeof( $daywithpost[ $day ] ) ) ) : get_post_permalink( $daywithpost[ $day ][0], false, true ) . '" title="' . esc_attr( $ak_titles_for_day[ $day ] ) ) . "\" itemprop=\"url\">" . $dayToDisplay . "</a>";
Is almost what i needed… I would love to display all the events on a specified day, not “2 events”: https://prntscr.com/ofslv2
Anyone who can help?
Forum: Plugins
In reply to: [WPMobile.App] Hide parts on mobile and push notificationsAll my emails to you are being rejected:
The address to which the message has not yet been delivered is:
[email protected]
host mx3.mail.ovh.net [91.121.53.175]
Delay reason: SMTP error from remote mail server after RCPT TO:<[email protected]>:
450 4.7.1 Client host rejected: cannot find your reverse hostname, [91.216.156.66]Forum: Plugins
In reply to: [WPMobile.App] Hide parts on mobile and push notificationsI wrote you.
Forum: Plugins
In reply to: [WPMobile.App] Hide parts on mobile and push notificationsThat option was enabled from the start: https://prntscr.com/nrbaeu
I use “wp fastest cache” plugin on the website, but i cleared all cache after each modification.
Forum: Plugins
In reply to: [WPMobile.App] Hide parts on mobile and push notificationsI was wrong, the gray bar is still there…
Also, i added a h1 in my header, then hide it. Is not visible on the website, but is visible on my app. The app somehow cache it. How do i update the app? I disabled the “cache” option in the wordpress plugin, but the app is not refreshed.
Can i give you access to the website and help me with these issues so i can finish this app at once?
Forum: Plugins
In reply to: [WPMobile.App] Hide parts on mobile and push notificationsI did both and the gray banner is gone. Thanks!
- This reply was modified 5 years, 10 months ago by supremero.
Forum: Plugins
In reply to: [WPMobile.App] Hide parts on mobile and push notificationsIt shows in the app, is the same domain.
I will try to add that span in the body of my website.
Will it work too if i disable this option “Open all links in the internal browser”?
Forum: Plugins
In reply to: [WPMobile.App] Hide parts on mobile and push notificationsSo many questions, client nervous and your answers come very slow… ??
A 5 min chat with you would have solved all my issues faster. Is that possible?- This reply was modified 5 years, 10 months ago by supremero.
Forum: Plugins
In reply to: [WPMobile.App] Hide parts on mobile and push notificationsI noticed now this small refresh link, who does the update: https://prntscr.com/npd8i6
But how do i remove that gray toolbar https://prnt.sc/np9akq ? I use my wordpress theme, not wpmobile.app theme, is that the toolbar for your theme menu?
Forum: Plugins
In reply to: [WPMobile.App] Hide parts on mobile and push notificationsI think i fixed those now, but how do i regenerate the app?
When i try to upload the apk to google play i get this error: Upload failed
You need to use a different version code for your APK or Android App Bundle because you already have one with version code 10000425.Forum: Plugins
In reply to: [WPMobile.App] Hide parts on mobile and push notificationsThe app was published on Google Play, but this issues are still there. I tought that maybe those were only on your testing app, but they appear on production too ??