<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Problem &#8211; Social Media Agency</title>
	<atom:link href="https://socialmediaagency.one/tag/problem-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://socialmediaagency.one</link>
	<description></description>
	<lastBuildDate>Thu, 12 Aug 2021 08:35:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>Disable WordPress Block Widget! How to do it in 5 seconds + instructions</title>
		<link>https://socialmediaagency.one/disable-wordpress-block-widget-how-to-do-it-in-5-seconds-instructions/</link>
		
		<dc:creator><![CDATA[S_kinski]]></dc:creator>
		<pubDate>Thu, 12 Aug 2021 08:35:38 +0000</pubDate>
				<category><![CDATA[Help]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Anleitung]]></category>
		<category><![CDATA[Block Widget]]></category>
		<category><![CDATA[deaktivieren]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[Instruction]]></category>
		<category><![CDATA[Lösung]]></category>
		<category><![CDATA[Onlineshop]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Problem]]></category>
		<category><![CDATA[Solution]]></category>
		<category><![CDATA[Text Editor]]></category>
		<category><![CDATA[Text-Editor]]></category>
		<category><![CDATA[Widget]]></category>
		<guid isPermaLink="false">https://socialmediaagency.one/disable-wordpress-block-widget-how-to-do-it-in-5-seconds-instructions/</guid>

					<description><![CDATA[Disable WordPress block widget, turn it off, whatever, get rid of it! We&#8217;re not big fans of the new WordPress UI changes. Even the Gutenberg editor was no solala (hint: we&#8217;re about to disable that too). Many in e-commerce use WordPress or the WooCommerce extension and may be facing the exact same problem today! With [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Disable WordPress block widget, turn it off, whatever, get rid of it! We&#8217;re not big fans of the new WordPress UI changes. Even the Gutenberg editor was no solala (hint: we&#8217;re about to disable that too). Many in <a href="https://socialmediaagency.one/e-commerce-agency-marketing-strategy-search-engine-optimization-seo-google-ads/" data-type="post" data-origin="de" data-origin-url="/?p=16298" data-id="16581">e-commerce</a> use WordPress or the <a href="https://socialmediaagency.one/wordpress-woocommerce-your-own-online-shop/" data-type="post" data-origin="de" data-origin-url="/?p=4481" data-id="15664">WooCommerce</a> extension and may be facing the exact same problem today! With the WordPress 5.8 update, the new &#8220;Block Widget&#8221; editor just came. Update done, look into the widgets: What happened! You see error after error! What to do? Go back to the default! With this, simple trick.</p>
<h2>Disable block widget</h2>
<p>If you already know your way around WordPress, paste this code into your theme editor.</p>
<p>If you don&#8217;t have any experience with it yet, after the codes we have a simple 4 step guide with screenshots for you.</p>
<h3>Disable block widget</h3>
<p>With this line, you can disable the block widgets:</p>
<blockquote><p>Disables the block editor from managing widgets.<br />
add_filter( &#8216;use_widgets_block_editor&#8217;, &#8216;__return_false&#8217; );</p></blockquote>
<p>Source: <a href="https://wpcodeus.com/disable-widget-block-editor-in-wordpress-5-8/" target="_blank" rel="noopener">WP Code US</a></p>
<p>Speaking of which, you can use this to disable the &#8220;new&#8221; Gutenberg editor.</p>
<h3>Disable Gutenberg Editor</h3>
<p>Disable Gutenberg Editor:</p>
<blockquote><p>Disables the block editor from managing widgets in the Gutenberg plugin.<br />
add_filter( &#8216;gutenberg_use_widgets_block_editor&#8217;, &#8216;__return_false&#8217; );</p></blockquote>
<h2>Error: Before / After</h2>
<p>Here&#8217;s a quick recap of the error you either already have on your WordPress system or will get after updating to WordPress 5.8.</p>
<h3>Before: Widget work as always</h3>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-29525" src="https://socialmediaone.de/wp-content/uploads/2021/08/wordpress-update-block-widget-editor-deaktivieren-1-vorher-nachher-beispiel-plugins.jpg" alt="" width="942" height="935" /></p>
<h3>Update: WordPress 5.8</h3>
<p>Then comes your update to version 5.8.</p>
<p><img decoding="async" class="alignnone size-full wp-image-29539" src="https://socialmediaone.de/wp-content/uploads/2021/08/wordpress-update-block-widget-editor-deaktivieren-2-update-5-8-wp-anderungen-neuerungen-ecommerce.jpg" alt="" width="942" height="935" /></p>
<h3>After update: Error over error</h3>
<p>After the update, depending on the plugins, error after error. With Multilingual (eg WPML) in e-commerce, it becomes quite extreme. Also, &#8220;legacy&#8221; texts attaching everywhere, for privacy. To each, individual widget. If you&#8217;re not just managing 1 site, but maybe 5, 10 or 20, you&#8217;ll want to get back to standard, fast.</p>
<p><img decoding="async" class="alignnone size-full wp-image-29553" src="https://socialmediaone.de/wp-content/uploads/2021/08/wordpress-update-block-widget-editor-deaktivieren-3-fehler-plugins-funktionieren-nicht.jpg" alt="" width="942" height="935" /></p>
<p>What now? This is how you insert the code (above)!</p>
<h3>Solution: Code for Theme Editor</h3>
<p>Open the &#8220;Theme Editor&#8221; in the menu. Here you add this code to your &#8220;functions.php&#8221; as shown in the screenshot.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-29561" src="https://socialmediaagency.one/wp-content/uploads/2021/08/wordpress-update-block-widget-editor-deaktivieren-4-loesung-menu-aussehen-theme-editor.jpg" alt="" width="1095" height="929" /></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Lean Canvas Part 1/3: Product &#038; USP &#124; Fries are boring! &#8211; Marketing Podcast</title>
		<link>https://socialmediaagency.one/lean-canvas-part-1-3-product-usp-fries-are-boring-marketing-podcast/</link>
		
		<dc:creator><![CDATA[Stephan Czaja]]></dc:creator>
		<pubDate>Sun, 15 Nov 2020 14:17:34 +0000</pubDate>
				<category><![CDATA[Help]]></category>
		<category><![CDATA[Online Course]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[Become independent]]></category>
		<category><![CDATA[Beispiel]]></category>
		<category><![CDATA[Business idea]]></category>
		<category><![CDATA[Canvas]]></category>
		<category><![CDATA[Erklärung]]></category>
		<category><![CDATA[Example]]></category>
		<category><![CDATA[Explanation]]></category>
		<category><![CDATA[Firma Gründen]]></category>
		<category><![CDATA[Geschäftsidee]]></category>
		<category><![CDATA[Idea]]></category>
		<category><![CDATA[Idee]]></category>
		<category><![CDATA[Instagram Shop]]></category>
		<category><![CDATA[Instagram Shopping]]></category>
		<category><![CDATA[Lean Canvas]]></category>
		<category><![CDATA[lean canvas]]></category>
		<category><![CDATA[Lösung]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Problem]]></category>
		<category><![CDATA[Product]]></category>
		<category><![CDATA[Produkt]]></category>
		<category><![CDATA[Selbstständig werden]]></category>
		<category><![CDATA[Solution]]></category>
		<category><![CDATA[Spotify]]></category>
		<category><![CDATA[start a start-up]]></category>
		<category><![CDATA[Startup gründen]]></category>
		<category><![CDATA[USP]]></category>
		<guid isPermaLink="false">https://socialmediaagency.one/lean-canvas-part-1-3-product-usp-fries-are-boring-marketing-podcast/</guid>

					<description><![CDATA[Develop and validate business ideas in 9 steps. In episode #4, you&#8217;ll learn about the Lean Canvas! The first part is about your product, which is the business idea itself. That is 1) the problem, so you find the best 2) solutions and your 3) user promise, so your USP. Also, the tip of the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Develop and validate business ideas in 9 steps. In episode #4, you&#8217;ll learn about the Lean Canvas! The first part is about your product, which is the business idea itself. That is 1) the problem, so you find the best 2) solutions and your 3) user promise, so your USP. Also, the tip of the week: Instagram Shopping! Now right in the app menu bar. Plus, as always, lots of little marketing live hacks from everyday life.</p>
<h2>Podcast episode on Spotify: Lean Canvas (1/3) Special</h2>
<p>Back to overview: <a href="https://socialmediaone.de/podcast/" data-type="page" data-origin="de" data-origin-url="/?page_id=17661">Marketing Podcast.</a></p>
<p><iframe loading="lazy" src="https://open.spotify.com/embed-podcast/episode/5Ony5D6EylvLgMXlcrut12" width="100%" height="232" frameborder="0"></iframe></p>
<p>Now stream &amp; learn for free on:</p>
<ul>
<li><a href="https://open.spotify.com/show/4IOnrV8LsU2lhNiGefjGLR" target="_blank" rel="nofollow noopener noreferrer">Spotify &#8211; Marketing Podcast</a></li>
<li><a href="https://podcasts.apple.com/de/podcast/lasse-lukinski/id1542462542" target="_blank" rel="noopener noreferrer">ITunes &#8211; Marketing Podcast</a></li>
<li><a href="https://music.amazon.de/podcasts/3dca2830-1a07-477c-b7cc-a38957597409/Lasse-Lukinski" target="_blank" rel="nofollow noopener noreferrer">Amazon &#8211; Marketing Podcast</a></li>
<li><a href="https://www.deezer.com/show/1918112" target="_blank" rel="nofollow noopener noreferrer">Deezer &#8211; Marketing Podcast</a></li>
<li><a href="https://www.google.com/podcasts?feed=aHR0cHM6Ly9sYXNzZWx1a2luc2tpLnBvZGlnZWUuaW8vZmVlZC9tcDM%3D" target="_blank" rel="nofollow noopener noreferrer">Google &#8211; Marketing Podcast</a></li>
</ul>
<h2>Lean Canvas for your business idea: find &amp; review</h2>
<p>You want to start your own business? You want to found your own company, your own start-up? Then you need a good business idea! Several times a year we have a very special workshop, with over 200 participants. Briefly explained, similar to Höhle der Löwen that you know from TV. Only, with the extra of a day of coaching with our experts and mentors, then comes the big day and day pitches. 200 people, 40 groups, 40 ideas, but what&#8217;s the best way to start?</p>
<h3>What is the Lean Canvas?</h3>
<p>What is the Lean Canvas? The Lean Canvas is a variation of the Business Canvas. It helps you to find business ideas in new simple steps and to validate them. Validation means to check and prove that a business idea is or will be profitable. In this special of our Marketing Podcast, we&#8217;re going to look at the Lean Canvas in three episodes. In each case, 3 of 9 steps.</p>
<p>In part 1, you&#8217;ll learn about problem, solution, and your USP. In the second part<a href="https://socialmediaagency.one/lean-canvas-part-2-3-unfair-advantage-metrics-audience-marketing-podcast/" data-type="post" data-origin="de" data-origin-url="/?p=17858" data-id="19336">(Lean Canvas #2</a>) we talk about metrics, target groups and the unfair advantage. Part 3<a href="https://socialmediaagency.one/lean-canvas-part-3-3-marketing-and-finance-costs-revenues-marketing-podcast/" data-type="post" data-origin="de" data-origin-url="/?p=17859" data-id="19337">(Lean Canvas #3</a>) then deals with the big topic of marketing and the resulting costs and revenue sources.</p>
<h3>Banks, investors&#8230; Find employees (Recruiting)</h3>
<p>In the Marketing Podcast and this special you learn so, free of charge the first step, the design of your business idea! You need this to develop your pitch and your business plan. Both you need to convince e.g. investors and banks of you. Finally, you need both concepts in everyday life, e.g. when you want to convince customers of your product or when recruiting new employees. These steps will be discussed in detail in future episodes. Learn marketing for your own business, step by step.</p>
<p>A solid, well thought-out idea, demonstrably profitable is what employees, banks but also investors expect from you as a founder. That&#8217;s why we wanted to take a close look at each individual step in this Lean Canvas Special, with practical examples so that you understand how such a Lean Canvas is built up. What depth you need to go into so that your pitch is ultimately convincing.</p>
<h3>More in the Marketing Podcast</h3>
<p>You want more episodes from our marketing podcast? Small video snippets on the individual topics, from social media marketing to print to setting up a company, with tips and best practices from international projects. Here you can find the overview</p>
<ul>
<li><a href="https://socialmediaone.de/podcast/" data-type="page" data-origin="de" data-origin-url="/?page_id=17661">Marketing Podcast</a></li>
</ul>
<h2>Marketing Shorty: Lean Canvas</h2>
<p>More Marketing Snippets? Follow us on <a href="https://youtube.com/channel/UCQ4MEASEZbXKWpVPjcphcQQ" target="_blank" rel="nofollow noopener noreferrer">Youtube</a>, too. Topic of the week:</p>
<ol>
<li>Lean Canvas Part 1: Problem, Solution &amp; USP&lt;</li>
</ol>
<p>As a <a href="/?page_id=19284" data-type="page" data-origin="de" data-origin-url="/?page_id=11488" data-id="19284">speaker</a>, we show up to 200 participants in our workshop how to build a business. One part of this is the Lean Canvas. A simple way to develop business ideas and test them. On the second day, 40 groups then present their business ideas. A bit like &#8220;Höhle der Löwen&#8221;, you probably know the TV series. However, before it comes to the pitch, a solid business idea has to be in place. In this podcast episode we talk about that among other things.</p>
<h3>Lean Canvas Part 1: Problem, Solution &amp; USP</h3>
<div class='avia-iframe-wrap'><iframe loading="lazy" title="Produkt, Problem, Lösung &amp; USP | Lean Canvas #1" width="1500" height="844" src="https://www.youtube.com/embed/Ibe0qY_ZV5o?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
<h2>Lean Canvas Special: All Parts</h2>
<p>Here you can find all parts of the Lean Canvas Special at a glance:</p>
<h3>Part: Key figures, unfair advantage and target group</h3>
<p>Part 2: <a href="https://socialmediaagency.one/lean-canvas-part-2-3-unfair-advantage-metrics-audience-marketing-podcast/" data-type="post" data-origin="de" data-origin-url="/?p=17858" data-id="19336">Key figures, unfair advantage and target group</a></p>
<p><a href="https://socialmediaagency.one/lean-canvas-part-2-3-unfair-advantage-metrics-audience-marketing-podcast/" data-type="post" data-origin="de" data-origin-url="/?p=17858" data-id="19336"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-17854" src="https://socialmediaone.de/wp-content/uploads/2020/10/marketing-podcast-folge-5-zielgruppen-unfairer-vorteil-tricks-pitch-investoren.jpg" alt="" width="1200" height="675" /></a></p>
<h3>Part: Marketing and Finances</h3>
<p>Part 3: <a href="https://socialmediaagency.one/lean-canvas-part-3-3-marketing-and-finance-costs-revenues-marketing-podcast/" data-type="post" data-origin="de" data-origin-url="/?p=17859" data-id="19337">Marketing and finance</a></p>
<p><a href="https://socialmediaagency.one/lean-canvas-part-3-3-marketing-and-finance-costs-revenues-marketing-podcast/" data-type="post" data-origin="de" data-origin-url="/?p=17859" data-id="19337"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-17856" src="https://socialmediaone.de/wp-content/uploads/2020/10/marketing-podcast-folge-6-canvas-marketing-digital-online-print-vergleich-preise-kosten-vertrieb-aufbau-verkauf-kunden.jpg" alt="" width="1200" height="675" /></a></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
