Hi,
1)
Thanks for adding it back, you will need a little CSS tweak:
.portfolio-options-bar .share-links ul.bar-styling li:first-of-type {
display: none;
}
a.product_share_facebook {
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
2)
You can set the permalink base for the custom post type: Settings => Permalink Settings => Portfolio permalink base
Cheers,
David.