This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Custom ACF Shortcode Attributes | |
| remove_shortcode('acf'); | |
| add_shortcode('acf', function($atts) { | |
| $atts = shortcode_atts([ | |
| 'field' => '', | |
| 'post_id' => null, | |
| 'format_value' => true, | |
| 'format' => 'raw', // change default format/output of shortcode | |
| 'url' => '', | |
| 'orderby' => '', //See below for option settings |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*Horizontal Navigation*/ | |
| .hor-nav{ | |
| display: flex; | |
| align-content: center; | |
| justify-content: center; | |
| text-align: center; | |
| } | |
| /*Horizontal Navigation*/ | |
| .hor-nav ul{ | |
| list-style-type: none; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*Main Menu - Desktop -----------> */ | |
| .main-nav { | |
| display: flex; | |
| align-items: center; | |
| justify-content: center; | |
| gap: 0; | |
| padding: 0; | |
| margin: 0; | |
| z-index: 99999; | |
| background-color: var(--color_base) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div><pre><code class="language-html"> | |
| < | |
| Add Code here without the outer angle brackets | |
| > | |
| </code></pre></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <iframe src="[acf field='sched_url' name='Guest Schedule']?schedule_embed=true&iframe=true" width="100%" height="600" frameborder="0"></iframe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This is a sentance <a title="linkage" href="[acf field='unique_url' post_id='options' ]">with a link.</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* --- Mobile Logo & Icons Fix --->> */ | |
| /** #bschead - assign to section | #nav - assign to menu module **/ | |
| @media only screen and (max-width: 980px){ #bschead.et_pb_fullwidth_section>.et_pb_module:not(.et_pb_post_content):not(.et_pb_fullwidth_post_content) .et_pb_row{ | |
| margin: 0px; | |
| padding: 2%; | |
| width: 100%; | |
| display: flex; | |
| flex-direction: row; | |
| justify-content: space-between; | |
| align-items: center; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| User-agent: * | |
| Disallow: [/path/to/private/page.html] | |
| Disallow: [/another/private/directory/] | |
| User-agent: [user-agent-name] | |
| Disallow: / | |
| # Add more user-agents as needed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php echo do_shortcode('[shortcode]'); ?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style> | |
| ul.et_post_gallery.clearfix{ | |
| padding: 5% 0 !important; | |
| margin: 0px !important; | |
| display: flex; | |
| flex-wrap: wrap; | |
| width: 100%; | |
| align-items: center; | |
| justify-content: center; | |
| } |
NewerOlder