Optimize - Universal Document Authority (UDA) https://maisonaromaonline.com/doc-tag/optimize/ The Global Standard for Verified Documentation. Fri, 08 May 2020 20:26:51 +0000 en-US hourly 1 https://wordpress.org/?v=7.0 https://maisonaromaonline.com/wp-content/uploads/2026/03/cropped-Gemini_Generated_Image_3u3q2v3u3q2v3u3q-32x32.png Optimize - Universal Document Authority (UDA) https://maisonaromaonline.com/doc-tag/optimize/ 32 32 Code Tomorrow Theme https://maisonaromaonline.com/docs/docly-documentation/code/code-tomorrow-theme/?utm_source=rss&utm_medium=rss&utm_campaign=code-tomorrow-theme https://maisonaromaonline.com/docs/docly-documentation/code/code-tomorrow-theme/#respond Fri, 08 May 2020 20:26:51 +0000 http://wordpress.creativegigs.net/docly/docs/rogan-wordpress-theme-documentation/code/code-funky-theme/ Inline code Wrap inline snippets of code with<code>. Be sure to escape HTML angle brackets. For example, <section>should be wrapped as inline. console.log( 'Code is Poetry' ); Code blocks Use <pre>s for multiple lines of code. Once again, be sure to escape any angle brackets in the code for proper rendering. You may optionally add the .pre-scrollable class, which […]

The post Code Tomorrow Theme first appeared on Universal Document Authority (UDA).

The post Code Tomorrow Theme appeared first on Universal Document Authority (UDA).

]]>

Inline code

Wrap inline snippets of code with<code>. Be sure to escape HTML angle brackets.

For example, <section>should be wrapped as inline.
				
					console.log( 'Code is Poetry' );
				
			

Code blocks

Use <pre>s for multiple lines of code. Once again, be sure to escape any angle brackets in the code for proper rendering. You may optionally add the .pre-scrollable class, which will set a max-height of 350px and provide a y-axis scrollbar.

				
					<ul class="list-unstyled f_social_icon">
    <li><a href="#"><i class="social_facebook"><i><a><li>
    <li><a href="#"><i class="social_twitter"><i><a><li>
    <li><a href="#"><i class="social_vimeo"><i><a><li>
    <li><a href="#"><i class="social_linkedin"><i><a><li>
<ul>
				
			

CSS Code

				
					.footnotes-link::before {
    display: none;
}

.footnotes-link {
    color: #10b3d6;
}

.tip_content p {
    font-size: 14px;
}

.tip_content p:last-child {
    margin-bottom: 0;
}

.footnotes_item strong {
    position: relative;
}

span.top-arrow {
    position: absolute;
    top: -3px;
}
				
			

JavaScript Code

				
					$(".img_popup").each(function () {
    $(".img_popup").magnificPopup({
        type: 'image',
        closeOnContentClick: true,
        closeBtnInside: false,
        fixedContentPos: true,
        removalDelay: 300,
        mainClass: 'mfp-no-margins mfp-with-zoom',
        image: {
            enabled: true,
            navigateByImgClick: true,
            preload: [0, 1]
        }
    });
})
				
			

The post Code Tomorrow Theme first appeared on Universal Document Authority (UDA).

The post Code Tomorrow Theme appeared first on Universal Document Authority (UDA).

]]>
https://maisonaromaonline.com/docs/docly-documentation/code/code-tomorrow-theme/feed/ 0
Optimize Images https://maisonaromaonline.com/docs/rogan-documentation/tips-guide/optimize-images/?utm_source=rss&utm_medium=rss&utm_campaign=optimize-images Tue, 19 Dec 2017 07:38:32 +0000 http://docs.creativegigs.net/docs/faster-documentation/tips-guide/optimize-images/ Optimizing your images will helps your WordPress site load faster. Download and activate WP Smush.it This plugin will optimize every image you upload and you can use the Bulk Smush.it feature to smush all of your uploaded images. Alternatives to WP Smush.it include EWWW Image Optimizer, CW Image Optimizer, Imsanity and Hammy. Many WordPress users prefer using these plugins as they do […]

The post Optimize Images first appeared on Universal Document Authority (UDA).

The post Optimize Images appeared first on Universal Document Authority (UDA).

]]>
Optimizing your images will helps your WordPress site load faster.

Download and activate WP Smush.it This plugin will optimize every image you upload and you can use the Bulk Smush.it feature to smush all of your uploaded images.

Alternatives to WP Smush.it include EWWW Image OptimizerCW Image OptimizerImsanity and Hammy. Many WordPress users prefer using these plugins as they do not rely on an external server to process your images.

The post Optimize Images first appeared on Universal Document Authority (UDA).

The post Optimize Images appeared first on Universal Document Authority (UDA).

]]>