Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Nitesh

    (@nitesh_singh)

    Hello letaajohnson,

    There is a Total Bids Placed tab available on the auction detail page. We have not provided any option to enable/disable this tab in auction settings. You can hide this tab using the custom CSS.

    Please add the custom CSS to the below path of your site.

    Admin Dashboard -> Appearance -> Customize -> Additional CSS -> Add CSS here and publish it. It will hide the “Total Bids Placed” tab on the auction detail page.

    ul#wdm-tabs-nav li:nth-child(n+3) {
    display: none;
    }

    Thank You

    • This reply was modified 7 months, 2 weeks ago by Nitesh.
    Thread Starter letaajohnson

    (@letaajohnson)

    Nitesh: I added that css code but it still shows up. I can send a file to you to show that the tab still shows up.

    Thread Starter letaajohnson

    (@letaajohnson)

    Nitesh – I just changed the n+3 to n+2 and it worked. I only had 2 tabs on that page – not 3. Problem resolved and thank you so much!

    Thread Starter letaajohnson

    (@letaajohnson)

    Nitesh – Now that Total Bids Page is showing up again. I have (n+2) in the CSS as I only have the description and this total Bids page. Did Ultimate Auction change anything?

    Plugin Author Nitesh

    (@nitesh_singh)

    Hello letaajohnson,

    Your WordPress site has a theme and many plugins installed, it might be possible that due to some CSS conflict on your site, this is happening. If it is possible for you to share the details below, it would be really helpful to solve your problem.

    -> Please create a live auction and share its URL.

    We will check it by inspecting and providing you with the suitable CSS for your site.

    Thank You

    Thread Starter letaajohnson

    (@letaajohnson)

    Hi Nitesh:

    So I’ve created an auction user for you as follows:

    URL: Login (tallclubfoundation.org)

    Username: Nitesh

    Password: Apple123

    I have 1 item in a ‘live auction’ at this point. We are planning to add many more in the next month.

    Thanks in advance for your help!

    Leta

    Hello,

    We have checked the below auction on your site. It looks like you have changed the auction layout back to the first layout(old) from the auction settings. The HTML class is different for both layouts. So, the old CSS may not work on your site.?
    https://tallclubfoundation.org/fundraiser_auction_2024/auction_items_2024/?ult_auc_id=9630

    We have provided you with the custom CSS according to the current layout you have activated for the auction detail page. Please add the CSS to the below path.

    Admin Dashboard -> Appearance -> Customize -> Additional CSS -> Add CSS here and publish it. It will hide the “Total Bids Placed” tab on the auction detail page.

    li#wdm-desc-bids-link {
    display: none;
    }

    Thank You

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How can I get rid of the Total Bids Placed tab on Ultimate Auction?’ is closed to new replies.