Plugin Contributor
Savvas
(@savvasha)
Hi there @theseven13 ,
Can you please explain a little bit more your first question?
For the second question, is this happening also if you switch to a default theme like Rookie or TwentyTwenty?
Thanks,
Savvas
the first question :
https://drive.google.com/file/d/1-VlDi3JFsNz1QqncGPXsnccKaj93xhjJ/view?usp=sharing
the second question:
Theme alchimists .
And yes I have switch to a defaut theme
Big problem on back office
Plugin Contributor
Savvas
(@savvasha)
Hi @theseven13,
For your first issue please use the following patch:
https://github.com/ThemeBoy/SportsPress/commit/d47db0800b60398aa8b8df405cc93ec395caae01
For the second one, do you mean that you are having the same issue with your images even if you switch to Rookie for example?
Thakns,
Savvas
For your first problem it is solved
For the second problem, I have the same problem with my images even if I switch to Rookie theme
instead of the small images above the player ranking:`
“<img width="32" height="19" src="xxxxxxxxxxxxx-32x19.png" class="attachment-sportspress-fit-mini size-sportspress-fit-mini wp-post-image" alt="" loading="lazy" title="BAHRAIN S5 PTS" srcset="https://i0.wp.com/xxxxxxxxxxx/wp-content/uploads/2020/04/bahrein.png?resize=32%2C19&ssl=1 32w, https://i0.wp.com/xxxxxxxxx/wp-content/uploads/2020/04/bahrein.png?resize=128%2C77&ssl=1 128w, https://i0.wp.com/xxxxxxxxxxxx/wp-content/uploads/2020/04/bahrein.png?resize=280%2C174&ssl=1 280w, https://i0.wp.com/xxxxxxxxx/wp-content/uploads/2020/04/bahrein.png?resize=70%2C42&ssl=1 70w, https://i0.wp.com/xxxxxxxxx/wp-content/uploads/2020/04/bahrein.png?resize=100%2C60&ssl=1 100w, https://i0.wp.com/xxxxxxxxx/wp-content/uploads/2020/04/bahrein.png?w=290&ssl=1 290w" sizes="(max-width: 32px) 100vw, 32px" />“
-
This reply was modified 4 years ago by
theseven13.
-
This reply was modified 4 years ago by
theseven13.
Hi there!
What happens when you disable all plugins but SportsPress? This might be caused by one of your plugins.
Thanks!
Hello
I tried removing all the plugins, I remain at the same point in the back office.
I think it’s the same problem as the first one (with equations) a line in sportspress admin part.
The website works correctly except the back office
Plugin Contributor
Savvas
(@savvasha)
As I can see from your above reply, all your images are served through Jetpack’s CDN server. Did you try to disable Jetpack, clear any Cache you are using and check again?
I cannot reproduce what you are describing:
https://snipboard.io/Ks7mq0.jpg
https://snipboard.io/guzbno.jpg
Thanks,
Savvas
Disable jetpack and clear cache
does not work
https://snipboard.io/sWA7dT.jpg
problem with icon and icon picture in back office
Hi there!
Thanks for your reply
I see what you mean. It’s an issue in the admin section only.
Please edit the file: wp-content/plugins/sportspress/includes/admin/post-types/meta-boxes/class-sp-meta-box-player-statistics.php
Around line 127
Replace this:
<th><?php echo esc_html( $label ); ?></th>
With this:
<th><?php echo ( $label ); ?></th>
Thanks!
Plugin Contributor
Savvas
(@savvasha)
What if you use the wp_kses_post instead of echo?
Thanks,
Savvas
both solutions do not work
Hi there!
Please send us a screenshot of your current file. I have just tested it and it does work.
Thanks!
Hi guys!
I have the same issue and tried your advice but unfortunately no success.
https://snipboard.io/wLO2Fc.jpg
https://snipboard.io/LzjXco.jpg
What data can I provide for you to fix this?
Thanks!
Rainer
Plugin Contributor
Savvas
(@savvasha)
Hi Savvas,
thank you so much for that quick response! It worked and the problem is fixed now.
Cheers,
Rainer