Michael Russotti
Forum Replies Created
-
Forum: Plugins
In reply to: [YouTube WordPress Plugin by Embed Plus] Responsive issue with Avada themeThanks for getting back to me.
The thumbnails display fine but when you try to play a video, the player itself is not responsive and the video is larger than the screen.
Forum: Plugins
In reply to: [WooCommerce] Count Number of uploaded ducumentsthanks
That looks just what I am looking for.
If I have a variable product whose price changes according to the options selected, increasing the price per upload by 100% will allow me to charge the total of the variations. E.G. variable price total with 1 upload $20, variable price total with 2 uploads $40, variable price total with 3 uploads $60 etc.
I fixed that, thanks. It was a hidden setting in the payment gateway
Forum: Plugins
In reply to: [WooCommerce] Send the output of a PHP script directly to WoocommerceThanks
That helped a lot
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] List Results by ClubThat worked perfectly. Thanks
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] List Results by ClubThanks. Here are a couple of links
https://www.amateurfootballleague.com/team/alpine-oldchurch/
https://www.amateurfootballleague.com/team/walkinstown-utd/
The Shortcode im using is
[event_list id=”XXXX” order=”desc” rows=”10″ paginated=”1″ number=”-1″ status=”default”]
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] List Results by ClubSorry to follow-up on this again but that shortcode only appears to be showing home games, not away games.
Am I missing a setting?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] List Results by ClubThat worked perfectly thanks
Just in case anybody has the same issue the short code is actually
[event_list id=””]
Thanks again
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] List Results by ClubThanks.
Is there anyway to get a list of all matches played and the results without creating a new calendar for each team?
Unless I’m mistaken this would mean having to list the events in the main calendar and then in each teams calendar and involve a lot of extra work
Will it be possible to execute an SQL statement for example and run it on each club page?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] List Results by ClubThanks but I’m looking to list all matches.
So if you click on leage table then click on a club name be taken to a page listing all matches that club has played.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] List Events for previous week.Perfect, thanks
Forum: Plugins
In reply to: [AWS for WordPress] Cannot ConnectI’m not sure how to paste the policy
In the visual editot I am getting 3 warnings
Resources
You chose actions that require the bucket resource type.
You chose actions that require the object resource type.
One or more actions may not support this resource.
arn:aws:s3:::audio_for_wordpress*
arn:aws:s3:::audio-for-wordpress*heres the json
{
“Version”: “2012-10-17”,
“Statement”: [
{
“Sid”: “Permissions1”,
“Effect”: “Allow”,
“Action”: [
“s3:HeadBucket”,
“polly:SynthesizeSpeech”,
“polly:DescribeVoices”,
“translate:TranslateText”
],
“Resource”: “*”
},
{
“Sid”: “Permissions2”,
“Effect”: “Allow”,
“Action”: [
“s3:ListBucket”,
“s3:GetBucketAcl”,
“s3:GetBucketPolicy”,
“s3:PutObject”,
“s3:DeleteObject”,
“s3:CreateBucket”,
“s3:PutObjectAcl”
],
“Resource”: [
“arn:aws:s3:::audio_for_wordpress*”,
“arn:aws:s3:::audio-for-wordpress*”
]
}
]
}Forum: Plugins
In reply to: [AWS for WordPress] Cannot ConnectThey seem to be, I followed the instructions twice. It’s showing as active
This is what I get from access advisor.
Amazon Polly PollyForWordPressPolicy Today
Amazon S3 PollyForWordPressPolicy Not accessed in the tracking period
Amazon Translate PollyForWordPressPolicy Not accessed in the tracking periodIs there any way to test what may be wrong?
Perfect, thanks
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Player Vs PlayerThanks, I tried that but it still only shows one result. I’m looking to show the team performance and player results also.
For example
Team A 5 – Team B 2 (Team score at the top)
Player A 3 – Player B 0 (Team player score in his match)
Player C 3 – Player D 2 (Team player score in his match)
Player E 3 – Player F 2 (Team player score in his match)- This reply was modified 8 years, 1 month ago by Michael Russotti.