mckolt
Forum Replies Created
-
Hi, sorry for my late answer and thank you for fast answer and support :)!
I finally resolve issue. I had already different merchant id for every currency in braintree account but I overmissed button to import my merchant accounts to the plugin so it knows which merchant account to send to Braintree when a transaction is created.. For someone ho’ll have similar problem I’ll place answer here from my conversation with braintree plugin supportBraintree plugins does the following when creating a charge:
1. It uses the order’s total by calling the method $order->get_total(). That should return the order’s true total
2. It sends a currency, using $order->get_currency(). That should send the currency used to create the order which would be the currency the customer had active at the time of clicking the Place Order button
I had to navigate to the plugin’s “Advanced Settings > Merchant Account Settings” and clicked the import button.
Hi unfortunately no. Looking for solutiion.
Forum: Plugins
In reply to: [AMP] google see Incorrect AMP pageI figured out that “user profiles made easy” making this problem.
Forum: Plugins
In reply to: [This-or-That] The order of results is offThx kingharrison plugin should be update for this
Forum: Plugins
In reply to: [This-or-That] multiple instances on same page helpYes it’s the most annoying part of this plugin. You can’t use the same item in couple rankings because there will update scores for all rankings for this item. Maybe author of plugin will fix this issue ? But unfortunately I think he stopped developing of this plugin.
Forum: Plugins
In reply to: [This-or-That] How to reset results?Thank you setablaze777 for answer! I’ll check your solution.
Thank you for this functionality!!!!
Its great but It would be better to have more configuration in it for example optionally show pictures of player. I have maybe only 15% players with images. Shortcodes also would be great to paste in post birthdays.
Regards
mckoltForum: Plugins
In reply to: [This-or-That] How to reset results?I’d like to know it too. I have 200 items and want to reset their scores….:/
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Single player page style issueOk I figured out by myselve how to correct display of details of player. I don’t know why in documentation of sportpress there is missed this very important thing. Without styling it looks terrible
If someone want to use, in my case I added code to my style.css of my childtheme
.sp-template-details dl { background: #f4f4f4; border: 1px solid #e0e0e0; margin-bottom: 20px; } .sp-player-details dl { width: 100%; overflow: hidden; background: #ff0; } .sp-player-details dd { border: solid white 1px; float: left; width: 50%; /* adjust the width; make sure the total of both is 100% */ background: #fef9f5; } .sp-player-details dt { border: solid white 1px; float: left; width: 50%; /* adjust the width; make sure the total of both is 100% */ background: #f9f4f0; } .sp-player-details a { color: #ff4f19; }
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Customize player's details pageOk, I made all steps from integration with code from my page.php qr code snipped from this topic and nothing changed in single player page. I have no idea what I’m doing wrong. After add this code I have to add some css style in my style css ?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Single player page style issueI also tried paste @luckycharm1978’s code from this topic https://www.ads-software.com/support/topic/customize-players-details-page?replies=12
but with no ressults. What I’m doing wrong ?Forum: Plugins
In reply to: [Yoast SEO] Yoast news and bbpress conflictup!
I think big issue in this case is huuuuuuuge data load during creating new list of player so it takes a lot of time esepecially when you have a lot of players. I have 2k players and my memory limit is just around 150 mb It’s not normal. I think there is to many not neccesary data loading during creation of player list. I’m using caching plugin, and page compression but still mamory use is very very high. Normally I have used ~40 – 60 mb
Hi Brian,
Ok, that’s great information for me. Thank you. So I’m waiting for new release
Cheers!Forum: Plugins
In reply to: [CloudWok File-Upload] Custom text – translationHi Markus,
Thank you for answer!
Ok maybe it was permanent issue because today I checked on different computer and it looks fine even when I’m not logged in. I’ll test it and when it’ll be problems I’ll send you details.Marcin