Shape 5

Joomla Templates => Sea of Glass - September - Club => : trulybent December 11, 2012, 06:07:19 AM



: Cpanel Shift
: trulybent December 11, 2012, 06:07:19 AM
Hi.

- In the course of trying to get things "just so", i've managed to pop the cpanel position to below the s5_aboveheader line and can't get it back. I have the breadcrumbs in the upper left icon position and i had a (CB) login module in the cpanel position, but have had to unpublish it in favor of another. The breadcrumbs module and the CB login module coexisted side by side just fine, until i decided to adjust things. I've attached my template_css.css file with the hope that you might see a quick fix.

- Another question is how can i shift the whole body over to the left?

Thanks,
Jeff

http://princeofpieces.ca/ (http://princeofpieces.ca/)


: Re: Cpanel Shift
: mikenicoll December 12, 2012, 12:47:51 PM
Hello,

Please be advised this is custom coding which we do not provide support for. However, you can try using this...

#bzBookmarkWrap, form.bzLogged {
    left:-5px;
    position:fixed;
    top:6px;
}

-Mike


: Re: Cpanel Shift
: trulybent December 12, 2012, 01:40:42 PM
That's nice of you Mike. You've given me control of the login tab position over on the far left. Thanks.

However that's not what i was referring to. The attached image shows the cpanel original and new positions, after i was finished tinkering around with the icon position. No matter how i tried to modify the template.css file after that, i couldn't get the cpanel back into its original position.

Jeff


: Re: Cpanel Shift
: mikenicoll December 12, 2012, 03:07:32 PM
Hello,

This would require some custom coding which we do not provide. We only provide coding assistance for the core product.

-Mike


: Re: Cpanel Shift
: trulybent December 12, 2012, 03:18:30 PM
I accept the fact that you're not willing to help in this case, but just for curiosity's sake, how is this not a core issue? The cpanel position i'm referring to is a part of the core template (seaofglass).

I've read other posts and this seems to be a common refrain from you. many problems simply end with your "this is not our problem" position. Perhaps you've gotten too busy to care any longer.

Just an observation. And thanks again for helping me to reposition my login tab.
Jeff
 


: Re: Cpanel Shift
: mikenicoll December 12, 2012, 03:50:37 PM
I don't see anything published to that position on your site. However, if you need to re-position it you can use some CSS coding / margins to do so.

Publish the item you are trying to move and highlight it and I can provide you the code.

-Mike


: Re: Cpanel Shift
: trulybent December 12, 2012, 03:59:26 PM
Mike;

I've published another breadcrumbs module into the cpanel position - just to have something to show for now. Firebug shows this in the div s5_topright, which is no longer in the top right position and is now floating to the right. I guess i really messed that one up somehow.

Thanks for your time in this.
Jeff

http://princeofpieces.ca/ (http://princeofpieces.ca/)


: Re: Cpanel Shift
: mikenicoll December 12, 2012, 04:07:30 PM
Hello,

At this point I think it would be easiest to grab a fresh copy of the index.php and the template_css.css file and replace them. I am not sure what changes you have made but they are obviously having a huge effect on the layout.

This is how you would repositions that module you added:

.breadcrumbs {
position: absolute;
left: 50px;
top: 100px;

Here are all the positions for the template once you re-install those files.

http://www.shape5.com/demo/seaofglass/seaofglass15/index.php?option=com_content&view=article&id=14&Itemid=49

-Mike



: Re: Cpanel Shift
: trulybent December 12, 2012, 04:10:25 PM
Thanks Mike.
I'll look into doing that.