Tyler 12/5/2018 16:44 | Hi Juerg,
I am not seeing the following that is noted to be in the Miscellaneous pane section, it isn't showing up in my webpart edit and also not showing in the screenshot on this site:
Web Part CSS Style: Enter the desired CSS styles to format the web part. You can apply multiple CSS styles separated by semicolons. Example: width:640px
There is nothing between text layout and title css style... |
|
Juerg 12/5/2018 16:59 | Tyler, sorry, the information on the page was incorrect (and now has been removed). If you need to style the web part container, please add the below to the web part’s “Options” setting as illustrated by the below example:
css=.owl-carousel {background-color:orange;padding:10px} |
|
Elaine 1/2/2019 22:46 | When adding two instances of the Image Menu Carousel web part to a site page, changing the Item Height on one instance changes it on the other instance as well. Is it not possible to have multiple instances on a single SharePoint site page? |
|
Juerg 1/3/2019 15:46 | Elaine, we have now released an update (V1.0.4) which supports multiple instances per page. Please re-download the web part and then update the solution. |
|
Elaine 1/3/2019 20:36 | Hi Juerg, I removed our version 1.0.2 and downloaded the new version. However upon installing, it says it is version 1.0.3 and not 1.0.4. We still have the same issue. We have two instances of the web part on the site and one web part is set to show the title/description on hover and the other web part is set to show the title/description below the web part. If we add to the item height field, to add additional space for the text below the image on web part 1, then web part 2, which is not set to have space below the image, suddenly will. |
|
Elaine 1/3/2019 20:36 | Hi Juerg, I removed our version 1.0.2 and downloaded the new version. However upon installing, it says it is version 1.0.3 and not 1.0.4. We still have the same issue. We have two instances of the web part on the site and one web part is set to show the title/description on hover and the other web part is set to show the title/description below the web part. If we add to the item height field, to add additional space for the text below the image on web part 1, then web part 2, which is not set to have space below the image, suddenly will. |
|
Juerg 1/4/2019 10:12 | Elaine, we unfortuantely forgot to update the WSP file in the download package for SP 2013. This has now been fixed, so please re-downlad and then update the web part. |
|
Nathan 4/9/2020 23:08 | Hi Juerg,
The webpart is a life saver! however, i currently have bootstrap installed and once i loaded the webpart on my page, the dropdown for the search isn't working. i'm assuming there's confilct with multiple instances. Secondly, is this by chance responsive? i'm using this to be displayed on mobile and have another AE component for the desktop. I'm currently on SP2010 |
|
Juerg 4/13/2020 17:45 | Nathan, there might be a conflict because both Bootstrap and the web part are loading the jQuery library. You can configure the web part to not load the jQuery library by adding the below to the web part’s “Options” setting:
jquery=none
To make the web part responsive, please add the below CSS to the “Options” setting:
jquery=none|css=.owl-carousel {width:100% !important} |
|
Nathan 4/13/2020 17:54 | Hi Juerg,
That solved the problem! Thank you so much! |
|
Sebastian 11/10/2020 10:07 | Hi, is it possible to change the color of the bullets? |
|
Juerg 11/10/2020 12:13 | Sebastian, yes, just edit the „owl.theme.default.min.css“ file in the folder indicated below::
SP 2016/2019: c:\Program Files\Common Files\microsoft shared\Web Server Extensions\16\TEMPLATE\IMAGES\AEImageCarouselWebpart
SP 2013: c:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\IMAGES\AEImageCarouselWebpart
Then search for the below string:
.owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;…
and change the "background" color as needed. |
|
Sebastian 11/10/2020 15:03 | Hi Juerg, do I have to import the changed CSS file somewhere? |
|
Juerg 11/10/2020 15:32 | Sebastian, no, you can directly edit the CSS file on your Sharepoint web frontend server. |
|
Sebastian 12/10/2020 08:51 | Hallo, kann man auch eine ID setzen, damit die Anordnung eine andere wird? |
|
Juerg 12/11/2020 15:24 | Sebastian, bitte erstelle (oder änderne eine bestehende) Listenansicht, welche die Bilder entsprechend sortiert und trage den Namen dieser Ansicht dann im Webpart-Feld „View Name“ ein. |