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
| .mfp-content .popup { | |
| text-align: center !important; | |
| } |
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
| <h3 class="ion-person-add">1. Create An Account</h3> | |
| <img class="alignright wp-image-694 size-full" src="https://testdrive.astoundify.com/listify/wp-content/uploads/sites/39/2014/10/account.png" alt="feature_sessionPlayback" width="490" /> | |
| Creating an account with Listify is easy, with the social login feature it allows your visitors to login easily, so that they won't have the “login/register” friction. They'll be creating, rating and favouriting listings in no time! | |
| We’ve even integrated with WooCommerce so that the <a href="http://www.woothemes.com/products/woocommerce-social-login/">Social Login by WooCommerce plugin</a> (Plugin sold separately) and the standard WooCommerce sign up process is fully supported. | |
| <a class="button" href="http://themeforest.net/item/jobify-job-board-wordpress-theme/5247604?ref=Astoundify">How It Works</a> | |
| <br></br> | |
| <h3 class="ion-compose">2. Submit Your Listing</h3> |
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
| .site-main .listify_widget_panel_listing_tags .tag { | |
| width: auto !important; | |
| margin-right: 10px; | |
| } |
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
| function custom_listify_single_job_listing_actions_after() { | |
| global $post; | |
| $url = get_post_meta( $post->ID, 'custom_URL', true ); | |
| if (!$url) { | |
| return; | |
| } | |
| echo '<a href="' . esc_url( $url ) . '" class="button">My Button</a>'; | |
| } | |
| add_filter( 'listify_single_job_listing_actions_after', 'custom_listify_single_job_listing_actions_after' ); |
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
| @media screen and (max-width: 480px) { | |
| .site-branding { | |
| text-align: center; | |
| } | |
| .site-title { | |
| text-align: center; | |
| } | |
| .site-branding .custom-header { | |
| margin-left: 0; | |
| } |
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
| #site-navigation { | |
| background-color: red; | |
| } | |
| .nav-menu a, .nav-menu li:before, .nav-menu li:after, .nav-menu a:before, .nav-menu a:after, .nav-menu ul a, .nav-menu.primary ul ul a, .nav-menu.primary ul ul li:before, .nav-menu.primary ul ul li:after { | |
| color: black; | |
| } | |
| /* Below codes removes the secondary menu */ | |
| #site-navigation { |
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
| .page-template-template-plans-pricing .job-packages { | |
| text-align: 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
| .single_job_listing #main { | |
| width: 100%; | |
| } | |
| .single_job_listing #secondary { | |
| display: 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
| .copyright { | |
| background-color: blue; | |
| color: red; | |
| } | |
| .site-footer a, { | |
| color: red !important; | |
| } |