O Old Nick Well-known member Nov 25, 2020 #1 Hello, As title, where can i set the speed ? In js file i presume. Thanks !
Solution Mike Nov 26, 2020 In xfrm_widget_featured_resources, find: Code: <ul class="carousel-body carousel-body--show2" data-xf-init="carousel"> Change to: Code: <ul class="carousel-body carousel-body--show2" data-xf-init="carousel" data-pause="6000"> The 6000 is the speed in milliseconds (so that's 6 seconds; it defaults to 4). Adjust to suit your needs.
In xfrm_widget_featured_resources, find: Code: <ul class="carousel-body carousel-body--show2" data-xf-init="carousel"> Change to: Code: <ul class="carousel-body carousel-body--show2" data-xf-init="carousel" data-pause="6000"> The 6000 is the speed in milliseconds (so that's 6 seconds; it defaults to 4). Adjust to suit your needs.
Mike XenForo developer Staff member Nov 26, 2020 #2 In xfrm_widget_featured_resources, find: Code: <ul class="carousel-body carousel-body--show2" data-xf-init="carousel"> Change to: Code: <ul class="carousel-body carousel-body--show2" data-xf-init="carousel" data-pause="6000"> The 6000 is the speed in milliseconds (so that's 6 seconds; it defaults to 4). Adjust to suit your needs. Upvote 1 Downvote Solution
In xfrm_widget_featured_resources, find: Code: <ul class="carousel-body carousel-body--show2" data-xf-init="carousel"> Change to: Code: <ul class="carousel-body carousel-body--show2" data-xf-init="carousel" data-pause="6000"> The 6000 is the speed in milliseconds (so that's 6 seconds; it defaults to 4). Adjust to suit your needs.
O Old Nick Well-known member Nov 29, 2020 #3 Thank you very much, I answer a little late, I must have missed the alert of your response @Mike Upvote 0 Downvote
O Old Nick Well-known member Sep 23, 2021 #4 Same for media carousel widget ? Seems not... Upvote 0 Downvote
PapaTango Member Mar 20, 2023 #5 I wish that this were the case--but in XF v2.2.12 xfrm_widget_featured_resources no longer exists as an editable template. Upvote 0 Downvote
I wish that this were the case--but in XF v2.2.12 xfrm_widget_featured_resources no longer exists as an editable template.
TPerry Well-known member Aug 1, 2023 #6 PapaTango said: I wish that this were the case--but in XF v2.2.12 xfrm_widget_featured_resources no longer exists as an editable template. Click to expand... Strange.. it does on mine on 2.2.13. Upvote 0 Downvote
PapaTango said: I wish that this were the case--but in XF v2.2.12 xfrm_widget_featured_resources no longer exists as an editable template. Click to expand... Strange.. it does on mine on 2.2.13.
P Paul B XenForo moderator Staff member Aug 1, 2023 #7 PapaTango said: I wish that this were the case--but in XF v2.2.12 xfrm_widget_featured_resources no longer exists as an editable template. Click to expand... It's part of the Resource Manager - you need a license for that and the add-on installed. Upvote 0 Downvote
PapaTango said: I wish that this were the case--but in XF v2.2.12 xfrm_widget_featured_resources no longer exists as an editable template. Click to expand... It's part of the Resource Manager - you need a license for that and the add-on installed.