• Resolved koenmeloen

    (@koenmeloen)


    Hi,

    The plugin looks very promising but I can’t seem to get it working on the front end. In other topics I read you need to go to woocommerce->svi. But I can’t find this option. Where should I exactly look for the option to activate it on the front end?

    When I click on settings on the plugins page on the wordpress back end, I get an error page “wordpress you don’t have permission to access this page”.

    Kind regards,

    Koen

    • This topic was modified 7 years, 6 months ago by koenmeloen.

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

Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author David Rosendo

    (@drosendo)

    Hi,

    I guess maybe you are missing the reduxFramework plugin? required to work SVI.
    After that the option should appear at WooCommerce (Submenu) > SVI.

    Now if you dont have permissions, it’s because probably you are not Administrator, and despite me giving permission, someone else is removing it.
    Check with your developer.

    Cheers,
    David

    Thread Starter koenmeloen

    (@koenmeloen)

    Hey David,

    Thanks for your reply. The first one did the trick ??

    Plugin Author David Rosendo

    (@drosendo)

    Thanks,

    And please dont forget to review, really appreciate!

    Cheers,
    David

    Thread Starter koenmeloen

    (@koenmeloen)

    Now I have different problem. The images keep on loading and don’t show up ??

    Plugin Author David Rosendo

    (@drosendo)

    Hi,

    Try activating “imageLoaded” option on my plugin settings under Layout fixes.

    Cheers,
    David

    Thread Starter koenmeloen

    (@koenmeloen)

    Hey David,

    I don’t see that option. Only two options for pro version only.

    Plugin Author David Rosendo

    (@drosendo)

    That weird, because the option is there…

    WooCommerce > SVI > layout Fixes > Image Loaded

    Are you using latest version?

    Cheers,
    David

    Thread Starter koenmeloen

    (@koenmeloen)

    I have the latest version. Also for worpdress and woocommerce. Ah I’ve found it. It only shows up when svi is activated ??

    But still no luck with showing the images. Only the loader

    Plugin Author David Rosendo

    (@drosendo)

    Hi,

    Activate it, and let me check that page. You can contact me via email if you prefer on my website.

    Cheers,
    David

    Thread Starter koenmeloen

    (@koenmeloen)

    Hey David,

    I’ve activated svi and image loaded. This is a link to one of my products:
    https://koenmeloen.nl/product/naambord-edens-blauw-rood/

    Plugin Author David Rosendo

    (@drosendo)

    Checked!

    The problem is with your theme, tell your theme developers to put a condition on their JS where they look for the tag “o_href” so tag it doesn’t trow error and from there blocking my script from running.
    This can be is easily fixed.

    Cheers,
    David

    Thread Starter koenmeloen

    (@koenmeloen)

    Ah great! Is this something I can do? Maybe I can put some code in my child theme.

    Plugin Author David Rosendo

    (@drosendo)

    If you have JS knowlegde than yes…
    Just have to figure where the o_href is being called and put a condition on it.

    Thread Starter koenmeloen

    (@koenmeloen)

    Hi David,

    I’ve found the o_href. What condition do you mean i have to set here?

    Thanks for your patience btw ??

    Plugin Author David Rosendo

    (@drosendo)

    I believe if you put a IF condition wraping it like:

    if($product_link.attr('data-o_href')){
    var o_href = $product_link.attr('data-o_href');
    } else {
    var o_href = $product_link.attr('href');
    }

    Try this, on that line…

    If you remove the minify would be easier.

    • This reply was modified 7 years, 6 months ago by David Rosendo.
Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Not working on front end’ is closed to new replies.