Hi Agent,
#1
Unfortunately there’s no option in UPCP to specify another tab to be open by default. We’ve noted this as a feature request and will discuss the viability of implementing it in a future update.
For now, the way to change it would be to modify the plugin code directly (via the shortcodes.php). Just keep in mind that updating the plugin may override your changes.
#2
Add this code to the Custom CSS box on the Edit Catalog page:
.upcp-tabbed-tab {
background: rgba(255,255,255,0.41);
background: -moz-linear-gradient(left, rgba(255,255,255,0.41) 0%, rgba(255,255,255,0.4) 0%, rgba(246,246,246,0.4) 47%, rgba(255,255,255,0.4) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0.41)), color-stop(0%, rgba(255,255,255,0.4)), color-stop(47%, rgba(246,246,246,0.4)), color-stop(100%, rgba(255,255,255,0.4)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0.41) 0%, rgba(255,255,255,0.4) 0%, rgba(246,246,246,0.4) 47%, rgba(255,255,255,0.4) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0.41) 0%, rgba(255,255,255,0.4) 0%, rgba(246,246,246,0.4) 47%, rgba(255,255,255,0.4) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0.41) 0%, rgba(255,255,255,0.4) 0%, rgba(246,246,246,0.4) 47%, rgba(255,255,255,0.4) 100%);
background: linear-gradient(to right, rgba(255,255,255,0.41) 0%, rgba(255,255,255,0.4) 0%, rgba(246,246,246,0.4) 47%, rgba(255,255,255,0.4) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );}
#3
There’s currently no built in way to do that. One workaround would be to add the text to either your product description (e.g. have it appear above the table in your “Similar Sales” tab) or add it above your contact form (the one that appears on “Send Purchase Inquiry”).
#4
This may be caused by a conflict with another plugin. I would suggest disabling all of your plugins on the WordPress Admin Plugins page (except UPCP), then reenabling them one by one to see which causes the ‘0’ to show at the bottom of the page.