/home/desid573/public_html/magicride.ng/wp-content/themes/euphony/inc
Edit: /home/desid573/public_html/magicride.ng/wp-content/themes/euphony/inc/about.php (30399B)
get( 'Description' ) );
array_pop( $description );
$description = implode( '. ', $description );
echo esc_html( $description . '.' );
?>
Free
Features
Pro (Premium)
Responsive Design
Super Easy Setup
Color Options for various sections
Base Color Scheme: Dark, Gray and Yellow
Header Media
Primary Menu
Social on Header
Social on Footer
Comment Options
Contant Info
Excerpt Options
Featured content: Post
Featured content: Page
Featured content: Category
Featured content: Image
Featured content: Custom Post Types
Featured Slider: Post
Featured Slider: Page
Featured Slider: Category
Featured Slider: Custom
Font Family Options
Footer Editor Options
Gallery: Post
Gallery: Page
Gallery: Category
Hero Content:Post
Hero Content: Page
Hero Content:Category
Hero Content:Custom
Default Layout: Right Sidebar ( Content, Primary Sidebar )
Default Layout: Left Sidebar ( Primary Sidebar, Content )
Default Layout: No Sidebar
Default Layout: No Sidebar: Full Width
Homepage Layout: Right Sidebar(Content, Primary Side)
Homepage Layout: Left Sidebar(Primary Side, Content)
Homepage Layout: No Sidebar
Homepage Layout: No Sidebar:Full Width
Homepage/Archive Layout: Left Sidebar
Homepage Post Column: 1Column
Homepage Post Column: 3Columns
Blog/Archive Layout: Right Sidebar(Content, Primary Sidebar)
Blog/Archive Layout: Left Sidebar(Primary Sidebar, Content)
Blog/Archive Layout: No Sidebar
Blog/Archive Layout: No Sidebar:Full Width
Blog/Posts Column: 1Column
Blog/Posts Column: 3Column
Archive Content Layout: Show Excerpt
Archive Content Layout: Full Content
Archive Content Layout: Hide Content
Archive Display Meta: Hide Meta
Archive Display Meta: Show Meta
Single Page/Post Image Layout: Post Thumbnail(1060*596)
Single Page/Post Image Layout: Featured(664*373)
Single Page/Post Image Layout: Original Image Size
WooCommerce Layout
Logo Slider: Page
Logo Slider: Post
Logo Slider: Category
Logo Slider: Custom
Menu Options: Classic
Menu Options: Modern
Menu Options: Enable/disable search in Primary
Portfolio: Page
Portfolio: Post
Portfolio: Category
Portfolio: Custom
Portfolio: Custom Post Type
Pricing: Post
Pricing: Page
Pricing: Category
Pricing: Custom
Promotion Headline: Page
Promotion Headline: Post
Promotion Headline: Category
Promotion Headline: Image
Promotion Sale: Post
Promotion Sale: Page
Promotion Sale: Category
Promotion Sale: Custom
Pagination Options
Reservation: Reservation Info(Left Section)
Reservation: Reservation Form(Right Section)
Scroll Up Options
Section Sorter
Services: Post
Services: Page
Services: Category
Services: Image
Services: Custom Post Type
Skills
Stats: Post
Stats: Page
Stats: Category
Stats: Custom
Team: Post
Team: Page
Team: Category
Team: Custom
Testimonials: Post
Testimonials: Page
Testimonials: Category
Testimonials: Custom
Testimonials: Custom Post Type
Update Notifier
Why Choose Us
WPML Ready
WooCommerce Ready
get_contents( $changelog_file );
$changelog_list = euphony_parse_changelog( $changelog );
echo wp_kses_post( $changelog_list );
}
?>
$value ) {
if (strpos( $value, 'Changelog ==') === 0) {
$changelog_isolated = str_replace( 'Changelog ==', '', $value );
}
}
// Now Explode $changelog_isolated to manupulate it to add html elements.
$changelog_array = explode( '= ', $changelog_isolated );
// Unset first element as it is empty.
unset( $changelog_array[0] );
$changelog = '
';
foreach ( $changelog_array as $value) {
// Replace all enter (\n) elements with , opening and closing span will be added in next process.
$value = preg_replace( '/\n+/', ' ', $value );
// Add openinf and closing div and span, only first span element will have heading class.
$value = '= ' . $value . '
';
// Remove empty element which newr formed at the end.
$changelog .= str_replace( ' ', '', $value );
}
$changelog .= ' ';
return wp_kses_post( $changelog );
}
/**
* Import Demo data for theme using catch themes demo import plugin
*/
function euphony_import_demo() {
if ( isset( $_GET['tab'] ) && 'import_demo' === $_GET['tab'] ) {
?>
$action,
'plugin' => $slug
),
admin_url( 'update.php' )
),
$action . '_' . $slug
); ?>