Er zijn verschillende soorten clematis, die op verschillende momenten gesnoeid moeten worden. Dit heeft te maken met de bloeitijd. Er zijn voorjaarsbloeiende clematissen, vroeg zomerbloeiende clematissen en (na)zomerbloeiende clematissen. Wanneer u de klimplant op het verkeerde moment snoeit (vlak voor de bloei) loopt u de bloei mis. En dat zou zonde zijn natuurlijk!
Snoeien in februari/maart
De clematissen die bloeien vanaf eind mei, begin juni kunt u aan het einde van de winter gerust snoeien. Bijvoorbeeld de Clematis 'The President' en de Clematis 'Multi Blue'. Snoei terug tot boven de nieuwe, gezonde knoppen en verwijder alle dode en rommelige twijgen. De clematissen die later in de zomer bloeien (van juli tot september) mogen grondiger gesnoeid worden. Dit is bijvoorbeeld de Clematis 'Jackmanii'. Knip alle twijgen af tot 30 cm hoogte van de grond. U mag gerust een hele bos bij elkaar pakken en afknippen met een scherpe schaar.
Voorjaarsbloeiende clematissen
Deze groep clematissen bloeit al vroeg, van maart tot mei. Bijvoorbeeld de Clematis armandii of de Clematis montana. U hoeft deze clematis in principe niet jaarlijks te snoeien. Snoei na de bloei in de zomer niet meer dan een kwart van de takken. Verwijder ook de dode takken.
Snel en eenvoudig uw bosrank online kopen? Kies bij Tuinplant.nl uit ruim 50 soorten clematis. Vraag ons gerust om advies. Kijkt u ook eens naar ons aanbod voor tuinplantengrond en klimplantenvoeding. Meer weten over klimplanten ? Bekijk onze tuintips of onze video over klimplanten.
February 8, 2019 | View: 12585 | Categories: <a class="mp-info" href="https://www.tuinplant.nl/blog/category/klimplanten.html">Klimplanten</a>, <a class="mp-info" href="https://www.tuinplant.nl/blog/category/tuinadvies.html">Tuinadvies</a> | By: <a class="mp-info" href="https://www.tuinplant.nl/blog/author/tuinplant.html">Tuinplant </a>
About the Author
Tuinplant
' + '
' + htmlComment(cmt.cmt_text) + '
' + '
' + '' + '' + '' + '' + '' + reply + ' ' + '
' + '
' + '' + cmt.created_at + ' ' + '
'; if (isReply) { var replyCmtId = cmt.reply_cmt; var replyCmtList = document.querySelectorAll('.default-cmt__content__cmt-content__cmt-row'); replyCmtList.forEach(function (cmtEl) { if (cmtEl.getAttribute('data-cmt-id') === replyCmtId) { var replyList = cmtEl.querySelector('ul.default-cmt__content__cmt-content:first-child'); if (!replyList) { var newUl = document.createElement('ul'); newUl.className = 'default-cmt__content__cmt-content row'; newUl.appendChild(cmtRow); cmtEl.appendChild(newUl); likeComment(cmtRow.querySelectorAll('.btn-like')); showReply(cmtRow.querySelectorAll('.btn-reply')); } else { replyList.appendChild(cmtRow); likeComment(cmtRow.querySelectorAll('.btn-like')); showReply(cmtRow.querySelectorAll('.btn-reply')); } return; } }); } else { defaultCmt.appendChild(cmtRow); likeComment(cmtRow.querySelectorAll('.btn-like')); showReply(cmtRow.querySelectorAll('.btn-reply')); } } // handle click like comment function likeComment (btns) { btns.forEach(function (likeEl) { likeEl.addEventListener('click', function () { var cmtId = this.getAttribute('data-cmt-id'); var cmtRowContainer = this.closest('.default-cmt__content__cmt-content__cmt-row'); if (isLogged === 'Yes') { var likeCountText = this.querySelector('span').textContent.trim(); var likeCount = parseInt(likeCountText, 10) || 0; // Convert to integer, default to 0 if NaN if (this.getAttribute('click') === '1') { if (this.classList.contains('mpblog-liked')) { this.style.color = '#333333'; likeCount--; this.querySelector('span').textContent = (likeCount === 0) ? "" : likeCount; this.classList.remove('mpblog-liked'); } else { likeCount++; this.querySelector('span').textContent = likeCount; this.style.color = likedColor; this.classList.add('mpblog-liked'); } fetch(window.location.href, { method: 'POST', headers: { 'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8', "X-Requested-With": "XMLHttpRequest" }, body: 'cmtId=' + cmtId, mode: "cors", credentials: "include" }) .then(response => response.json()) .then(response => { if (response.status === 'ok') { likeEl.setAttribute('click', '1'); } else if (response.status === 'error' && response.hasOwnProperty('error')) { var errorElement = document.createElement('div'); errorElement.innerHTML = response.error; defaultCmt.appendChild(errorElement); } }) .catch(error => console.error('Error:', error)); } likeEl.setAttribute('click', '0'); } else { cmtRowContainer.insertAdjacentHTML('beforeend', messengerBox.login_warning); setTimeout(function () { var errorNotification = document.querySelector('.message.error.message-error'); if (errorNotification) { errorNotification.parentElement.removeChild(errorNotification); } }, 3000); } }); }); } likeComment(likeBtn); // handle show reply comment function showReply (btns) { btns.forEach(function (btn) { btn.addEventListener('click', function () { var cmtId = (typeof closestWithDataAttr(btn, 'data-cmt-id') !== 'undefined') ? closestWithDataAttr(btn, 'data-cmt-id') : btn.getAttribute('data-cmt-id'); var inputCmtID = this.getAttribute('data-cmt-id'); var cmtRowCmt = document.querySelector('#cmt-row'); var cmtRowContainer = this.closest('.default-cmt__content__cmt-content__cmt-row'); if (document.querySelectorAll('.cmt-row__reply-row.row__' + inputCmtID).length) { cmtRowContainer = document.querySelector("#cmt-id-" + cmtId + " ul:last-child"); } var cmtRow = cmtRowContainer.querySelector('.cmt-row__reply-row.row__' + inputCmtID); var cmtName = document.querySelector(".username__" + inputCmtID).textContent; if (isLogged === 'Yes') { if (cmtRowCmt) { cmtRowCmt.style.display = (cmtRowCmt.style.display === 'none') ? 'block' : 'none'; cmtRowCmt.parentElement.removeChild(cmtRowCmt); } if (cmtRow) { cmtRow.style.display = (cmtRow.style.display === 'none') ? 'block' : 'none'; cmtRow.parentElement.removeChild(cmtRow); } else { cmtRowContainer.insertAdjacentHTML('beforeend', '
' + '
' + '' + '' + '
' + '
'); var input = document.getElementById('reply_cmt' + inputCmtID); input.closest('.form-group').appendChild( document.querySelector('.default-cmt__content__cmt-block__cmt-box__cmt-btn .default-cmt_loading').cloneNode(true) ); input.focus(); submitReply(input, cmtId, cmtRowContainer); } } else { cmtRowContainer.insertAdjacentHTML('beforeend', messengerBox.login_warning); setTimeout(function () { var errorNotification = document.querySelector('.message.error.message-error'); if (errorNotification) { errorNotification.parentElement.removeChild(errorNotification); } }, 3000); } }); }); } // handle find comment id closest function closestWithDataAttr (element, attribute) { while (element && !element.getAttribute(attribute)){ element = element.parentNode; } return element ? element.getAttribute(attribute) : null; } showReply(replyBtn); var firstCmtRow = document.querySelector('li.default-cmt__content__cmt-content__cmt-row:first-child'); if (firstCmtRow) { firstCmtRow.style.borderTop = 'none'; } // handle reply comment function submitReply (input, replyId, parentComment) { input.addEventListener('keypress', async function (e) { var text = input.value; if (text !== '') { if (e.keyCode === 13) { input.nextElementSibling.style.display = 'block'; input.disabled = true; await ajaxCommentActions(text, input, true, replyId, parentComment); input.closest('.cmt-row__reply-row').style.display = 'none'; input.nextElementSibling.style.display = 'none'; input.disabled = false; var cmtRow = document.getElementById('cmt-row'); if (cmtRow) { cmtRow.remove(); } } } }); }