Hi,
The vendor for Widgetkit believes it is to do with the template CSS. Ie. Changing the CSS to the following resolved the issue in part:
.bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) ul.uk-slideset li::before {
display: none;
}
.bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) ul.uk-slideset li {
margin: 0;
position: static;
text-indent: 0;
}
Switching the Joomla SK did not make any difference. Perhaps if it added some extra none standard code, but it does not appear to do that. The issue seems to be with the CSS. ie. Changing the display to "none", and the position to "static" did the trick for the most part. It also helped solve another issue with which was preventing the Widgetkit Slideshow from functioning properly.
The code that solved that Slideshow conflict was the following:
.bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) ul.uk-slideshow li {
position: static;
}
The position for the above was previously set to 'relative'
However, I still get unwanted bullets appearing on my Widgetkit dot navigation icons - Please see Testimonials on the homepage. Please also see ATTACHED screen grab.
I tried to use a similar method to remedy this, this got rid of the unwanted bullets on the homepage Testimonials slider, but it ALSO removed the bullets I wanted on the following page:
http://5.77.42.211/~homeglaze/dev/index.php/windows/upvc-double-glazed-windows
Thank you. Your help is much appreciated
Hi,
The vendor for Widgetkit believes it is to do with the template CSS. Ie. Changing the CSS to the following resolved the issue in part:
.bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) ul.uk-slideset li::before {
display: none;
}
.bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) ul.uk-slideset li {
margin: 0;
position: static;
text-indent: 0;
}
Switching the Joomla SK did not make any difference. Perhaps if it added some extra none standard code, but it does not appear to do that. The issue seems to be with the CSS. ie. Changing the display to "none", and the position to "static" did the trick for the most part. It also helped solve another issue with which was preventing the Widgetkit Slideshow from functioning properly.
The code that solved that Slideshow conflict was the following:
.bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) ul.uk-slideshow li {
position: static;
}
The position for the above was previously set to 'relative'
However, I still get unwanted bullets appearing on my Widgetkit dot navigation icons - Please see Testimonials on the homepage. Please also see ATTACHED screen grab.
I tried to use a similar method to remedy this, this got rid of the unwanted bullets on the homepage Testimonials slider, but it ALSO removed the bullets I wanted on the following page:
http://5.77.42.211/~homeglaze/dev/index.php/windows/upvc-double-glazed-windows
Thank you. Your help is much appreciated