No more images in Tyche slider

Hi @Ruben

I’m sorry, we are waiting for help from the developer, yet there is no update, sorry for the inconvenience

Hi,
When the problem will be solved?

Hi there

Sorry, I still cant provide any dates :frowning:

If so, How can I remove the slider?

Hi

its easy, just add this code:

.main-slider {
    display: none;
}

in the Appearance > Customize > Additionall css

Hi,

Same issue I too experience. I think Owl corousel may be incompatible with either latest WP update or Tyche framework

Any way the Developer keeping silent is not appropriate!!

Hi @bijuvg

Yes, I understand you but at this moment I cant share any solution, without a developer I cant provide any fix or solution
Regards

Hi,
Is there a solution for this or do we have to change the theme finally? :sweat:

Hi there

So sorry about that, no update is available yet :frowning:

Regards

Solution Hack:
This method could be used by the developer himself if he/she doesnt find a better solution.

  1. Install a plugin that lets you add Javascript to the page header (e.g. Plugin “Header and Footer”).
  2. Add this code to the “Head section”.
  3. Replace the image urls in the code with your own image urls and save.

INFO: In Tyche Customizer “Slider Section images” the number of created “Slider Backgrounds” defines the number of images shown on your homepage.

Javascript Code:

<script type="text/javascript" class="mysolution-tyche-slider">is 
jQuery(document).ready(function(){
	/* 
	solve TYCHE problems with new WP not showing slider images 
	*/
	var my_pics = [
	"https://www.w3schools.com/css/img_5terre.jpg", 
	"https://www.w3schools.com/css/img_forest.jpg", 
	"https://www.w3schools.com/css/img_lights.jpg", 
	];
	var my_imgcount = 0;
	jQuery('body.home .owl-item') .each(function(){ 
		if (!jQuery(this).hasClass("cloned")) { 
			jQuery(this) .find(".item") .prepend( '<img src="'+ my_pics[my_imgcount] +'" width="1600">' );
			++my_imgcount;
		}
	});
});
</script>

Hey there

Thank you so much for this post, it’s very appreciated :slight_smile:

#tycheslider

Regards

Thank you Peter.
Sorry for answering late.
I’ve tried your solution. It doesn’t work for me.
For months, I’ve replaced the Tyche slider with Smart Slider and Notibar.
Too many problems occur with Tyche theme. I’ll have to change it, but it’s a long task…
Thank you one again. All the best, Henri

Thanks for updating us Henry, not a good to read this but I understand

Regards