• We don′t want to show all the categories on the productpage. When you click on a product, there is a long list of all our categories beside of the product. How can we arrange that it is not shown on that page.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hey there Paula,

    How are you doing today?

    Generally this could be done with some custom CSS. Could you please post link to your product page so I can take a look?

    Best regards,
    Bojan

    Thread Starter Paula Bouwmeester

    (@paula-bouwmeester)

    Hello Bojan,

    We hope that you can help us. We mean the list of categories that is shown below the yellow ′kj?p′ (buy) button. Thanks in advance ??

    Here is the link:
    https://www.fruktradgiving.no/funnyfrog/wordpress/?product=lys-girlander-woodland-mushroom

    Hey again,

    Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    .single-product span.posted_in {
    display: none;
    }

    This should remove the categories from single product pages only. Please let me know if this helps ??

    Best regards,
    Bojan

    Thread Starter Paula Bouwmeester

    (@paula-bouwmeester)

    Thank you for your reply. We are new in WordPress, so we need a bit more help please… We have found our style.css page. But we don’t know where exactly we need to put in this css code. Is there a specific location in this long list? We use Weaver II.
    Kind regards,
    Paula

    Hey again Paula,

    I just checked Weaver II and the theme has it’s own custom CSS tab where you can insert the code. Login into your admin panel and navigate to Appearance >> Weaver II admin >> Advanced Options >> Custom CSS Rules https://screencast.com/t/zXkLb13bwc6B.

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter Paula Bouwmeester

    (@paula-bouwmeester)

    Yes, it worked ?? Thank you so much.
    Kind regards,
    Paula

    Glad I could help ??

    Cheers,
    Bojan

    Thread Starter Paula Bouwmeester

    (@paula-bouwmeester)

    Hello,
    We have got an urgent problem since this morning. We can not login. We use our correct username and password. After writing this it doesn′t continue to the site in which we can work. Really scary and strange. HELP….
    We get the notification: unexpected output. Can somebody please help us with this. We have no idea how to login now. We have tried to quickconnect with filezilla but that doesn′t work either. We have edit some extra code to the theme′s function php file yesterday. That is probably the reason that it blocks now. We want to replace this php file with the original php file. But we can not change this in filezilla because we can′t connect to our server. How can we reach this php file now?

    Thank you in advance!

    Hey there Paula,

    Sorry to hear you’re having issues with your site ??

    If you can’t access your installation via FTP client there is definitely an issue with your server. I’d suggest contacting your hosting provider first so they can get that sorted out, after that you can overwrite the functions.php with the fresh copy from your theme if you think the issue is related to that.

    Hope this helps.

    Best regards,
    Bojan

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘delete categories below productinformation’ is closed to new replies.