<?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>Design Archives - Web321: WordPress Updates and Support</title>
	<atom:link href="https://store.web321.co/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>https://store.web321.co/category/design/</link>
	<description>Your WordPress Support Experts</description>
	<lastBuildDate>Wed, 14 Jun 2023 01:35:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://store.web321.co/wp-content/uploads/2022/04/cropped-favicon-32x32.png</url>
	<title>Design Archives - Web321: WordPress Updates and Support</title>
	<link>https://store.web321.co/category/design/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Shortcodes: What Are They And Do Shortcodes Slow Down A WordPress Site?</title>
		<link>https://store.web321.co/do-shortcodes-slow-down-a-wordpress-site/</link>
		
		<dc:creator><![CDATA[Shawn DeWolfe]]></dc:creator>
		<pubDate>Mon, 05 Jun 2023 19:18:56 +0000</pubDate>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[shortcodes]]></category>
		<guid isPermaLink="false">https://store.web321.co/?p=56316</guid>

					<description><![CDATA[<p>WordPress offers users the convenience of specific code snippets that can enhance the performance of the WordPress backend, front-end interface, or website functionality.  Users can leverage these code snippets, known as Shortcodes, in WordPress without the need for extensive coding or programming knowledge. This article provides insights into the fundamentals of Shortcodes and their impact [&#8230;]</p>
<p>The post <a href="https://store.web321.co/do-shortcodes-slow-down-a-wordpress-site/">Shortcodes: What Are They And Do Shortcodes Slow Down A WordPress Site?</a> appeared first on <a href="https://store.web321.co">Web321: WordPress Updates and Support</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>WordPress offers users the convenience of specific code snippets that can enhance the performance of the WordPress backend, front-end interface, or website functionality.  Users can leverage these code snippets, known as Shortcodes, in WordPress without the need for extensive coding or programming knowledge. This article provides insights into the fundamentals of Shortcodes and their impact on the speed of a WordPress website.</p>
<h2>What Are Shortcodes in WordPress?</h2>
<p>WordPress shortcodes are special tags (short bits of code) that allow users to quickly and easily pull related bits of defined functionality into their content. You can insert them into posts, pages, or widgets, and they&#8217;ll be replaced with some sort of content when the page is rendered. Shortcodes were introduced in WordPress 2.5, and their main purpose was to provide a straightforward way to create complex HTML output in a consistent way.</p>
<p>If you have a plugin that creates a slideshow of images, and you want to insert that slideshow into a post. The plugin could provide a shortcode that you&#8217;d insert into your post like this:</p>
<p>[ slideshow id=&#8221;123&#8243; ]</p>
<p>When you view the post, WordPress will replace the `[ slideshow id=&#8221;123&#8243; ]` shortcode with the HTML that&#8217;s needed to generate the slideshow.</p>
<p>Shortcodes can also take parameters, allowing you to customize their behavior. For instance:</p>
<p>[ gallery id=&#8221;123&#8243; size=&#8221;medium&#8221; ]</p>
<p>This might display a gallery of images, where &#8220;123&#8221; is the gallery ID and &#8220;medium&#8221; is the size of the images.</p>
<p>By default, WordPress interprets shortcodes within pages and posts. These shortcodes are small code snippets enclosed in brackets, such as [show_list]. The square braced element can take in arguments to control the output of the shortcode. Content can be wrapped in a shortcode and factored into the reformatted output. For example [show_list]The Big List[/show_list] can use “The Big List” as part of the shortcode output.</p>
<h2>Do Shortcodes Affect WordPress’ Speed?</h2>
<p>The effect of shortcodes on WordPress speed depends on various factors, including site caching, the source code of the shortcodes, and the number of HTTP requests. Let&#8217;s delve into the details of how shortcodes impact the speed of a WordPress website. <span class="q-box qu-userSelect--text">Shortcodes themselves do not inherently slow down a WordPress website. That said, poorly coded or inefficient shortcodes can slow down a web page and delay the time-to-first byte&#8211; the initial response coming back from the web server.</span></p>
<h2>WordPress Caching and How It Improves Speed</h2>
<p>The speed impact of shortcodes varies depending on multiple factors in WordPress. When a WordPress site is properly configured with caching, shortcodes do not significantly affect the page speed. However, the performance of shortcodes also relies on their functionality and the plugins they interact with.</p>
<p>The speed influence of shortcodes is influenced by the page-level cache in WordPress. The front-end output of a shortcode is rendered only after the server correctly executes the shortcode calls. Consequently, shortcodes may slow down page speed if the page hasn&#8217;t been cached. However, once the page utilizing shortcodes is cached, the use of shortcodes has a minimal impact on WordPress speed.</p>
<p>The choice of cache plugins for WordPress also plays a role. It&#8217;s important to avoid poorly-coded cache plugins as they can potentially degrade page speed rather than improve it.</p>
<h2>Quality of Code and Function Calls</h2>
<p>Developers generally believe that shortcodes execute simple function calls in WordPress, which has a negligible impact on speed. However, as mentioned earlier, using poorly coded shortcodes can affect the speed of a WordPress page.</p>
<p>Alternatively, users can opt for manual source code integration to achieve similar performance as shortcodes. This approach requires a deeper understanding of WordPress and HTML, or one can hire developers to create custom source codes in WordPress.</p>
<p>Page builders in WordPress can also be used to create custom layouts. However, there is a slight difference in the speed impact between page builders and shortcodes.</p>
<h2>How The Number of Shortcodes in a WordPress Page Affects Speed</h2>
<p>The number of shortcodes used on a page can impact its speed performance. Having numerous shortcodes on a page can slow down the page speed in WordPress.</p>
<p>For beginners, using a limited number of shortcodes in WordPress content helps maintain optimal speed. For instance, utilizing Shortcodes Ultimate, one of the best WordPress plugins for shortcodes, does not significantly affect page speed unless excessive use of shortcodes is the only option.</p>
<h2>Broader Considerations: Web Design Standards</h2>
<p>Adhering to web design standards, it&#8217;s important to remember that adding elements to a page can potentially slow down the speed by consuming server resources and increasing function calls. Although the impact of a shortcode on speed is measured in milliseconds, the use of poorly coded shortcodes can negatively affect WordPress speed.</p>
<p>If achieving similar results is possible using plain HTML, it is advisable to avoid using shortcodes in WordPress pages and posts. Web browsers are better equipped to parse plain HTML, which positively influences page speed in WordPress. For example, opting to code HTML for a global layout instead of using a shortcode is a better approach.</p>
<h2>Shortcode Plugins in WordPress</h2>
<p>WordPress has dedicated plugins that generate output via shortcodes in pages and posts.Poorly designed plugins with inefficient source code and function calls can slow down page speed. Ideally, they need to be economical: small processing impact, or some caching method to shortcut the processing workload and make it an occasional task.</p>
<p>One recommended plugin for WordPress shortcodes is <a href="https://getshortcodes.com/support/"><strong>Shortcodes Ultimate</strong></a>. We used that to create and control lists. It works with templates to further format and control the output.</p>
<h2><em>In Conclusion</em></h2>
<p>WordPress shortcodes can enhance the performance of a website. Shortcodes are valuable tools for modifying the layout and appearance of a WordPress site. However, the impact on website speed can vary, depending on factors such as site caching, the quality of the shortcode&#8217;s source code, and the number of database calls and HTTP requests. The best practice is to limit the usage of shortcodes on any given page.  It&#8217;s crucial to use properly configured caching, and avoid poorly-coded cache plugins.</p>
<p>&nbsp;</p>
<p>The post <a href="https://store.web321.co/do-shortcodes-slow-down-a-wordpress-site/">Shortcodes: What Are They And Do Shortcodes Slow Down A WordPress Site?</a> appeared first on <a href="https://store.web321.co">Web321: WordPress Updates and Support</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>What Should You Consider Before A Website Re-Design</title>
		<link>https://store.web321.co/what-should-you-consider-before-a-website-re-design/</link>
		
		<dc:creator><![CDATA[Shawn DeWolfe]]></dc:creator>
		<pubDate>Thu, 01 Jun 2023 22:03:41 +0000</pubDate>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[re-design]]></category>
		<guid isPermaLink="false">https://store.web321.co/?p=56245</guid>

					<description><![CDATA[<p>Let&#8217;s dive into the essential considerations for undertaking a website redesign. There are both minor and major technical issues, ensuring mobile readiness, optimizing for search engines, and possibly migrating to a more reliable platform, such as WordPress. Understanding these key aspects is vital for a successful redesign and enhanced user experience. A client need to [&#8230;]</p>
<p>The post <a href="https://store.web321.co/what-should-you-consider-before-a-website-re-design/">What Should You Consider Before A Website Re-Design</a> appeared first on <a href="https://store.web321.co">Web321: WordPress Updates and Support</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Let&#8217;s dive into the essential considerations for undertaking a website redesign. There are both minor and major technical issues, ensuring mobile readiness, optimizing for search engines, and possibly migrating to a more reliable platform, such as WordPress. Understanding these key aspects is vital for a successful redesign and enhanced user experience.</p>
<p>A client need to consider these things:</p>
<ul>
<li>Fix existing minor technical shortcomings. Some sites go on for a number of years with technical frustration. A redesign should clean house to get rid of these small issues. Through technological improvements, it should be possible to fix most lingering issues.</li>
<li>Fix existing major technical shortcomings. What was impossible 10 years ago, may be easy in 2022. As the Web matures, more businesses are getting online. Even an obscure requirement can be a need shared by hundreds or  thousands of other websites. That leads to products (plugins, services) that could be easily implemented to address a major technical need.</li>
<li>Make the design mobile-ready / responsive. The majority of web visits come from mobile devices. If a site is not optimized for mobile, that could put off many of your potential visitors. Factor in only designs that consider mobile and tablet users.</li>
<li>Improve the site&#8217;s search engine functionality and share-ability. Many people discover websites via search engines and social media shares. A plugin like Yoast&#8217;s WordPress SEO plugin can be set-up and used to make a website easy to share and attractive when shared.</li>
<li>Move away from a problematic platform. As time passes, some website building tools gain popularity. Some products diminish in popularity. Likewise, some platforms can come up short over time: too few features; too expensive, etc.. Our platform of choice is WordPress: it&#8217;s easy to use, easy to deploy, popular, and inexpensive. By contrast, we have been helping clients convert their Drupal websites to WordPress as lots of our clients which to move away from that platform.</li>
</ul>
<p>Some features to modernize the look, feel and functionality of a website, which a web designer or developer could implement.</p>
<ul>
<li><strong>Responsive Design</strong>: Ensure that the website is responsive, meaning that it adjusts well to different screen sizes. This is essential as many users access websites through mobile devices.</li>
<li><strong>Clean Layout</strong>: Use a clean and simple layout. Modern web design favors simplicity with ample white space. Focus on presenting information clearly and avoid clutter.</li>
<li><strong>Navigation</strong>: Improve navigation by using a sticky header. This means that the menu remains at the top of the screen as the user scrolls down. Also, make sure that the menu items are clear and logically structured.</li>
<li><strong>Typography</strong>: Use modern fonts and ensure that the text is readable. Stick to 2-3 font types max. Use one for headings and the other for the body text.</li>
<li><strong>Color Scheme</strong>: Opt for a contemporary color scheme that reflects the brand identity. For a fishing charter, colors like shades of blue and green might be appropriate.</li>
<li><strong>High-Quality Images</strong>: Replace any outdated or low-quality images with high-resolution pictures. Additionally, incorporating videos or a gallery to showcase the fishing experiences can be visually engaging.</li>
<li><strong>Calls to Action (CTAs)</strong>: Clearly highlight the call-to-action buttons like &#8220;Book Now&#8221;, making them prominent and easily accessible.</li>
<li><strong>Contact Information</strong>: Place contact information in the header or footer and include links to social media profiles.</li>
<li><strong>Testimonials and Reviews</strong>: Add a section where clients can leave reviews or read testimonials from previous customers. This builds trust among potential clients.</li>
<li><strong>Loading Speed</strong>: Optimize the website for speed. Ensure that images and videos are optimized for web usage so that they do not slow down the loading time.</li>
<li><strong>Custom Illustrations and Icons</strong>: Introduce custom illustrations or icons that are relevant to fishing to give the website a unique look.</li>
<li><strong>Blog Section</strong>: Integrate a blog section to keep the content fresh and to establish authority in the fishing industry. This can also be beneficial for SEO.</li>
<li><strong>Integration with booking systems</strong>: If not already integrated, add an online booking system for ease of reservation.</li>
<li><strong>Security</strong>: Ensure that the website uses HTTPS for security. This is especially important if users are entering personal information or making payments.</li>
</ul>
<p>The elements to a successful redesign project:</p>
<ul>
<li>Homework. Look at the current website and compare it with websites that are doing things better.</li>
<li>Surveys. Solicit input from your staff and customers. Draft up a short survey to ask them some key questions about how they use the current site and what they wish the new site could do.</li>
<li>Planning. Distill your input, your needs and what competing websites are doing. Develop a list and organize the features into three categories: &#8220;Needs, Nice, Nuts.&#8221;</li>
</ul>
<p><strong>Needs</strong> are elements that have to be part of the new design or the project is a failure. <strong>Nice</strong> elements are features that would improve things but could be prohibitively expensive. Let a developer come back with an idea of how much a &#8220;nice&#8221; feature costs. &#8220;<strong>Nuts</strong>&#8221; is just that. What a feature that seems too crazy to accomplish? Ask for that feature as an optional element. Like the nice list, if the expense is prohibitive or really problematic, drop it from the project planning.</p>
<p>Work with finite goals. Establish what your constraints are in terms of a launch date for the redesign, the cost of the redesign, and how much time your staff can devote to the project. When it comes to deadlines, if the release is tied to some major initiative like a product launch, build in some buffer between the launch of the website and the initiative it is linked to.</p>
<p><strong><a href="https://store.web321.co/our-services/get-a-quote/">Want to talk with us about a WordPress website re-design?</a></strong></p>
<p>The post <a href="https://store.web321.co/what-should-you-consider-before-a-website-re-design/">What Should You Consider Before A Website Re-Design</a> appeared first on <a href="https://store.web321.co">Web321: WordPress Updates and Support</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ultimate Lists: How To Use Shortcodes Ultimate to Build Great Lists In WordPress</title>
		<link>https://store.web321.co/ultimate-lists-how-to-use-shortcodes-ultimate-to-build-great-lists-in-wordpress/</link>
		
		<dc:creator><![CDATA[Shawn DeWolfe]]></dc:creator>
		<pubDate>Mon, 27 Mar 2023 16:11:26 +0000</pubDate>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Shortcodes Ultimate]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://store.web321.co/?p=55797</guid>

					<description><![CDATA[<p>Shortcodes Ultimate is a popular WordPress plugin that provides a variety of shortcodes that allow users to add various functionality and design elements to their website. One of the most useful shortcodes in the plugin is the su_post shortcode, which allows users to display posts on their website with customizable options. In this article, we [&#8230;]</p>
<p>The post <a href="https://store.web321.co/ultimate-lists-how-to-use-shortcodes-ultimate-to-build-great-lists-in-wordpress/">Ultimate Lists: How To Use Shortcodes Ultimate to Build Great Lists In WordPress</a> appeared first on <a href="https://store.web321.co">Web321: WordPress Updates and Support</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Shortcodes Ultimate is a popular WordPress plugin that provides a variety of shortcodes that allow users to add various functionality and design elements to their website. One of the most useful shortcodes in the plugin is the su_post shortcode, which allows users to display posts on their website with customizable options.</p>
<p>In this article, we will go over how to use the su_post shortcode, including its syntax, available attributes, and some examples of how to use it.</p>
<h2><b>Syntax of su_post Shortcode</b></h2>
<p>To display a post using the su_post shortcode, you would use the following syntax:</p>
<pre>[su_post id="post_ID"]</pre>
<p>&#8220;post_ID&#8221; is the ID number of the post you want to display.</p>
<h2><b>Attributes of su_post Shortcode</b></h2>
<p>The su_post shortcode has a number of attributes that you can use to customize the way your posts are displayed. Here are the available attributes:</p>
<h3><b>id</b></h3>
<p>The &#8220;id&#8221; attribute is required for the su_post shortcode, as it specifies which post to display. To use this attribute, you need to replace &#8220;post_ID&#8221; in the basic syntax with the actual ID number of the post you want to display.</p>
<p>For example, if the ID number of the post you want to display is 123, you would use the following code:</p>
<pre>[su_post id="123"]</pre>
<h3><b>post_type</b></h3>
<p>By default, the su_post shortcode displays posts from the &#8220;post&#8221; post type. However, you can use the &#8220;post_type&#8221; attribute to display posts from other post types, such as &#8220;page&#8221; or a custom post type.</p>
<p>To use this attribute, simply add it to the shortcode and set its value to the post type you want to display. For example, to display a page with ID 456, you would use the following code:</p>
<pre>[su_post id="456" post_type="page"]</pre>
<h3><b>class</b></h3>
<p>The &#8220;class&#8221; attribute allows you to add custom CSS classes to the HTML elements generated by the shortcode. This can be useful for styling the output of the shortcode with CSS.</p>
<p>To use this attribute, simply add it to the shortcode and set its value to the CSS class(es) you want to use. For example, to add the class &#8220;my-custom-class&#8221; to the output of the shortcode, you would use the following code:</p>
<pre>[su_post id="789" class="my-custom-class"]</pre>
<h3><b>template</b></h3>
<p><img loading="lazy" decoding="async" class="alignright wp-image-55798 size-medium" src="https://store.web321.co/wp-content/uploads/2023/03/Screenshot-2023-03-19-at-19-20-09-Site-Tools-300x136.png" alt="" width="300" height="136" />The &#8220;template&#8221; attribute allows you to use a custom template file to display the post. This can be useful if you want to display posts in a specific way that is not possible with the default output of the shortcode.</p>
<p>To use this attribute, simply add it to the shortcode and set its value to the file path of the template you want to use. For example, to use a template file called &#8220;news-loop.php&#8221; located in your theme&#8217;s directory, you would use the following code:</p>
<pre>[su_post id="1011" template="news-loop.php"]</pre>
<pre>&lt;ul class="su-posts su-posts-news-loop"&gt;
&lt;?php
// Posts are found
if (isset($args['data'])) {
$posts = $args['data'];
}
if ( $posts-&gt;have_posts() ) {
$cat_singular = array(
'blog' =&gt; 'Blog',
'case-study' =&gt; 'Case Study',
'company-update' =&gt; 'Company Update', 
'new' =&gt; 'News',
'resources' =&gt; 'Resources',
'videos' =&gt; 'Videos'
);

$cat_css = array(
'blog' =&gt; 'blog',
'case-study' =&gt; 'case-study',
'company-update' =&gt; 'company-update', 
'new' =&gt; 'news',
'resources' =&gt; 'resource',
'videos' =&gt; 'video'
);

$cat_img = array(
'blog' =&gt; '/wp-content/themes/CustomTheme/assets/img/article-sm.png', n
'articles-whitepapers' =&gt; '/wp-content/themes/CustomTheme/assets/img/article-sm.png',
'case-studies' =&gt; '/wp-content/themes/CustomTheme/assets/img/case_study-sm.png',
'new' =&gt; '/wp-content/themes/CustomTheme/assets/img/article-sm.png',
'resources' =&gt; '/wp-content/themes/CustomTheme/assets/img/article-sm.png',
'videos' =&gt; '/wp-content/themes/CustomTheme/assets/img/video-sm.png'
); 


$roundout = 0;
while ( $posts-&gt;have_posts() ) {
$posts-&gt;the_post();
global $post;

$singular = 'N/A';
$css = 'na'; 
$roundout++;

$categories = get_the_category(); 
$tags = get_the_tags(); 

// print print_r($categories, TRUE);

// should be one per...
foreach ($categories as $cat) {
if (array_key_exists($cat-&gt;slug, $cat_singular)) {
$cat_slug = $cat-&gt;slug; 
$singular = $cat_singular[$cat_slug];
if (isset($cat_css[$cat_slug])) {
$css = $cat_css[$cat_slug];
} 
else {
$css = '';
}
if (isset($cat_img[$cat_slug])) {
$img = $cat_img[$cat_slug];
} 
else {
$img = '';
}

break;
}
}
// get all tags
$tag_list = "";
$comma = "";
if ($tags) {
foreach ($tags as $tag) {
$tag_list .= $comma.'&lt;a href="' . esc_attr( get_tag_link( $tag-&gt;term_id ) ) . '"&gt;' . __( $tag-&gt;name ) . '&lt;/a&gt;';
$comma = ", ";
}
} 
?&gt;
&lt;li id="su-post-&lt;?php the_ID(); ?&gt;" class="su-post &lt;?php print $css; ?&gt;-grid"&gt;&lt;a href="&lt;?php the_permalink(); ?&gt;"&gt;
&lt;?php if ($loop_thumb = get_the_post_thumbnail_url() ) { ?&gt;
&lt;div class="su-top" style="background-image: url('&lt;?php echo $loop_thumb; ?&gt;');"&gt;
&lt;?php }
else {
?&gt;
&lt;div class="su-top" style="background-color: #888888;"&gt;
&lt;?php } ?&gt;
&lt;img src="/wp-content/uploads/2023/01/blank.png" style="width: 100%; height: 25vh;" /&gt;
&lt;/div&gt;
&lt;div class="su-middle"&gt; 
&lt;h3 class="su-post-title rightarrow"&gt;&lt;a href="&lt;?php the_permalink(); ?&gt;"&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;em&gt;&lt;?php echo $tag_list; ?&gt;&lt;/em&gt;
&lt;?php 
if ($excerpt = get_the_excerpt()) {
print "&lt;p&gt;".$excerpt."&lt;/p&gt;"; 
print "&lt;br/&gt;";
}
?&gt;
&lt;?php print $runtime; ?&gt;
&lt;/div&gt; 
&lt;div class="su-bottom"&gt;
&lt;span class="date"&gt;&lt;?php print get_the_date('F j, Y', get_the_ID()) ?&gt;&lt;/span&gt;
&lt;span class="link"&gt;&lt;a class="rightarrow" href="&lt;?php the_permalink(); ?&gt;"&gt;Link&lt;/a&gt;&lt;/span&gt;
&lt;/div&gt;

&lt;/li&gt;
&lt;?php
}
}
// Posts not found
else {
?&gt;
&lt;li&gt;&lt;?php _e( 'No Results', 'shortcodes-ultimate' ) ?&gt;&lt;/li&gt;
&lt;?php
}
?&gt;
&lt;/ul&gt;
</pre>
<p><img loading="lazy" decoding="async" class="alignleft wp-image-55799" src="https://store.web321.co/wp-content/uploads/2023/03/Screenshot-2023-03-19-at-19-18-16-Learn-Blogs-Case-Studies-Accessibility-Guides-Polara.png" alt="" width="215" height="360" />The news-loop.php goes into the templates sub-directory of the site’s active theme. When the template loops through the su_posts result, the template will handle the output. In our example, the control of the output lets us add more formatting and supporting information.</p>
<p>The su_posts shortcode is a versatile tool that can be used in many different ways to improve the functionality and user experience of your website. Shortcodes Ultimate is a popular WordPress plugin that provides a variety of useful shortcodes for adding various elements to your website.</p>
<p>There are even more advanced ways to make use of the su_post shortcode. Want to know more?</p>
<p>The post <a href="https://store.web321.co/ultimate-lists-how-to-use-shortcodes-ultimate-to-build-great-lists-in-wordpress/">Ultimate Lists: How To Use Shortcodes Ultimate to Build Great Lists In WordPress</a> appeared first on <a href="https://store.web321.co">Web321: WordPress Updates and Support</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Going Global: How To Use Global Divi Regions In The Divi Library</title>
		<link>https://store.web321.co/going-global-how-to-use-global-divi-regions-in-the-divi-library/</link>
		
		<dc:creator><![CDATA[Shawn DeWolfe]]></dc:creator>
		<pubDate>Mon, 20 Mar 2023 15:59:19 +0000</pubDate>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Div]]></category>
		<guid isPermaLink="false">https://store.web321.co/?p=55790</guid>

					<description><![CDATA[<p>The Divi theme library is a powerful tool that can help you save time and streamline your website design process. One of the key features of the Divi library is the ability to create global rows. Global rows are essentially modules that you can reuse throughout your website, and any changes you make to the [&#8230;]</p>
<p>The post <a href="https://store.web321.co/going-global-how-to-use-global-divi-regions-in-the-divi-library/">Going Global: How To Use Global Divi Regions In The Divi Library</a> appeared first on <a href="https://store.web321.co">Web321: WordPress Updates and Support</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The Divi theme library is a powerful tool that can help you save time and streamline your website design process.<br />
<img loading="lazy" decoding="async" class="alignright size-medium wp-image-55792" src="https://store.web321.co/wp-content/uploads/2023/03/where_ist_divi-300x287.png" alt="" width="300" height="287" />One of the key features of the Divi library is the ability to create global rows. Global rows are essentially modules that you can reuse throughout your website, and any changes you make to the global row will automatically be reflected on all pages where the global row is used. In this article, we&#8217;ll take a look at how to use the Divi theme library to create global rows that display one source of content on multiple pages.</p>
<h2>Step 1: Create Your Initial Content</h2>
<p>The first step in creating a global row is to create your content. This could be anything from a call-to-action (CTA) module to a Tabs module to a pricing table or a contact form. For the purposes of this tutorial, we&#8217;ll implement a Tabs module that will be displayed on multiple pages. We needed to repeat that information in multiple places on the website, while still keeping it consistent. The solution is to use the Divi library capacity for globalized elements that are deployed in multiple pages. One change is seen in all the places where the Divi element is deployed.</p>
<p>To create a new Tabs module, go to the Divi Builder and click on the green plus button to add a new module. Select the &#8220;Tabs&#8221; module from the list of available modules.</p>
<p>Once you&#8217;ve selected the Tabs module, you&#8217;ll be taken to the module settings page. Here, you can customize your Tabs module to your liking. You can change the title, text, button text, and button URL, among other things.</p>
<p>Once you&#8217;ve finished customizing your Tabs module, save the module by clicking on the green &#8220;Save &amp; Exit&#8221; button in the bottom right-hand corner of the screen.</p>
<p><img loading="lazy" decoding="async" class="alignleft size-medium wp-image-55793" src="https://store.web321.co/wp-content/uploads/2023/03/Screenshot-2023-03-19-at-18-48-45-Edit-Page-Careers-‹-Polara-—-WordPress-300x188.png" alt="" width="300" height="188" srcset="https://store.web321.co/wp-content/uploads/2023/03/Screenshot-2023-03-19-at-18-48-45-Edit-Page-Careers-‹-Polara-—-WordPress-300x188.png 300w, https://store.web321.co/wp-content/uploads/2023/03/Screenshot-2023-03-19-at-18-48-45-Edit-Page-Careers-‹-Polara-—-WordPress-2x1.png 2w, https://store.web321.co/wp-content/uploads/2023/03/Screenshot-2023-03-19-at-18-48-45-Edit-Page-Careers-‹-Polara-—-WordPress.png 401w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<h2>Step 2: Save the Tabs Module to the Divi Library</h2>
<p>Now that you&#8217;ve created your Tabs module, the next step is to save it to the Divi library. To do this, hover over the Tabs module in the Divi Builder and click on the three vertical dots in the top right-hand corner of the module. Select &#8220;Add to Library&#8221; from the dropdown menu.</p>
<p>This will open the Add to Library dialog box. Here, you can give your Tabs module a name and description, as well as choose whether to save the module as a global module. Make sure the &#8220;Make Global&#8221; checkbox is selected, and then click on the green &#8220;Save to Library&#8221; button.</p>
<h2>Step 3: Add the Global Row to Your Pages</h2>
<p><img loading="lazy" decoding="async" class="alignleft wp-image-55795 size-medium_large" src="https://store.web321.co/wp-content/uploads/2023/03/Screenshot-2023-03-19-at-18-39-12-Edit-Page-iDS_iNS-Product-Page-‹-Polara-—-WordPress-768x316.png" alt="" width="768" height="316" srcset="https://store.web321.co/wp-content/uploads/2023/03/Screenshot-2023-03-19-at-18-39-12-Edit-Page-iDS_iNS-Product-Page-‹-Polara-—-WordPress-768x316.png 768w, https://store.web321.co/wp-content/uploads/2023/03/Screenshot-2023-03-19-at-18-39-12-Edit-Page-iDS_iNS-Product-Page-‹-Polara-—-WordPress-300x123.png 300w, https://store.web321.co/wp-content/uploads/2023/03/Screenshot-2023-03-19-at-18-39-12-Edit-Page-iDS_iNS-Product-Page-‹-Polara-—-WordPress-1024x421.png 1024w, https://store.web321.co/wp-content/uploads/2023/03/Screenshot-2023-03-19-at-18-39-12-Edit-Page-iDS_iNS-Product-Page-‹-Polara-—-WordPress-1080x444.png 1080w, https://store.web321.co/wp-content/uploads/2023/03/Screenshot-2023-03-19-at-18-39-12-Edit-Page-iDS_iNS-Product-Page-‹-Polara-—-WordPress-980x403.png 980w, https://store.web321.co/wp-content/uploads/2023/03/Screenshot-2023-03-19-at-18-39-12-Edit-Page-iDS_iNS-Product-Page-‹-Polara-—-WordPress-480x198.png 480w, https://store.web321.co/wp-content/uploads/2023/03/Screenshot-2023-03-19-at-18-39-12-Edit-Page-iDS_iNS-Product-Page-‹-Polara-—-WordPress-2x1.png 2w, https://store.web321.co/wp-content/uploads/2023/03/Screenshot-2023-03-19-at-18-39-12-Edit-Page-iDS_iNS-Product-Page-‹-Polara-—-WordPress.png 1193w" sizes="(max-width: 768px) 100vw, 768px" />Now that you&#8217;ve saved your Tabs module as a global module in the Divi library, you can add it to your pages. To do this, go to the page where you want to display the Tabs module and click on the purple plus button to add a new module. Select &#8220;Add From Library&#8221; from the dropdown menu.</p>
<p>This will open the Divi library. Here, you&#8217;ll see all of the modules and layouts you&#8217;ve saved to the library. Find the Tabs module you just created and click on the &#8220;Insert&#8221; button.</p>
<p>Once you&#8217;ve added the Tabs module to your page, you can customize it to your liking. However, any changes you make to the module will only be reflected on the page where the module is used.</p>
<p>If you want to make changes to the Tabs module that will be reflected on all pages where the module is used, you&#8217;ll need to edit the global module in the Divi library.</p>
<h2>Step 4: Edit the Global Module in the Divi Library</h2>
<p><img loading="lazy" decoding="async" class="alignright wp-image-55794 size-medium_large" src="https://store.web321.co/wp-content/uploads/2023/03/Screenshot-2023-03-19-at-18-41-36-Edit-Layout-iNX-Destkop-Tabs-‹-Polara-—-WordPress-768x416.png" alt="" width="768" height="416" srcset="https://store.web321.co/wp-content/uploads/2023/03/Screenshot-2023-03-19-at-18-41-36-Edit-Layout-iNX-Destkop-Tabs-‹-Polara-—-WordPress-768x416.png 768w, https://store.web321.co/wp-content/uploads/2023/03/Screenshot-2023-03-19-at-18-41-36-Edit-Layout-iNX-Destkop-Tabs-‹-Polara-—-WordPress-300x162.png 300w, https://store.web321.co/wp-content/uploads/2023/03/Screenshot-2023-03-19-at-18-41-36-Edit-Layout-iNX-Destkop-Tabs-‹-Polara-—-WordPress-1024x554.png 1024w, https://store.web321.co/wp-content/uploads/2023/03/Screenshot-2023-03-19-at-18-41-36-Edit-Layout-iNX-Destkop-Tabs-‹-Polara-—-WordPress-1080x584.png 1080w, https://store.web321.co/wp-content/uploads/2023/03/Screenshot-2023-03-19-at-18-41-36-Edit-Layout-iNX-Destkop-Tabs-‹-Polara-—-WordPress-1280x693.png 1280w, https://store.web321.co/wp-content/uploads/2023/03/Screenshot-2023-03-19-at-18-41-36-Edit-Layout-iNX-Destkop-Tabs-‹-Polara-—-WordPress-980x530.png 980w, https://store.web321.co/wp-content/uploads/2023/03/Screenshot-2023-03-19-at-18-41-36-Edit-Layout-iNX-Destkop-Tabs-‹-Polara-—-WordPress-480x260.png 480w, https://store.web321.co/wp-content/uploads/2023/03/Screenshot-2023-03-19-at-18-41-36-Edit-Layout-iNX-Destkop-Tabs-‹-Polara-—-WordPress-2x1.png 2w, https://store.web321.co/wp-content/uploads/2023/03/Screenshot-2023-03-19-at-18-41-36-Edit-Layout-iNX-Destkop-Tabs-‹-Polara-—-WordPress.png 1323w" sizes="(max-width: 768px) 100vw, 768px" />To edit the global module in the Divi library, go to the Divi Builder and click on the three horizontal lines in the top left-hand corner of the screen. Select &#8220;Divi Library&#8221; from the dropdown menu.</p>
<p>This will take you to the Divi library, where you&#8217;ll see all of the modules and layouts you&#8217;ve saved. Find the Tabs module you want to edit and click on the &#8220;Edit&#8221; button.</p>
<p>This will place the Tabs module in the Divi Builder.</p>
<p>The post <a href="https://store.web321.co/going-global-how-to-use-global-divi-regions-in-the-divi-library/">Going Global: How To Use Global Divi Regions In The Divi Library</a> appeared first on <a href="https://store.web321.co">Web321: WordPress Updates and Support</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>It&#8217;s 2023: These Are Seven “Features” That Shouldn’t Cost Extra</title>
		<link>https://store.web321.co/seven-features-that-shouldnt-cost-extra/</link>
		
		<dc:creator><![CDATA[Web 321]]></dc:creator>
		<pubDate>Tue, 22 Sep 2020 00:28:42 +0000</pubDate>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Premium Features]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Design Features]]></category>
		<category><![CDATA[Web Development]]></category>
		<guid isPermaLink="false">https://store.web321.co/?p=4317</guid>

					<description><![CDATA[<p>&#160; When it comes to web design, there are many designers and packages available. Various players in the web industry have tried to differentiate themselves with new features and buzzwords &#8211; but how many of these “premium features” are actually standard? In many cases, your provider may be artificially throttling a feature they get for [&#8230;]</p>
<p>The post <a href="https://store.web321.co/seven-features-that-shouldnt-cost-extra/">It&#8217;s 2023: These Are Seven “Features” That Shouldn’t Cost Extra</a> appeared first on <a href="https://store.web321.co">Web321: WordPress Updates and Support</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" class="aligncenter wp-image-4325" src="https://store.web321.co/wp-content/uploads/2020/09/Infographic-Features_Final.png" alt="Seven “Features” That Shouldn’t Cost Extra" width="649" height="811" /></p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">When it comes to web design, there are many designers and packages available. Various players in the web industry have tried to differentiate themselves with new features and buzzwords &#8211; but how many of these “premium features” are actually standard? In many cases, your provider may be artificially throttling a feature they get for free, or in unlimited supply, just to turn around and sell it to you as something special.</span></p>
<p><span style="font-weight: 400;">When looking for your next website design, make sure that you are not paying a premium for the following features: </span></p>
<h4><span style="font-weight: 400;">1. WordPress Website</span></h4>
<p><span style="font-weight: 400;">WordPress websites are fast, powerful, and secure &#8211; but they are built using open-source software which, on its own, is free. Web developers may use WordPress as a foundation to build great websites, but they aren’t paying anything for the tool they’re using. Granted, it does take a small amount of effort for a developer to install WordPress and connect it to a database, but that’s true of any website content management system. WordPress should be marketed as a feature &#8211; because it’s definitely one of the better platforms out there &#8211; but if a package charges you a premium for WordPress, look out!</span></p>
<h4><span style="font-weight: 400;">2. Mobile-Ready</span></h4>
<p><span style="font-weight: 400;">In a time where almost everything is digitally driven, 45-55% of website audiences are viewing sites using mobile devices. In fact, having a mobile-ready (“responsive”) website is more important than ever! 57% of users visiting a non-responsive website on their mobile device won’t recommend that business.</span><span style="font-weight: 400;">   A good web designer should make every site they build responsive by default, without a premium charge. If your designer is trying to tack on extra fees for this “feature”, look elsewhere!</span></p>
<h4><span style="font-weight: 400;">3. 99% Uptime </span></h4>
<p><span style="font-weight: 400;">Website uptime is the time that a website or web service is available to the users (“up”) over a given period. Optimal website uptime is 99.9%, which guarantees your website is up and running with only 43 minutes of downtime out of the 720 hours in a month. </span></p>
<p><span style="font-weight: 400;">If your website has an uptime of 99%, out of the 720 hours in a month, your website will have a downtime of 7.2 hours per month. That difference is huge!</span></p>
<p><span style="font-weight: 400;">A 99% uptime guarantee is nothing special and falls far short of the minimum 99.9% uptime you should be looking for. If you’re being charged a premium for 99% uptime, in our opinion, you’re getting fleeced.</span></p>
<h4><span style="font-weight: 400;">4. Unlimited Email Addresses </span></h4>
<p><span style="font-weight: 400;">Hearing “unlimited” always sounds like a win and mentally justifies a premium price. However, you may not know that most hosting comes with unlimited email addresses for your domain &#8211; all your web designer has to do is activate them for you. What’s actually limited is the drive space available on the server &#8211; and most providers will cap the size of each email account to prevent hitting the drive space limit. Essentially, if your web designer is charging you extra for more email addresses, they are charging you a premium for something they get for free.</span></p>
<p><span style="font-weight: 400;">To put this in perspective, imagine a pizza parlour offering you a pizza that has 20 slices. This sounds like a great deal, however, is the pizza really any bigger than if they cut the same pizza into 10 slices? Be careful you aren’t paying more money for the same thing just because there’s a more impressive number attached.</span></p>
<h4><span style="font-weight: 400;">5. Unlimited Blogging </span></h4>
<p><span style="font-weight: 400;">Here’s another example of how packages use the word “unlimited” to create the illusion of a juicy deal. The space available on your server, or server farm will reach a cap at some point. However, this cap is usually very large and isn’t a problem for most businesses (unless you’re an extremely large firm such as Facebook).  </span></p>
<p><span style="font-weight: 400;">When it comes to blogging, you shouldn’t have a limit to how much you can publish. Blogging as a tool on your platform helps create viewership on your website and demonstrates your thought leadership. It gives you the opportunity to drive search traffic, generates leads, and acts as content for email newsletters. </span></p>
<p><span style="font-weight: 400;">If you’re given a limit of how many blogs you can post on your website, your provider is artificially throttling your growth simply so they can ask you for more money. The only limit on how much you blog isn’t server space &#8211; it’s subject matter and time. (We can actually </span><a href="https://store.web321.co/write-on-blog-article-booster/"><span style="font-weight: 400;">help with that</span></a><span style="font-weight: 400;">, too.)</span></p>
<h4><span style="font-weight: 400;">6. Unlimited Form Submissions</span></h4>
<p><span style="font-weight: 400;">Forms on your website allow your future clients to contact you about purchasing your services, request quotes, or inquire about your company. Form submissions are the key to successful conversion on your website. </span></p>
<p><span style="font-weight: 400;">Some providers are stingy with their bandwidth, and will actually throttle the number of form submissions you’re allowed &#8211; even though their capacity to handle form submissions is huge! This means that at some point, you’ll reach a limit of form submissions for a given time frame. If you want more, you’ll have to shell out extra money for this “feature”. Not cool.</span></p>
<h4><span style="font-weight: 400;">7. Content Editors </span></h4>
<p><span style="font-weight: 400;">As your business grows, you’ll probably look towards hiring talent to contribute or edit the content on your website. A hidden element of some packages is artificial “limits” to how many content editors you are allowed on your website. On WordPress websites, for example, there are no practical limits to how many editors you can add to the site &#8211; unless your web developer imposes one.</span></p>
<p><span style="font-weight: 400;">When it comes to your website, you may want to limit the number of content contributors for administrative or tracking purposes, but your web provider should never impose a technical limit on this number. If they do, they’re likely looking to make an extra buck off you.</span></p>
<h3><span style="font-weight: 400;">Web321 is Different</span></h3>
<p><span style="font-weight: 400;">At Web321, we know you don’t have money to waste. You shouldn’t need to bribe your web design, web management or hosting company for features that should come standard. Our pricing structure is simple &#8211; $321 for everything you need, no artificial limits imposed. That means if we don’t pay for it, neither do you.</span></p>
<p><span style="font-weight: 400;">So if you want an all-in-one web design, hosting, and management experience that includes standard in every build:</span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">WordPress website platform</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">mobile responsiveness for every screen size</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">free premium plugins</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">99.9% uptime guarantee</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">unlimited email addresses</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">unlimited blogging</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">unlimited form submissions</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">unlimited content editors</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">unlimited done-for-you content updates</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">and a lot </span><a href="https://store.web321.co/services/plans-pricing/#MWP"><span style="font-weight: 400;">more</span></a><span style="font-weight: 400;">&#8230;</span></li>
</ul>
<p><span style="font-weight: 400;">&#8230;visit our website at </span><a href="https://store.web321.co/"><span style="font-weight: 400;">https://web321.co</span></a><span style="font-weight: 400;"> or email us at </span><span style="font-weight: 400;">contact@web321.co</span><span style="font-weight: 400;"> for info.</span></p>
<p>&nbsp;</p>
<p>The post <a href="https://store.web321.co/seven-features-that-shouldnt-cost-extra/">It&#8217;s 2023: These Are Seven “Features” That Shouldn’t Cost Extra</a> appeared first on <a href="https://store.web321.co">Web321: WordPress Updates and Support</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
