Sp Evntum In The Speakers Page I Can Not Resort The Speakers - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Sp Evntum In The Speakers Page I Can Not Resort The Speakers

T

TKIF2016IT

Extension 3 weeks ago

Sp Evntum in the Speakers page i can not resort the speakers . so if i need to make the speaker number 3 to be number 1 i can not.

0
5 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 3 weeks ago #204349

Hello,

Thanks for reaching out to us. Could you please share temporary administrator access to your Joomla backend? You can provide the credentials securely in the hidden content section. Also, please take a full backup of your site before we make any changes.

Once I have access, I’ll investigate further and see what’s causing the issue. Let me know once you’ve shared the details!

Best regards,

0
T
TKIF2016IT
Accepted Answer
3 weeks ago #204372

Sure

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 3 weeks ago #204397

I have update this line on this path

administrator/components/com_speventum/views/sessions/tmpl/default.php line no 127

administrator/components/com_speventum/views/schedules/tmpl/default.php line no 123

and here

administrator/components/com_speventum/views/speakers/tmpl/default.php line no 125

this code

<tr class="row<?php echo $i % 2; ?>" sortable-group-id="1">`

replaced with this

<tr class="row<?php echo $i % 2; ?>" <?php echo SpeventumHelper::getVersion() < 4 ? 'sortable-group-id="1"' : 'data-draggable-group="1"';?>>

Now, You can sort speakers, schedules and sessions form backend by drag and drop.

Thanks

0
T
TKIF2016IT
Accepted Answer
3 weeks ago #204447

thank you so so so Much.

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 3 weeks ago #204507

If everything is working fine now, please mark the question as complete by accepting any of our answers.

Thank you!

0