TotalSuite
Forum Replies Created
-
Hello @eguzmana,
Yes. It is compatible with PHP 8.3. If you have any issues please let us know.
Best,
Hi there,
Please use the Options > Design > Custom CSS field to embed your custom CSS.
We hope it helps! If you need any more help, please don’t hesitate to let us know.
Regards,
Hi @cyberlp23
Yes, TotalContest accepts custom templates under wp-content/uploads/totalcontest/templates/ directory. Try to copy totalcontest\modules\templates\Basic\ to wp-content/uploads/totalcontest/templates/CustomBasic and change the id field inside the module.json.
Afterwards, you should see it under the TotalContest > Templates page, activate it from there, and also use it from the contest editor (Contest > Design > Template).
I hope it helps! If you need any more help, please don’t hesitate to let me know.
Regards,
Forum: Plugins
In reply to: [Photo Contest | Competition | Video Contest] No image shown in the galleryHi @raquelca
That looks like a conflict with another plugin. If possible, please try to disable other plugins and see if the issue persists.
Regards,
Hi,
You can use JS to populate the value after adding the team_id field to the participation form (via the contest editor). Afterwards, you can use that field in the submission view blocks to display its value.
Sample:
add_action( 'wp_enqueue_scripts', function () {
$teamId = 0; // Retrieve it from session or other source
wp_add_inline_script( 'totalcontest-frontend', sprint('document.querySelector("#team-id-field").value = "%s"', $teamId); );
} );I hope it helps! If you need any more help, please don’t hesitate to let me know.
Regards,
Forum: Plugins
In reply to: [Photo Contest | Competition | Video Contest] No image shown in the galleryHi @cyberlp23
You can use the metadata attached to the submission:
get_post_meta(SUBMISSION_ID, '_tc_rate', true);
As for the second question, could you please elaborate on the use case?
I hope this answers your questions! If you need any more clarification, please don’t hesitate to let us know.
Regards,
Hi @hrn3003
Does WordPress show the correct time on the settings page (Local time is…)?
We weren’t able to replicate the issue locally.
Regards,
Thank you for your kind words!
Thank you @schokojo! We’re happy to hear such words ??
Hi @edro99 ,
One of the plugins you are using seems to conflict with TotalRating. Please try to disable the “godaddy-launch” plugin and check again.
Let me know if the issue persists.
Regards,
Hi there,
That would be tricky to replicate, but embedded browsers (such as Snapchat, Facebook, or similar) are usually stricter when dealing with cookies and similar APIs that TotalPoll uses to avoid users going beyond their allowed voting quota.
Please reach out to our customer support team with details and they will be happy to diagnose and suggest a solution.
Regards,
Hi @fff654 ,
Could you please share the link to the page where you are experiencing that? (If it’s private, please reach out via our website).
Regards,
Hi @ep2012
Could you let me know if you received a confirmation email of the ticket and the ID of the ticket? Please double-check your spam inbox as well.
Regards,