• Resolved agent911

    (@agent911)


    I been working for a few days doing the css how I like I have a few things I cant figure out…my site is https://brandcredibly.com/domains/name/minegold.net

    1) want to have the ‘send purchase inquiry’ tab open on default (rather than ‘description tab’)

    2) I added a custom tab (named ‘premium’). I want to make the background match like the other 2 tabs.

    3) How do I add generic, always text before the product name on details page?(‘minegold.net’ in this case)

    4) There is a ‘0’ under footer of every product detail page. Do you think that is something I made a mistake on custom css for plugin?

    • This topic was modified 7 years, 8 months ago by agent911.
Viewing 1 replies (of 1 total)
  • 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.

Viewing 1 replies (of 1 total)
  • The topic ‘set default tab to ‘inquiry’ + add background to custom tab…help’ is closed to new replies.