how to change dimension of cover pic in timeline

hi ..how can i increase the height of cover pic in timeline..

and increase diameter of the profile pic circle..

 

 

2015-04-29_18-58-33.jpg · 85.3K · 472 views
Quote · 29 Apr 2015

I wouldn't suggest to change it in the core files, since it will be overwritten during the update, also changing too many files can break auto-update. The correct way to change the feel and look of the site is using custom templates. Please refer to Ocean template - /modules/boonex/ocean/ as an example of custom template.

Rules → http://www.boonex.com/terms
Quote · 30 Apr 2015

 

I wouldn't suggest to change it in the core files, since it will be overwritten during the update, also changing too many files can break auto-update. The correct way to change the feel and look of the site is using custom templates. Please refer to Air template - /modules/boonex/air/ as an example of custom template.

 thanks for reply ...can't find air template in apps..

will wait for it to launch..

Quote · 30 Apr 2015

Sorry, I mean "Ocean" template - /modules/boonex/ocean/ 

can't find air template in apps..

 

Rules → http://www.boonex.com/terms
Quote · 30 Apr 2015

 

Sorry, I mean "Ocean" template - /modules/boonex/ocean/ 

can't find air template in apps..

 

 thanks ..will check this out ..

Quote · 30 Apr 2015

/modules/boonex/custom_template/data/template/system/css

Create main.css

@import url(../../../../base/profile/template/css/main.css);

 

/* profile cover */

 

.bx-base-pofile-cover {

    position:relative;

    height:22rem;

 

    -moz-box-sizing: border-box;

    -ms-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}

Then save. Clear CSS and Template Cache. Refresh the profile page, I get...

Warning: file_get_contents(//main.css): failed to open stream: No such file or directory in /home/db_name/public_html/inc/classes/BxDolTemplate.php on line 1390

After second refresh profile page, that Warning disappeared.

 

If this is wrong. Then, what is the proper path to customise profile cover?

Quote · 30 Apr 2015

 

/modules/boonex/custom_template/data/template/system/css
Create main.css
@import url(../../../../base/profile/template/css/main.css);

I believe that the correct would be, to create the following file in your custom template:

modules/boonex/custom_template/data/template/bx_persons/css/main.css

with the content like this:

@import url(../../../../../../base/profile/template/css/main.css);
.bx-base-pofile-cover {
    height:22rem;

Rules → http://www.boonex.com/terms
Quote · 1 May 2015

Thank you, Alex.

Quote · 1 May 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.