Forum Replies Created

Viewing 30 posts - 31 through 60 (of 105 total)
  • Avatar: luc
    luc
    Participant
    August 7, 2024 at 10:10

    Thanks a lot!!

    Avatar: luc
    luc
    Participant
    May 14, 2024 at 14:54

    Thanks for the fast reply.
    The pages: https://www.craftyponies.nl/crafty-ponies-paardenknuffel/
    https://www.craftyponies.nl/crafty-ponies-paardenknuffels/

    Please contact administrator
    for this information.
    Avatar: luc
    luc
    Participant
    April 9, 2024 at 07:23

    Then it works. But what makes it difficult now is that it works on the live site as wel when i’m logged in. Now I see that I only can visit the staging site when logged in as well.

    Avatar: luc
    luc
    Participant
    April 8, 2024 at 16:13

    I’ve disabled the swift caching plugins on the live version. Cleared the cache, but the problem is still there.

    Avatar: luc
    luc
    Participant
    April 8, 2024 at 14:47

    I have created a staging environment. You can deactivate any plugin you want. Thanks so far.

    Please contact administrator
    for this information.
    Avatar: luc
    luc
    Participant
    April 8, 2024 at 13:00

    Sorry, maybe you can see this screen recording: https://streamable.com/fl5m1t

    I have tried the normal single product view, the elementor single product builder and the xstore single product builder. All of them does not work.

    Maybe something in the global css is not right?

    /* Header */
    .et_element-top-level > a {
        font-weight: 500;
    }
    
    /* Breadcrumbs */
    .page-heading .a-center {
        border-top: 1px solid #E6E6E6;
        padding-top: 15px;
    }
    
    .woocommerce-account .page-heading .a-center, .woocommerce-wishlist .page-heading .a-center {
        border-top: none;
        padding: 0;
    }
    
    /* Buttons */
    .btn>a, .btn, .button, .single-post .form-submit input[type="submit"], .products-grid .product-details .button:not(.compare),
    .et-quick-view-wrapper form.cart .button, .swiper-slide .content-product .product-details .button, 
    .actions .btn, .woocommerce table.wishlist_table td.product-add-to-cart a,
    .form-submit input[type="submit"],
    .popup-added-to-cart .product-section-02 a {
        font-weight: bold;
        font-size: 16px;
        text-transform: none;
    }
    .single-product-builder .single_add_to_cart_button {
        font-weight: 700;
    }
    .read-more:before {
        width: 100%;
    }
    .read-more:after {
        opacity: 1;
        right: -20px;
    }
    .product-view-default .footer-product .show-quickly {
        border-radius: 20px;
    }
    .my_account_orders td .button {
        border: none;
    }
    
    /* Post image */
    .single-post .wp-picture img,
    article.blog-post .wp-picture.blog-hover-zoom{
        border-radius: 20px;
    }
    
    /* Sidebar widgets */
    .single-product .sidebar .sidebar-widget, .single-post .sidebar .sidebar-widget:not(.etheme_widget_satick_block) {
        border: 1px solid #E5E5E5;
        border-radius: 20px;
        padding: 35px;
        margin-bottom: 20px;
    }
    .sidebar-widget .widget-title,
    .sidebar-widget li a, .sidebar-widget ul.menu>li>a{
        font-size: 1.28rem;
    }
    
    /* woocommerce */
    .onsale,
    textarea, textarea.form-control {
    		border-radius: 20px;
    }
    .coupon input[type=text] {
    		border-radius: 20px;
    }
    .coupon input[type=submit] {
    		border-radius: 0 20px 20px 0 !important;
    }
    /* Single Product */
    .woocommerce-product-gallery.images-wrapper, .thumbnails-list .swiper-slide a {
        border: 0px solid #E5E5E5;
        border-radius: 20px;
    		padding: 5px;
    }
    .single-product-sidebar {
        margin-top: 1vw !important;
    }
    .etheme-sticky-cart .sticky_product_title,
    .etheme-sticky-cart .single_add_to_cart_button.button  {
        font-size: 100%;
    }
    
    @media only screen and (min-width: 321px) {
    		/* Products */
    		.content-product {
    				border: 1px solid #E5E5E5;
    				border-radius: 20px;
    				padding: 5px;
    		}
    		.single-product-builder .content-product .product-details, .content-product .product-details {
    				padding-bottom: 15px;
    		}
    }
    
    /* Account/Cart */
    #customer_login>div,
    .cart-collaterals, .order-review {
        border-radius: 15px;
    }
    
    @media(max-width: 767px){
    .sidebar.single-product-custom-widget-area {
        display: none !important;
    }
    .et_element.single_product-html_block.single_product-html_block2 {
        display: none !important;
    }
    }
    
    body .single-product-builder form.cart,
    body .single-product-builder form.cart .woocommerce-variation-add-to-cart {
         flex-direction: row !important;
    }
    .single-product-builder .et_product-block form.cart .quantity-wrapper:before {
        display: none;
    }
    body .single-product-builder .et_product-block .quantity-select,
    body .single-product-builder .et_product-block .quantity-select select,
    body .single-product-builder .et_product-block .single_add_to_cart_button {
        min-width: unset;
        margin: 0;
    }
    body .single-product-builder .et_product-block .cart .quantity {
        margin: 0 var(--single-add-to-cart-button-spacing, 15px) 0 0;
    }
    
    .single-product .mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-zoom-out.mfp-ready {
        z-index: 111043;
    }
    
    .page-id-29491 .et-single-buy-now, .page-id-29491 .et-or-wrapper {
        display: none !important;
    }
    .page-id-29500 .et-single-buy-now, .page-id-29500 .et-or-wrapper {
        display: none !important;
    }
    .page-id-29503 .et-single-buy-now, .page-id-29503 .et-or-wrapper {
        display: none !important;
    }
    Avatar: luc
    luc
    Participant
    April 8, 2024 at 10:17
    Avatar: luc
    luc
    Participant
    April 8, 2024 at 09:28

    Hi,

    I’ve tried to enable, disable and default setting. But now it is broken completely :O
    See my video: https://www.veed.io/view/32f0bebd-314d-46ae-a0b7-de51d6e812ec?panel=

    Avatar: luc
    luc
    Participant
    April 5, 2024 at 15:16

    I used safari and chrome. On the two browsers the problem exists.
    Did you reload the page? Maybe then at the second time it does not load that well.

    The problem is also on some buttons on the whole site.

    Files is visible for topic creator and
    support staff only.
    Avatar: luc
    luc
    Participant
    March 18, 2024 at 16:56

    Checkout url: https://www.allaboutkristy.nl/checkout/

    Please contact administrator
    for this information.
    Avatar: luc
    luc
    Participant
    March 18, 2024 at 15:01

    Hi!

    It works with the standard storefront active…
    It looked like this before the update even with xstore active? Also at another website it looks different.

    https://ibb.co/YbfYwQj
    https://ibb.co/n1KY5Wm

    Files is visible for topic creator and
    support staff only.
    Avatar: luc
    luc
    Participant
    February 8, 2024 at 14:38

    Yeah thanks that worked!

    Avatar: luc
    luc
    Participant
    February 6, 2024 at 14:02

    Oops, thanks 🙂

    Avatar: luc
    luc
    Participant
    November 24, 2023 at 10:46

    Thanks!
    I think we let it be the way it is now.
    At the time of building the website we used a template with wp bakery builder.

    Avatar: luc
    luc
    Participant
    November 7, 2023 at 18:22

    Disabling cloudflare and wp super cache te problem is not there.
    When only cloudfare enabled the problem is not there.
    When wp super cache enabled now the website is acting very strange. When clicking a url for example the logo of a menu item it starts downloading te page?

    https://ibb.co/ZNZ0Wnv
    https://ibb.co/9VQy4L4

    There was never any problem, I have updated nothing

    Edit: I’ve disabled wp super cache for now. I’ve tried WP-Optimize with caching on the downloading stops but the cart quantity keeps cached

    For now I have only turned on cloudflare, redis object cache but no regular caching method.
    About the redis: when cloudflare and wp super cache disabled the cart quantity is updating so it is not the redid object cache or cloudflare.

    Avatar: luc
    luc
    Participant
    November 7, 2023 at 10:20

    Thanks! I could not find the strings, but now I have. thanks

    Avatar: luc
    luc
    Participant
    November 2, 2023 at 16:02

    I found an alternative solution.
    I duplicate the original emails.
    Then select the other language. Don’t connect the languages. Then select the language only for the billing country. https://ibb.co/8MHq9WR

    Thanks for the support!

    Avatar: luc
    luc
    Participant
    October 31, 2023 at 14:42

    Hi,

    No problem.

    1. The video: See private
    When ordering in Dutch (native language) the mails are correct. When ordering in German or French the emails appear blank.

    2. This error was due to testing the DHL plugin. I forgot to enter the senders adres so the labels did not generate.

    Please contact administrator
    for this information.
    Avatar: luc
    luc
    Participant
    October 30, 2023 at 09:27

    Hi,

    Thanks for the reply.
    You can purchase any item. Mollie (the payment provider) is in testmodus. When selecting a payment method you will see a screen where you can give an option. (payment succes, pending ect.)

    This is the first site we translate with WPML. On other sites we use Weglot.

    Avatar: luc
    luc
    Participant
    October 27, 2023 at 15:10

    See private content area

    Please contact administrator
    for this information.
    Avatar: luc
    luc
    Participant
    October 27, 2023 at 14:48

    I’ve put the information in the private content area.
    Thanks for the reply.

    Please contact administrator
    for this information.
    Avatar: luc
    luc
    Participant
    October 23, 2023 at 19:27

    Thanks a lot it worked!

    Avatar: luc
    luc
    Participant
    October 23, 2023 at 08:58

    Hi,

    I want to hide section 7.
    https://ibb.co/pX2r6BL

    Avatar: luc
    luc
    Participant
    October 9, 2023 at 15:53

    Thanks a lot!

    Avatar: luc
    luc
    Participant
    August 28, 2023 at 08:57

    Thanks a lot!

    Avatar: luc
    luc
    Participant
    August 25, 2023 at 15:01

    Thanks! Looking forward.

    Avatar: luc
    luc
    Participant
    August 24, 2023 at 15:18

    See the private content area.

    Please contact administrator
    for this information.
    Avatar: luc
    luc
    Participant
    August 24, 2023 at 14:57

    Hi Rose Tyler,

    I’ve disabled the plug-ins that are not on your list.
    I also disabled the caching when loading the pages.

    The problem is still there.

    Luc

    Avatar: luc
    luc
    Participant
    August 21, 2023 at 10:31

    Thanks again!

    Avatar: luc
    luc
    Participant
    August 11, 2023 at 10:57

    Thanks again!

  • 1 2 3 4
    Viewing 60 results - 31 through 60 (of 105 total)
Viewing 30 posts - 31 through 60 (of 105 total)
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.