- Posts: 47
- Thank you received: 0
MODULE ASSIGNEMENT
-
sidy
Inactive member - Topic Author
- Member
Less
More
8 years 2 months ago #46823
by sidy
MODULE ASSIGNEMENT was created by sidy
Hello We are working on this other website
draft.wave-edu.org/
we would like to assign carrousel only on the frontpage but when we applying it in the menu assignment section it does not works
Regards
draft.wave-edu.org/
we would like to assign carrousel only on the frontpage but when we applying it in the menu assignment section it does not works
Regards
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
8 years 2 months ago #46824
by milos
Replied by milos on topic MODULE ASSIGNEMENT
Hello,
If you don't want carousel to display on article pages, in example here draft.wave-edu.org/index.php/33-blog/85-...spiciatis-unde-omnis you must create menu item for this article or category and make sure that Carousel is not selected to be displayed on this menu item.
Thanks,
Milos
If you don't want carousel to display on article pages, in example here draft.wave-edu.org/index.php/33-blog/85-...spiciatis-unde-omnis you must create menu item for this article or category and make sure that Carousel is not selected to be displayed on this menu item.
Thanks,
Milos
Please Log in to join the conversation.
-
sidy
Inactive member - Topic Author
- Member
Less
More
- Posts: 47
- Thank you received: 0
8 years 1 month ago #46854
by sidy
Replied by sidy on topic MODULE ASSIGNEMENT
Hi milos Thank again for all your precious help .I would like to know (if possible) how to change the arrow on the carrousel to make it go down instead of up like it is here
draft.wave-edu.org/
look jusst after the labels ( exemple yield decline)
regards
draft.wave-edu.org/
look jusst after the labels ( exemple yield decline)
regards
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
8 years 1 month ago #46856
by milos
Replied by milos on topic MODULE ASSIGNEMENT
Hello,
Please edit this file:
draft.wave-edu.org/modules/mod_hot_swipe...ousel/tmpl/style.css
In this part:
change the "top" parameter.
Regards,
Milos
Please edit this file:
draft.wave-edu.org/modules/mod_hot_swipe...ousel/tmpl/style.css
In this part:
Code:
.flickity-prev-next-button {
position: absolute;
top: 50%;
width: 44px;
height: 44px;
border: none;
border-radius: 50%;
background: white;
background: hsla(0, 0%, 100%, 0.75);
cursor: pointer;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
change the "top" parameter.
Regards,
Milos
Please Log in to join the conversation.
-
sidy
Inactive member - Topic Author
- Member
Less
More
- Posts: 47
- Thank you received: 0
8 years 1 week ago #46877
by sidy
Replied by sidy on topic MODULE ASSIGNEMENT
Hi milos thank you it is working well
but when we click on the arrow it send us to the top of the front page
we would like to go down (until the bottom of the page)when we click on the arrow
but when we click on the arrow it send us to the top of the front page
we would like to go down (until the bottom of the page)when we click on the arrow
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
8 years 1 week ago #46878
by milos
Replied by milos on topic MODULE ASSIGNEMENT
Hello,
The purpose of this button is to move to the top of the site when user is in bottom area. Moving from the top to the bottom area of your site on button click is useless and you should not make it this way. Visitors are scrolling to the bottom by using their mouse or other pointing devices.
Regards,
Milos
The purpose of this button is to move to the top of the site when user is in bottom area. Moving from the top to the bottom area of your site on button click is useless and you should not make it this way. Visitors are scrolling to the bottom by using their mouse or other pointing devices.
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.223 seconds