• Resolved partyverhuurtwente

    (@partyverhuurtwente)


    Goedemiddag,

    Wie kan mij helpen met het volgende;

    – Op elke productpagina worden onder het product random andere producten getoond doormiddel van een 3 linkjes (3 verschillende producten). Onder instellingen heb ik het juist tabblad gevonden waar ik dit kan wijzigen: instellingen -> lezen. Ik heb deze tekst al aardig kunnen beperken, maar niet kunnen verwijderen. Ik heb ook diverse dingen geprobeerd die op internet stonden, maar het werkt niet. Hoe kan ik dit verwijderen?? Ik maak gebruik van het Thema ‘Envopress’.

    – Daarnaast heb ik bij ieder product zogeheten ‘cross-sells’ toegevoegd. Toch staan er onder deze cross sells nog een extra kopje met ‘geralteerde producten’ die niets te maken hebben met het product wat getoond wordt. Ook hiervoor heb ik diverse dingen geprobeerd, maar ik kan deze niet verwijderen.

    Wie kan mij helpen?

    Mvg,
    Kevin

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Contributor Niels Lange

    (@nielslange)

    Hello @partyverhuurtwente,

    On each product page, random other products have been shown under the product by means of 3 links (3 different products). Under settings I found the right tab where I can change this: settings -> reading. I’ve been able to narrow down this text quite a bit, but I couldn’t remove it. I’ve tried several things on the internet but it doesn’t work. How can I remove this?? I use the Theme ‘Envopress’.

    I’m not sure which products are shown on your end. A default WordPress theme, such as the Storefront theme, would only show the “Related products” on the products page. Could you please provide us with a screenshot so that we can see what you are describing?

    If you don’t already have a screenshot service installed, here are a few free options:

    * https://snipboard.io
    * https://skitch.com/
    * https://getcloudapp.com/
    * https://awesomescreenshot.com/

    There is also a walkthrough guide here: https://en.support.wordpress.com/make-a-screenshot/. It is possible that the Envopress theme is adding their own kind of “Related products”.

    In addition, I have added so-called ‘cross-sells’ to every product. Yet under these cross sells there is an extra heading with ‘related products’ that have nothing to do with the product that is shown. I also tried several things for this, but I can’t remove it.

    As for the “Related products” section, you can remove that section by adding the following code snippet to your site using the Code Snippets plugin:

    /**
     * Remove related products output
     */
    remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 );

    Alternatively, you could add the following CSS code to your site via WP Admin ? Appearance ? Customise ? Additional CSS:

    .related.products {
      display: none;
    }

    I hope this helps to remove the “Related products” section, and I’m looking forward to seeing the screenshot of the other problem.

    Thread Starter partyverhuurtwente

    (@partyverhuurtwente)

    Dank voor je reactie! Top! Het laatste met gerelateerde producten is gelukt! Dankjewel!

    https://www.dropbox.com/s/o4kz4a4aq9iz617/Productlinks.png?dl=0

    Hierboven het screenshot met een pijl erbij wat ik bedoel.

    Bedankt voor de moeite!

    Plugin Contributor Niels Lange

    (@nielslange)

    Hello @partyverhuurtwente,

    Thank you for your response! Top! The last with related products succeeded! Thank you!

    I’m glad to hear that.

    https://www.dropbox.com/s/o4kz4a4aq9iz617/Productlinks.png?dl=0
    Above the screenshot with an arrow next to it what I mean.

    Thanks for providing the screenshot. This section is not part of the WooCommerce core functionality. This means that it must come from one of the plugins or from the theme. I suggest that you run a plugin/theme conflict test by doing the following steps:

    • Temporarily switch your theme to Storefront
    • Disable all plugins except for WooCommerce
    • Repeat the action that is causing the problem

    If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.

    I hope this helps to identify this problem.

    Thread Starter partyverhuurtwente

    (@partyverhuurtwente)

    Wederom dank voor je reactie.

    Ik heb getest aan de hand van het deactiveren van plugins. Dit is het niet. Het zit denk ik in het Thema. Het zit namelijk ook onder de instellingen -> lezen en als je de customizer aan klikt zie je onder het kopje ‘gerelateerde berichten’ opties staan om meer te tonen (datum, afbeelding, e.d.). De enige optie die hier niet tussen staat is; uitzetten van gerelateerd. Heb je nog andere suggesties?

    Daarnaast heb ik nog 2 vragen; hoe pas ik mijn shoppagina (waar alle producten worden getoond) aan en de productpagina (waar je het product te zien krijgt met beschrijving e.d.)?

    Dank!

    Hi @partyverhuurtwente

    I tested by deactivating plugins. This isn’t it. I think it’s in the theme. It is also located under the settings -> read and if you click on the customizer you will see options under the heading ‘related posts’ to show more (date, image, etc.). The only option not listed here is; turning off related. Do you have any other suggestions?

    Since deactivating plugins did not solve the issue, could you please try to switch to the default Storefront theme as suggested above and see if that works?

    In addition, I have 2 more questions; how do I adjust my shop page (where all products are shown) and the product page (where you see the product with description, etc.)?

    Can you provide further details on how you would like to adjust your shop and product pages so that we could address you more effectively?

    If a screenshot would help, please share one as well.

    Thread Starter partyverhuurtwente

    (@partyverhuurtwente)

    Goedemorgen,

    Dank voor je reactie!

    Ik heb het thema Storefront geactiveerd & getest, maar de tekst blijft eronder staan. Is er geen script om dit op te lossen net als bij mijn eerste probleem?

    Voor wat betreft de assortimentspagina, hier een screenshot: Klik hier
    -> op deze pagina wil ik graag het uiterlijk wat aanpassen, dus bijvoorbeeld een andere tekst in plaats van ‘toevoegen aan winkelwagen’ en wellicht de mogelijkheid om een popup te tonen als je op het product klikt, voordat je naar de productpagina gaat.

    Voor wat betreft de productpagina hier een screenshot: Klik hier
    -> op de productpagina’s wil ik ook de mogelijkheid hebben om dingen aan te passen, als knoppen, indeling, etc.

    Alvast dank voor je reactie!

    Mirko P.

    (@rainfallnixfig)

    Hi there,

    Thanks for getting back to us.

    Ik heb het thema Storefront geactiveerd & getest, maar de tekst blijft eronder staan. Is er geen script om dit op te lossen net als bij mijn eerste probleem?

    Could you take a screenshot of this so we can check further?

    op deze pagina wil ik graag het uiterlijk wat aanpassen, dus bijvoorbeeld een andere tekst in plaats van ‘toevoegen aan winkelwagen’

    To change the text ‘toevoegen aan winkelwagen’ to something else you can use a localization plugin like Loco Translate. This will allow you to find that phrase and change it to be what you’d like.

    wellicht de mogelijkheid om een popup te tonen als je op het product klikt, voordat je naar de productpagina gaat.

    I understand you want to show a pop-up window when you select a product on the shop page before it redirects to the single product page. Use this free plugin to display a pop-up right there on the screen on the shop page.

    op de productpagina’s wil ik ook de mogelijkheid hebben om dingen aan te passen, als knoppen, indeling, etc.

    I understand you would like to know how to customize the single product page. Below I’m sharing a list of plugins and articles that can help with that.

    * https://woocommerce.com/posts/customize-product-page/
    * https://www.cloudways.com/blog/reorder-content-on-woocommerce-single-product-page/
    * https://learnwoo.com/customize-woocommerce-product-page/
    * https://www.ads-software.com/plugins/woo-single-product-page-customizer/

    I hope this helps! Let us know if you have any other questions.

    Thread Starter partyverhuurtwente

    (@partyverhuurtwente)

    Goedemiddag,

    Wederom dank voor jullie reactie, dit helpt echt!

    Voor wat betreft de productlinks die worden getoond en die ik wil verwijderen:

    https://www.dropbox.com/s/o4kz4a4aq9iz617/Productlinks.png?dl=0

    De rest van de gegeven tips, ga ik uittesten, thanks!

    Hi @partyverhuurtwente

    Glad to know our suggestions were helpful.

    Regarding the product links that are shown and that I want to remove:
    https://www.dropbox.com/s/o4kz4a4aq9iz617/Productlinks.png?dl=0

    Thanks for sharing the screenshot. As already mentioned, this section is not part of the WooCommerce core functionality and may be coming from one of the plugins or from the theme or some custom code. I understand that you tested by switching to Storefront and deactivating the plugins but that didn’t help find its source.

    1) Do you have any custom code added to the site? If so, can you please disable it and see if that helps?

    2) Can you please share a link to the page so we can inspect it to find the source of those product links?

    Thread Starter partyverhuurtwente

    (@partyverhuurtwente)

    Dank voor de reactie!

    1) Do you have any custom code added to the site? If so, can you please disable it and see if that helps?

    – Ik heb zo geen codes toegevoegd aan mijn site.

    2) Can you please share a link to the page so we can inspect it to find the source of those product links?

    – Dat kan! Alleen staat mijn site offline. Deze kan ik online zetten, maar dan het liefst niet te lang, omdat we nog niet officieel ‘online’ zijn. Kunnen jullie er vandaag naar kijken? Laat dit maar even weten, dan zet ik de site even online.

    Thread Starter partyverhuurtwente

    (@partyverhuurtwente)

    Yes!!

    Het is opgelost, ik heb even contact gehad met de maker van het thema en die gaf aan wat in de Additional CSS te moeten plaatsen:

    .jp-relatedposts .jp-relatedposts-post-title .jp-relatedposts-post-a {
    display: none;
    }

    Bovenstaande werkte wel! Ik wil jullie bedanken voor de moeite, top!

    Fijn weekend gewenst.

    Hi Kevin!

    I’m glad that it got fixed. Thank you for sharing the solution with everybody ??

    If you have a moment, we would love it if you could leave us a review here:
    https://www.ads-software.com/support/plugin/woocommerce/reviews/

    Thanks!

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Productpagina bewerken’ is closed to new replies.