Merge branch 'master' of https://github.com/wpopal/opal-estate-pro
This commit is contained in:
commit
bcee12529c
BIN
assets/images/avatar-placeholder.png
Normal file
BIN
assets/images/avatar-placeholder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
@ -1040,7 +1040,7 @@ Use it to make something cool, have fun, and share what you've learned with othe
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #2f73e9; }
|
color: #2f73e9; }
|
||||||
|
|
||||||
.page-template-user-management header, .page-template-user-management footer, .page-template-user-management #colophon {
|
.page-template-user-management.logged-in header, .page-template-user-management.logged-in footer, .page-template-user-management.logged-in #colophon {
|
||||||
display: none; }
|
display: none; }
|
||||||
|
|
||||||
.page-template-user-management article header {
|
.page-template-user-management article header {
|
||||||
|
@ -4,13 +4,16 @@
|
|||||||
|
|
||||||
// no header and footer for user management page
|
// no header and footer for user management page
|
||||||
.page-template-user-management {
|
.page-template-user-management {
|
||||||
header, footer, #colophon {
|
&.logged-in {
|
||||||
display:none;
|
header, footer, #colophon {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
article header {
|
article header {
|
||||||
display:block !important;
|
display:block !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// my-properties page
|
/// my-properties page
|
||||||
.button-actions {
|
.button-actions {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
|
@ -24,7 +24,7 @@ function opalestate_load_template_path( $tpl, $args = [], $layout = '' ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function opalestate_get_image_avatar_placehold() {
|
function opalestate_get_image_avatar_placehold() {
|
||||||
return OPALESTATE_PLUGIN_URL . 'assets/images/avatar-placeholder.jpg';
|
return OPALESTATE_PLUGIN_URL . 'assets/images/avatar-placeholder.png';
|
||||||
}
|
}
|
||||||
|
|
||||||
function opalestate_get_admin_view( $file ) {
|
function opalestate_get_admin_view( $file ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user