{"id":12529,"date":"2023-10-26T11:28:15","date_gmt":"2023-10-26T11:28:15","guid":{"rendered":"https:\/\/new-blog.artlist.io\/blog\/?p=12529"},"modified":"2024-08-12T08:26:40","modified_gmt":"2024-08-12T08:26:40","slug":"overcoming-creative-block","status":"publish","type":"post","link":"https:\/\/new-blog.artlist.io\/blog\/overcoming-creative-block\/","title":{"rendered":"5 ways to overcome creative block\u00a0"},"content":{"rendered":"<p>Creative block can strike even the most experienced artists and creators. Whether you&#8217;re a video creator, brand, social media manager, or any other type of creative, the struggle to find inspiration and break through the barriers of creative block is universal. But don&#8217;t worry, there are some easy ways to help you overcome this challenge, get inspired, and start creating again.<\/p>\n<h2><b>Be bored<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">It sounds like the opposite of what you should be doing, right? But hear us out \u2014 being bored or allowing yourself to take a guilt-free break might just be the remedy you\u2019re looking for.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Nowadays, our minds are constantly slammed with ideas and distractions. Sometimes, it can feel like trying to paint a masterpiece on a canvas covered in random brush strokes. Taking a break and clearing your mind will let you start fresh and help you feel creative again.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">So, how do you take a guilt-free break? First, resist the urge to fill your downtime with distractions like social media, binge-watching, or endless scrolling. Instead, do simple activities that let your mind wander, like going for a walk, drawing, or just sitting quietly in a room or nature, and let your thoughts flow.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Many people struggle to just let their thoughts \u201cflow.\u201d Listening to something soothing and not too distracting, like lo-fi, can be super helpful. Several studies suggest that <\/span><a href="\&quot;https:\/\/artlist.io\/royalty-free-music\/categories\/lofi-chill-beats\&quot;" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">lo-fi music<\/span><\/a><span style=\"font-weight: 400;\"> can help people study, relax, and learn better. When you\u2019re in this state, you might be surprised by how quickly your imagination comes up with new ideas and creative approaches.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Don\u2019t be afraid to tune out, even if it\u2019s just staring out the window with a coffee in your hand. The key here is to give yourself permission to take a break without feeling guilty. So the next time you\u2019re facing a creative block, don\u2019t be afraid to embrace your boredom and give your mind the space it needs to work its magic.<\/span><\/p>\n<h3>Discover lo-fi music from Artlist<\/h3>\n\n    <div class=\"playlist\" id=\"69d008d93a370\"><\/div>\n\n    <script>\n        jQuery(document).ready(function($) {\n\n            if(\"songs\" == 'songs') {\n                $.ajax({\n                    method: \"POST\",\n                    url: \"https:\/\/search-api.artlist.me\/v1\/graphql\",\n                    contentType: \"application\/json\",\n                    data: JSON.stringify({\n                        query: `query SongList($page: Int!, $songSortType: Int!, $take: Int!, $vocalMenuId: Int!, $categoryIds: [Int], $collectionId: String, $searchTerm: String) {\n                        songList(page: $page, songSortType: $songSortType, take: $take, vocalMenuId: $vocalMenuId, categoryIds: $categoryIds, collectionId: $collectionId, searchTerm: $searchTerm) {\n                          songs {\n                            songId\n                            songName\n                            artistName\n                            isNew\n                            nameForURL\n                            sitePlayableFilePath\n\t\t\t\t\t\t\talbumImageFilePath\n\t\t\t\t\t\t\trelativeUrl\n                          }\n                          totalResults\n                        }\n                    }`,\n                        variables: JSON.stringify({\n                            \"page\": 1,\n                            \"songSortType\": 1,\n                            \"take\": 5,\n                            \"vocalMenuId\": 1,\n                            \"categoryIds\": null,\n                            \"searchTerm\": \"\"\n                        }),\n                    })\n                }).done(function(res) {\n                    if (res == '') {\n                        console.log('none');\n                    } else {\n                        console.log('songs list: ', res);\n                        var data = res.data.songList.songs;\n                        if ($(\"#69d008d93a370\").length && data.length > 0) {\n                            createAudioPlayers(data, \"69d008d93a370\");\n                        } else if ($(\"#69d008d93a370\").length && data.length == 0) {\n                            $(\"#69d008d93a370\").empty().append('<div class=\"noSongsError\">No songs were found.<\/div>');\n                        }\n                    }\n                });\n            } else if(\"songs\" == 'sfx') {\n                $.ajax({\n                    method: \"POST\",\n                    url: \"https:\/\/search-api.artlist.me\/v1\/graphql\",\n                    contentType: \"application\/json\",\n                    data: JSON.stringify({\n                        query: `query SfxList($categoryIds: String!, $page: Float!, $tags: String!, $term: String!, $sortBy: SfxListRequestSortByOptions!) {\n\t\t\t\t\t\t\t\tsfxList(categoryIds: $categoryIds, page: $page, tags: $tags, term: $term, sortBy: $sortBy) {\n\t\t\t\t\t\t\t\t  page\n\t\t\t\t\t\t\t\t  songs {\n\t\t\t\t\t\t\t\t\t  albumImageFilePath\n\t\t\t\t\t\t\t\t\t  artistName\n\t\t\t\t\t\t\t\t\t  isNew\n\t\t\t\t\t\t\t\t\t  nameForURL\n\t\t\t\t\t\t\t\t\t  relativeUrl\n\t\t\t\t\t\t\t\t\t  sitePlayableFilePath        \n\t\t\t\t\t\t\t\t\t  songId \n\t\t\t\t\t\t\t\t\t  songName\n\t\t\t\t\t\t\t\t  }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}`,\n                        variables: JSON.stringify({\n                            \"categoryIds\": \"\",\n                            \"page\": 1,\n                            \"tags\": \"\",\n                            \"term\": \"\",\n                            \"sortBy\": \"1\"\n                        }),\n                    })\n                }).done(function(res) {\n                    if (res == '') {\n                        console.log('none');\n                    } else {\n                        console.log('sfx list: ', res);\n                        var data = res.data.sfxList.songs;\n                        if ($(\"#69d008d93a370\").length && data.length > 0) {\n                            createAudioPlayers(data, \"69d008d93a370\");\n                        } else if ($(\"#69d008d93a370\").length && data.length == 0) {\n                            $(\"#69d008d93a370\").empty().append('<div class=\"noSongsError\">No songs were found.<\/div>');\n                        }\n                    }\n                });\n            }\n\n            function createAudioPlayers(data, playlistId) {\n                \/\/ main playlist container\n                const playlistContainer = $(\"#\" + playlistId);\n                \/\/ wavesurfers array\n                \/\/ const wavesurfers = [];\n                \/\/ loop over every song returned\n\n                if(!allWavesurfers){\n                    var allWavesurfers = [];\n                }\n                $.each(data, function(index, audio) {\n                    \/\/ if current type is sfx and current looped index is bigger than amount wanted via shortcode - then stop loop (because sfx request doesn't have \"take\" variable)\n                    if(\"songs\" == 'sfx' && (index + 1) > 5) {\n                        return false;\n                    }\n\n                    \/\/ audio player container\n                    const audioPlayer = $(\"<div>\").addClass(\"audioPlayer\");\n                    \/\/ album image\n                    const audioImage = $(\"<div>\").addClass(\"audioImage\");\n                    audioImage.append('<img decoding=\"async\" src=\"' + audio.albumImageFilePath + '\"\/>');\n                    \/\/ audio controls\n                    const audioControls = $(\"<div>\").addClass(\"audioControls\");\n                    const playPauseButton = $(\"<button>\").addClass(\"playPauseButton\").html('<i class=\"fas fa-play\"><\/i>');\n                    audioControls.append(playPauseButton);\n                    \/\/ song url\n                    var songUrl;\n                    if(\"songs\" == 'songs') {\n                        songUrl = 'https:\/\/artlist.io\/royalty-free-music\/song\/' + audio.nameForURL + '\/' + audio.songId + '?download=1&utm_source=blog';\n                    } else if(\"songs\" == 'sfx') {\n                        songUrl = 'https:\/\/artlist.io\/sfx\/track\/' + audio.nameForURL + '\/' + audio.songId + '?download=1&utm_source=blog';\n                    }\n                    \/\/ song name and artist name\n                    const audioNames = $(\"<div>\").addClass(\"audioNames\");\n                    const songName = $(\"<a>\").addClass(\"songName\").attr(\"href\", songUrl).attr(\"target\", \"_blank\").text(audio.songName);\n                    if (audio.isNew) {\n                        songName.append('<span class=\"isNewBadge\">NEW<\/span>');\n                    }\n                    const artistName = $(\"<span>\").addClass(\"artistName\").text(audio.artistName);\n                    audioNames.append(songName, artistName);\n                    \/\/ audio waveform container\n                    const audioWaveform = $(\"<div>\").addClass(\"audioWaveform\");\n                    \/\/ download button\n                    const audioDownload = $(\"<a>\").addClass(\"audioDownload\").attr(\"href\", songUrl).attr(\"target\", \"_blank\").html('<i class=\"icon download medium\"><\/i>');\n\n\n                    \/\/ APPEND ALL ELEMENTS INTO AUDIO PLAYER CONTAINER\n                    audioPlayer.append(audioImage, audioControls, audioNames, audioWaveform, audioDownload);\n\n                    \/\/ append audio player container into main playlist container\n                    playlistContainer.append(audioPlayer);\n\n                    \/* media viewed SEGMENT EVENT *\/\n                    const special_data = getProps();\n\n                    const observer = new IntersectionObserver(entries => {\n                        entries.forEach(entry => {\n                            if (entry.isIntersecting) {\n                                var assetId = audio.songId;\n                                var artist = audio.artistName;\n                                var title = audio.songName;\n                                var asset_type = null;\n                                if(\"songs\" == 'songs') {\n                                    asset_type = 'song';\n                                } else if(\"songs\" == 'sfx') {\n                                    asset_type = 'sfx';\n                                }\n                                analytics.track(\"media viewed\", {\n                                    asset_id: assetId || null,\n                                    asset_type: asset_type || null,\n                                    click_source: 'player',\n                                    artist: artist || null,\n                                    title: title || null,\n                                    genre: null,\n                                    ...special_data,\n                                });\n                                observer.unobserve(entry.target);\n                            }\n                        });\n                    }, {\n                        threshold: 0.5\n                    });\n                    observer.observe(audioPlayer[0]);\n\n                    \/\/ check screen size\n                    var mobileScreen = window.matchMedia('(max-width: 767px)');\n                    var waveformHeight = '';\n                    if (mobileScreen.matches) { \/\/ mobile\n                        waveformHeight = 15;\n                    } else { \/\/ desktop\n                        waveformHeight = 40;\n                    }\n\n                    \/\/ create wavesurfer instance\n                    const waveformId = `waveform-${playlistId}-${index}`; \/\/ Generate a unique ID for each waveform\n                    const waveformContainer = $(\"<div>\").attr(\"id\", waveformId).addClass(\"waveformContainer\");\n                    audioWaveform.append(waveformContainer);\n                    const wavesurfer = WaveSurfer.create({\n                        container: `#${waveformId}`,\n                        waveColor: \"#b1b1b1\",\n                        progressColor: \"#171717\",\n                        cursorColor: \"transparent\",\n                        height: waveformHeight,\n                        normalize: true,\n                    });\n                    \/\/ push current wavesurfer into wavesurfers array\n                    \/\/ wavesurfers.push(wavesurfer);\n                    allWavesurfers.push(wavesurfer);\n                    \/\/ load audio file into new wavesurfer\n                    wavesurfer.load(audio.sitePlayableFilePath);\n\n                    \/\/ add event listener to the play\/pause button\n                    playPauseButton.on(\"click\", () => {\n                        if (wavesurfer.isPlaying()) {\n                            wavesurfer.pause();\n                            playPauseButton.html('<i class=\"fas fa-play\"><\/i>');\n\n                            \/* media paused SEGMENT EVENT *\/\n                            var assetId = audio.songId;\n                            var artist = audio.artistName;\n                            var title = audio.songName;\n                            var asset_type = null;\n                            if(\"songs\" == 'songs') {\n                                asset_type = 'song';\n                            } else if(\"songs\" == 'sfx') {\n                                asset_type = 'sfx';\n                            }\n                            analytics.track(\"media paused\", {\n                                asset_id: assetId || null,\n                                asset_type: asset_type || null,\n                                click_source: 'player',\n                                artist: artist || null,\n                                title: title || null,\n                                genre: null,\n                                ...special_data,\n                            });\n                        } else {\n                            \/\/ pause all other audios that may be playing\n                            $('.playPauseButton').html('<i class=\"fas fa-play\"><\/i>');\n                            $.each(allWavesurfers, function(index, audio) {\n                                allWavesurfers[index].pause();\n                            });\n                            \/\/ then play current audio\n                            wavesurfer.play();\n                            playPauseButton.html('<i class=\"fas fa-pause\"><\/i>');\n\n                            \/* media played SEGMENT EVENT *\/\n                            var assetId = audio.songId;\n                            var artist = audio.artistName;\n                            var title = audio.songName;\n                            var asset_type = null;\n                            if(\"songs\" == 'songs') {\n                                asset_type = 'song';\n                            } else if(\"songs\" == 'sfx') {\n                                asset_type = 'sfx';\n                            }\n                            analytics.track(\"media played\", {\n                                asset_id: assetId || null,\n                                asset_type: asset_type || null,\n                                click_source: 'player',\n                                artist: artist || null,\n                                title: title || null,\n                                genre: null,\n                                ...special_data,\n                            });\n                        }\n                    });\n\n                    \/* media downloaded SEGMENT EVENT *\/\n                    audioDownload.on(\"click\", () => {\n                        var assetId = audio.songId;\n                        var artist = audio.artistName;\n                        var title = audio.songName;\n                        var asset_type = null;\n                        if(\"songs\" == 'songs') {\n                            asset_type = 'song';\n                        } else if(\"songs\" == 'sfx') {\n                            asset_type = 'sfx';\n                        }\n                        analytics.track(\"media downloaded\", {\n                            asset_id: assetId || null,\n                            asset_type: asset_type || null,\n                            click_source: 'player',\n                            artist: artist || null,\n                            title: title || null,\n                            genre: null,\n                            ...special_data,\n                        });\n                    });\n\n                    \/\/ add event listener to the click on the wave itself\n                    audioWaveform.on(\"click\", () => {\n                        setTimeout(() => {\n                            if (wavesurfer.isPlaying()) {\n                                wavesurfer.pause();\n                                playPauseButton.html('<i class=\"fas fa-play\"><\/i>');\n                            } else {\n                                \/\/ pause all other audios that may be playing\n                                $('.playPauseButton').html('<i class=\"fas fa-play\"><\/i>');\n                                $.each(allWavesurfers, function(index, audio) {\n                                    allWavesurfers[index].pause();\n                                });\n                                \/\/ then play current audio\n                                wavesurfer.play();\n                                playPauseButton.html('<i class=\"fas fa-pause\"><\/i>');\n                            }\n                        }, \"200\");\n                    });\n\n                });\n            }\n\n        });\n    <\/script>\n\n    \n<h2><b>Take inspiration from other artists<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">If you\u2019re a video creator, chances are you also watch a lot of video content for your own entertainment, to appreciate the craft, or to get inspired. But unfortunately, finding the right inspiration isn\u2019t always so straightforward. You might watch hours of video content and still experience your own creative block.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Never fear, though. This could be a good chance to expand your creative frame of reference and explore creativity in different forms. Good ideas can come from anywhere. So don\u2019t be afraid to listen to music, look at artwork, get out, watch a play, or experience other types of creativity.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">You never know when a cool pose, bold color, or fancy pattern might inspire you to see your own work differently. But remember, with great inspiration comes great responsibility. Don\u2019t just copy someone\u2019s work. Austin Cleon\u2019s book Steal Like an Artist is one of our favorites with insights on this. Take those ideas you love and let them inspire you to create something that\u2019s uniquely yours.\u00a0<\/span><b><\/b><\/p>\n<h2><b>Create a clear process<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">We\u2019ve all been there (and you are not alone, just learn <a href=\"https:\/\/artlist.io\/blog\/barton-fink-30th-anniversary\/\">how the Coen Brothers found a way to deal with writer&#8217;s block<\/a>), staring at an empty project file, unsure where to start. Sometimes, we get so scared of doing bad work that we don\u2019t do anything at all. So, create a clear process instead of getting stuck at the start. Processes will structure and help guide you with a map to follow. When you have a roadmap, it\u2019s much easier to take action and avoid getting lost in the wilderness of creative uncertainty.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">So, how do we create a clear process? Start by asking yourself a few simple questions:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">What do you want to achieve with your video?<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Who is your target audience?<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">What message or feeling do you want to convey?\u00a0<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Once you have a clear understanding of these aspects, it\u2019s time to create a list of actionable steps. For example, if you\u2019re a video editor and your goal is to create a captivating <\/span><a href=\"https:\/\/artlist.io\/blog\/how-to-make-a-travel-video-using-only-stock-footage\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">travel video<\/span><\/a><span style=\"font-weight: 400;\">, your list of actionable steps might look something like this:<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Research popular travel video styles and techniques<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Choose a specific theme or narrative for the video\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Find the <\/span><a href=\"https:\/\/artlist.io\/blog\/vlog-music-guide-how-to-choose-the-right-song-for-you-video\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">right song for your video<\/span><\/a><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Sort and select the best footage from your travels<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Edit the footage, incorporate transitions, and color grade<\/span><\/li>\n<\/ol>\n<p><span style=\"font-weight: 400;\">With a clear process and a list of actionable steps, you\u2019ll feel way more in control and less likely to be paralyzed by the fear of creating lousy work. After all, as the saying goes, \u201ca goal without a plan or just a wish\u201d.<\/span><\/p>\n<h2><b>Let the bad ideas out<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">It\u2019s common for creative people to have self-doubt, even creatives who have experienced great success. The very nature of creating means you always have to come up with new ideas, and it\u2019s only natural that some of those ideas won\u2019t be your best.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Rather than being scared of having bad ideas, embrace the fact that they are a natural part of the creative process, and once you let them out, you can get them out of the way, and you\u2019ll be one step closer to narrowing down your pool of ideas and finding the ones worth pursuing.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Collecting your ideas in a notebook, messages to yourself, post-it notes, or anywhere you can organize your thoughts can be super helpful. The key here is that it\u2019s a judgment-free space. Sometimes, it takes writing out all your ideas and looking at them together to focus on the ones you love and get you excited to create.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">We\u2019re also not sold on the idea that bad ideas exist. It\u2019s all relative and personal. Instead of thinking about ideas as bad or good, focusing on the overall story you\u2019re trying to tell or how the ideas make you feel can be helpful. Excitement is a good indicator that you\u2019re on the right path. When you\u2019re more excited, you\u2019ll feel more inspired and creative.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Also, writing ideas down is helpful because maybe it\u2019s not right for your current project, but you never know. You might revisit your notebook later and find the concept you need for your next project.\u00a0<\/span><\/p>\n<h2><b>Take on creative challenges<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">We\u2019ve saved our favorite idea for last. If you\u2019re looking for a breath of fresh air in your creative journey, then taking on challenges might just be the right thing to do.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">You might want to try editing a video with random <\/span><a href=\"https:\/\/artlist.io\/royalty-free-music\/?utm_source=blog\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">music<\/span><\/a><span style=\"font-weight: 400;\"> and <\/span><a href=\"https:\/\/artlist.io\/stock-footage\/?utm_source=blog\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">footage<\/span><\/a><span style=\"font-weight: 400;\"> or shooting with a different type of lens like <\/span><a href=\"https:\/\/artlist.io\/blog\/prime-lenses\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">prime<\/span><\/a><span style=\"font-weight: 400;\"> or <\/span><a href=\"https:\/\/artlist.io\/blog\/anamorphic-lenses\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">anamorphic<\/span><\/a><span style=\"font-weight: 400;\">. Challenges push us out of our comfort zone, force us to think differently, and keep us on our toes. It\u2019s like trying to make a gourmet meal out of whatever scraps you find lying around in your kitchen. The element of chaos will force you to problem-solve better and can help you get out of a creative block.<\/span><\/p>\n\t\t<div data-elementor-type=\"section\" data-elementor-id=\"12509\" class=\"elementor elementor-12509\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbca63b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"fbca63b\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-507392a\" data-id=\"507392a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b515c39 elementor-widget elementor-widget-heading\" data-id=\"b515c39\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Learn more about lenses<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-18c945c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"18c945c\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-374eedc\" data-id=\"374eedc\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3d7d877 elementor-posts--align-left elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-card-shadow-yes elementor-posts__hover-gradient elementor-widget elementor-widget-posts\" data-id=\"3d7d877\" data-element_type=\"widget\" data-settings=\"{&quot;cards_masonry&quot;:&quot;yes&quot;,&quot;cards_columns&quot;:&quot;3&quot;,&quot;cards_columns_tablet&quot;:&quot;2&quot;,&quot;cards_columns_mobile&quot;:&quot;1&quot;,&quot;cards_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;cards_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;cards_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"posts.cards\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-posts-container elementor-posts elementor-posts--skin-cards elementor-grid\">\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-15003 post type-post status-publish format-standard hentry category-artlist-news category-plans-and-pricing\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/new-blog.artlist.io\/blog\/holiday-sale\/\" target=&quot;_blank&quot;>\n\t\t\t\tLIMITED TIME ONLY &#8211; THIS SALE HAS NOW ENDED: Save up to 40% with the 2025 Artlist AI Holiday Sale\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/new-blog.artlist.io\/blog\/holiday-sale\/\" aria-label=\"Read more about LIMITED TIME ONLY &#8211; THIS SALE HAS NOW ENDED: Save up to 40% with the 2025 Artlist AI Holiday Sale\" tabindex=\"-1\" target=\"_blank\">\n\t\t\tRead More \u00bb\t\t<\/a>\n\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-11957 post type-post status-publish format-standard has-post-thumbnail hentry category-100k category-competitions category-artlist-news category-production-filmmaking tag-100kfund tag-filmmaking tag-microphone tag-production tag-competition tag-for-content-creators tag-lighting tag-sfx tag-stock-footage tag-tips\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/new-blog.artlist.io\/blog\/100kfund\/\" tabindex=\"-1\" target=\"_blank\"><div class=\"elementor-post__thumbnail\"><img decoding=\"async\" width=\"300\" height=\"105\" src=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/09\/100k_XXL-1-300x105.jpg\" class=\"attachment-medium size-medium wp-image-46987\" alt=\"\" srcset=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/09\/100k_XXL-1-300x105.jpg 300w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/09\/100k_XXL-1-1024x357.jpg 1024w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/09\/100k_XXL-1-768x268.jpg 768w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/09\/100k_XXL-1-1536x536.jpg 1536w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/09\/100k_XXL-1.jpg 1721w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/new-blog.artlist.io\/blog\/100kfund\/\" target=&quot;_blank&quot;>\n\t\t\t\tWhat would you do with $100K?\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/new-blog.artlist.io\/blog\/100kfund\/\" aria-label=\"Read more about What would you do with $100K?\" tabindex=\"-1\" target=\"_blank\">\n\t\t\tRead More \u00bb\t\t<\/a>\n\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-12162 post type-post status-publish format-standard has-post-thumbnail hentry category-production-filmmaking tag-filmmaking tag-lenses tag-production tag-camera-lenses tag-cinematography tag-tips tag-video-editing\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/new-blog.artlist.io\/blog\/prime-lenses\/\" tabindex=\"-1\" target=\"_blank\"><div class=\"elementor-post__thumbnail\"><img decoding=\"async\" width=\"300\" height=\"84\" src=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/09\/070923-6-Tips-for-shooting-with-Prime-Lenses-blog-cover-300x84.jpg\" class=\"attachment-medium size-medium wp-image-12167\" alt=\"\" srcset=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/09\/070923-6-Tips-for-shooting-with-Prime-Lenses-blog-cover-300x84.jpg 300w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/09\/070923-6-Tips-for-shooting-with-Prime-Lenses-blog-cover-1024x287.jpg 1024w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/09\/070923-6-Tips-for-shooting-with-Prime-Lenses-blog-cover-768x215.jpg 768w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/09\/070923-6-Tips-for-shooting-with-Prime-Lenses-blog-cover-1536x430.jpg 1536w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/09\/070923-6-Tips-for-shooting-with-Prime-Lenses-blog-cover-2048x574.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/new-blog.artlist.io\/blog\/prime-lenses\/\" target=&quot;_blank&quot;>\n\t\t\t\t6 tips for shooting with prime lenses\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/new-blog.artlist.io\/blog\/prime-lenses\/\" aria-label=\"Read more about 6 tips for shooting with prime lenses\" tabindex=\"-1\" target=\"_blank\">\n\t\t\tRead More \u00bb\t\t<\/a>\n\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-10475 post type-post status-publish format-standard has-post-thumbnail hentry category-artlist-news category-production-filmmaking tag-camera-lenses tag-cinematography tag-competition tag-video-gear\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/new-blog.artlist.io\/blog\/anamorphic-lenses\/\" tabindex=\"-1\" target=\"_blank\"><div class=\"elementor-post__thumbnail\"><img decoding=\"async\" width=\"300\" height=\"84\" src=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/04\/170423-Artlist-and-Moment-giveaway-Blog-cover-300x84.jpg\" class=\"attachment-medium size-medium wp-image-10476\" alt=\"\" srcset=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/04\/170423-Artlist-and-Moment-giveaway-Blog-cover-300x84.jpg 300w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/04\/170423-Artlist-and-Moment-giveaway-Blog-cover-1024x287.jpg 1024w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/04\/170423-Artlist-and-Moment-giveaway-Blog-cover-768x216.jpg 768w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/04\/170423-Artlist-and-Moment-giveaway-Blog-cover-1536x431.jpg 1536w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/04\/170423-Artlist-and-Moment-giveaway-Blog-cover.jpg 1920w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/new-blog.artlist.io\/blog\/anamorphic-lenses\/\" target=&quot;_blank&quot;>\n\t\t\t\tEverything you need to know about anamorphic lenses\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/new-blog.artlist.io\/blog\/anamorphic-lenses\/\" aria-label=\"Read more about Everything you need to know about anamorphic lenses\" tabindex=\"-1\" target=\"_blank\">\n\t\t\tRead More \u00bb\t\t<\/a>\n\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-10024 post type-post status-publish format-standard has-post-thumbnail hentry category-artlist-news category-production-filmmaking tag-camera-lenses tag-film-gear tag-filming\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/new-blog.artlist.io\/blog\/probe-lens-competition-giveaway\/\" tabindex=\"-1\" target=\"_blank\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"84\" src=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/02\/210223-Probe-lenses-giveaway-Blog-cover-1-300x84.jpg\" class=\"attachment-medium size-medium wp-image-10050\" alt=\"Artlist and LAOWA logos with an image of a probe lens attached to a DLSR camera\" srcset=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/02\/210223-Probe-lenses-giveaway-Blog-cover-1-300x84.jpg 300w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/02\/210223-Probe-lenses-giveaway-Blog-cover-1-1024x287.jpg 1024w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/02\/210223-Probe-lenses-giveaway-Blog-cover-1-768x215.jpg 768w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/02\/210223-Probe-lenses-giveaway-Blog-cover-1-1536x430.jpg 1536w, https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/02\/210223-Probe-lenses-giveaway-Blog-cover-1.jpg 1920w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/new-blog.artlist.io\/blog\/probe-lens-competition-giveaway\/\" target=&quot;_blank&quot;>\n\t\t\t\tProbe lenses: Why you need one and how to win one!\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/new-blog.artlist.io\/blog\/probe-lens-competition-giveaway\/\" aria-label=\"Read more about Probe lenses: Why you need one and how to win one!\" tabindex=\"-1\" target=\"_blank\">\n\t\t\tRead More \u00bb\t\t<\/a>\n\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<p><span style=\"font-weight: 400;\">Don\u2019t forget you can also access high-quality <\/span><a href=\"https:\/\/artlist.io\/sfx\/?utm_source=blog\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">sound effects<\/span><\/a><span style=\"font-weight: 400;\"> and<\/span><a href=\"https:\/\/artlist.io\/video-templates\/?utm_source=blog\"><span style=\"font-weight: 400;\"> templates<\/span><\/a><span style=\"font-weight: 400;\"> from Artlist, which can help you solve creative challenges.\u00a0<\/span><\/p>\n<h2><b>Wrapping up\u00a0<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">It\u2019s completely normal to experience a creative block, and you\u2019re not alone in this journey. Creators with all skill levels still experience times when they lack motivation and inspiration. Hopefully, these 5 tips will help you shatter creative block like it\u2019s made of glass. Instead of gambling on inspiration from nowhere, take actionable steps to spark your creativity.\u00a0<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Creative block can strike even the most experienced artists and creators. Whether you&#8217;re a video creator, brand, social media manager, or any other type of<\/p>\n","protected":false},"author":41,"featured_media":28721,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","footnotes":""},"categories":[5,581],"tags":[556,555,551,139,20,138,49],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>5 ways to overcome creative block\u00a0 - Artlist Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/new-blog.artlist.io\/blog\/overcoming-creative-block\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"5 ways to overcome creative block\u00a0 - Artlist Blog\" \/>\n<meta property=\"og:description\" content=\"Creative block can strike even the most experienced artists and creators. Whether you&#8217;re a video creator, brand, social media manager, or any other type of\" \/>\n<meta property=\"og:url\" content=\"https:\/\/new-blog.artlist.io\/blog\/overcoming-creative-block\/\" \/>\n<meta property=\"og:site_name\" content=\"Artlist Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-10-26T11:28:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-12T08:26:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/10\/5-ways-to-overcome-creative-block-XXL-2.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1721\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"David Harris\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"David Harris\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/overcoming-creative-block\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/overcoming-creative-block\/\"},\"author\":{\"name\":\"David Harris\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/#\/schema\/person\/ac9e3986da84f2c2d9d6d704e051043f\"},\"headline\":\"5 ways to overcome creative block\u00a0\",\"datePublished\":\"2023-10-26T11:28:15+00:00\",\"dateModified\":\"2024-08-12T08:26:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/overcoming-creative-block\/\"},\"wordCount\":1267,\"publisher\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/#organization\"},\"keywords\":[\"#creativeblock\",\"#inspiration\",\"#lenses\",\"Camera Lenses\",\"For content creators\",\"Marketing\",\"Social Media\"],\"articleSection\":[\"Production &amp; Filmmaking\",\"Social Content Creators\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/overcoming-creative-block\/\",\"url\":\"https:\/\/new-blog.artlist.io\/blog\/overcoming-creative-block\/\",\"name\":\"5 ways to overcome creative block\u00a0 - Artlist Blog\",\"isPartOf\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/#website\"},\"datePublished\":\"2023-10-26T11:28:15+00:00\",\"dateModified\":\"2024-08-12T08:26:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/overcoming-creative-block\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/new-blog.artlist.io\/blog\/overcoming-creative-block\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/overcoming-creative-block\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/new-blog.artlist.io\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Production &amp; Filmmaking\",\"item\":\"https:\/\/new-blog.artlist.io\/blog\/production-filmmaking\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"5 ways to overcome creative block\u00a0\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/#website\",\"url\":\"https:\/\/new-blog.artlist.io\/blog\/\",\"name\":\"Artlist Blog\",\"description\":\"Just artlist blog website\",\"publisher\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/new-blog.artlist.io\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/#organization\",\"name\":\"Artlist Blog\",\"url\":\"https:\/\/new-blog.artlist.io\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/10\/artlist-blog-logo.svg\",\"contentUrl\":\"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/10\/artlist-blog-logo.svg\",\"width\":143,\"height\":28,\"caption\":\"Artlist Blog\"},\"image\":{\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/new-blog.artlist.io\/blog\/#\/schema\/person\/ac9e3986da84f2c2d9d6d704e051043f\",\"name\":\"David Harris\",\"url\":\"https:\/\/new-blog.artlist.io\/blog\/author\/david-harris\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"5 ways to overcome creative block\u00a0 - Artlist Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/new-blog.artlist.io\/blog\/overcoming-creative-block\/","og_locale":"en_US","og_type":"article","og_title":"5 ways to overcome creative block\u00a0 - Artlist Blog","og_description":"Creative block can strike even the most experienced artists and creators. Whether you&#8217;re a video creator, brand, social media manager, or any other type of","og_url":"https:\/\/new-blog.artlist.io\/blog\/overcoming-creative-block\/","og_site_name":"Artlist Blog","article_published_time":"2023-10-26T11:28:15+00:00","article_modified_time":"2024-08-12T08:26:40+00:00","og_image":[{"width":1721,"height":600,"url":"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/10\/5-ways-to-overcome-creative-block-XXL-2.jpg","type":"image\/jpeg"}],"author":"David Harris","twitter_card":"summary_large_image","twitter_misc":{"Written by":"David Harris","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/new-blog.artlist.io\/blog\/overcoming-creative-block\/#article","isPartOf":{"@id":"https:\/\/new-blog.artlist.io\/blog\/overcoming-creative-block\/"},"author":{"name":"David Harris","@id":"https:\/\/new-blog.artlist.io\/blog\/#\/schema\/person\/ac9e3986da84f2c2d9d6d704e051043f"},"headline":"5 ways to overcome creative block\u00a0","datePublished":"2023-10-26T11:28:15+00:00","dateModified":"2024-08-12T08:26:40+00:00","mainEntityOfPage":{"@id":"https:\/\/new-blog.artlist.io\/blog\/overcoming-creative-block\/"},"wordCount":1267,"publisher":{"@id":"https:\/\/new-blog.artlist.io\/blog\/#organization"},"keywords":["#creativeblock","#inspiration","#lenses","Camera Lenses","For content creators","Marketing","Social Media"],"articleSection":["Production &amp; Filmmaking","Social Content Creators"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/new-blog.artlist.io\/blog\/overcoming-creative-block\/","url":"https:\/\/new-blog.artlist.io\/blog\/overcoming-creative-block\/","name":"5 ways to overcome creative block\u00a0 - Artlist Blog","isPartOf":{"@id":"https:\/\/new-blog.artlist.io\/blog\/#website"},"datePublished":"2023-10-26T11:28:15+00:00","dateModified":"2024-08-12T08:26:40+00:00","breadcrumb":{"@id":"https:\/\/new-blog.artlist.io\/blog\/overcoming-creative-block\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/new-blog.artlist.io\/blog\/overcoming-creative-block\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/new-blog.artlist.io\/blog\/overcoming-creative-block\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/new-blog.artlist.io\/blog\/"},{"@type":"ListItem","position":2,"name":"Production &amp; Filmmaking","item":"https:\/\/new-blog.artlist.io\/blog\/production-filmmaking\/"},{"@type":"ListItem","position":3,"name":"5 ways to overcome creative block\u00a0"}]},{"@type":"WebSite","@id":"https:\/\/new-blog.artlist.io\/blog\/#website","url":"https:\/\/new-blog.artlist.io\/blog\/","name":"Artlist Blog","description":"Just artlist blog website","publisher":{"@id":"https:\/\/new-blog.artlist.io\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/new-blog.artlist.io\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/new-blog.artlist.io\/blog\/#organization","name":"Artlist Blog","url":"https:\/\/new-blog.artlist.io\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/new-blog.artlist.io\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/10\/artlist-blog-logo.svg","contentUrl":"https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2024\/10\/artlist-blog-logo.svg","width":143,"height":28,"caption":"Artlist Blog"},"image":{"@id":"https:\/\/new-blog.artlist.io\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/new-blog.artlist.io\/blog\/#\/schema\/person\/ac9e3986da84f2c2d9d6d704e051043f","name":"David Harris","url":"https:\/\/new-blog.artlist.io\/blog\/author\/david-harris\/"}]}},"uagb_featured_image_src":{"full":["https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/10\/5-ways-to-overcome-creative-block-XXL-2.jpg",1721,600,false],"thumbnail":["https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/10\/5-ways-to-overcome-creative-block-XXL-2-150x150.jpg",150,150,true],"medium":["https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/10\/5-ways-to-overcome-creative-block-XXL-2-300x105.jpg",300,105,true],"medium_large":["https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/10\/5-ways-to-overcome-creative-block-XXL-2-768x268.jpg",768,268,true],"large":["https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/10\/5-ways-to-overcome-creative-block-XXL-2-1024x357.jpg",1024,357,true],"1536x1536":["https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/10\/5-ways-to-overcome-creative-block-XXL-2-1536x536.jpg",1536,536,true],"2048x2048":["https:\/\/new-blog.artlist.io\/blog\/wp-content\/uploads\/2023\/10\/5-ways-to-overcome-creative-block-XXL-2.jpg",1721,600,false]},"uagb_author_info":{"display_name":"David Harris","author_link":"https:\/\/new-blog.artlist.io\/blog\/author\/david-harris\/"},"uagb_comment_info":0,"uagb_excerpt":"Creative block can strike even the most experienced artists and creators. Whether you&#8217;re a video creator, brand, social media manager, or any other type of","_links":{"self":[{"href":"https:\/\/new-blog.artlist.io\/blog\/wp-json\/wp\/v2\/posts\/12529"}],"collection":[{"href":"https:\/\/new-blog.artlist.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/new-blog.artlist.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/new-blog.artlist.io\/blog\/wp-json\/wp\/v2\/users\/41"}],"replies":[{"embeddable":true,"href":"https:\/\/new-blog.artlist.io\/blog\/wp-json\/wp\/v2\/comments?post=12529"}],"version-history":[{"count":6,"href":"https:\/\/new-blog.artlist.io\/blog\/wp-json\/wp\/v2\/posts\/12529\/revisions"}],"predecessor-version":[{"id":28819,"href":"https:\/\/new-blog.artlist.io\/blog\/wp-json\/wp\/v2\/posts\/12529\/revisions\/28819"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/new-blog.artlist.io\/blog\/wp-json\/wp\/v2\/media\/28721"}],"wp:attachment":[{"href":"https:\/\/new-blog.artlist.io\/blog\/wp-json\/wp\/v2\/media?parent=12529"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/new-blog.artlist.io\/blog\/wp-json\/wp\/v2\/categories?post=12529"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/new-blog.artlist.io\/blog\/wp-json\/wp\/v2\/tags?post=12529"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}