deekey
Forum Replies Created
-
Forum: Plugins
In reply to: [Cart All In One For WooCommerce] Cannot delete last product in cart@kudanoff it just started to work properly. I did not do anything
Forum: Plugins
In reply to: [Timeline History] Spaces between labelsSorry, but it did not work for me. I inserted this code to footer.php and history.js but space between dates did not change
<script type=”application/javascript”>
jQuery(document).ready(function($){
var total_event = $(‘.cd-horizontal-timeline .timeline .events-wrapper .events ol li’).length;
for(var i=1; i<= total_event; i++){
$(‘.cd-horizontal-timeline .timeline .events-wrapper .events ol li:nth-child(‘+i+’) a’).css(‘left’,”+i*100+’px’);
}
});
</script>Forum: Plugins
In reply to: [Timeline History] Maps shortcode usageI have one more question actually not about support, but customization related.
How can I increase the space between timelines on the scale? I have a year title label like 1, 100, 200 etc. And when I add the era letters (ex. CE, BC, AD) after year – it overlays the next label but not fitting the content. Is there a way to add text to numeric title label?
Thank you.
Forum: Plugins
In reply to: [Timeline History] Maps shortcode usageThank you @ktbrothers for such a fast reply and awesome support. Your code line works for me.