PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins
/
sf-shortcodes
/
templates
<?php /***************************************************************************** * * copyright(c) - aonetheme.com - Service Finder Team * More Info: http://aonetheme.com/ * Coder: Service Finder Team * Email: contact@aonetheme.com * ******************************************************************************/ global $current_user; $service_finder_options = get_option('service_finder_options'); $wpdb = service_finder_shortcode_global_vars('wpdb'); ?> <?php $imgurl = (!empty($service_finder_options['bio-bg-image']['url'])) ? $service_finder_options['bio-bg-image']['url'] : ''; $bgattachment = (isset($service_finder_options['bio-background-attachment'])) ? esc_html($service_finder_options['bio-background-attachment']) : ''; $bgcolor = (!empty($service_finder_options['bio-bg-color'])) ? $service_finder_options['bio-bg-color'] : ''; $bgopacity = (!empty($service_finder_options['bio-bg-opacity'])) ? $service_finder_options['bio-bg-opacity'] : ''; $bgopacity = ($bgopacity > 0) ? $bgopacity : ''; ?> <!-- Who's on sf --> <?php if($a['btntext'] != "" && service_finder_getUserRole($current_user->ID) == 'Provider'){ $url = add_query_arg( array('tabname' => 'my-services'), service_finder_get_url_by_shortcode('[service_finder_my_account') ); $btnlink = '<a href="'.esc_url($url).'" class="btn btn-primary">'.esc_html($a['btntext']).'</a>'; }else{ $btnlink = ''; } $html = '<section class="section-full sf-overlay-wrapper text-center who-fs-com" style="background:url('.$imgurl.') center '.$bgattachment.' no-repeat;"> <div class="container"> <div class="section-head w-t-element"> <h1 style="color:'.$a['title-color'].'">'.esc_html($a['title']).'</h1> '.service_finder_title_separator($a['divider-color']).' <p style="color:'.$a['tagline-color'].'">'.esc_html($a['tagline']).'</p> </div> <div class="section-content sf-about-text"> <div class="row"> <div class="col-md-12"> <p> <em>'.$content.'</em> </p> '.$btnlink.' </div> </div> </div> </div> <div class="sf-overlay-main" style="opacity:'.$bgopacity.'; background-color:'.$bgcolor.'"> </div> </section>'; ?> <!-- Who's on sf END -->
[+]
..
[-] pricing-table.php
[edit]
[-] aone-why-choose-us.php
[edit]
[-] categories.php
[edit]
[-] bio.php
[edit]
[-] followers.php
[edit]
[-] why-choose-us.php
[edit]
[-] aone-jobs-outer.php
[edit]
[-] cities.php
[edit]
[-] load-more-categories.php
[edit]
[-] aone-pricing-table.php
[edit]
[-] jobs-outer.php
[edit]
[-] aone-testimonials.php
[edit]
[-] features-outer.php
[edit]
[-] aone-cities.php
[edit]
[-] aone-categories.php
[edit]
[-] allcategories-v2.php
[edit]
[-] pricing-table-features.php
[edit]
[-] latest-blogs.php
[edit]
[-] aone-statistics.php
[edit]
[-] pricing-table-column.php
[edit]
[-] work-process.php
[edit]
[-] statistics.php
[edit]
[-] statistics-inner.php
[edit]
[-] why-choose-us-inner.php
[edit]
[-] features-inner.php
[edit]
[-] aone-how-it-works.php
[edit]
[-] aone-categories-v2.php
[edit]
[-] featured-providers.php
[edit]
[-] load-more-providers.php
[edit]
[-] categories-v2.php
[edit]
[-] testimonials-inner.php
[edit]
[-] allcategories-v1.php
[edit]
[-] aone-followers.php
[edit]
[-] sf-template-shortcodes.php
[edit]
[-] general-functions.php
[edit]
[-] aone-featured-providers.php
[edit]
[-] providers.php
[edit]
[-] how-it-works.php
[edit]
[-] aone-latest-blogs.php
[edit]
[-] request-quote.php
[edit]
[-] testimonials-outer.php
[edit]