• Resolved mer

    (@merettekuijt)


    Hi,

    Having some issues with the design of some pages for my shop implementation. Large tekst and fields are missing. I’m unable to adjust this on the pages itself as it uses the woocommerce shortcode and doesn’t allow my to update the text color for these pages.

    Is there anyway to see the missing content without adjusting the settings for the rest of the website?

    https://merettekuijt.com/afrekenen/

    https://merettekuijt.com/mijn-account/

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey there, this sounds like it may be a question for WooCommerce Blocks team, or possibly an issue with Orvis not supporting new features.

    To confirm, could you use Healthcheck to switch to a newer theme temporarily, then see whether the issue persists? This will not affect the live site: https://www.ads-software.com/plugins/health-check/

    If the problem is only in Orivs, please update us here. If it persists with another theme, please reach out to the support for WooCommerce Blocks, which you can find here:

    https://www.ads-software.com/support/plugin/woo-gutenberg-products-block/

    Thread Starter mer

    (@merettekuijt)

    Thank you for the quick reply. So the issue is fixed with a different theme. This shows the shopping basket and checkout correctly. So it seems it is a problem related to Orvis.

    Hey there,

    It looks like there’s some styling missing in the theme, or it could be overwritten.

    Are you able to add the following into the site via Appearance > Customize > Additional CSS.

    .entry-content .woocommerce {
        color: #515151;
    }
    
    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
        border: 1px solid #b2b1b2;
    }

    Please let me know if there’s anything missing from these pages. Many thanks!

    Thread Starter mer

    (@merettekuijt)

    Hi Adam,

    That does seem to fix the issues. Thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Shop implementation issues’ is closed to new replies.