File: //home/globfdxw/diasporameetsafrica.com/wp-content/themes/DA10/_dating/designs/global3.php
<?php
add_filter( 'ppt_admin_layouts', array('global3', 'data') );
add_filter( 'global3', array('global3', 'load') );
class global3 {
function __construct(){}
public static function data($a){
global $CORE;
$a['global3'] = array(
"key" => "global3",
"name" => "global3",
"theme" => "global",
"order" => 1
);
$a['global3']["image"] = "https://premiumpress1063.b-cdn.net/_demoimagesv10/framework/layouts/_da/global/global3.jpg";
return $a;
}
public static function load($core){ global $CORE;
/* settings */
$core['design']['search_sponsored'] = "0";
$core['design']['search_layout'] = "full";
$core['design']['search_toggle'] = "inline";
$core['searchcustom']['cardlayout'] = "grid";
$core['searchcustom']['perrow'] = 5;
$core['search']['perpage'] = 15;
$core['maps']['enable'] = "0";
//$core['design']['default_gallery'] = "grid";
$core['design']['socialshare'] = "0";
$core['design']['ppt_emoji'] = "0";
$core['design']['color_primary'] = "#2371b1";
$core['design']['color_primary_soft'] = "";
$core['design']['color_secondary'] = "";
/* fonts */
$core['design']['color_bg'] = "";
$core['design']['font_logo'] = "";
/* logo */
$core['design']['logo_url_aid'] = "";
$core['design']['light_logo_url_aid'] = "1";
$core['design']['textlogo'] = "Global <span class='text-primary'>Dating</span>";
$core['design']['header_style'] = "header151";
$core['design']['footer_style'] = "footer2";
/*layout data */
$core['design']['slot1_style'] = "category2";
$core['design']['slot2_style'] = "listings99";
$core['design']['slot3_style'] = "";
$core['design']['slot4_style'] = "";
$core['design']['slot5_style'] = "";
$core['design']['slot6_style'] = "";
$core['design']['slot7_style'] = "";
$core['design']['slot8_style'] = "";
$core['design']['slot9_style'] = "";
$core["footer"]["footer1"]["section_bg"] = "bg-dark";
$core["footer"]["footer1"]["footermid_bg_color"] = "#212121";
$core["footer"]["footer1"]["footerbot_bg_color"] = "#212121";
/* category2 */
$core["home"]["category2"]["tax"] = "country";
$core["home"]["category2"]["cat_subs"] = "0";
$core["home"]["category2"]["orderby"] = "count";
$core["home"]["category2"]["order"] = "desc";
$core["home"]["category2"]["limit"] = "32";
$core["home"]["category2"]["hide_empty"] = "0";
$core["home"]["category2"]["title"] = "{Top Dating} all over the world!";
$core["home"]["category2"]["title_font_size"] = "fs-20";
$core["home"]["category2"]["title_underline"] = "15";
$core["home"]["category2"]["title_underline_color"] = "#2371b1";
$core["home"]["category2"]["subtitle"] = "Helping you find what you're looking for, where ever you are in the world.";
$core["home"]["category2"]["btn_show"] = "1";
$core["home"]["category2"]["btn_bg"] = "btn-primary";
$core["home"]["category2"]["btn_link"] = "[link-countries]";
$core["home"]["category2"]["section_padding"] = "section-40";
$core["home"]["category2"]["tax_count"] = "button";
/* listings99 */
$core["home"]["listings99"]["card"] = "grid";
$core["home"]["listings99"]["show"] = "15";
$core["home"]["listings99"]["perrow"] = "5";
$core["home"]["listings99"]["title_show"] = "1";
$core["home"]["listings99"]["title"] = "{Recently Added} Users";
// $core["home"]["listings99"]["title_text_color"] = "text-white";
$core["home"]["listings99"]["title_align"] = "text-left";
$core["home"]["listings99"]["title_font_size"] = "fs-md";
$core["home"]["listings99"]["title_underline"] = "15";
$core["home"]["listings99"]["title_underline_color"] = "#2371b1";
$core["home"]["listings99"]["title_margin"] = "mb-1";
$core["home"]["listings99"]["subtitle_show"] = "1";
$core["home"]["listings99"]["subtitle"] = "Don't miss our newly added users.";
//$core["home"]["listings99"]["subtitle_text_color"] = "text-white";
$core["home"]["listings99"]["btn_show"] = "1";
$core["home"]["listings99"]["btn_bg"] = "btn-primary";
$core["home"]["listings99"]["section_padding"] = "section-40";
$core["home"]["listings99"]["section_bg"] = "bg-white";
$core["home"]["listings99"]["section_css"] = "border-top";
return $core;
}
}
?>