Forum Replies Created

Viewing 10 posts - 41 through 50 (of 328 total)
  • Author
    Posts
  • in reply to: Stickybits in Function.php #34207

    btw the code in style.css and function.php is code from developer.  please don’t delete anything without letting me know because they are working on project.  i will upgrade tonight or by morning.

    in reply to: Stickybits in Function.php #34205
    This reply has been marked as private.
    in reply to: Stickybits in Function.php #34199

    ok nothing i did seems to fix this.  its very annoying and doesn’t happen on any other sites on my mobile.  i removed all of the CSS additional code temporarily and tested it and still does that.  can you help me figure out where the error is coming from. every page is doing this.  https://bestfitbybrazil.com.  even my sandbox.bestfitbybrazil.com is doing same thing.

    in reply to: Hide elements on single product page conditionally #34193

    I figured it out.  “.postid-41557” is the unique page identifier, but it only lets me add the one element at a time “.clau-pro-tab”.

    .postid-41557 .claue-pro-tab{
    display:none!important;
    }

     

    in reply to: Stickybits in Function.php #34190

    Everything seems up to date on templates far as i can see.  so you think the script is causing this?  i will try to remove, but if that doesn’t work, not sure what to try next.  This scroll issue happens on every part of website for me but not on some other people using other types of mobile.  I use iphone 10.  but some of the different versions work fine.

    Woocommerce Status script shows template up to date like this:

    Your theme has a woocommerce.php file, you will not be able to override the woocommerce/archive-product.php custom template since woocommerce.php has priority over archive-product.php. This is intended to prevent display issues.
    Overrides

    claue-child/woocommerce/cart/cross-sells.php,
    claue-child/woocommerce/content-product.php,
    claue-child/woocommerce/content-single-product.php,
    /home/realmccoy101/public_html/wp-content/plugins/woocommerce-email-control/templates/emails/supreme/admin-cancelled-order.php,
    /home/realmccoy101/public_html/wp-content/plugins/woocommerce-email-control/templates/emails/supreme/admin-failed-order.php,
    /home/realmccoy101/public_html/wp-content/plugins/woocommerce-email-control/templates/emails/supreme/admin-new-order.php,
    /home/realmccoy101/public_html/wp-content/plugins/woocommerce-email-control/templates/emails/supreme/customer-completed-order.php,
    /home/realmccoy101/public_html/wp-content/plugins/woocommerce-email-control/templates/emails/supreme/customer-invoice.php,
    /home/realmccoy101/public_html/wp-content/plugins/woocommerce-email-control/templates/emails/supreme/customer-new-account.php,
    /home/realmccoy101/public_html/wp-content/plugins/woocommerce-email-control/templates/emails/supreme/customer-note.php,
    /home/realmccoy101/public_html/wp-content/plugins/woocommerce-email-control/templates/emails/supreme/customer-on-hold-order.php,
    /home/realmccoy101/public_html/wp-content/plugins/woocommerce-email-control/templates/emails/supreme/customer-processing-order.php,
    /home/realmccoy101/public_html/wp-content/plugins/woocommerce-email-control/templates/emails/supreme/customer-refunded-order.php,
    /home/realmccoy101/public_html/wp-content/plugins/woocommerce-email-control/templates/emails/supreme/customer-reset-password.php,
    /home/realmccoy101/public_html/wp-content/plugins/woocommerce-email-control/templates/emails/supreme/email-addresses.php,
    /home/realmccoy101/public_html/wp-content/plugins/woocommerce-email-control/templates/emails/supreme/email-customer-details.php,
    /home/realmccoy101/public_html/wp-content/plugins/woocommerce-email-control/templates/emails/supreme/email-downloads.php,
    /home/realmccoy101/public_html/wp-content/plugins/woocommerce-email-control/templates/emails/supreme/email-footer.php,
    /home/realmccoy101/public_html/wp-content/plugins/woocommerce-email-control/templates/emails/supreme/email-header.php,
    /home/realmccoy101/public_html/wp-content/plugins/woocommerce-email-control/templates/emails/supreme/email-order-details.php,
    /home/realmccoy101/public_html/wp-content/plugins/woocommerce-email-control/templates/emails/supreme/email-order-items.php,
    /home/realmccoy101/public_html/wp-content/plugins/woocommerce-email-control/templates/emails/supreme/email-styles.php,
    claue-child/woocommerce/single-product-reviews.php,
    claue-child/woocommerce/single-product.php

    in reply to: Sliding Issue #34187

    Really strange. Cause it only does it on this website.  I had host technician try his phone and he had same issue. I spoke about this on new ticket.  so you can answer there is you like.

    in reply to: Filter Carousel #34013

    ok, but you didn’t answer where i can edit the related products carousel at?  where is that element located? I thought it was on a page somewhere in wPBakery?

    in reply to: Filter Carousel #34008

    ok that removes it from everywhere not just this carousel.  I only wanted to remove from carousel.  by the way how do i get to this carousel?  its not auto rotating. where is the carousel editable at?

    Look at bottom under “related products”

    ALO Yoga Off-Duty Bomber Jacket (black cherry)

    in reply to: Spacing between products on shop page #33748

    So i put this code in css theme to cover mobile and desktop. Not working on either now.

     

    /* adjust space between product rows on mobile */
    @media only screen and (max-width: 768px) {
    .product {
    margin-top: 45px;
    }
    }

     

    and i tried this not working

    @media only screen and (max-width: 768px) {
    .products.jas-row {
    margin-top: 90px;
    }}

    /* adjust space between product rows on desk*/
    @media only screen and (min-width: 769px) {
    .product {
    margin-top: 40px;
    }
    }

    in reply to: Spacing between products on shop page #33733

    ok that worked thx!

Viewing 10 posts - 41 through 50 (of 328 total)