Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter dadodurakovic

    (@dadodurakovic)

    Hi carolm29 (woo-hc),

    your colleague asked me to change the theme and deactivate all plugins except woocoomerca. I still have the same problem. This is an affiliate shop that leads to another shop, something like amazon affiliate. I customized the button with the custom code. Before that, it also had the same function as now, only with different text.

    Thread Starter dadodurakovic

    (@dadodurakovic)

    Hi carolm29

    your colleague asked me to change the theme and deactivate all plugins except woocoomerca. I still have the same problem. This is an affiliate shop that leads to another shop, something like amazon affiliate. I customized the button with the custom code. Before that, it also had the same function as now, only with different text.

    anastas10s

    (@anastas10s)

    Thank you for reaching back, clarifying things further, @dadodurakovic.

    This is an affiliate shop that leads to another shop, something like amazon affiliate. I customized the button with the custom code.

    What is detailed here already falls outside the scope of support that our support staff can help out with here, I’m afraid.

    If you are needing help with customizations or troubleshooting WooCommerce and do not have a developer or company you can depend on, then we’ve got recommendations for you.

    Visit?https://woocommerce.com/customizations/?to find the right agency or developer for your specific needs.

    I trust that points you in the right direction, but if you have more questions, let us know.

    We’re happy to help.

    Thread Starter dadodurakovic

    (@dadodurakovic)

    Hi anastas10s, carolm29, Shameem, ckadenge, Rajesh K.

    I finally found a solution. The problem was in Photoswipe. This code helped and the site now works perfectly.


    // functions.php
    // Removes the style but breaks the lightbox altogether
    function dequeue_photoswipe_default_skin() {
    wp_dequeue_style(‘photoswipe-default-skin’);
    wp_deregister_style(‘photoswipe-default-skin’);
    }

    add_action(‘wp_enqueue_scripts’, ‘dequeue_photoswipe_default_skin’, 10); “

    Tx for everything!!!

    Plugin Support ckadenge (woo-hc)

    (@ckadenge)

    Hi @dadodurakovic,

    Glad to hear it – thanks for letting us know!

    I’ll mark this thread as resolved now. If you have any further questions, I recommend creating a new thread.

Viewing 5 replies - 16 through 20 (of 20 total)
  • You must be logged in to reply to this topic.