b man b man
b manb manb manb manb man

Hello, what can we help you find?

Docly is a fully featured knowledge base theme for WordPress.

Check out our guide categories

Some dodgy chav bevvy amongst argy-bargy spiffing absolutely bladdered
nancy boy cup of tea a load of old tosh porkies.

Didn't find any Solution?

Loaded with awesome features like Documentation, Knowledgebase, Forum & more!

Online Documentation

Horse play barmy Oxford bonnet are you taking the piss cheeky mufty nice one young delinquent.

Online Documentation

Horse play barmy Oxford bonnet are you taking the piss cheeky mufty nice one young delinquent.

Wave Wave
354

Global Customer

645

Global Customer

478

Global Customer

546

Global Customer

Code Syntax Highlight

Code Default Theme

Estimated reading: 2 minutes 136 views

Inline code

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

For example, <section>should be wrapped as inline.
				
					For example, <code><section></code> should be wrapped as inline.				
			

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]
        }
    });
})				
			

Leave a Comment

Share this Doc

Code Default Theme

Or copy link

CONTENTS