<?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>backend - identity design</title>
	<atom:link href="https://blog.identitydesign.us/category/backend/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.identitydesign.us/category/backend/</link>
	<description>Web Tips &#38; Free Templates</description>
	<lastBuildDate>Tue, 06 May 2025 05:54:58 +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://blog.identitydesign.us/wp-content/uploads/2020/08/Screen-Shot-2020-08-08-at-1.08.24-AM-120x120.jpg</url>
	<title>backend - identity design</title>
	<link>https://blog.identitydesign.us/category/backend/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Fix Missing Google Fonts After Changing Your WordPress Elementor Website Domain</title>
		<link>https://blog.identitydesign.us/fix-missing-google-fonts-elementor-domain-change/</link>
					<comments>https://blog.identitydesign.us/fix-missing-google-fonts-elementor-domain-change/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Tue, 06 May 2025 05:54:58 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[HTML/CSS/PHP/JavaScripts]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">https://blog.identitydesign.us/?p=1925</guid>

					<description><![CDATA[<p>How to Fix Missing Google Fonts After Changing Your Elementor Website Domain If you&#8217;ve built your website using Elementor on a temporary domain and later connected it to your official domain, you might encounter an issue where Google Fonts are not loading or appearing broken. This is a common problem that usually stems from outdated [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/fix-missing-google-fonts-elementor-domain-change/">How to Fix Missing Google Fonts After Changing Your WordPress Elementor Website Domain</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/fix-missing-google-fonts-elementor-domain-change/">How to Fix Missing Google Fonts After Changing Your WordPress Elementor Website Domain</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/loading-webfonts-https-ssl/" rel="bookmark" title="Resolved! Loading Your Google Fonts Over https (SSL) Sites">Resolved! Loading Your Google Fonts Over https (SSL) Sites</a></li>
<li><a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/" rel="bookmark" title="How to Duplicate/Migrate WordPress Website &#8211; Duplicator">How to Duplicate/Migrate WordPress Website &#8211; Duplicator</a></li>
<li><a href="https://blog.identitydesign.us/get-a-free-ssl-certificate-secure-socket-layer-change-http-to-https-for-your-website-domain/" rel="bookmark" title="Get a free SSL Certificate (Secure Socket Layer) &#8211; Change HTTP to HTTPS for your website domain">Get a free SSL Certificate (Secure Socket Layer) &#8211; Change HTTP to HTTPS for your website domain</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<h1>How to Fix Missing Google Fonts After Changing Your Elementor Website Domain</h1>
<p>If you&#8217;ve built your website using Elementor on a temporary domain and later connected it to your official domain, you might encounter an issue where <strong>Google Fonts are not loading or appearing broken</strong>. This is a common problem that usually stems from outdated internal URLs or cached files. Here’s a step-by-step guide to fix it.</p>
<h2>Step 1: Update Elementor URLs</h2>
<p>When changing domains, Elementor may still be referencing the old domain path for fonts and styles.</p>
<ul>
<li>Go to <strong>WordPress Dashboard &gt; Elementor &gt; Tools &gt; Replace URL</strong></li>
<li>Enter your <strong>old URL</strong> (e.g., https://sitename.hostinger.com)</li>
<li>Enter your <strong>new URL</strong> (e.g., https://yourdomain.com)</li>
<li>Click the <strong>Replace URL</strong> button</li>
</ul>
<h2>Step 2: Regenerate Elementor CSS Files</h2>
<p>Elementor stores styles in cached CSS files, which need to be regenerated after a domain change.</p>
<ul>
<li>Go to <strong>Elementor &gt; Tools &gt; General</strong></li>
<li>Click <strong>Regenerate CSS</strong></li>
<li>Click <strong>Sync Library</strong> if necessary</li>
</ul>
<h2>Step 3: Clear Browser and Plugin Cache</h2>
<p>Even after updating URLs, cached files from your browser or caching plugins might still cause issues.</p>
<ul>
<li>Clear your browser cache (Chrome, Safari, Firefox, etc.)</li>
<li>Clear cache from plugins like LiteSpeed Cache, WP Rocket, or Autoptimize</li>
</ul>
<h2>Step 4: Check Font Load Status in Developer Tools</h2>
<p>Use Chrome DevTools (F12) to inspect if Google Fonts are loading properly in the <code>&lt;head&gt;</code> section.</p>
<ul>
<li>Look for a tag like <code>&lt;link href="https://fonts.googleapis.com/..."&gt;</code></li>
<li>Check the Console tab for any CORS or Mixed Content errors</li>
</ul>
<h2>Step 5: Ensure SSL and Mixed Content Are Correct</h2>
<p>If your new domain lacks a proper SSL certificate or is loading resources over HTTP, Google Fonts may be blocked.</p>
<ul>
<li>Ensure your domain has a valid SSL certificate installed</li>
<li>Use the <strong>Really Simple SSL</strong> plugin to force HTTPS for all content</li>
</ul>
<h2>Final Thoughts</h2>
<p>By following these 5 steps, you can resolve most font loading issues after migrating your Elementor site to a new domain. The most critical action is using Elementor’s <strong>Replace URL</strong> tool to correct outdated paths in your styles and settings.</p><p>The post <a href="https://blog.identitydesign.us/fix-missing-google-fonts-elementor-domain-change/">How to Fix Missing Google Fonts After Changing Your WordPress Elementor Website Domain</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/fix-missing-google-fonts-elementor-domain-change/">How to Fix Missing Google Fonts After Changing Your WordPress Elementor Website Domain</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/loading-webfonts-https-ssl/" rel="bookmark" title="Resolved! Loading Your Google Fonts Over https (SSL) Sites">Resolved! Loading Your Google Fonts Over https (SSL) Sites</a></li>
<li><a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/" rel="bookmark" title="How to Duplicate/Migrate WordPress Website &#8211; Duplicator">How to Duplicate/Migrate WordPress Website &#8211; Duplicator</a></li>
<li><a href="https://blog.identitydesign.us/get-a-free-ssl-certificate-secure-socket-layer-change-http-to-https-for-your-website-domain/" rel="bookmark" title="Get a free SSL Certificate (Secure Socket Layer) &#8211; Change HTTP to HTTPS for your website domain">Get a free SSL Certificate (Secure Socket Layer) &#8211; Change HTTP to HTTPS for your website domain</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/fix-missing-google-fonts-elementor-domain-change/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Suppress Errors and Warnings in WordPress for Emergencies</title>
		<link>https://blog.identitydesign.us/how-to-suppress-errors-wordpress/</link>
					<comments>https://blog.identitydesign.us/how-to-suppress-errors-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Wed, 06 Nov 2024 22:58:07 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[HTML/CSS/PHP/JavaScripts]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">https://blog.identitydesign.us/?p=1912</guid>

					<description><![CDATA[<p>How to Suppress Errors and Warnings in WordPress for Emergencies There are times in website development when errors or warnings start displaying on your WordPress site, sometimes affecting its look and functionality. If you’re facing a critical issue on your live site and need a quick way to hide these errors temporarily, WordPress allows you [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/how-to-suppress-errors-wordpress/">How to Suppress Errors and Warnings in WordPress for Emergencies</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/how-to-suppress-errors-wordpress/">How to Suppress Errors and Warnings in WordPress for Emergencies</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/how-to-disable-your-website-wordpress/" rel="bookmark" title="How to Disable / Maintenance Mode Your Website on WordPress">How to Disable / Maintenance Mode Your Website on WordPress</a></li>
<li><a href="https://blog.identitydesign.us/contact-form-7-submit-not-working/" rel="bookmark" title="WordPress Contact Form 7 Submit Button Not Working (Nonstop Wheel Spinning)">WordPress Contact Form 7 Submit Button Not Working (Nonstop Wheel Spinning)</a></li>
<li><a href="https://blog.identitydesign.us/wordpress-multisite/" rel="bookmark" title="Make Your WordPress into a Multisite (Create a Network)">Make Your WordPress into a Multisite (Create a Network)</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<article>
<h2>How to Suppress Errors and Warnings in WordPress for Emergencies</h2>
<p>There are times in website development when errors or warnings start displaying on your WordPress site, sometimes affecting its look and functionality. If you’re facing a critical issue on your live site and need a quick way to hide these errors temporarily, WordPress allows you to suppress them in emergencies by adding a couple of lines of code.</p>
<h3>Suppressing Errors and Warnings in WordPress</h3>
<p>WordPress has a built-in debugging mode that developers use to catch issues. However, on a live website, you typically want this debugging turned off to prevent visitors from seeing backend issues. Here’s how to do it:</p>
<h4>1. Locate <code>wp-config.php</code></h4>
<p>First, connect to your website using an FTP client or access your hosting control panel, then find and open the <code>wp-config.php</code> file, which is in the root directory of your WordPress installation.</p>
<h4>2. Set WP_DEBUG to False</h4>
<p>Make sure the debugging mode is off by setting <code>WP_DEBUG</code> to <code>false</code>. Look for the following line in your <code>wp-config.php</code> file:</p>
<pre>define( 'WP_DEBUG', false );</pre>
<h4>3. Add the Suppression Code</h4>
<p>Right after the <code>WP_DEBUG</code> line, add the following code to suppress any errors or warnings:</p>
<pre>define( 'WP_DEBUG', false );
/*Suppress any errors or warnings*/
error_reporting(0);
@ini_set('display_errors', 0);</pre>
<p>Here’s what each line does:</p>
<ul>
<li><strong><code>error_reporting(0);</code></strong> – This tells the server not to report any errors, effectively silencing warnings, notices, and error messages.</li>
<li><strong><code>@ini_set('display_errors', 0);</code></strong> – This setting prevents errors from being displayed to users by setting <code>display_errors</code> to <code>0</code>.</li>
</ul>
<h3>Why Use This Code?</h3>
<p>When you’re in an emergency situation—such as if your site is displaying unsightly errors or breaking the layout due to warnings—this code can provide a quick solution. Keep in mind that it’s best to suppress errors only as a temporary measure. Long-term, you should address the underlying issues causing the warnings or errors to keep your website stable and secure.</p>
<h3>Important Note</h3>
<p>While suppressing errors can help in an emergency, it’s crucial to track down the source of any issues afterward. Hidden errors can make debugging more difficult and may affect website performance or functionality over time. For a better long-term approach, consider using a staging environment where you can fix issues without affecting your live site.</p>
<h3>Conclusion</h3>
<p>In emergencies, suppressing errors and warnings in WordPress is a helpful, quick solution to keep your site looking professional and functional. Just add the code above to your <code>wp-config.php</code> file after <code>WP_DEBUG</code> is set to <code>false</code>, and your visitors won’t see any backend issues on the front end. However, always remember to investigate and resolve any issues afterward for a stable, error-free site.</p>
</article><p>The post <a href="https://blog.identitydesign.us/how-to-suppress-errors-wordpress/">How to Suppress Errors and Warnings in WordPress for Emergencies</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/how-to-suppress-errors-wordpress/">How to Suppress Errors and Warnings in WordPress for Emergencies</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/how-to-disable-your-website-wordpress/" rel="bookmark" title="How to Disable / Maintenance Mode Your Website on WordPress">How to Disable / Maintenance Mode Your Website on WordPress</a></li>
<li><a href="https://blog.identitydesign.us/contact-form-7-submit-not-working/" rel="bookmark" title="WordPress Contact Form 7 Submit Button Not Working (Nonstop Wheel Spinning)">WordPress Contact Form 7 Submit Button Not Working (Nonstop Wheel Spinning)</a></li>
<li><a href="https://blog.identitydesign.us/wordpress-multisite/" rel="bookmark" title="Make Your WordPress into a Multisite (Create a Network)">Make Your WordPress into a Multisite (Create a Network)</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/how-to-suppress-errors-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Disable / Maintenance Mode Your Website on WordPress</title>
		<link>https://blog.identitydesign.us/how-to-disable-your-website-wordpress/</link>
					<comments>https://blog.identitydesign.us/how-to-disable-your-website-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Sat, 19 Oct 2024 06:14:14 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">https://blog.identitydesign.us/?p=1895</guid>

					<description><![CDATA[<p>When working on your WordPress website, there may be times when you need to disable it temporarily for maintenance, updates, or major changes. Thankfully, WordPress offers easy ways to put your website into maintenance mode, ensuring visitors don’t see a broken or incomplete version of your site. Disabling a Website in WordPress In WordPress, there [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/how-to-disable-your-website-wordpress/">How to Disable / Maintenance Mode Your Website on WordPress</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/how-to-disable-your-website-wordpress/">How to Disable / Maintenance Mode Your Website on WordPress</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/how-to-add-sitemap-wordpress-website/" rel="bookmark" title="How to Add a Sitemap of a WordPress Website">How to Add a Sitemap of a WordPress Website</a></li>
<li><a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/" rel="bookmark" title="How to Duplicate/Migrate WordPress Website &#8211; Duplicator">How to Duplicate/Migrate WordPress Website &#8211; Duplicator</a></li>
<li><a href="https://blog.identitydesign.us/disable-website-whm/" rel="bookmark" title="Temporarily Disable / Make a Website Offline in WHM">Temporarily Disable / Make a Website Offline in WHM</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>When working on your WordPress website, there may be times when you need to disable it temporarily for maintenance, updates, or major changes. Thankfully, WordPress offers easy ways to put your website into maintenance mode, ensuring visitors don’t see a broken or incomplete version of your site.</p>
<h2>Disabling a Website in WordPress</h2>
<p>In WordPress, there are a couple of ways to enable maintenance mode on your website. Let’s explore two common methods:</p>
<h3>1. Using a Maintenance Mode Plugin</h3>
<p>Plugins like &#8220;Maintenance&#8221; or &#8220;WP Maintenance Mode&#8221; are specifically designed for this purpose. With a few simple clicks, you can activate maintenance mode, display a custom message to your visitors, and work on your site privately.</p>
<p>Steps to follow:</p>
<ul>
<li>Install and activate a maintenance mode plugin from the WordPress plugin directory.</li>
<li>Customize the settings such as the message and design for the maintenance page.</li>
<li>Activate the plugin to enable maintenance mode.</li>
</ul>
<h3 style="margin-top:20px;">2. Enabling Maintenance Mode via wp-config.php</h3>
<p>If you prefer not to use a plugin, you can enable maintenance mode directly by editing the <code>wp-config.php</code> file. Here’s how:</p>
<ol>
<li>Connect to your WordPress site using FTP or through your hosting control panel.</li>
<li>Open the <code>wp-config.php</code> file, located in the root directory.</li>
<li>Add the following line of code just before the “That’s all, stop editing!” comment:</li>
<pre>define('WP_MAINTENANCE_MODE', true);</pre>
<li>Save the file and upload it back to your server.</li>
</ol>
<p>This will activate a default maintenance mode page for your visitors while you work on your website.</p>
<h2>Conclusion</h2>
<p>Disabling your WordPress website temporarily for maintenance is a smart way to ensure that visitors don’t encounter incomplete or malfunctioning pages. Whether you use a plugin or a quick code addition, activating maintenance mode in WordPress is a simple task. Keep your site professional even when it&#8217;s under construction by using these techniques.</p><p>The post <a href="https://blog.identitydesign.us/how-to-disable-your-website-wordpress/">How to Disable / Maintenance Mode Your Website on WordPress</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/how-to-disable-your-website-wordpress/">How to Disable / Maintenance Mode Your Website on WordPress</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/how-to-add-sitemap-wordpress-website/" rel="bookmark" title="How to Add a Sitemap of a WordPress Website">How to Add a Sitemap of a WordPress Website</a></li>
<li><a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/" rel="bookmark" title="How to Duplicate/Migrate WordPress Website &#8211; Duplicator">How to Duplicate/Migrate WordPress Website &#8211; Duplicator</a></li>
<li><a href="https://blog.identitydesign.us/disable-website-whm/" rel="bookmark" title="Temporarily Disable / Make a Website Offline in WHM">Temporarily Disable / Make a Website Offline in WHM</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/how-to-disable-your-website-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Renewing an Expired SSL Certificate with AutoSSL in cPanel: A Quick Guide</title>
		<link>https://blog.identitydesign.us/renewing-ssl-certificate-for-free/</link>
					<comments>https://blog.identitydesign.us/renewing-ssl-certificate-for-free/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Sat, 18 Feb 2023 00:51:44 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1831</guid>

					<description><![CDATA[<p>An SSL (Secure Sockets Layer) certificate is a digital certificate that encrypts data and ensures secure communication between a web server and a client browser. It&#8217;s essential to renew your SSL certificate before it expires to maintain a secure connection on your website. If your website is hosted on a cPanel server, you can renew [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/renewing-ssl-certificate-for-free/">Renewing an Expired SSL Certificate with AutoSSL in cPanel: A Quick Guide</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/renewing-ssl-certificate-for-free/">Renewing an Expired SSL Certificate with AutoSSL in cPanel: A Quick Guide</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/get-a-free-ssl-certificate-secure-socket-layer-change-http-to-https-for-your-website-domain/" rel="bookmark" title="Get a free SSL Certificate (Secure Socket Layer) &#8211; Change HTTP to HTTPS for your website domain">Get a free SSL Certificate (Secure Socket Layer) &#8211; Change HTTP to HTTPS for your website domain</a></li>
<li><a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/" rel="bookmark" title="How to Duplicate/Migrate WordPress Website &#8211; Duplicator">How to Duplicate/Migrate WordPress Website &#8211; Duplicator</a></li>
<li><a href="https://blog.identitydesign.us/howto-mailchimp-for-wordpress/" rel="bookmark" title="Quick Start Guide to MailChimp for WordPress">Quick Start Guide to MailChimp for WordPress</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>An SSL (Secure Sockets Layer) certificate is a digital certificate that encrypts data and ensures secure communication between a web server and a client browser. It&#8217;s essential to renew your SSL certificate before it expires to maintain a secure connection on your website. If your website is hosted on a cPanel server, you can renew your SSL certificate using the AutoSSL feature in just a few simple steps. In this blog post, we will guide you through the process of renewing an expired SSL certificate with AutoSSL in cPanel.</p>
<h2>Step 1: Log in to your cPanel account</h2>
<p>The first step is to log in to your cPanel account. You can do this by accessing the cPanel login URL provided by your web hosting company and entering your cPanel username and password.</p>
<h2>Step 2: Go to SSL/TLS Status page</h2>
<p>Once you&#8217;re logged in, go to the SSL/TLS Status page. You can find it by using the search bar or by scrolling down to the Security section of the cPanel dashboard.</p>
<h2>Step 3: Renew the SSL certificate</h2>
<p>On the SSL/TLS Status page, you will see a list of all the SSL certificates installed on your server, including any that have expired. Check on all expired domain names and click the &#8220;Run AutoSSL&#8221; button. Wait for a few minutes until the &#8220;Success&#8221; sign appears. If it doesn&#8217;t work, you can try uninstalling the SSL certificate by clicking on SSL/TLS Status &#8211; &#8220;View Certificate&#8221; or SSL/TLS &#8211; &#8220;Manage SSL sites.&#8221; Then click &#8220;Uninstall.&#8221; Go back to the SSL/TLS Status page and reinstall the SSL certificate with &#8220;Run AutoSSL&#8221; again.</p>
<p><strong>Optional for WordPress users:</strong> Add &#8220;Really Simple SSL&#8221; plugin and activate HTTPS for your domain.</p>
<p>If you&#8217;re using WordPress, you can add the &#8220;Really Simple SSL&#8221; plugin and activate HTTPS for your domain. The plugin will automatically detect your SSL certificate and configure your website to use HTTPS. This will ensure that all pages on your website are secure and encrypted. To add the plugin, go to the WordPress plugin directory and search for &#8220;Really Simple SSL.&#8221; Install and activate the plugin, and then follow the prompts to activate HTTPS for your domain.</p>
<p>And that&#8217;s it! By following these simple steps, you can renew an expired SSL certificate and maintain a secure connection on your website.</p><p>The post <a href="https://blog.identitydesign.us/renewing-ssl-certificate-for-free/">Renewing an Expired SSL Certificate with AutoSSL in cPanel: A Quick Guide</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/renewing-ssl-certificate-for-free/">Renewing an Expired SSL Certificate with AutoSSL in cPanel: A Quick Guide</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/get-a-free-ssl-certificate-secure-socket-layer-change-http-to-https-for-your-website-domain/" rel="bookmark" title="Get a free SSL Certificate (Secure Socket Layer) &#8211; Change HTTP to HTTPS for your website domain">Get a free SSL Certificate (Secure Socket Layer) &#8211; Change HTTP to HTTPS for your website domain</a></li>
<li><a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/" rel="bookmark" title="How to Duplicate/Migrate WordPress Website &#8211; Duplicator">How to Duplicate/Migrate WordPress Website &#8211; Duplicator</a></li>
<li><a href="https://blog.identitydesign.us/howto-mailchimp-for-wordpress/" rel="bookmark" title="Quick Start Guide to MailChimp for WordPress">Quick Start Guide to MailChimp for WordPress</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/renewing-ssl-certificate-for-free/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Customize Animations on AOS (Animated On Scroll) Library</title>
		<link>https://blog.identitydesign.us/customize-animations-aos/</link>
					<comments>https://blog.identitydesign.us/customize-animations-aos/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Tue, 15 Nov 2022 20:35:12 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[HTML/CSS/PHP/JavaScripts]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Website]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1801</guid>

					<description><![CDATA[<p>&#8220;How to customize animations on AOS Library?&#8221; AOS Library (by michalsnik) is a great way to trigger animation while scroll for your website design. Here&#8217;s how to customize animations using AOS library. Add CSS to your website header &#60;link rel=&#34;stylesheet&#34; href=&#34;https://unpkg.com/aos@next/dist/aos.css&#34; /&#62; Add JS at the end of body tag &#60;script src=&#34;https://unpkg.com/aos@next/dist/aos.js&#34;&#62;&#60;/script&#62; &#60;script type=&#34;text/javascript&#34;&#62; AOS.init({ [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/customize-animations-aos/">Customize Animations on AOS (Animated On Scroll) Library</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/customize-animations-aos/">Customize Animations on AOS (Animated On Scroll) Library</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/css-only-easy-modal-lightbox-popup-animated/" rel="bookmark" title="CSS Only: Easy Modal Lightbox Pop-up (Animated)">CSS Only: Easy Modal Lightbox Pop-up (Animated)</a></li>
<li><a href="https://blog.identitydesign.us/simple-hamburger-menu/" rel="bookmark" title="HTML-CSS-JS: Simple Hamburger Menu Expandable">HTML-CSS-JS: Simple Hamburger Menu Expandable</a></li>
<li><a href="https://blog.identitydesign.us/css-only-modal-lightbox-pop-up-on-page-load/" rel="bookmark" title="CSS Only: Pop-up Modal Lightbox on Page Load">CSS Only: Pop-up Modal Lightbox on Page Load</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<blockquote><p> &#8220;How to customize animations on AOS Library?&#8221; </p></blockquote>
<p>AOS Library (<a href="https://michalsnik.github.io/aos/" rel="noopener" target="_blank">by michalsnik</a>) is a great way to trigger animation while scroll for your website design. Here&#8217;s how to customize animations using AOS library.</p>
<h2>Add CSS to your website <code>header</code></h2>
<pre>
&lt;link rel=&quot;stylesheet&quot; href=&quot;https://unpkg.com/aos@next/dist/aos.css&quot; /&gt;
</pre>
<h2>Add JS at the end of <code>body</code> tag </h2>
<pre>
&lt;script src=&quot;https://unpkg.com/aos@next/dist/aos.js&quot;&gt;&lt;/script&gt;  
&lt;script type=&quot;text/javascript&quot;&gt;
AOS.init({   
});
&lt;/script&gt; 
</pre>
<h2>HTML</h2>
<pre>
&lt;div class=&quot;box&quot; data-aos=&quot;my-animation-1&quot;&gt;1&lt;/div&gt;
&lt;div class=&quot;box&quot; data-aos=&quot;my-animation-2&quot;&gt;2&lt;/div&gt;
&lt;div class=&quot;box&quot; data-aos=&quot;my-animation-3&quot;&gt;3&lt;/div&gt;
&lt;div class=&quot;box&quot; data-aos=&quot;my-animation-1&quot;&gt;4&lt;/div&gt;
&lt;div class=&quot;box&quot; data-aos=&quot;my-animation-2&quot;&gt;5&lt;/div&gt;
&lt;div class=&quot;box&quot; data-aos=&quot;my-animation-3&quot;&gt;6&lt;/div&gt;
&lt;div class=&quot;box&quot; data-aos=&quot;my-animation-1&quot;&gt;7&lt;/div&gt;
&lt;div class=&quot;box&quot; data-aos=&quot;my-animation-2&quot;&gt;8&lt;/div&gt;
&lt;div class=&quot;box&quot; data-aos=&quot;my-animation-3&quot;&gt;9&lt;/div&gt; 
</pre>
<h2>CSS</h2>
<pre>
/* Default Style of Boxes */
.box {
  width: 250px;
  height: 250px;
  margin: 2rem auto; 
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family:sans-serif;
  font-size: 5rem;
  color: #FFF;
}
 
/* Before of Animation 1 */
[data-aos="my-animation-1"] {
  transform: rotate(0deg);
  background: black;
  opacity: 0; 
}
/* After of Animation 1 */ 
[data-aos="my-animation-1"].aos-animate {
  transform: rotate(360deg); 
  opacity: 1; 
}
	
/* Before of Animation 2 */
[data-aos="my-animation-2"] {
  background: black;
  transition-property: background; 
}
/* After of Animation 2 */
[data-aos="my-animation-2"].aos-animate {
  background: cyan; 
}
	
/* Before of Animation 3 */
[data-aos="my-animation-3"] {
  transform: translateX(-100%);
  opacity: 0; 
}
/* After of Animation 3 */
[data-aos="my-animation-3"].aos-animate {
  transform: translateX(0%); 
  background: purple;
  opacity: 1; 
}
</pre>
<h2>DEMO: How It Looks</h2>
<div class="board">
<div class="box" data-aos="my-animation-1">1</div>
<div class="box" data-aos="my-animation-2">2</div>
<div class="box" data-aos="my-animation-3">3</div>
<div class="box" data-aos="my-animation-1">4</div>
<div class="box" data-aos="my-animation-2">5</div>
<div class="box" data-aos="my-animation-3">6</div>
<div class="box" data-aos="my-animation-1">7</div>
<div class="box" data-aos="my-animation-2">8</div>
<div class="box" data-aos="my-animation-3">9</div>
</div>

<div class="clear"></div>
<div class="btn-group"><a class="btn" onclick="_gaq.push(['_trackEvent', 'Freebies', 'AOS-Custom-Animation', 'https://blog.identitydesign.us/wp-content/uploads/2022/11/aos-custom-animation.html.zip']);" href="https://blog.identitydesign.us/wp-content/uploads/2022/11/aos-custom-animation.html.zip">Download HTML</a></div>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<style>
.box {
  width: 250px;
  height: 250px;
  margin: 2rem auto; 
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family:sans-serif;
  font-size: 5rem;
  color: #FFF;
}
[data-aos="my-animation-1"] {
  transform: rotate(0deg);
  background: black;
  opacity: 0; 
}
[data-aos="my-animation-1"].aos-animate {
  transform: rotate(360deg); 
  opacity: 1; 
}</p>
<p>[data-aos="my-animation-2"] {
  background: black;
  transition-property: background; 
}
[data-aos="my-animation-2"].aos-animate {
  background: cyan; 
}</p>
<p>[data-aos="my-animation-3"] {
  transform: translateX(-100%);
  opacity: 0; 
}
[data-aos="my-animation-3"].aos-animate {
  transform: translateX(0%); 
  background: purple;
  opacity: 1; 
}
</style>
<p><script src="https://unpkg.com/aos@next/dist/aos.js"></script><br />
<script type="text/javascript">
AOS.init({   
});
</script> </p><p>The post <a href="https://blog.identitydesign.us/customize-animations-aos/">Customize Animations on AOS (Animated On Scroll) Library</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/customize-animations-aos/">Customize Animations on AOS (Animated On Scroll) Library</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/css-only-easy-modal-lightbox-popup-animated/" rel="bookmark" title="CSS Only: Easy Modal Lightbox Pop-up (Animated)">CSS Only: Easy Modal Lightbox Pop-up (Animated)</a></li>
<li><a href="https://blog.identitydesign.us/simple-hamburger-menu/" rel="bookmark" title="HTML-CSS-JS: Simple Hamburger Menu Expandable">HTML-CSS-JS: Simple Hamburger Menu Expandable</a></li>
<li><a href="https://blog.identitydesign.us/css-only-modal-lightbox-pop-up-on-page-load/" rel="bookmark" title="CSS Only: Pop-up Modal Lightbox on Page Load">CSS Only: Pop-up Modal Lightbox on Page Load</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/customize-animations-aos/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Add a Sitemap of a WordPress Website</title>
		<link>https://blog.identitydesign.us/how-to-add-sitemap-wordpress-website/</link>
					<comments>https://blog.identitydesign.us/how-to-add-sitemap-wordpress-website/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Mon, 19 Sep 2022 09:28:47 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1765</guid>

					<description><![CDATA[<p>Adding a sitemap for search engines is vital when launching a website unless you want to keep it secret. There are many ways to add a website&#8217;s sitemap, but using Yoast SEO plugin could be the easiest way to do it. 1. DOWNLOAD YOAST SEO PLUGIN Go to Plugins -> Add New and search for [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/how-to-add-sitemap-wordpress-website/">How to Add a Sitemap of a WordPress Website</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/how-to-add-sitemap-wordpress-website/">How to Add a Sitemap of a WordPress Website</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/renewing-ssl-certificate-for-free/" rel="bookmark" title="Renewing an Expired SSL Certificate with AutoSSL in cPanel: A Quick Guide">Renewing an Expired SSL Certificate with AutoSSL in cPanel: A Quick Guide</a></li>
<li><a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/" rel="bookmark" title="How to Duplicate/Migrate WordPress Website &#8211; Duplicator">How to Duplicate/Migrate WordPress Website &#8211; Duplicator</a></li>
<li><a href="https://blog.identitydesign.us/add-bootstrap-on-wordpress-website-using-plugin/" rel="bookmark" title="Add Bootstrap to Your WordPress Website with a Plugin">Add Bootstrap to Your WordPress Website with a Plugin</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>Adding a sitemap for search engines is vital when launching a website unless you want to keep it secret. There are many ways to add a website&#8217;s sitemap, but using <code>Yoast SEO</code> plugin could be the easiest way to do it.</p>
<h2>1. DOWNLOAD YOAST SEO PLUGIN</h2>
<ol>
<li>Go to <code>Plugins</code> -> <code>Add New</code> and search for the <code>Yoast SEO</code> plugin.</li>
<li>Download and activate it.</li>
</ol>
<h2>2. ENABLE XML SITEMAPS AND GET THE SITEMAP URL</h2>
<ol>
<li>Go to <code>Yoast SEO</code> from the left menu -> <code>General</code> </li>
<li>Enable &#8220;On&#8221; mode on the XML sitemaps.<img fetchpriority="high" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2022/09/xml-sitemaps.png" alt="XML sitemaps" width="896" height="298" class="aligncenter size-full wp-image-1767" srcset="https://blog.identitydesign.us/wp-content/uploads/2022/09/xml-sitemaps.png 896w, https://blog.identitydesign.us/wp-content/uploads/2022/09/xml-sitemaps-300x100.png 300w, https://blog.identitydesign.us/wp-content/uploads/2022/09/xml-sitemaps-768x255.png 768w, https://blog.identitydesign.us/wp-content/uploads/2022/09/xml-sitemaps-624x208.png 624w" sizes="(max-width: 896px) 100vw, 896px" /></li>
<li>Click on <code>See the XML</code>.</li>
<li>Copy the sitemap url. <img decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2022/09/search-console2.png" alt="sitemap url" width="948" height="170" class="aligncenter size-full wp-image-1773" srcset="https://blog.identitydesign.us/wp-content/uploads/2022/09/search-console2.png 948w, https://blog.identitydesign.us/wp-content/uploads/2022/09/search-console2-300x54.png 300w, https://blog.identitydesign.us/wp-content/uploads/2022/09/search-console2-768x138.png 768w, https://blog.identitydesign.us/wp-content/uploads/2022/09/search-console2-624x112.png 624w" sizes="(max-width: 948px) 100vw, 948px" /></li>
</ol>
<h2>3. SUBMIT A SITEMAP ON GOOGLE SEARCH CONSOLE</h2>
<ol>
<li>Add a new property (if you haven&#8217;t already) for the website you wish to submit the sitemap to on <a href="https://search.google.com/search-console" target="_blank" rel="noopener">Google Search Console</a>.</li>
<li>Go to <code>Sitemaps</code> from the left menu. </li>
<li>Add a new sitemap by pasting the sitemap URL from step 2 and click on <code>Submit</code>.</li>
<li>*The Status might show <code>Couldn't fetch</code>, but it will update. <img decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2022/09/status.png" alt="Couldn't fetch" width="124" height="102" class="aligncenter size-full wp-image-1768" /></li>
</ol><p>The post <a href="https://blog.identitydesign.us/how-to-add-sitemap-wordpress-website/">How to Add a Sitemap of a WordPress Website</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/how-to-add-sitemap-wordpress-website/">How to Add a Sitemap of a WordPress Website</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/renewing-ssl-certificate-for-free/" rel="bookmark" title="Renewing an Expired SSL Certificate with AutoSSL in cPanel: A Quick Guide">Renewing an Expired SSL Certificate with AutoSSL in cPanel: A Quick Guide</a></li>
<li><a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/" rel="bookmark" title="How to Duplicate/Migrate WordPress Website &#8211; Duplicator">How to Duplicate/Migrate WordPress Website &#8211; Duplicator</a></li>
<li><a href="https://blog.identitydesign.us/add-bootstrap-on-wordpress-website-using-plugin/" rel="bookmark" title="Add Bootstrap to Your WordPress Website with a Plugin">Add Bootstrap to Your WordPress Website with a Plugin</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/how-to-add-sitemap-wordpress-website/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Duplicate/Migrate WordPress Website &#8211; Duplicator</title>
		<link>https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/</link>
					<comments>https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Tue, 10 May 2022 00:37:55 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[HTML/CSS/PHP/JavaScripts]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1745</guid>

					<description><![CDATA[<p>Work effective and save time if you are a web developer using WordPress. Duplicate your existing work and use as a template. Get Duplicator and install/active the plugin and follow the instruction below. We have 3 main steps to get all duplicate/migration process done. 1. BACKUP FILES &#38; DOWNLOAD Get Duplicator plugin Duplicator -&#62; Create [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/">How to Duplicate/Migrate WordPress Website – Duplicator</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/">How to Duplicate/Migrate WordPress Website &#8211; Duplicator</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/cpanel-change-increase-maximum-upload-file-size/" rel="bookmark" title="cPanel: Change / Increase Maximum Upload File Size">cPanel: Change / Increase Maximum Upload File Size</a></li>
<li><a href="https://blog.identitydesign.us/wordpress-multisite/" rel="bookmark" title="Make Your WordPress into a Multisite (Create a Network)">Make Your WordPress into a Multisite (Create a Network)</a></li>
<li><a href="https://blog.identitydesign.us/redirect-http-website-to-secure-https-website-using-simple-htaccess/" rel="bookmark" title="Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting">Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>Work effective and save time if you are a web developer using WordPress. Duplicate your existing work and use as a template. Get <a href="https://wordpress.org/plugins/duplicator/" target="_blank" rel="noopener">Duplicator</a> and install/active the plugin and follow the instruction below. We have 3 main steps to get all duplicate/migration process done.  </p>
<h2>1. BACKUP FILES &amp; DOWNLOAD</h2>
<ol>
<li>Get <code>Duplicator</code> plugin</li>
<li>Duplicator -&gt; <code>Create new</code></li>
<li><code>Next</code> -&gt; <code>Build</code></li>
<li>Download <code>Installer.php</code> and <code>...Archive.zip</code> file</li>
</ol>
<h2>2. DATABASE CREATION ON NEW SERVER</h2>
<ol>
<li>Create Database from MySQL® Databases in cPanel.</li>
<li>Name your database. Add <code>_wp</code> at the end of the database name</li>
<li>Add a user, <code>_user</code> at the end of the database name</li>
<li>Add the user to the database you created. Finally add <code>All Privileges</code> to the user.</li>
</ol>
<h2>3. UPLOAD BACKED UP FILES TO NEW SERVER</h2>
<ol>
<li>Access cPanel on new hosting server. Go to <strong>cPanel</strong> -&gt; <strong>File Manager</strong>. Select <code>public_html</code> or very root folder of your WordPress files -&gt; upload your saved <code>Installer</code> and <code>Archive</code> files. (*You can also use FTP (Filezilla) to upload these files. )</li>
<li>Open a web browser -&gt; <em>http://YOUR-DOMAIN.com/installer.php</em></li>
<li>Select the checkbox, &#8220;I have read and accept all terms &amp; notices*&#8221;</li>
<li>Select <code>Remove all data</code> and input your <code>Database</code>, <code>User</code> and <code>Password</code> and hit <code>Test Database</code>. If looks good, hit <code>Next</code>.</li>
<li>Click <code>Next</code> for step 4, Login the site with <code>Site Login</code>.</li>
</ol><p>The post <a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/">How to Duplicate/Migrate WordPress Website – Duplicator</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/">How to Duplicate/Migrate WordPress Website &#8211; Duplicator</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/cpanel-change-increase-maximum-upload-file-size/" rel="bookmark" title="cPanel: Change / Increase Maximum Upload File Size">cPanel: Change / Increase Maximum Upload File Size</a></li>
<li><a href="https://blog.identitydesign.us/wordpress-multisite/" rel="bookmark" title="Make Your WordPress into a Multisite (Create a Network)">Make Your WordPress into a Multisite (Create a Network)</a></li>
<li><a href="https://blog.identitydesign.us/redirect-http-website-to-secure-https-website-using-simple-htaccess/" rel="bookmark" title="Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting">Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/how-to-duplicate-migrate-wordpress-website/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress Contact Form 7 Submit Button Not Working (Nonstop Wheel Spinning)</title>
		<link>https://blog.identitydesign.us/contact-form-7-submit-not-working/</link>
					<comments>https://blog.identitydesign.us/contact-form-7-submit-not-working/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Mon, 21 Feb 2022 09:14:04 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[HTML/CSS/PHP/JavaScripts]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1732</guid>

					<description><![CDATA[<p>Despite the popularity of its name, &#8220;Contact form 7&#8221; with millions of active installations, numerous plugin users have called out the error when hitting the submit button on the form. The error seems to be occurred by change of environment such as migration of the website. Here&#8217;s the solution how this can be resolved. Go [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/contact-form-7-submit-not-working/">WordPress Contact Form 7 Submit Button Not Working (Nonstop Wheel Spinning)</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/contact-form-7-submit-not-working/">WordPress Contact Form 7 Submit Button Not Working (Nonstop Wheel Spinning)</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/how-to-make-bootstrap-nav-top-level-menu-clickable-with-dropdowns/" rel="bookmark" title="How to Make Bootstrap Nav Top Level Menu Clickable With Dropdowns">How to Make Bootstrap Nav Top Level Menu Clickable With Dropdowns</a></li>
<li><a href="https://blog.identitydesign.us/fix-php-upgrade-error-whm-cpanel/" rel="bookmark" title="(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel">(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel</a></li>
<li><a href="https://blog.identitydesign.us/wordpress-multisite/" rel="bookmark" title="Make Your WordPress into a Multisite (Create a Network)">Make Your WordPress into a Multisite (Create a Network)</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>Despite the popularity of its name, &#8220;Contact form 7&#8221; with millions of active installations, numerous plugin users have called out the error when hitting the submit button on the form. The error seems to be occurred by change of environment such as migration of the website. Here&#8217;s the solution how this can be resolved.</p>
<ul>
<li>Go to the WP Admin (Backend) -> Plugins -> Plugin File Editor. </li>
<li>Select plugin to edit dropdown to select <code>Contact Form 7</code> and select the file, <code>wp-contact-form-7.php</code></li>
<li>On line 30 (the number can be different) after &#8216;WPCF7_LOAD_JS&#8217;, change <code>true</code> to <code>false</code></li>
</ul>
<h2>Change of code in &#8220;Contact form 7&#8221; plugin</h2>
<pre>if ( ! defined( 'WPCF7_LOAD_JS' ) ) {
	define( 'WPCF7_LOAD_JS', false );
}</pre><p>The post <a href="https://blog.identitydesign.us/contact-form-7-submit-not-working/">WordPress Contact Form 7 Submit Button Not Working (Nonstop Wheel Spinning)</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/contact-form-7-submit-not-working/">WordPress Contact Form 7 Submit Button Not Working (Nonstop Wheel Spinning)</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/how-to-make-bootstrap-nav-top-level-menu-clickable-with-dropdowns/" rel="bookmark" title="How to Make Bootstrap Nav Top Level Menu Clickable With Dropdowns">How to Make Bootstrap Nav Top Level Menu Clickable With Dropdowns</a></li>
<li><a href="https://blog.identitydesign.us/fix-php-upgrade-error-whm-cpanel/" rel="bookmark" title="(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel">(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel</a></li>
<li><a href="https://blog.identitydesign.us/wordpress-multisite/" rel="bookmark" title="Make Your WordPress into a Multisite (Create a Network)">Make Your WordPress into a Multisite (Create a Network)</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/contact-form-7-submit-not-working/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WooCommerce Astra: How to Disable Cart Bubble on Hover of the Cart Menu</title>
		<link>https://blog.identitydesign.us/woocommerce-astra-disable-cart-bubble/</link>
					<comments>https://blog.identitydesign.us/woocommerce-astra-disable-cart-bubble/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Mon, 11 Oct 2021 07:12:59 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[CSSonly]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[HTML/CSS/PHP/JavaScripts]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1588</guid>

					<description><![CDATA[<p>I&#8217;ve been searching how to remove/hide the cart bubble on hover of the cart icon on header in Astra / WooCommerce combination. This can&#8217;t be modified via Appearance -> Customize setting. Instead, I was able to hide the element with a simple CSS line as below: .ast-site-header-cart:hover .widget_shopping_cart, .woocommerce .ast-site-header-cart:hover .widget_shopping_cart{ display:none; } Feel free [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/woocommerce-astra-disable-cart-bubble/">WooCommerce Astra: How to Disable Cart Bubble on Hover of the Cart Menu</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/woocommerce-astra-disable-cart-bubble/">WooCommerce Astra: How to Disable Cart Bubble on Hover of the Cart Menu</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/star-symbol-broken-woocommerce-review/" rel="bookmark" title="Star Rating Symbol Icons Show Broken or Square Boxes on Woocommerce Review">Star Rating Symbol Icons Show Broken or Square Boxes on Woocommerce Review</a></li>
<li><a href="https://blog.identitydesign.us/woocommerce-storefront-theme-remove-storefront-woothemes-credits/" rel="bookmark" title="Remove &#8220;Storefront designed by WooThemes&#8221; on Woocommerce Storefront Theme">Remove &#8220;Storefront designed by WooThemes&#8221; on Woocommerce Storefront Theme</a></li>
<li><a href="https://blog.identitydesign.us/remove-copyright-storefront/" rel="bookmark" title="Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme">Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve been searching how to remove/hide the cart bubble on hover of the cart icon on header in Astra / WooCommerce combination. </p>
<p> <img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2021/10/cart-menu-hover-177x300.png" alt="" width="177" height="300" class="aligncenter size-medium wp-image-1589" srcset="https://blog.identitydesign.us/wp-content/uploads/2021/10/cart-menu-hover-177x300.png 177w, https://blog.identitydesign.us/wp-content/uploads/2021/10/cart-menu-hover.png 306w" sizes="auto, (max-width: 177px) 100vw, 177px" /> </p>
<p>This can&#8217;t be modified via <code>Appearance</code> -> <code>Customize</code> setting. Instead, I was able to hide the element with a simple CSS line as below:</p>
<pre>
.ast-site-header-cart:hover .widget_shopping_cart, .woocommerce .ast-site-header-cart:hover .widget_shopping_cart{ display:none; }
</pre>
<p>Feel free to comment me if this doesn&#8217;t work for you.<br />
</p><p>The post <a href="https://blog.identitydesign.us/woocommerce-astra-disable-cart-bubble/">WooCommerce Astra: How to Disable Cart Bubble on Hover of the Cart Menu</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/woocommerce-astra-disable-cart-bubble/">WooCommerce Astra: How to Disable Cart Bubble on Hover of the Cart Menu</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/star-symbol-broken-woocommerce-review/" rel="bookmark" title="Star Rating Symbol Icons Show Broken or Square Boxes on Woocommerce Review">Star Rating Symbol Icons Show Broken or Square Boxes on Woocommerce Review</a></li>
<li><a href="https://blog.identitydesign.us/woocommerce-storefront-theme-remove-storefront-woothemes-credits/" rel="bookmark" title="Remove &#8220;Storefront designed by WooThemes&#8221; on Woocommerce Storefront Theme">Remove &#8220;Storefront designed by WooThemes&#8221; on Woocommerce Storefront Theme</a></li>
<li><a href="https://blog.identitydesign.us/remove-copyright-storefront/" rel="bookmark" title="Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme">Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/woocommerce-astra-disable-cart-bubble/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Make Your WordPress into a Multisite (Create a Network)</title>
		<link>https://blog.identitydesign.us/wordpress-multisite/</link>
					<comments>https://blog.identitydesign.us/wordpress-multisite/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Fri, 03 Sep 2021 23:09:27 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[HTML/CSS/PHP/JavaScripts]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1511</guid>

					<description><![CDATA[<p>WordPress website can be turned into a Multisite which a feature that enables you to manage a network of websites from one place. This feature is really useful for creating numbers of sub-sites like in franchise business where you share the basic information in one place but needs multiple WooCommerce sites to collect payments and [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/wordpress-multisite/">Make Your WordPress into a Multisite (Create a Network)</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/wordpress-multisite/">Make Your WordPress into a Multisite (Create a Network)</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/fix-php-upgrade-error-whm-cpanel/" rel="bookmark" title="(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel">(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel</a></li>
<li><a href="https://blog.identitydesign.us/redirect-http-website-to-secure-https-website-using-simple-htaccess/" rel="bookmark" title="Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting">Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting</a></li>
<li><a href="https://blog.identitydesign.us/fix-and-remove-wp-vcd-malware-virus-in-wordpress/" rel="bookmark" title="Malware/Virus: Fix and Remove &#8220;WP-VCD&#8221; from my WordPress">Malware/Virus: Fix and Remove &#8220;WP-VCD&#8221; from my WordPress</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>WordPress website can be turned into a Multisite which a feature that enables you to manage a network of websites from one place. This feature is really useful for creating numbers of sub-sites like in franchise business where you share the basic information in one place but needs multiple WooCommerce sites to collect payments and get notification separately.</p>
<h2>1. Deactivate all plugins</h2>
<p><img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-1-300x203.jpg" alt="Wordpress deactivate plugins" width="300" height="203" class="aligncenter size-medium wp-image-1516" srcset="https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-1-300x203.jpg 300w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-1-1024x694.jpg 1024w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-1-768x520.jpg 768w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-1-624x423.jpg 624w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-1.jpg 1308w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<p>This is first thing you would have to do. Go to the WP Admin (Backend) -> Pluggins -> deactivate all your active plugins.</p>
<h2>2. Edit WP-CONFIG.PHP </h2>
<p><img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-3-300x68.jpg" alt="Add define code" width="300" height="68" class="aligncenter size-medium wp-image-1518" srcset="https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-3-300x68.jpg 300w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-3-768x173.jpg 768w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-3-624x141.jpg 624w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-3.jpg 930w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<p>Open <strong>wp-config.php</strong> file using FTP or cPanel -> File Manager.</p>
<p>Find <code>/* That's all, stop editing! Happy blogging. */</code> line in <strong>wp-config.php</strong> file (it&#8217;s on very end of the file)</p>
<pre>
/* Multisite */
define( 'WP_ALLOW_MULTISITE', true );
</pre>
<p>Copy the code and paste above, &#8220;That&#8217;s all&#8230;&#8221; in <strong>wp-config.php</strong>.</p>
<h2>3. Create a Network on Your WordPress</h2>
<p><img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-4-300x198.jpg" alt="network setup" width="300" height="198" class="aligncenter size-medium wp-image-1520" srcset="https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-4-300x198.jpg 300w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-4-624x413.jpg 624w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-4.jpg 644w" sizes="auto, (max-width: 300px) 100vw, 300px" /> </p>
<p>Once you are done with the process #1 and #2, the Network Setup menu should appear on your WordPress Admin page -> Settings -> Network Setup.</p>
<p>Very careful on either choosing <strong>Sub-domains</strong> or <strong>Sub-directories</strong> method in your WordPress network as you can&#8217;t go back once selected. I prefer the <strong>Sub-directories</strong> method as it&#8217;s much easier, and I like my sub-sites URL go after the slash <code>/</code>.</p>
<p><img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-7-1024x621.jpg" alt="addresses site in your wordpress" width="625" height="379" class="aligncenter size-large wp-image-1522" srcset="https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-7-1024x621.jpg 1024w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-7-300x182.jpg 300w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-7-768x465.jpg 768w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-7-1536x931.jpg 1536w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-7-624x378.jpg 624w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-7.jpg 1904w" sizes="auto, (max-width: 625px) 100vw, 625px" /></p>
<h3>What if the Sub-directory installation is not available? </h3>
<p><img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-5-1024x498.jpg" alt="subdomain installation" width="625" height="304" class="aligncenter size-large wp-image-1523" srcset="https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-5-1024x498.jpg 1024w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-5-300x146.jpg 300w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-5-768x373.jpg 768w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-5-1536x747.jpg 1536w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-5-2048x996.jpg 2048w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-5-624x303.jpg 624w" sizes="auto, (max-width: 625px) 100vw, 625px" /></p>
<p>I once had a hard time couldn&#8217;t figure out why sub-directory installation can&#8217;t be selected. But, it&#8217;s very simple as deleting some files. Once you see this message, just remove all your existing <strong>posts</strong> and <strong>pages</strong> from WP Admin. Empty <strong>upload</strong> folder if necessary, and come back to this page again. You&#8217;ll now able to select the Sub-directory installation.</p>
<h2>4. Add Additional Codes to your WP-CONFIG.PHP</h2>
<p>After you hit the <code>Install</code> button, WordPress will guide you what to add on your <code>wp-config.php</code> file with some additional lines. In my case, I had to add the following.</p>
<p><img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-6-300x96.jpg" alt="additional codes to wp-config" width="300" height="96" class="aligncenter size-medium wp-image-1525" srcset="https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-6-300x96.jpg 300w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-6-768x245.jpg 768w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-6-624x199.jpg 624w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-6.jpg 986w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<h2>5. Add Additional Codes to your .HTACCESS</h2>
<p>This step should also kindly described with #4. Open up the <strong>.htaccess</strong> file using FTP or cPanel -> File Manager. If you use cPanel&#8217;s File Manager, there is a chance .htaccess file be hidden. Go to the <code>Settings</code> menu and make &#8220;Show Hidden Files&#8221; active.</p>
<p><img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-10-300x80.jpg" alt="show hidden files" width="300" height="80" class="aligncenter size-medium wp-image-1526" srcset="https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-10-300x80.jpg 300w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-10-768x204.jpg 768w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-10-624x166.jpg 624w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-10.jpg 980w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<p>Paste the code you received from the WordPress Network Setup page. I only removed and replaced the highlighted lines as below.</p>
<p><img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-9.jpg" alt="htaccess replacement" width="1336" height="644" class="aligncenter size-full wp-image-1532" srcset="https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-9.jpg 1336w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-9-300x145.jpg 300w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-9-1024x494.jpg 1024w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-9-768x370.jpg 768w, https://blog.identitydesign.us/wp-content/uploads/2021/09/WPM-9-624x301.jpg 624w" sizes="auto, (max-width: 1336px) 100vw, 1336px" /></p>
<p>Now, your WordPress site turned into a Multisite. Enjoy! </p><p>The post <a href="https://blog.identitydesign.us/wordpress-multisite/">Make Your WordPress into a Multisite (Create a Network)</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/wordpress-multisite/">Make Your WordPress into a Multisite (Create a Network)</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/fix-php-upgrade-error-whm-cpanel/" rel="bookmark" title="(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel">(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel</a></li>
<li><a href="https://blog.identitydesign.us/redirect-http-website-to-secure-https-website-using-simple-htaccess/" rel="bookmark" title="Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting">Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting</a></li>
<li><a href="https://blog.identitydesign.us/fix-and-remove-wp-vcd-malware-virus-in-wordpress/" rel="bookmark" title="Malware/Virus: Fix and Remove &#8220;WP-VCD&#8221; from my WordPress">Malware/Virus: Fix and Remove &#8220;WP-VCD&#8221; from my WordPress</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/wordpress-multisite/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Google Workspace / G Suite Setup for Your Own Domain Email</title>
		<link>https://blog.identitydesign.us/google-workspace-g-suite-setup-for-your-own-domain-email/</link>
					<comments>https://blog.identitydesign.us/google-workspace-g-suite-setup-for-your-own-domain-email/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Fri, 11 Jun 2021 07:10:57 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Emails]]></category>
		<category><![CDATA[Google and SEO]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Website]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1418</guid>

					<description><![CDATA[<p>My new client just called me with an urgent voice, &#8220;My email is down. Please fix this as soon as possible.&#8221; My client requested me to build his website, so I set up his old domain name to my hosting server for the work environment, and his email stopped working. He never mentioned about the [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/google-workspace-g-suite-setup-for-your-own-domain-email/">Google Workspace / G Suite Setup for Your Own Domain Email</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/google-workspace-g-suite-setup-for-your-own-domain-email/">Google Workspace / G Suite Setup for Your Own Domain Email</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/get-a-free-ssl-certificate-secure-socket-layer-change-http-to-https-for-your-website-domain/" rel="bookmark" title="Get a free SSL Certificate (Secure Socket Layer) &#8211; Change HTTP to HTTPS for your website domain">Get a free SSL Certificate (Secure Socket Layer) &#8211; Change HTTP to HTTPS for your website domain</a></li>
<li><a href="https://blog.identitydesign.us/insert-and-import-html-email-designed-template-into-outlook-email/" rel="bookmark" title="Insert or Import an HTML Email (Designed Template) into Outlook Email">Insert or Import an HTML Email (Designed Template) into Outlook Email</a></li>
<li><a href="https://blog.identitydesign.us/responsive-google-adsense/" rel="bookmark" title="Responsive Google Adsense is Easy!">Responsive Google Adsense is Easy!</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<style>
.table { border: 1px solid #ccc; }
.table tr th, .table tr td { padding:10px; }
.table tr th { background:#111; color:#fff; }
</style>
<p>My new client just called me with an urgent voice, &#8220;My email is down. Please fix this as soon as possible.&#8221; </p>
<p>My client requested me to build his website, so I set up his old domain name to my hosting server for the work environment, and his email stopped working. He never mentioned about the email that was under his old domain (i.e. client@domain.com). I was in panic for a few minutes, but gladly, I was able to find out that his email is linked to G-Suite (now called Google Workspace). </p>
<p>Here I will show you how to change DNS setting for an email or entire emails under your own unique domain (i.e. you@yourowndomain.com). This setup can be found under your domain provider setup tab, and it&#8217;s usually called &#8220;Advanced DNS&#8221; or &#8220;Manage DNS&#8221;. Sometimes this can be called &#8220;Zone Editor&#8221; on your hosting provider setup tab, and this can be modified if your domain is linked to a hosting service.</p>
<h2>Clear / Remove MX Record on your DNS</h2>
<p>First, you need to see the existence of any MX Record (Mail Exchange records). If you find a single MX Record that are exist on your DNS, remove it.</p>
<p><a href="https://blog.identitydesign.us/wp-content/uploads/2021/06/zone-editor1.jpg"><img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2021/06/zone-editor1.jpg" alt="Zone Editor Screen Shot 1" width="1098" height="520" class="aligncenter size-full wp-image-1420" srcset="https://blog.identitydesign.us/wp-content/uploads/2021/06/zone-editor1.jpg 1098w, https://blog.identitydesign.us/wp-content/uploads/2021/06/zone-editor1-300x142.jpg 300w, https://blog.identitydesign.us/wp-content/uploads/2021/06/zone-editor1-1024x485.jpg 1024w, https://blog.identitydesign.us/wp-content/uploads/2021/06/zone-editor1-768x364.jpg 768w, https://blog.identitydesign.us/wp-content/uploads/2021/06/zone-editor1-624x296.jpg 624w" sizes="auto, (max-width: 1098px) 100vw, 1098px" /></a></p>
<p>I removed a MX Record &#8220;Priority:0 with &#8220;mail.MYDOMAIN.com&#8221; from my cPanel. Make sure that is no MX Record on you DNS. </p>
<h2>Add Google Workspace / G-Suite MX Record to your DNS</h2>
<p>Add below 5 MX Record provided by Google Workspace / G Suite.</p>
<table class="border table table-responsive">
<thead>
<tr>
<th>Name</th>
<th>TTL</th>
<th>Type</th>
<th>Priority</th>
<th>Destination</th>
</tr>
</thead>
<tbody>
<tr>
<td>Blank or @</td>
<td>Default Value</td>
<td>MX</td>
<td>1</td>
<td>aspmx.l.google.com</td>
</tr>
<tr>
<td>Blank or @</td>
<td>Default Value</td>
<td>MX</td>
<td>5</td>
<td>alt1.aspmx.l.google.com</td>
</tr>
<tr>
<td>Blank or @</td>
<td>Default Value</td>
<td>MX</td>
<td>5</td>
<td>alt2.aspmx.l.google.com</td>
</tr>
<tr>
<td>Blank or @</td>
<td>Default Value</td>
<td>MX</td>
<td>10</td>
<td>alt3.aspmx.l.google.com</td>
</tr>
<tr>
<td>Blank or @</td>
<td>Default Value</td>
<td>MX</td>
<td>10</td>
<td>alt4.aspmx.l.google.com</td>
</tr>
</tbody>
</table>
<h3>Example</h2>
<p><a href="https://blog.identitydesign.us/wp-content/uploads/2021/06/zone-editor2.jpg"><img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2021/06/zone-editor2.jpg" alt="Zone Editor Screen Shot 2" width="2376" height="1051" class="aligncenter size-full wp-image-1419" srcset="https://blog.identitydesign.us/wp-content/uploads/2021/06/zone-editor2.jpg 2376w, https://blog.identitydesign.us/wp-content/uploads/2021/06/zone-editor2-300x133.jpg 300w, https://blog.identitydesign.us/wp-content/uploads/2021/06/zone-editor2-1024x453.jpg 1024w, https://blog.identitydesign.us/wp-content/uploads/2021/06/zone-editor2-768x340.jpg 768w, https://blog.identitydesign.us/wp-content/uploads/2021/06/zone-editor2-1536x679.jpg 1536w, https://blog.identitydesign.us/wp-content/uploads/2021/06/zone-editor2-2048x906.jpg 2048w, https://blog.identitydesign.us/wp-content/uploads/2021/06/zone-editor2-624x276.jpg 624w" sizes="auto, (max-width: 2376px) 100vw, 2376px" /></a></p>
<p>As soon as the records on DNS are saved, all of your emails from your own domain will be transferred through Google Workspace / G Suite and landed on your Gmail inbox.</p>

<div class="clear"></div><p>The post <a href="https://blog.identitydesign.us/google-workspace-g-suite-setup-for-your-own-domain-email/">Google Workspace / G Suite Setup for Your Own Domain Email</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/google-workspace-g-suite-setup-for-your-own-domain-email/">Google Workspace / G Suite Setup for Your Own Domain Email</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/get-a-free-ssl-certificate-secure-socket-layer-change-http-to-https-for-your-website-domain/" rel="bookmark" title="Get a free SSL Certificate (Secure Socket Layer) &#8211; Change HTTP to HTTPS for your website domain">Get a free SSL Certificate (Secure Socket Layer) &#8211; Change HTTP to HTTPS for your website domain</a></li>
<li><a href="https://blog.identitydesign.us/insert-and-import-html-email-designed-template-into-outlook-email/" rel="bookmark" title="Insert or Import an HTML Email (Designed Template) into Outlook Email">Insert or Import an HTML Email (Designed Template) into Outlook Email</a></li>
<li><a href="https://blog.identitydesign.us/responsive-google-adsense/" rel="bookmark" title="Responsive Google Adsense is Easy!">Responsive Google Adsense is Easy!</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/google-workspace-g-suite-setup-for-your-own-domain-email/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Malware/Virus: Fix and Remove &#8220;WP-VCD&#8221; from my WordPress</title>
		<link>https://blog.identitydesign.us/fix-and-remove-wp-vcd-malware-virus-in-wordpress/</link>
					<comments>https://blog.identitydesign.us/fix-and-remove-wp-vcd-malware-virus-in-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Mon, 26 Apr 2021 09:18:24 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Website]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1405</guid>

					<description><![CDATA[<p>My Wordfence (a security plugin for WordPress) alarmed with the &#8220;Critical Problems&#8221; flag due to the result of the malware / virus scan from my website. I had a similar incident before, and it was a nightmare for me to fix and retrieve the suspended website back to normal. The Malware Files wp-content/themes/Divi/functions.php wp-core.php unzipper.php [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/fix-and-remove-wp-vcd-malware-virus-in-wordpress/">Malware/Virus: Fix and Remove “WP-VCD” from my WordPress</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/fix-and-remove-wp-vcd-malware-virus-in-wordpress/">Malware/Virus: Fix and Remove &#8220;WP-VCD&#8221; from my WordPress</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/fix-php-upgrade-error-whm-cpanel/" rel="bookmark" title="(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel">(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel</a></li>
<li><a href="https://blog.identitydesign.us/remove-automatic-and-tags-in-wordpress/" rel="bookmark" title="Remove Automatic and Tags in WordPress">Remove Automatic and Tags in WordPress</a></li>
<li><a href="https://blog.identitydesign.us/remove-product-description-and-reviews-tabs-woocommerce-storefront-theme/" rel="bookmark" title="Remove Product Description and Reviews Tabs in Woocommerce Storefront Theme">Remove Product Description and Reviews Tabs in Woocommerce Storefront Theme</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>My Wordfence (a security plugin for WordPress) alarmed with the &#8220;Critical Problems&#8221; flag due to the result of the malware / virus scan from my website. I had a similar incident before, and it was a nightmare for me to fix and retrieve the suspended website back to normal.</p>
<h2>The Malware Files</h2>
<ul>
<li>wp-content/themes/Divi/functions.php</li>
<li>wp-core.php</li>
<li>unzipper.php</li>
<li>wp-includes/wp-vcd.php</li>
<li>wp-includes/wp-tmp.php</li>
<li>wp-includes/wp-feed.php</li>
</ul>
<p>The hacker used &#8220;wp-&#8221; for naming the files, so it&#8217;s hard to determine if these are core WordPress files.</p>
<p>However, I was able to know before Google suspend my website away with the red screen, &#8220;Deceptive Site ahead&#8221;. <a href="https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-26-at-1.14.41-AM.jpg"><img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-26-at-1.14.41-AM.jpg" alt="" width="278" height="152" class="aligncenter size-full wp-image-1411" /></a> </p>
<p>This malware is called, &#8220;WP-VCD&#8221;. It could create random administrator users to control my settings, and in a worse case, my whole hosting server can be infected. </p>
<h2>The Solution</h2>
<p>The solution was simple. I was able to just trash/remove below files straight from the file manager on my hosting server (The root directory called, &#8220;public_html&#8221;).</p>
<ul>
<li>wp-core.php</li>
<li>unzipper.php</li>
<li>wp-includes/wp-vcd.php</li>
<li>wp-includes/wp-tmp.php</li>
<li>wp-includes/wp-feed.php</li>
</ul>
<p>However, the infected &#8220;functions.php&#8221; file was a bit tricky. The malware attack was placed on the existed theme file so can&#8217;t just remove it. You would have to edit the &#8220;functions.php&#8221; file to fix 100%. But, don&#8217;t panic. I will carefully show you what to edit from the file. </p>
<p>Use FTP program like Filezilla, or go to the Cpanel -> File Manager -> Root Directory &#8211; &#8220;wp-content&#8221; -> themes -> (your theme) -> functions.php. Open up the file, and remove the first set of PHP snippets code like below. In my case, remove the very first line of file to the line 184 until you see the ending PHP bracket <code>?></code>.</p>
<h3>REMOVE THE BLUE HIGHLIGHTED CODE</h3>
<p><a href="https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-25-at-10.16.03-PM.jpg"><img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-25-at-10.16.03-PM.jpg" alt="" width="1672" height="1186" class="aligncenter size-full wp-image-1407" srcset="https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-25-at-10.16.03-PM.jpg 1672w, https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-25-at-10.16.03-PM-300x213.jpg 300w, https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-25-at-10.16.03-PM-1024x726.jpg 1024w, https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-25-at-10.16.03-PM-768x545.jpg 768w, https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-25-at-10.16.03-PM-1536x1090.jpg 1536w, https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-25-at-10.16.03-PM-624x443.jpg 624w" sizes="auto, (max-width: 1672px) 100vw, 1672px" /></a></p>
<p><a href="https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-25-at-10.16.15-PM.jpg"><img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-25-at-10.16.15-PM.jpg" alt="" width="1676" height="1192" class="aligncenter size-full wp-image-1406" srcset="https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-25-at-10.16.15-PM.jpg 1676w, https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-25-at-10.16.15-PM-300x213.jpg 300w, https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-25-at-10.16.15-PM-1024x728.jpg 1024w, https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-25-at-10.16.15-PM-768x546.jpg 768w, https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-25-at-10.16.15-PM-1536x1092.jpg 1536w, https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-25-at-10.16.15-PM-624x444.jpg 624w" sizes="auto, (max-width: 1676px) 100vw, 1676px" /></a></p>
<p>One side note is always back up each files before you permanently terminate in case you have to go back, and do it as soon as possible before Google red flag on your precious webpage.</p>
<p><a href="https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-26-at-1.42.10-AM.jpg"><img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-26-at-1.42.10-AM.jpg" alt="" width="1996" height="338" class="aligncenter size-full wp-image-1408" srcset="https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-26-at-1.42.10-AM.jpg 1996w, https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-26-at-1.42.10-AM-300x51.jpg 300w, https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-26-at-1.42.10-AM-1024x173.jpg 1024w, https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-26-at-1.42.10-AM-768x130.jpg 768w, https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-26-at-1.42.10-AM-1536x260.jpg 1536w, https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-26-at-1.42.10-AM-624x106.jpg 624w" sizes="auto, (max-width: 1996px) 100vw, 1996px" /></a></p>

<div class="clear"></div><p>The post <a href="https://blog.identitydesign.us/fix-and-remove-wp-vcd-malware-virus-in-wordpress/">Malware/Virus: Fix and Remove “WP-VCD” from my WordPress</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/fix-and-remove-wp-vcd-malware-virus-in-wordpress/">Malware/Virus: Fix and Remove &#8220;WP-VCD&#8221; from my WordPress</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/fix-php-upgrade-error-whm-cpanel/" rel="bookmark" title="(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel">(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel</a></li>
<li><a href="https://blog.identitydesign.us/remove-automatic-and-tags-in-wordpress/" rel="bookmark" title="Remove Automatic and Tags in WordPress">Remove Automatic and Tags in WordPress</a></li>
<li><a href="https://blog.identitydesign.us/remove-product-description-and-reviews-tabs-woocommerce-storefront-theme/" rel="bookmark" title="Remove Product Description and Reviews Tabs in Woocommerce Storefront Theme">Remove Product Description and Reviews Tabs in Woocommerce Storefront Theme</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/fix-and-remove-wp-vcd-malware-virus-in-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>cPanel: Change / Increase Maximum Upload File Size</title>
		<link>https://blog.identitydesign.us/cpanel-change-increase-maximum-upload-file-size/</link>
					<comments>https://blog.identitydesign.us/cpanel-change-increase-maximum-upload-file-size/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Wed, 14 Apr 2021 08:53:09 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Website]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1394</guid>

					<description><![CDATA[<p>Don&#8217;t let any large sized file holding you back from uploading! Here is my story. I was transferring my website from a server to a server. I was exporting one database and one large compressed website file for the &#8220;Duplicator&#8221; plugin in WordPress. The database file went-in pretty quickly through the File Upload tool, but [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/cpanel-change-increase-maximum-upload-file-size/">cPanel: Change / Increase Maximum Upload File Size</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/cpanel-change-increase-maximum-upload-file-size/">cPanel: Change / Increase Maximum Upload File Size</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/why-filezilla-upload-files-repeatly-and-saying-file-transfer-failed-after-transferring/" rel="bookmark" title="Why FileZilla Upload Files Repeatedly Saying &#8220;File Transfer failed after transferring&#8221;?">Why FileZilla Upload Files Repeatedly Saying &#8220;File Transfer failed after transferring&#8221;?</a></li>
<li><a href="https://blog.identitydesign.us/fix-php-upgrade-error-whm-cpanel/" rel="bookmark" title="(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel">(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel</a></li>
<li><a href="https://blog.identitydesign.us/use-dropbox-hosting-server-ftp/" rel="bookmark" title="Use Dropbox as Website Server Hosting FTP">Use Dropbox as Website Server Hosting FTP</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>Don&#8217;t let any large sized file holding you back from uploading! </p>
<p>Here is my story. I was transferring my website from a server to a server. I was exporting one database and one large compressed website file for the &#8220;Duplicator&#8221; plugin in WordPress. The database file went-in pretty quickly through the File Upload tool, but my compressed file did not as it was over 600 MB in file size.</p>
<p>You can change the maximum size of an uploaded file in cPanel. Go to your cPanel, find the <strong>MultiPHP INI Editor</strong> from the menu. <img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-14-at-1.30.37-AM.jpg" alt="MultiPHP INI Editor Icon" width="206" height="74" class="aligncenter size-full wp-image-1395" /></p>
<p>You will face a bunch of lists on the table.<br />
<img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-14-at-1.29.21-AM.jpg" alt="Upload file size limit table" width="887" height="234" class="aligncenter size-full wp-image-1396" srcset="https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-14-at-1.29.21-AM.jpg 887w, https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-14-at-1.29.21-AM-300x79.jpg 300w, https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-14-at-1.29.21-AM-768x203.jpg 768w, https://blog.identitydesign.us/wp-content/uploads/2021/04/Screen-Shot-2021-04-14-at-1.29.21-AM-624x165.jpg 624w" sizes="auto, (max-width: 887px) 100vw, 887px" /> Scroll to find <code>upload_max_filesize</code> and change the value to your desired upload file size. I put mine as 512M. Ta-Da!</p>

<div class="clear"></div><p>The post <a href="https://blog.identitydesign.us/cpanel-change-increase-maximum-upload-file-size/">cPanel: Change / Increase Maximum Upload File Size</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/cpanel-change-increase-maximum-upload-file-size/">cPanel: Change / Increase Maximum Upload File Size</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/why-filezilla-upload-files-repeatly-and-saying-file-transfer-failed-after-transferring/" rel="bookmark" title="Why FileZilla Upload Files Repeatedly Saying &#8220;File Transfer failed after transferring&#8221;?">Why FileZilla Upload Files Repeatedly Saying &#8220;File Transfer failed after transferring&#8221;?</a></li>
<li><a href="https://blog.identitydesign.us/fix-php-upgrade-error-whm-cpanel/" rel="bookmark" title="(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel">(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel</a></li>
<li><a href="https://blog.identitydesign.us/use-dropbox-hosting-server-ftp/" rel="bookmark" title="Use Dropbox as Website Server Hosting FTP">Use Dropbox as Website Server Hosting FTP</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/cpanel-change-increase-maximum-upload-file-size/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Use CSS to remove auto-generated empty &#060;p&#062; tags in WordPress</title>
		<link>https://blog.identitydesign.us/remove-empty-p-tags-in-wordpress/</link>
					<comments>https://blog.identitydesign.us/remove-empty-p-tags-in-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Sun, 24 Jan 2021 09:26:22 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[CSSonly]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[HTML/CSS/PHP/JavaScripts]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Website]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1379</guid>

					<description><![CDATA[<p>Can&#8217;t complain the great convenient functionality of auto-generating &#60;p&#62; tag in WordPress, but sometimes it&#8217;s pretty annoying as it breaks some lines unintentionally. Here&#8217;s how to remove only empty &#60;p&#62; tag with a simple CSS line. CSS: Hide/Remove Empty &#60;p&#62; tags p:empty { display: none; }</p>
<p>The post <a href="https://blog.identitydesign.us/remove-empty-p-tags-in-wordpress/">Use CSS to remove auto-generated empty </p>
<p> tags in WordPress</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/remove-empty-p-tags-in-wordpress/">Use CSS to remove auto-generated empty &lt;p&gt; tags in WordPress</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/remove-automatic-and-tags-in-wordpress-2/" rel="bookmark" title="Remove automatic &lt;BR&gt; &amp; &lt;P&gt; tags in WordPress">Remove automatic &lt;BR&gt; &amp; &lt;P&gt; tags in WordPress</a></li>
<li><a href="https://blog.identitydesign.us/remove-automatic-and-tags-in-wordpress/" rel="bookmark" title="Remove Automatic and Tags in WordPress">Remove Automatic and Tags in WordPress</a></li>
<li><a href="https://blog.identitydesign.us/remove-copyright-storefront/" rel="bookmark" title="Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme">Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>Can&#8217;t complain the great convenient functionality of auto-generating <code>&lt;p&gt;</code> tag in WordPress, but sometimes it&#8217;s pretty annoying as it breaks some lines unintentionally. Here&#8217;s how to remove only empty <code>&lt;p&gt;</code> tag with a simple CSS line.</p>
<h2>CSS: Hide/Remove Empty &lt;p&gt; tags</h2>
<pre>
p:empty {
  display: none;
}
</pre>

<div class="clear"></div><p>The post <a href="https://blog.identitydesign.us/remove-empty-p-tags-in-wordpress/">Use CSS to remove auto-generated empty <p> tags in WordPress</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/remove-empty-p-tags-in-wordpress/">Use CSS to remove auto-generated empty &lt;p&gt; tags in WordPress</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/remove-automatic-and-tags-in-wordpress-2/" rel="bookmark" title="Remove automatic &lt;BR&gt; &amp; &lt;P&gt; tags in WordPress">Remove automatic &lt;BR&gt; &amp; &lt;P&gt; tags in WordPress</a></li>
<li><a href="https://blog.identitydesign.us/remove-automatic-and-tags-in-wordpress/" rel="bookmark" title="Remove Automatic and Tags in WordPress">Remove Automatic and Tags in WordPress</a></li>
<li><a href="https://blog.identitydesign.us/remove-copyright-storefront/" rel="bookmark" title="Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme">Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/remove-empty-p-tags-in-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Woocommerce Conflicts with Bootstrap 4 in WordPress</title>
		<link>https://blog.identitydesign.us/woocommerce-conflicts-with-bootstrap4/</link>
					<comments>https://blog.identitydesign.us/woocommerce-conflicts-with-bootstrap4/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Mon, 18 Jan 2021 09:48:36 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[HTML/CSS/PHP/JavaScripts]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Website]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1369</guid>

					<description><![CDATA[<p>I can&#8217;t give up on either functionalities: Woocommerce and Bootstrap. A conflict occurs with the wonky looking layout when using Woocommerce and Bootstrap 4 together. See the breakdown when you are on the checkout page. Below a few CSS lines would resolve the wonkiness issue really quick. Now I can enjoy both! CSS .woocommerce .col-1, [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/woocommerce-conflicts-with-bootstrap4/">Woocommerce Conflicts with Bootstrap 4 in WordPress</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/woocommerce-conflicts-with-bootstrap4/">Woocommerce Conflicts with Bootstrap 4 in WordPress</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/add-bootstrap-on-wordpress-website-using-plugin/" rel="bookmark" title="Add Bootstrap to Your WordPress Website with a Plugin">Add Bootstrap to Your WordPress Website with a Plugin</a></li>
<li><a href="https://blog.identitydesign.us/remove-copyright-storefront/" rel="bookmark" title="Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme">Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme</a></li>
<li><a href="https://blog.identitydesign.us/how-to-remove-copyright-text-in-wp-bootstrap-starter-theme/" rel="bookmark" title="How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template">How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>I can&#8217;t give up on either functionalities: Woocommerce and Bootstrap. A conflict occurs with the wonky looking layout when using Woocommerce and Bootstrap 4 together. See the breakdown when you are on the checkout page. Below a few CSS lines would resolve the wonkiness issue really quick. Now I can enjoy both!</p>
<h2>CSS</h2>
<pre>
.woocommerce .col-1, .woocommerce .col-2 { 
    max-width:none; 
}
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row { 
    display: block; 
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 { 
    max-width: unset; 
}
</pre>

<div class="clear"></div><p>The post <a href="https://blog.identitydesign.us/woocommerce-conflicts-with-bootstrap4/">Woocommerce Conflicts with Bootstrap 4 in WordPress</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/woocommerce-conflicts-with-bootstrap4/">Woocommerce Conflicts with Bootstrap 4 in WordPress</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/add-bootstrap-on-wordpress-website-using-plugin/" rel="bookmark" title="Add Bootstrap to Your WordPress Website with a Plugin">Add Bootstrap to Your WordPress Website with a Plugin</a></li>
<li><a href="https://blog.identitydesign.us/remove-copyright-storefront/" rel="bookmark" title="Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme">Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme</a></li>
<li><a href="https://blog.identitydesign.us/how-to-remove-copyright-text-in-wp-bootstrap-starter-theme/" rel="bookmark" title="How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template">How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/woocommerce-conflicts-with-bootstrap4/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Add Bootstrap to Your WordPress Website with a Plugin</title>
		<link>https://blog.identitydesign.us/add-bootstrap-on-wordpress-website-using-plugin/</link>
					<comments>https://blog.identitydesign.us/add-bootstrap-on-wordpress-website-using-plugin/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Sat, 02 Jan 2021 07:13:11 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[HTML/CSS/PHP/JavaScripts]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Website]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1351</guid>

					<description><![CDATA[<p>There are a few ways to install Bootstrap 4 to your WordPress website for free. One of the popular choices is to activate a Bootstrap 4 pre-installed theme, but this can be little complicated or not efficient as you might want to use a woocommerce compatible theme or some themes of your favorite. I recommend [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/add-bootstrap-on-wordpress-website-using-plugin/">Add Bootstrap to Your WordPress Website with a Plugin</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/add-bootstrap-on-wordpress-website-using-plugin/">Add Bootstrap to Your WordPress Website with a Plugin</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/all-in-one-bootstrap-html-template/" rel="bookmark" title="All-in-one Bootstrap 4 / Jquery Responsive HTML Template">All-in-one Bootstrap 4 / Jquery Responsive HTML Template</a></li>
<li><a href="https://blog.identitydesign.us/how-to-remove-copyright-text-in-wp-bootstrap-starter-theme/" rel="bookmark" title="How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template">How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template</a></li>
<li><a href="https://blog.identitydesign.us/add-copyright-css-wordpress/" rel="bookmark" title="Add a Copyright Text / Info Using CSS on WordPress Websites">Add a Copyright Text / Info Using CSS on WordPress Websites</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>There are a few ways to install <strong>Bootstrap 4</strong> to your WordPress website for free. One of the popular choices is to activate a Bootstrap 4 pre-installed theme, but this can be little complicated or not efficient as you might want to use a woocommerce compatible theme or some themes of your favorite.</p>
<p>I recommend to use the &#8220;Simple Custom CSS and JS&#8221; plugin by <a href="https://www.silkypress.com/" target="_blank" rel="noopener">Silkypress.com</a> and add 3 lines to your html. By doing this, you have a freedom to choose any theme of your favorite and enjoy Bootstrap for free.</p>
<p><em>Let me show you how to add in steps.</em></p>
<ol class="circ-list">
<li>Go to the admin page of your WordPress website <code>http://YOUR-DOMAIN.com/wp-admin</code></li>
<li>Go to &#8220;Plugins&#8221; -> &#8220;Add New&#8221; -> search for &#8220;Simple Custom CSS and JS&#8221; plugin. Install the plugin and make it active.</li>
<li><em>(You will see &#8220;Custom CSS &#038; JS&#8221; on the sidebar)</em>, go to the plugin menu called <strong>Custom CSS &#038; JS</strong> -> &#8220;Add Custom HTML&#8221;</li>
<li>Name it as &#8220;Header&#8221;, check the radio buttons on <code>Header</code> and <code>In Frontend</code>.</li>
<li>Add below CSS line into the code field and publish.
<pre>&lt;link rel=&quot;stylesheet&quot; href=&quot;https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css&quot; integrity=&quot;sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T&quot; crossorigin=&quot;anonymous&quot;&gt;</pre>
</li>
<li>Create another &#8220;Add Custom HTML&#8221; and name it &#8220;Footer&#8221;. Check the radio buttons on <code>Footer</code> and <code>In Frontend</code></li>
<li>Add below JS lines into the code field and publish.
<pre>&lt;script src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js&quot; integrity=&quot;sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;</pre>
</li>
</ol>
<p>Now you are ready with Bootstrap 4 on your WordPress website. Enjoy!</p>

<div class="clear"></div><p>The post <a href="https://blog.identitydesign.us/add-bootstrap-on-wordpress-website-using-plugin/">Add Bootstrap to Your WordPress Website with a Plugin</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/add-bootstrap-on-wordpress-website-using-plugin/">Add Bootstrap to Your WordPress Website with a Plugin</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/all-in-one-bootstrap-html-template/" rel="bookmark" title="All-in-one Bootstrap 4 / Jquery Responsive HTML Template">All-in-one Bootstrap 4 / Jquery Responsive HTML Template</a></li>
<li><a href="https://blog.identitydesign.us/how-to-remove-copyright-text-in-wp-bootstrap-starter-theme/" rel="bookmark" title="How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template">How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template</a></li>
<li><a href="https://blog.identitydesign.us/add-copyright-css-wordpress/" rel="bookmark" title="Add a Copyright Text / Info Using CSS on WordPress Websites">Add a Copyright Text / Info Using CSS on WordPress Websites</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/add-bootstrap-on-wordpress-website-using-plugin/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Accordion Partial Collapse &#038; Expand Demo Template for Bootstrap</title>
		<link>https://blog.identitydesign.us/accordion-partial-collapse-expand-demo-template-bootstrap/</link>
					<comments>https://blog.identitydesign.us/accordion-partial-collapse-expand-demo-template-bootstrap/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Mon, 30 Nov 2020 05:20:22 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[HTML/CSS/PHP/JavaScripts]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Website]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1328</guid>

					<description><![CDATA[<p>Bootstrap has provided accordion &#8220;Collapse&#8221; JavaScript plugins for Bootstrap users, but has no explanation making the accordion partially expand and collapse. Below is the demo/template to build your accordion partially expand and collapse within the given height. The HTML includes CDN (content delivery network) to connect Bootstrap/Jquery&#8217;s CSS and JavaScript files, so it&#8217;s ready to [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/accordion-partial-collapse-expand-demo-template-bootstrap/">Accordion Partial Collapse & Expand Demo Template for Bootstrap</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/accordion-partial-collapse-expand-demo-template-bootstrap/">Accordion Partial Collapse &#038; Expand Demo Template for Bootstrap</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/all-in-one-bootstrap-html-template/" rel="bookmark" title="All-in-one Bootstrap 4 / Jquery Responsive HTML Template">All-in-one Bootstrap 4 / Jquery Responsive HTML Template</a></li>
<li><a href="https://blog.identitydesign.us/how-to-make-bootstrap-nav-top-level-menu-clickable-with-dropdowns/" rel="bookmark" title="How to Make Bootstrap Nav Top Level Menu Clickable With Dropdowns">How to Make Bootstrap Nav Top Level Menu Clickable With Dropdowns</a></li>
<li><a href="https://blog.identitydesign.us/how-to-remove-copyright-text-in-wp-bootstrap-starter-theme/" rel="bookmark" title="How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template">How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>Bootstrap has provided accordion &#8220;Collapse&#8221; JavaScript plugins for Bootstrap users, but has no explanation making the accordion partially expand and collapse.   </p>
<p>Below is the demo/template to build your accordion partially expand and collapse within the given height. The HTML includes CDN (content delivery network) to connect Bootstrap/Jquery&#8217;s CSS and JavaScript files, so it&#8217;s ready to be used! Click to download below.</p>
<h2>DEMO: How It Looks</h2>
<p><iframe src="https://blog.identitydesign.us/wp-content/uploads/2020/11/bootstrap4-partial-collapse-demo.html" style="height:400px;width:560px" title="Iframe Demo"></iframe></p>
<h2>HTML</h2>
<pre>
&lt;div class=&quot;accordion partialcollapse&quot; id=&quot;partialcollapse&quot;&gt;
  &lt;div id=&quot;collapse-one&quot; class=&quot;collapse&quot; aria-labelledby=&quot;headingOne&quot; data-parent=&quot;#partialcollapse&quot;&gt;
    &lt;h4&gt;Accordion Title&lt;/h4&gt;
    &lt;p&gt;Accordion content goes here&lt;/p&gt;
  &lt;/div&gt;
  &lt;button class=&quot;btn btn-link&quot; type=&quot;button&quot; data-toggle=&quot;collapse&quot; data-target=&quot;#collapse-one&quot; aria-expanded=&quot;true&quot; aria-controls=&quot;collapse-one&quot;&gt; &lt;/button&gt;
&lt;/div&gt;
</pre>
<h2>CSS</h2>
<pre>
.partialcollapse .collapse {
    display: block;
    height: 120px !important;
    overflow: hidden;
}
.partialcollapse .collapsing {
    height: inherit!important;
}
.partialcollapse .collapse.show {
    height: auto !important;
} 
.partialcollapse .collapse+button:after {
    content: '+ Show More';
}
.partialcollapse .show+button:after, .partialcollapse .collapsing+button:after {
    content: '- Show Less';
}
</pre>

<div class="clear"></div>
<div class="btn-group"><a class="btn" onclick="_gaq.push(['_trackEvent', 'Freebies', 'Accordion-partial-collapse', 'https://blog.identitydesign.us/wp-content/uploads/2020/11/bootstrap4-partial-collapse.html.zip']);" href="https://blog.identitydesign.us/wp-content/uploads/2020/11/bootstrap4-partial-collapse.html.zip">Download HTML</a></div><p>The post <a href="https://blog.identitydesign.us/accordion-partial-collapse-expand-demo-template-bootstrap/">Accordion Partial Collapse & Expand Demo Template for Bootstrap</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/accordion-partial-collapse-expand-demo-template-bootstrap/">Accordion Partial Collapse &#038; Expand Demo Template for Bootstrap</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/all-in-one-bootstrap-html-template/" rel="bookmark" title="All-in-one Bootstrap 4 / Jquery Responsive HTML Template">All-in-one Bootstrap 4 / Jquery Responsive HTML Template</a></li>
<li><a href="https://blog.identitydesign.us/how-to-make-bootstrap-nav-top-level-menu-clickable-with-dropdowns/" rel="bookmark" title="How to Make Bootstrap Nav Top Level Menu Clickable With Dropdowns">How to Make Bootstrap Nav Top Level Menu Clickable With Dropdowns</a></li>
<li><a href="https://blog.identitydesign.us/how-to-remove-copyright-text-in-wp-bootstrap-starter-theme/" rel="bookmark" title="How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template">How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/accordion-partial-collapse-expand-demo-template-bootstrap/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>All-in-one Bootstrap 4 / Jquery Responsive HTML Template</title>
		<link>https://blog.identitydesign.us/all-in-one-bootstrap-html-template/</link>
					<comments>https://blog.identitydesign.us/all-in-one-bootstrap-html-template/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Fri, 16 Oct 2020 09:52:23 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[HTML/CSS/PHP/JavaScripts]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Website]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1318</guid>

					<description><![CDATA[<p>This is the All-in-one HTML Template to build your Bootstrap 4 (ver. 4.5.2) website. The HTML includes CDN (content delivery network) to connect Bootstrap/Jquery&#8217;s CSS and JavaScript files, so you literally need this single HTML to run. HTML &#60;!DOCTYPE html&#62; &#60;html lang="en"&#62; &#60;head&#62; &#60;meta charset="utf-8"&#62; &#60;meta http-equiv="X-UA-Compatible" content="IE=edge"&#62; &#60;meta name="viewport" content="width=device-width, initial-scale=1"&#62; &#60;meta name="robots" content="index, [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/all-in-one-bootstrap-html-template/">All-in-one Bootstrap 4 / Jquery Responsive HTML Template</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/all-in-one-bootstrap-html-template/">All-in-one Bootstrap 4 / Jquery Responsive HTML Template</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/make-clickable-link-javascript-instead-html-anchor/" rel="bookmark" title="Make Clickable Link with JavaScript instead of HTML Anchor">Make Clickable Link with JavaScript instead of HTML Anchor</a></li>
<li><a href="https://blog.identitydesign.us/accordion-partial-collapse-expand-demo-template-bootstrap/" rel="bookmark" title="Accordion Partial Collapse &#038; Expand Demo Template for Bootstrap">Accordion Partial Collapse &#038; Expand Demo Template for Bootstrap</a></li>
<li><a href="https://blog.identitydesign.us/bootstrap-carousel-slider-transition-speed-time-interval/" rel="bookmark" title="How to Change Bootstrap Carousel Slider Transition Speed Time Interval">How to Change Bootstrap Carousel Slider Transition Speed Time Interval</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>This is the All-in-one HTML Template to build your Bootstrap 4 (ver. 4.5.2) website. The HTML includes CDN (content delivery network) to connect Bootstrap/Jquery&#8217;s CSS and JavaScript files, so you literally need this single HTML to run.</p>
<h2>HTML</h2>
<pre>
&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;  
&lt;meta charset="utf-8"&gt;
&lt;meta http-equiv="X-UA-Compatible" content="IE=edge"&gt;
&lt;meta name="viewport" content="width=device-width, initial-scale=1"&gt;
&lt;meta name="robots" content="index, follow"/&gt;
	
&lt;!-- Bootstrap --&gt;
&lt;link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet"&gt;
    
&lt;!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --&gt;
&lt;!-- WARNING: Respond.js doesn't work if you view the page via file:// --&gt;
&lt;!--[if lt IE 9]&gt;
&lt;script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"&gt;&lt;/script&gt;
&lt;script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;
&lt;/head&gt;
    
&lt;body&gt;
&lt;p&gt;Write your code here.&lt;/p&gt;
 
&lt;!-- jQuery (necessary for Bootstrap's JavaScript plugins) --&gt;
&lt;script src="https://code.jquery.com/jquery-3.5.1.js" integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc=" crossorigin="anonymous"&gt;&lt;/script&gt;
	
&lt;!-- Include all compiled plugins (below), or include individual files as needed --&gt;
&lt;script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"&gt;&lt;/script&gt;
 
&lt;/body&gt;
&lt;/html&gt;
</pre>

<div class="clear"></div>
<div class="btn-group"><a class="btn" onclick="_gaq.push(['_trackEvent', 'Freebies', 'All-in-one-bootstrap-html', 'https://blog.identitydesign.us/wp-content/uploads/2020/10/all-in-one-bootstrap4.html.zip']);" href="https://blog.identitydesign.us/wp-content/uploads/2020/10/all-in-one-bootstrap4.html.zip">Download HTML</a></div><p>The post <a href="https://blog.identitydesign.us/all-in-one-bootstrap-html-template/">All-in-one Bootstrap 4 / Jquery Responsive HTML Template</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/all-in-one-bootstrap-html-template/">All-in-one Bootstrap 4 / Jquery Responsive HTML Template</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/make-clickable-link-javascript-instead-html-anchor/" rel="bookmark" title="Make Clickable Link with JavaScript instead of HTML Anchor">Make Clickable Link with JavaScript instead of HTML Anchor</a></li>
<li><a href="https://blog.identitydesign.us/accordion-partial-collapse-expand-demo-template-bootstrap/" rel="bookmark" title="Accordion Partial Collapse &#038; Expand Demo Template for Bootstrap">Accordion Partial Collapse &#038; Expand Demo Template for Bootstrap</a></li>
<li><a href="https://blog.identitydesign.us/bootstrap-carousel-slider-transition-speed-time-interval/" rel="bookmark" title="How to Change Bootstrap Carousel Slider Transition Speed Time Interval">How to Change Bootstrap Carousel Slider Transition Speed Time Interval</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/all-in-one-bootstrap-html-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel</title>
		<link>https://blog.identitydesign.us/fix-php-upgrade-error-whm-cpanel/</link>
					<comments>https://blog.identitydesign.us/fix-php-upgrade-error-whm-cpanel/#comments</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Wed, 09 Sep 2020 07:11:35 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[WHM]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1292</guid>

					<description><![CDATA[<p>Upgrading your PHP version might be a requirement, when upgrading your WordPress to the latest version or any related plugins. My firewall tool recommended me to upgrade my WordPress, which I did, and I saw this warning message (below) with the website being down. I was proceeding PHP upgrade from version 5.6 to 7.4 using [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/fix-php-upgrade-error-whm-cpanel/">(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/fix-php-upgrade-error-whm-cpanel/">(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/remove-copyright-storefront/" rel="bookmark" title="Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme">Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme</a></li>
<li><a href="https://blog.identitydesign.us/disable-website-whm/" rel="bookmark" title="Temporarily Disable / Make a Website Offline in WHM">Temporarily Disable / Make a Website Offline in WHM</a></li>
<li><a href="https://blog.identitydesign.us/loading-webfonts-https-ssl/" rel="bookmark" title="Resolved! Loading Your Google Fonts Over https (SSL) Sites">Resolved! Loading Your Google Fonts Over https (SSL) Sites</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>Upgrading your PHP version might be a requirement, when upgrading your WordPress to the latest version or any related plugins. My firewall tool recommended me to upgrade my WordPress, which I did, and I saw this warning message (below) with the website being down. I was proceeding PHP upgrade from version 5.6 to 7.4 using the MultiPHP Manager in Cpanel.</p>
<pre>Warning: Use of undefined constant WP_CONTENT_DIR – assumed ‘WP_CONTENT_DIR’ (this will throw an Error in a future version of PHP) in /home/XXXXX/public_html/wp-includes/load.php on line 115</pre>
<p>Let me get to the point straight. The error was occurred by the auto-generated PHP handler (ver 7.4) from .htaccess that was conflicting with another PHP handler (ver 5.6) that was running simultaneously in the server.  </p>
<h2>My old PHP handler looks like this:</h2>
<pre># Use PHP56 as default
AddHandler application/x-httpd-php56 .php
&lt;IfModule mod_suphp.c&gt;
    suPHP_ConfigPath /opt/php56/lib
&lt;/IfModule&gt;
</pre>
<h2>My new PHP handler looks like this:</h2>
<pre>
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php74” package as the default “PHP” programming language.
&lt;IfModule mime_module&gt;
  AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
&lt;/IfModule&gt;
# php -- END cPanel-generated handler, do not edit
</pre>
<p>In my case, the upgrade from the MultiPHP Manager was generating the 7.4 PHP handler in the <code>public_html</code> folder, and my old PHP version 5.6 handler was already existed in the folder above <code>public_html</code> which is above the root directory. That was the reason it was causing the error. You can&#8217;t run multiple PHP handlers for a single website.</p>

<div class="clear"></div>
<p><strong>My solution</strong> was to simply remove (or rename if you don&#8217;t want to delete the file) the <code>.htaccess</code> file (PHP 5.6) from one level above the root directory. Now it works like a charm!</p><p>The post <a href="https://blog.identitydesign.us/fix-php-upgrade-error-whm-cpanel/">(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/fix-php-upgrade-error-whm-cpanel/">(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/remove-copyright-storefront/" rel="bookmark" title="Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme">Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme</a></li>
<li><a href="https://blog.identitydesign.us/disable-website-whm/" rel="bookmark" title="Temporarily Disable / Make a Website Offline in WHM">Temporarily Disable / Make a Website Offline in WHM</a></li>
<li><a href="https://blog.identitydesign.us/loading-webfonts-https-ssl/" rel="bookmark" title="Resolved! Loading Your Google Fonts Over https (SSL) Sites">Resolved! Loading Your Google Fonts Over https (SSL) Sites</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/fix-php-upgrade-error-whm-cpanel/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Use Dropbox as Website Server Hosting FTP</title>
		<link>https://blog.identitydesign.us/use-dropbox-hosting-server-ftp/</link>
					<comments>https://blog.identitydesign.us/use-dropbox-hosting-server-ftp/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Tue, 11 Aug 2020 08:59:08 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[HTML/CSS/PHP/JavaScripts]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Website]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1274</guid>

					<description><![CDATA[<p>Looking for a free FTP server? Use Dropbox as your web hosting server for free. First, you have to download and install Dropbox to your computer. Save your file you wish to host for your website in the dropbox folder. Right click and hit &#8220;Share&#8221;. Hit &#8220;Create Link&#8221; and then &#8220;Link Settings&#8221;. Change &#8220;Team Members&#8221; [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/use-dropbox-hosting-server-ftp/">Use Dropbox as Website Server Hosting FTP</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/use-dropbox-hosting-server-ftp/">Use Dropbox as Website Server Hosting FTP</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/remove-copyright-storefront/" rel="bookmark" title="Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme">Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme</a></li>
<li><a href="https://blog.identitydesign.us/redirect-http-website-to-secure-https-website-using-simple-htaccess/" rel="bookmark" title="Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting">Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting</a></li>
<li><a href="https://blog.identitydesign.us/bootstrap-carousel-slider-transition-speed-time-interval/" rel="bookmark" title="How to Change Bootstrap Carousel Slider Transition Speed Time Interval">How to Change Bootstrap Carousel Slider Transition Speed Time Interval</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>Looking for a free FTP server? Use Dropbox as your web hosting server for free. First, you have to download and install Dropbox to your computer. Save your file you wish to host for your website in the dropbox folder. Right click and hit &#8220;Share&#8221;.</p>
<p><a href="https://blog.identitydesign.us/wp-content/uploads/2020/08/dropbox1.jpg"><img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2020/08/dropbox1.jpg" alt="" width="213" height="182" class="aligncenter size-full wp-image-1277" /></a><br />
Hit &#8220;Create Link&#8221; and then &#8220;Link Settings&#8221;. Change &#8220;Team Members&#8221; to &#8220;Anyone with Link&#8221; under &#8220;Who has access&#8221; field. Save your setting, &#8220;Copy Link&#8221;, and now you are ready to provide the image or other resource url to the website.</p>
<p><a href="https://blog.identitydesign.us/wp-content/uploads/2020/08/dropbox2.jpg"><img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2020/08/dropbox2.jpg" alt="" width="526" height="525" class="alignnone size-full wp-image-1276" srcset="https://blog.identitydesign.us/wp-content/uploads/2020/08/dropbox2.jpg 526w, https://blog.identitydesign.us/wp-content/uploads/2020/08/dropbox2-300x300.jpg 300w, https://blog.identitydesign.us/wp-content/uploads/2020/08/dropbox2-150x150.jpg 150w, https://blog.identitydesign.us/wp-content/uploads/2020/08/dropbox2-120x120.jpg 120w" sizes="auto, (max-width: 526px) 100vw, 526px" /></a></p>
<p><a href="https://blog.identitydesign.us/wp-content/uploads/2020/08/dropbox3.jpg"><img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2020/08/dropbox3.jpg" alt="" width="526" height="109" class="alignnone size-full wp-image-1275" srcset="https://blog.identitydesign.us/wp-content/uploads/2020/08/dropbox3.jpg 526w, https://blog.identitydesign.us/wp-content/uploads/2020/08/dropbox3-300x62.jpg 300w" sizes="auto, (max-width: 526px) 100vw, 526px" /></a></p>
<p>All given Dropbox links are ended with <code>?dl=0</code>. Change it to <code>?raw=1</code>, and it will be live and your Dropbox will be working as a FTP server.</p>
<h3>Example</h3>
<pre>
&lt;img src="https://www.dropbox.com/s/gjgkjqlecf6ek9c/design-custom-j316.jpg?dl=0" /&gt; 
</pre>
<p>Change above dropbox link as below.</p>
<pre>
&lt;img src="https://www.dropbox.com/s/gjgkjqlecf6ek9c/design-custom-j316.jpg?raw=1" /&gt;
</pre>

<div class="clear"></div><p>The post <a href="https://blog.identitydesign.us/use-dropbox-hosting-server-ftp/">Use Dropbox as Website Server Hosting FTP</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/use-dropbox-hosting-server-ftp/">Use Dropbox as Website Server Hosting FTP</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/remove-copyright-storefront/" rel="bookmark" title="Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme">Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme</a></li>
<li><a href="https://blog.identitydesign.us/redirect-http-website-to-secure-https-website-using-simple-htaccess/" rel="bookmark" title="Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting">Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting</a></li>
<li><a href="https://blog.identitydesign.us/bootstrap-carousel-slider-transition-speed-time-interval/" rel="bookmark" title="How to Change Bootstrap Carousel Slider Transition Speed Time Interval">How to Change Bootstrap Carousel Slider Transition Speed Time Interval</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/use-dropbox-hosting-server-ftp/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Star Rating Symbol Icons Show Broken or Square Boxes on Woocommerce Review</title>
		<link>https://blog.identitydesign.us/star-symbol-broken-woocommerce-review/</link>
					<comments>https://blog.identitydesign.us/star-symbol-broken-woocommerce-review/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Mon, 09 Mar 2020 07:13:17 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[CSSonly]]></category>
		<category><![CDATA[Fonts]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[HTML/CSS/PHP/JavaScripts]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1218</guid>

					<description><![CDATA[<p>Very strange? I just made the reviews functionality active on my WordPress Woocommerce website, and I see the icons are broken with square boxes (some says &#8220;SSSSS&#8221;). There should be some CSS conflicts where the icon fonts were not properly loaded. So, I&#8217;ve came up overwriting some CSS styling including a new font-family to the [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/star-symbol-broken-woocommerce-review/">Star Rating Symbol Icons Show Broken or Square Boxes on Woocommerce Review</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/star-symbol-broken-woocommerce-review/">Star Rating Symbol Icons Show Broken or Square Boxes on Woocommerce Review</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/bootstrap-carousel-slider-transition-speed-time-interval/" rel="bookmark" title="How to Change Bootstrap Carousel Slider Transition Speed Time Interval">How to Change Bootstrap Carousel Slider Transition Speed Time Interval</a></li>
<li><a href="https://blog.identitydesign.us/remove-copyright-storefront/" rel="bookmark" title="Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme">Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme</a></li>
<li><a href="https://blog.identitydesign.us/fix-php-upgrade-error-whm-cpanel/" rel="bookmark" title="(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel">(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>Very strange? I just made the reviews functionality active on my WordPress Woocommerce website, and I see the icons are broken with square boxes (some says &#8220;SSSSS&#8221;). There should be some CSS conflicts where the icon fonts were not properly loaded. So, I&#8217;ve came up overwriting some CSS styling including a new font-family to the page, and it&#8217;s working! </p>
<pre>
p.stars a:before, p.stars a:hover, p.stars a:visited, p.stars a:focus, p.stars a:hover~a:before, p.stars:hover a:before, p.stars.selected a:not(.active):before, p.stars.selected a.active:before, p.stars.selected a.active~a:before {
    font-family: 'star';
    content: '\53';
    line-height: 1.4 !important;
}
</pre>

<div class="display-posts-listing display-related">
<div class="listing-item"><a class="image" href="https://blog.identitydesign.us/how-to-make-bootstrap-nav-top-level-menu-clickable-with-dropdowns/"><img loading="lazy" decoding="async" width="300" height="200" src="https://blog.identitydesign.us/wp-content/uploads/2018/08/300x200-topnav-300x200.jpg" class="attachment-medium size-medium wp-post-image" alt="300x200-topnav" scale="0"></a> <a class="title" href="https://blog.identitydesign.us/how-to-make-bootstrap-nav-top-level-menu-clickable-with-dropdowns/">How to Make Bootstrap Nav Top Level Menu Clickable With Dropdowns</a></div>
<div class="listing-item"><a class="image" href="https://blog.identitydesign.us/free-stockphoto-sites-for-commercial-use/"><img loading="lazy" decoding="async" width="300" height="200" src="https://blog.identitydesign.us/wp-content/uploads/2014/09/stockphoto.jpg" class="attachment-medium size-medium wp-post-image" alt="Stock Photo" scale="0"></a> <a class="title" href="https://blog.identitydesign.us/free-stockphoto-sites-for-commercial-use/">Best Free Stock Photo Sites for Commercial Use</a></div>
<div class="listing-item"><a class="image" href="https://blog.identitydesign.us/freebies-foodie-website-design-mockup-template/"><img loading="lazy" decoding="async" width="300" height="200" src="https://blog.identitydesign.us/wp-content/uploads/2015/10/Foodie-thumb.jpg" class="attachment-medium size-medium wp-post-image" alt="Foodie Website thumb" scale="0"></a> <a class="title" href="https://blog.identitydesign.us/freebies-foodie-website-design-mockup-template/">Freebies: Foodie Website Mock Up Template (PSD)</a></div>
</div><p>The post <a href="https://blog.identitydesign.us/star-symbol-broken-woocommerce-review/">Star Rating Symbol Icons Show Broken or Square Boxes on Woocommerce Review</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/star-symbol-broken-woocommerce-review/">Star Rating Symbol Icons Show Broken or Square Boxes on Woocommerce Review</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/bootstrap-carousel-slider-transition-speed-time-interval/" rel="bookmark" title="How to Change Bootstrap Carousel Slider Transition Speed Time Interval">How to Change Bootstrap Carousel Slider Transition Speed Time Interval</a></li>
<li><a href="https://blog.identitydesign.us/remove-copyright-storefront/" rel="bookmark" title="Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme">Remove &#8216;Built with Storefront &#038; WooCommerce&#8217; with CSS lines on WordPress Storefront Theme</a></li>
<li><a href="https://blog.identitydesign.us/fix-php-upgrade-error-whm-cpanel/" rel="bookmark" title="(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel">(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/star-symbol-broken-woocommerce-review/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>(No Programming) Use JavaScript to Load Header and Footer Templates. Works Just Like PHP Include</title>
		<link>https://blog.identitydesign.us/no-programming-needed-use-javascript-to-load-header-and-footer-templates-works-just-like-php-include/</link>
					<comments>https://blog.identitydesign.us/no-programming-needed-use-javascript-to-load-header-and-footer-templates-works-just-like-php-include/#comments</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Mon, 29 Apr 2019 23:41:33 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[HTML/CSS/PHP/JavaScripts]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1108</guid>

					<description><![CDATA[<p>I&#8217;ve looking for this for years, but it&#8217;s actually much simpler than I thought. You can build your HTML website with universal header and footer (so you don&#8217;t have to repeat update multiple files over and over again) by adding a simple JavaScript/Jquery line without using any programming PHP scripts. HTML &#60;script src="https://code.jquery.com/jquery-1.10.2.js"&#62;&#60;/script&#62; &#60;script&#62; $(function(){ [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/no-programming-needed-use-javascript-to-load-header-and-footer-templates-works-just-like-php-include/">(No Programming) Use JavaScript to Load Header and Footer Templates. Works Just Like PHP Include</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/no-programming-needed-use-javascript-to-load-header-and-footer-templates-works-just-like-php-include/">(No Programming) Use JavaScript to Load Header and Footer Templates. Works Just Like PHP Include</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/remove-proudly-powered-by-wordpress-on-wordpress-twenty-sixteen-theme-replace-copyright/" rel="bookmark" title="Remove Proudly powered by WordPress Theme and Replace with Your Own &copy; Copyright Information">Remove Proudly powered by WordPress Theme and Replace with Your Own &copy; Copyright Information</a></li>
<li><a href="https://blog.identitydesign.us/how-to-remove-copyright-text-in-wp-bootstrap-starter-theme/" rel="bookmark" title="How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template">How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template</a></li>
<li><a href="https://blog.identitydesign.us/redirect-http-website-to-secure-https-website-using-simple-htaccess/" rel="bookmark" title="Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting">Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve looking for this for years, but it&#8217;s actually much simpler than I thought. You can build your HTML website with universal header and footer (so you don&#8217;t have to repeat update multiple files over and over again) by adding a simple JavaScript/Jquery line without using any programming PHP scripts.</p>
<h2>HTML</h2>
<pre>
&lt;script src="https://code.jquery.com/jquery-1.10.2.js"&gt;&lt;/script&gt;
&lt;script&gt;
$(function(){
$("#header-template").load("header.html");
$("#footer-template").load("footer.html");
});
&lt;/script&gt;

&lt;div id="header-template"&gt;&lt;!--Your header.html placeholder--&gt;&lt;/div&gt;

&lt;!--Your content start here--&gt;
Hello World!
&lt;!--Your content end here--&gt;

&lt;div id="footer-template"&gt;&lt;!--Your footer.html placeholder--&gt;&lt;/div&gt;

</pre>

<div class="clear"></div>
<h2>Instruction</h2>
<ol>
<li>Create a <code>header.html</code> and put all the header portion starting with <code>&lt;!DOCTYPE html&gt;</code>.</li>
<li>Create a <code>footer.html</code> and put all the footer portion end with <code>&lt;/html&gt;</code>.</li>
<li>Create a <code>index.html</code> and copy and paste the HTML code (from the top of this article) into your HTML document.</li>
<li>Build your own content by replacing the text &#8220;Hello World!&#8221; and save.</li>
<li>Open the <code>index.html</code> and review yourself.</li>
</ol>
<p>You can duplicate the <code>index.html</code> and rename it differently for any additional pages you wish to create. This JavaScript works on a server environment, so this will not be able to load header and footer if you are opening the files from your desktop which means you need to upload your files via FTP and access your HTMLs live.</p>
<p>Now, you&#8217;ve created a website without using any programming scripts.</p><p>The post <a href="https://blog.identitydesign.us/no-programming-needed-use-javascript-to-load-header-and-footer-templates-works-just-like-php-include/">(No Programming) Use JavaScript to Load Header and Footer Templates. Works Just Like PHP Include</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/no-programming-needed-use-javascript-to-load-header-and-footer-templates-works-just-like-php-include/">(No Programming) Use JavaScript to Load Header and Footer Templates. Works Just Like PHP Include</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/remove-proudly-powered-by-wordpress-on-wordpress-twenty-sixteen-theme-replace-copyright/" rel="bookmark" title="Remove Proudly powered by WordPress Theme and Replace with Your Own &copy; Copyright Information">Remove Proudly powered by WordPress Theme and Replace with Your Own &copy; Copyright Information</a></li>
<li><a href="https://blog.identitydesign.us/how-to-remove-copyright-text-in-wp-bootstrap-starter-theme/" rel="bookmark" title="How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template">How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template</a></li>
<li><a href="https://blog.identitydesign.us/redirect-http-website-to-secure-https-website-using-simple-htaccess/" rel="bookmark" title="Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting">Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/no-programming-needed-use-javascript-to-load-header-and-footer-templates-works-just-like-php-include/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Why FileZilla Upload Files Repeatedly Saying &#8220;File Transfer failed after transferring&#8221;?</title>
		<link>https://blog.identitydesign.us/why-filezilla-upload-files-repeatly-and-saying-file-transfer-failed-after-transferring/</link>
					<comments>https://blog.identitydesign.us/why-filezilla-upload-files-repeatly-and-saying-file-transfer-failed-after-transferring/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Fri, 07 Sep 2018 22:14:42 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[HTML/CSS/PHP/JavaScripts]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Website]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1052</guid>

					<description><![CDATA[<p>If you are stuck uploading files in FileZilla that it repeats the progress bar but not happening anything, and saying &#8220;File Transfer failed after transferring XX bytes&#8221; in the status log, then one of the possible reasons could be the limit has been reached in your FTP. Most likely, the file(s) you were attempting to [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/why-filezilla-upload-files-repeatly-and-saying-file-transfer-failed-after-transferring/">Why FileZilla Upload Files Repeatedly Saying “File Transfer failed after transferring”?</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/why-filezilla-upload-files-repeatly-and-saying-file-transfer-failed-after-transferring/">Why FileZilla Upload Files Repeatedly Saying &#8220;File Transfer failed after transferring&#8221;?</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/remove-proudly-powered-by-wordpress-on-wordpress-twenty-sixteen-theme-replace-copyright/" rel="bookmark" title="Remove Proudly powered by WordPress Theme and Replace with Your Own &copy; Copyright Information">Remove Proudly powered by WordPress Theme and Replace with Your Own &copy; Copyright Information</a></li>
<li><a href="https://blog.identitydesign.us/woocommerce-storefront-theme-remove-storefront-woothemes-credits/" rel="bookmark" title="Remove &#8220;Storefront designed by WooThemes&#8221; on Woocommerce Storefront Theme">Remove &#8220;Storefront designed by WooThemes&#8221; on Woocommerce Storefront Theme</a></li>
<li><a href="https://blog.identitydesign.us/remove-product-description-and-reviews-tabs-woocommerce-storefront-theme/" rel="bookmark" title="Remove Product Description and Reviews Tabs in Woocommerce Storefront Theme">Remove Product Description and Reviews Tabs in Woocommerce Storefront Theme</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>If you are stuck uploading files in FileZilla that it repeats the progress bar but not happening anything, and saying &#8220;File Transfer failed after transferring XX bytes&#8221; in the status log, then one of the possible reasons could be the limit has been reached in your FTP. Most likely, the file(s) you were attempting to upload has exceeded file size (Quota) in FTP account/user. You can request the webmaster of the website (or do it yourself if you have access) to change the file limit to &#8216;unlimited&#8217; as below. </p>
<h3>Change FTP file size limit on cPanel </h3>
<p><a href="https://blog.identitydesign.us/wp-content/uploads/2018/09/ftp.jpg" rel="attachment wp-att-1053"><img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2018/09/ftp.jpg" alt="ftp" width="2490" height="442" class="alignnone size-full wp-image-1053" srcset="https://blog.identitydesign.us/wp-content/uploads/2018/09/ftp.jpg 2490w, https://blog.identitydesign.us/wp-content/uploads/2018/09/ftp-300x53.jpg 300w, https://blog.identitydesign.us/wp-content/uploads/2018/09/ftp-768x136.jpg 768w, https://blog.identitydesign.us/wp-content/uploads/2018/09/ftp-1024x182.jpg 1024w, https://blog.identitydesign.us/wp-content/uploads/2018/09/ftp-624x111.jpg 624w" sizes="auto, (max-width: 2490px) 100vw, 2490px" /></a></p>
<ol>
<li>Go to the server side and enter <strong>cPanel</strong></li>
<li>Find <strong>FTP Accounts</strong></li>
<li>Find your FTP account and <strong>increase the Quota</strong> (File size limit) &#8216;unlimited&#8217; if possible.</li>
</ol><p>The post <a href="https://blog.identitydesign.us/why-filezilla-upload-files-repeatly-and-saying-file-transfer-failed-after-transferring/">Why FileZilla Upload Files Repeatedly Saying “File Transfer failed after transferring”?</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/why-filezilla-upload-files-repeatly-and-saying-file-transfer-failed-after-transferring/">Why FileZilla Upload Files Repeatedly Saying &#8220;File Transfer failed after transferring&#8221;?</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/remove-proudly-powered-by-wordpress-on-wordpress-twenty-sixteen-theme-replace-copyright/" rel="bookmark" title="Remove Proudly powered by WordPress Theme and Replace with Your Own &copy; Copyright Information">Remove Proudly powered by WordPress Theme and Replace with Your Own &copy; Copyright Information</a></li>
<li><a href="https://blog.identitydesign.us/woocommerce-storefront-theme-remove-storefront-woothemes-credits/" rel="bookmark" title="Remove &#8220;Storefront designed by WooThemes&#8221; on Woocommerce Storefront Theme">Remove &#8220;Storefront designed by WooThemes&#8221; on Woocommerce Storefront Theme</a></li>
<li><a href="https://blog.identitydesign.us/remove-product-description-and-reviews-tabs-woocommerce-storefront-theme/" rel="bookmark" title="Remove Product Description and Reviews Tabs in Woocommerce Storefront Theme">Remove Product Description and Reviews Tabs in Woocommerce Storefront Theme</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/why-filezilla-upload-files-repeatly-and-saying-file-transfer-failed-after-transferring/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Make Bootstrap Nav Top Level Menu Clickable With Dropdowns</title>
		<link>https://blog.identitydesign.us/how-to-make-bootstrap-nav-top-level-menu-clickable-with-dropdowns/</link>
					<comments>https://blog.identitydesign.us/how-to-make-bootstrap-nav-top-level-menu-clickable-with-dropdowns/#comments</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Tue, 28 Aug 2018 08:01:17 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[HTML/CSS/PHP/JavaScripts]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=1035</guid>

					<description><![CDATA[<p>Your bootstrap top level menu will not be clickable when you add more menus under it like sub-navs or dropdowns. There are some How-Tos of adding a snippet of JavaScript or php online to make it work, but it seems to be risky and complicated. Here&#8217;s a simple solution changing 1 word from your Bootstrap [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/how-to-make-bootstrap-nav-top-level-menu-clickable-with-dropdowns/">How to Make Bootstrap Nav Top Level Menu Clickable With Dropdowns</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/how-to-make-bootstrap-nav-top-level-menu-clickable-with-dropdowns/">How to Make Bootstrap Nav Top Level Menu Clickable With Dropdowns</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/fix-php-upgrade-error-whm-cpanel/" rel="bookmark" title="(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel">(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel</a></li>
<li><a href="https://blog.identitydesign.us/bootstrap-carousel-slider-transition-speed-time-interval/" rel="bookmark" title="How to Change Bootstrap Carousel Slider Transition Speed Time Interval">How to Change Bootstrap Carousel Slider Transition Speed Time Interval</a></li>
<li><a href="https://blog.identitydesign.us/how-to-remove-copyright-text-in-wp-bootstrap-starter-theme/" rel="bookmark" title="How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template">How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p>Your bootstrap top level menu will not be clickable when you add more menus under it like sub-navs or dropdowns. There are some How-Tos of adding a snippet of JavaScript or php online to make it work, but it seems to be risky and complicated.</p>
<p>Here&#8217;s a simple solution changing 1 word from your Bootstrap HTML file:</p>
<pre>&lt;li class=&quot;dropdown&quot; data-dropdown=&quot;dropdown&quot;&gt; 
   &lt;a href=&quot;URL&quot; class=&quot;dropdown-toggle&quot; data-hover=&quot;dropdown&quot;&gt;X&lt;/a&gt; 
   &lt;ul class=&quot;sub-menu dropdown-menu&quot;&gt; 
      &lt;li&gt;&lt;/li&gt; 
   &lt;/ul&gt; 
&lt;/li&gt;</pre>
<p>Change <code>data-toggle</code> to <code>data-hover</code>. Done!</p>
<p>If you use &#8220;Bootstrap-basic&#8221; theme on your WordPress, look for a file called, &#8220;BootstrapBasicMyWalkerNavMenu.php&#8221; under &#8220;inc&#8221; folder. Find the code &#8220;data-toggle&#8221; and replace with &#8220;<strong>data-hover</strong>&#8220;. Isn&#8217;t this super easy!?</p><p>The post <a href="https://blog.identitydesign.us/how-to-make-bootstrap-nav-top-level-menu-clickable-with-dropdowns/">How to Make Bootstrap Nav Top Level Menu Clickable With Dropdowns</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/how-to-make-bootstrap-nav-top-level-menu-clickable-with-dropdowns/">How to Make Bootstrap Nav Top Level Menu Clickable With Dropdowns</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/fix-php-upgrade-error-whm-cpanel/" rel="bookmark" title="(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel">(Resolved) Fix PHP / MultiPHP Version Upgrade Error in WHM/Cpanel</a></li>
<li><a href="https://blog.identitydesign.us/bootstrap-carousel-slider-transition-speed-time-interval/" rel="bookmark" title="How to Change Bootstrap Carousel Slider Transition Speed Time Interval">How to Change Bootstrap Carousel Slider Transition Speed Time Interval</a></li>
<li><a href="https://blog.identitydesign.us/how-to-remove-copyright-text-in-wp-bootstrap-starter-theme/" rel="bookmark" title="How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template">How to Remove &#8220;Bootstrap WordPress Theme&#8221; on WP Bootstrap Starter Template</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/how-to-make-bootstrap-nav-top-level-menu-clickable-with-dropdowns/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Get a free SSL Certificate (Secure Socket Layer) &#8211; Change HTTP to HTTPS for your website domain</title>
		<link>https://blog.identitydesign.us/get-a-free-ssl-certificate-secure-socket-layer-change-http-to-https-for-your-website-domain/</link>
					<comments>https://blog.identitydesign.us/get-a-free-ssl-certificate-secure-socket-layer-change-http-to-https-for-your-website-domain/#respond</comments>
		
		<dc:creator><![CDATA[djemals]]></dc:creator>
		<pubDate>Thu, 24 May 2018 10:56:02 +0000</pubDate>
				<category><![CDATA[backend]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[HTML/CSS/PHP/JavaScripts]]></category>
		<category><![CDATA[Scrap]]></category>
		<category><![CDATA[Top10]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Website]]></category>
		<guid isPermaLink="false">http://blog.identitydesign.us/?p=977</guid>

					<description><![CDATA[<p>After Google label non-HTTPS sites as &#8220;not secure&#8221;, SSL(Secure Socket Layer), the domain with HTTPS is strongly encouraged by Google. SSL Certificate used to be quite pricy as it cost generally $80 &#8211; $200 annually, but as the demand increased, there is a way to obtain SSL certificate completely free! Step-by-step Guide: Go to https://www.cloudflare.com/ [&#8230;]</p>
<p>The post <a href="https://blog.identitydesign.us/get-a-free-ssl-certificate-secure-socket-layer-change-http-to-https-for-your-website-domain/">Get a free SSL Certificate (Secure Socket Layer) – Change HTTP to HTTPS for your website domain</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<p>The post <a href="https://blog.identitydesign.us/get-a-free-ssl-certificate-secure-socket-layer-change-http-to-https-for-your-website-domain/">Get a free SSL Certificate (Secure Socket Layer) &#8211; Change HTTP to HTTPS for your website domain</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/redirect-http-website-to-secure-https-website-using-simple-htaccess/" rel="bookmark" title="Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting">Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting</a></li>
<li><a href="https://blog.identitydesign.us/loading-webfonts-https-ssl/" rel="bookmark" title="Resolved! Loading Your Google Fonts Over https (SSL) Sites">Resolved! Loading Your Google Fonts Over https (SSL) Sites</a></li>
<li><a href="https://blog.identitydesign.us/remove-proudly-powered-by-wordpress-on-wordpress-twenty-sixteen-theme-replace-copyright/" rel="bookmark" title="Remove Proudly powered by WordPress Theme and Replace with Your Own &copy; Copyright Information">Remove Proudly powered by WordPress Theme and Replace with Your Own &copy; Copyright Information</a></li>
</ol>
</div>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://security.googleblog.com/2018/02/a-secure-web-is-here-to-stay.html" rel="noopener" target="_blank">After Google label non-HTTPS sites as &#8220;not secure&#8221;</a>, SSL(Secure Socket Layer), the domain with HTTPS is strongly encouraged by Google. SSL Certificate used to be quite pricy as it cost generally $80 &#8211; $200 annually, but as the demand increased, there is a way to obtain SSL certificate <strong>completely free!</strong> </p>
<h2>Step-by-step Guide:</h2>

<ol>
<li>Go to <a href="https://www.cloudflare.com/" rel="noopener" target="_blank">https://www.cloudflare.com/</a></li>
<li>Create your account by signing up. Log in afterwards.</li>
<li>&#8220;+Add Site&#8221; on top right. <a href="https://blog.identitydesign.us/wp-content/uploads/2018/05/Screen-Shot-2018-05-24-at-12.42.25-AM.jpg" rel="attachment wp-att-982"><img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2018/05/Screen-Shot-2018-05-24-at-12.42.25-AM.jpg" alt="Screen Shot 2018-05-24 at 12.42.25 AM" width="164" height="52" class="alignnone size-full wp-image-982" /></a></li>
<li>Add your site information.</li>
<li>Hit &#8220;Next&#8221; on &#8220;We&#8217;re querying your DNS records&#8221;.</li>
<li>Confirm the &#8220;Free&#8221; plan.</li>
<li>It will show DNS query result for your site. Review and hit &#8220;Continue&#8221;</li>
<li>Change your nameservers(DNS) as described. <a href="https://blog.identitydesign.us/wp-content/uploads/2018/05/Screen-Shot-2018-05-24-at-12.36.56-AM.jpg" rel="attachment wp-att-980"><img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2018/05/Screen-Shot-2018-05-24-at-12.36.56-AM.jpg" alt="Screen Shot 2018-05-24 at 12.36.56 AM" width="1244" height="324" class="alignnone size-full wp-image-980" srcset="https://blog.identitydesign.us/wp-content/uploads/2018/05/Screen-Shot-2018-05-24-at-12.36.56-AM.jpg 1244w, https://blog.identitydesign.us/wp-content/uploads/2018/05/Screen-Shot-2018-05-24-at-12.36.56-AM-300x78.jpg 300w, https://blog.identitydesign.us/wp-content/uploads/2018/05/Screen-Shot-2018-05-24-at-12.36.56-AM-768x200.jpg 768w, https://blog.identitydesign.us/wp-content/uploads/2018/05/Screen-Shot-2018-05-24-at-12.36.56-AM-1024x267.jpg 1024w, https://blog.identitydesign.us/wp-content/uploads/2018/05/Screen-Shot-2018-05-24-at-12.36.56-AM-624x163.jpg 624w" sizes="auto, (max-width: 1244px) 100vw, 1244px" /></a></li>
<li>On Domain Summary, change &#8220;SSL: Full&#8221; to &#8220;Flexible&#8221; no need to hit &#8220;Save&#8221;. <a href="https://blog.identitydesign.us/wp-content/uploads/2018/05/Screen-Shot-2018-05-24-at-12.41.50-AM.jpg" rel="attachment wp-att-981"><img loading="lazy" decoding="async" src="https://blog.identitydesign.us/wp-content/uploads/2018/05/Screen-Shot-2018-05-24-at-12.41.50-AM.jpg" alt="Screen Shot 2018-05-24 at 12.41.50 AM" width="238" height="68" class="alignnone size-full wp-image-981" /></a></li>
<li>You are done with the DNS setting. Wait a few hours to 48 hours making sure test your site with adding &#8220;https://&#8221; in front of your domain url. Once it picks it up with &#8220;Not secure&#8221; message, then we are in good shape. </li>
</ol>
<p><em>If you are using wordpress websites, install a plugin called, &#8220;Really Simple SSL&#8221;. To find &#8220;plugins&#8221; on the backend, find the &#8220;Plugins&#8221; from the left menu,  -> &#8220;Add new&#8221; -> look for &#8220;Really Simple SSL&#8221;, install and activate the plugin. This plugin will help your website to redirect any old HTTP to HTTPS.</em></p><p>The post <a href="https://blog.identitydesign.us/get-a-free-ssl-certificate-secure-socket-layer-change-http-to-https-for-your-website-domain/">Get a free SSL Certificate (Secure Socket Layer) – Change HTTP to HTTPS for your website domain</a> first appeared on <a href="https://blog.identitydesign.us">identity design</a>.</p><p>The post <a href="https://blog.identitydesign.us/get-a-free-ssl-certificate-secure-socket-layer-change-http-to-https-for-your-website-domain/">Get a free SSL Certificate (Secure Socket Layer) &#8211; Change HTTP to HTTPS for your website domain</a> appeared first on <a href="https://blog.identitydesign.us">identity design</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://blog.identitydesign.us/redirect-http-website-to-secure-https-website-using-simple-htaccess/" rel="bookmark" title="Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting">Redirect HTTP Website to Secure HTTPS Website Using Simple .htaccess in cPane/Hosting</a></li>
<li><a href="https://blog.identitydesign.us/loading-webfonts-https-ssl/" rel="bookmark" title="Resolved! Loading Your Google Fonts Over https (SSL) Sites">Resolved! Loading Your Google Fonts Over https (SSL) Sites</a></li>
<li><a href="https://blog.identitydesign.us/remove-proudly-powered-by-wordpress-on-wordpress-twenty-sixteen-theme-replace-copyright/" rel="bookmark" title="Remove Proudly powered by WordPress Theme and Replace with Your Own &copy; Copyright Information">Remove Proudly powered by WordPress Theme and Replace with Your Own &copy; Copyright Information</a></li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.identitydesign.us/get-a-free-ssl-certificate-secure-socket-layer-change-http-to-https-for-your-website-domain/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
