From: Anthony Talarico Date: Wed, 5 Apr 2017 12:40:10 +0000 (-0400) Subject: changed path from images to files in the detail page, changed the styles on the foota... X-Git-Tag: v1.0.0^2~16 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=7f2ac86cd664346d007743329339ad822a6bf107;p=WP-Plugins%2Fglm-member-db-obits.git changed path from images to files in the detail page, changed the styles on the footable metro theme --- diff --git a/css/front.css b/css/front.css index f85f65f..d12a706 100644 --- a/css/front.css +++ b/css/front.css @@ -228,4 +228,17 @@ table.footable{ .search-limit-container{ margin-top: 30px; } +} +.footable > thead > tr > th, .footable > thead > tr > td{ + background-color: #3B76C4; + border: 1px solid #3B76C4; +} +.footable{ + border: 3px solid #3B76C4; +} +table tr.even, table tr.alt, table tr:nth-of-type(2n){ + background-color: white; +} +table tr.odd, table tr.alt, table tr:nth-of-type(n){ +/* background-color: red;*/ } \ No newline at end of file diff --git a/models/front/obits/detail.php b/models/front/obits/detail.php index ec8a875..f19b11a 100644 --- a/models/front/obits/detail.php +++ b/models/front/obits/detail.php @@ -87,7 +87,7 @@ class GlmMembersFront_obits_detail extends GlmDataObits public function modelAction($actionData = false) { - $article_url = GLM_MEMBERS_PLUGIN_MEDIA_URL; + $article_url = GLM_MEMBERS_PLUGIN_FILES_PATH; if ( isset( $_GET['obit'] ) ){ $obit_id = filter_var( $_GET['obit'], FILTER_SANITIZE_STRING );