No reviews yet!
Pin
About Nail Tech Canva Website Template Graphic
1X Added to favorites
What’s Included:
You’ll receive 1 PDF file containing the link to your Canva website template.
Please Note:
Some elements may require Canva Pro to use or customize.
Getting started is easy: Just click the link in the PDF to open the template in Canva. From there, you can update the text, swap out photos, and publish your site directly through Canva.
They’ll even host it for you and offer the option to purchase your own domain if you’d like.
Thank you so much for supporting my small business!! Every download truly means the world to me!
Share your project made with this product!
Did you make something using this product? Share a picture of your project so others can get inspired by your creation! Your post will be visible to others on this page and on your own social feed.
' + '' + '
', item: '
', item2: '
', startImageRenderer: true, canvasImage: true, _selectors: { list: '.fileuploader-items-list', item: '.fileuploader-item', start: '.fileuploader-action-start', retry: '.fileuploader-action-retry', remove: '.fileuploader-action-remove', sorter: '.fileuploader-action-sort' }, onItemShow: function (item, listEl, parentEl, newInputEl, inputEl) { var plusInput = listEl.find('.fileuploader-thumbnails-input'), api = $.fileuploader.getInstance(inputEl.get(0)); // If limit is 1, never show the plus button on item show event // This fixes api.getChoosedFiles().length being 0 even when // the uploader is initialized with 1 file if (api.getOptions().limit === 1) { plusInput.insertAfter(item.html)['hide'](); } else { plusInput.insertAfter(item.html)[api.getOptions().limit && api.getChoosedFiles().length >= api.getOptions().limit ? 'hide' : 'show'](); } if (item.format === 'image') { item.html.find('.fileuploader-item-icon').hide(); } }, onItemRemove: function (html, listEl, parentEl, newInputEl, inputEl) { var plusInput = listEl.find('.fileuploader-thumbnails-input'), api = $.fileuploader.getInstance(inputEl.get(0)); html.children().animate({'opacity': 0}, 200, function () { html.remove(); if (api.getOptions().limit && api.getChoosedFiles().length - 1 < api.getOptions().limit) plusInput.show(); }); } }, sorter: { selectorExclude: null, placeholder: null, scrollContainer: window }, dragDrop: { container: '.fileuploader-thumbnails-input' }, afterRender: function (listEl, parentEl, newInputEl, inputEl) { var plusInput = listEl.find('.fileuploader-thumbnails-input'), api = $.fileuploader.getInstance(inputEl.get(0)); plusInput.on('click', function () { api.open(); }); $( ".fileuploader-theme-thumbnails .fileuploader-items-list" ).sortable(); }, upload: { url: 'https://www.creativefabrica.com/wp-admin/admin-ajax.php?action=cf_uploader§ion=social_images&file_input=images&security=69072cd455', data: null, type: 'POST', enctype: 'multipart/form-data', start: true, synchron: true, chunk: 20, fileMaxSize: 10, beforeSend: null, onSuccess: function (result, item) { var dataFile = {}; try { dataFile = JSON.parse(result); } catch (e) { dataFile.images.hasWarnings = true; } if (dataFile['images']['isSuccess']) { var fileUrl = '/wp-content/uploads/social/' + dataFile['images']['files'][0]['file_url']; var newItem = { name: item['name'], type: item['type'], extension: item['extension'], size: item['size'], file: fileUrl, data: { src: fileUrl, thumbnail: fileUrl, file_url: fileUrl } }; var api = $.fileuploader.getInstance($('#images')); api.update(item, newItem); } item.html.find('.fileuploader-action-remove').addClass('fileuploader-action-success'); setTimeout(function() { item.html.find('.progress-holder').hide(); item.renderThumbnail(); item.html.find('.fileuploader-action-popup, .fileuploader-item-image').show(); // if success if (dataFile.images.isSuccess && dataFile.images.files[0]) { var newFile = dataFile.images.files[0].file_url; var oldName = dataFile.images.files[0].name; item.html.find('.images_list').val(newFile); item.html.find('.images_name').val(oldName); $(document).trigger('file_uploaded', ["#"]); item.data.file_url = dataFile.images.files[0].file_url; item.data.attachment_id = dataFile.images.files[0].attachment_id; } else { item.html.find('.images_list').val(''); item.html.find('.images_name').val(''); } if (dataFile.images.hasWarnings) { // If the uploaded file does not meet the requirements // remove preview, so users do not have to remove it themselves // before uploading a new file item.remove(); for (var warning in dataFile.images.warnings) { alert(dataFile.images.warnings); } return this.onError ? this.onError(item) : null; } else { item.html.find('.progress-holder').hide(); } }, 400); }, onError: function(item) { item.html.find('.progress-holder, .fileuploader-action-popup, .fileuploader-item-image').hide(); item.html.find('.fileuploader-item-icon i').text('Failed!'); }, onProgress: function(data, item) { var progressBar = item.html.find('.progress-holder'); $('#publish-post-project').prop('disabled', true); if(progressBar.length > 0) { progressBar.show(); progressBar.find('.fileuploader-progressbar .bar').width(data.percentage + "%"); } item.html.find('.fileuploader-action-popup, .fileuploader-item-image').hide(); }, onComplete: function(listEl, parentEl, newInputEl, inputEl, jqXHR, textStatus) { $('#publish-post-project').prop('disabled', false); } }, onRemove: function(item) { $.post('https://www.creativefabrica.com/wp-admin/admin-ajax.php?action=cf_uploader_remove§ion=social_images&security=69072cd455', { file: item.data.file_url } ); $(document).trigger('file_removed', ["#"]); } }); });