Forum Replies Created

Viewing 15 replies - 31 through 45 (of 70 total)
  • Thread Starter marko2002

    (@marko2002)

    Hi Mihai, sincere thanks for that and mighty impressed at the support and works a treat now, once we’ve gave the free version a good trialing we’ll def be looking at upgrading hopefully ??
    All best
    Marko

    Thread Starter marko2002

    (@marko2002)

    Unfortunately, the search bar feature is not available in the FREE version of the product.

    That’s unfortunate

    Not sure if we’re experiencing the same thing, but just this morning we noticed that our meta for the home page (which is manually entered on the page itself) has now changed from what we had entered to a random snippet from one of the categories?!?!

    Should be “Natural beauty that doesn’t have to cost the earth …..” and currently reading “The following shampoo bars from TillyOak contain Argan Oil …”

    What gives?
    Cheers
    Marko

    Thread Starter marko2002

    (@marko2002)

    Solved ??

    Thread Starter marko2002

    (@marko2002)

    Actually, after reading through and applying my ‘own’ logic it’s really as simple as adding a snippet to show a message on the checkout page, the ‘thank you’ message is taken care of by woocommerce so for anyone else looking for this we added the following snippet to our site:

    `add_action( ‘woocommerce_before_checkout_form’, ‘wnd_checkout_code’, 10 );

    function wnd_checkout_code( ) {
    echo ‘<h2>Please scroll down to complete your purchase</h2>’;
    }`

    • This reply was modified 3 years, 4 months ago by marko2002.

    Can indeed confirm it has been fixed ??

    To add my own experience to the mix, and tbh I can’t even be sure this is the right plugin which I was prompted to install, but I was using PayPal Checkout, have been receiving notifications for quite a while now to upgrade to “Paypal Payments” so gave it a try. Before we were very happy with the simple “Pay Now” from PayPal on single products, basket, checkout, etc but after “upgrading” to this recommended plugin the PayPal buttons weren’t even centre aligned on the basket, and even after un-ticking the option to display “Pay Later” they still appeared. We didn’t even have the option for credit cards enabled, yet at the checkout these too were showing as an opttion.

    After 5 minutes of enabling/disabling the various options we simply gave up as it’s clearly not ready for production. Could possibly be conflicts with other plugins but we disabled the PayPal Checkout module and still encountered these issues so we’re sticking with PayPal Checkout for now, it works, and works well.

    Thread Starter marko2002

    (@marko2002)

    @wpnomad, glad to hear it wasn’t intentional lol !! Thanks ??

    Thread Starter marko2002

    (@marko2002)

    **UPDATE**
    After having went through to the “woocommerce” dashboard and “dismissing” and “hiding” all the annoying setup processes, it appears the front end dashboard is back to normal now, although it still has to be said for existing shops this is really annoying and it’s the first time I can remember we have had to do this, no idea why it would want to “force” established shops to go through this process, new features I can understand, but existing ones it makes no sense whatsoever.

    Same here, it’s appearing on all pages too, really quite annoying, could this be fixed ASAP please.

    Think we’re experiencing the same issues, when attempting to “customise” the theme now we’re met with what looks like the default wordpress area for widgets, etc and not the usual customisation menu from “Appearance => Customize”. We can’t even create a menu now with the “show on child” options, it’s a total mess and we’ve even tried removing the themes and installing a new, fresh one, still the same from the customize panel, can this be looked at as a matter of urgency as it’s apparent something, somewhere is very wrong.

    Thread Starter marko2002

    (@marko2002)

    As per my previous post, yes I inserted the CSS and it fixed the issue ??

    Thread Starter marko2002

    (@marko2002)

    Unbelievably, I managed to stumble across the answer which was to insert the following into the CSS

    .woocommerce .cart-collaterals .cross-sells {
    display: block;
    width: 100%;
    }

    Strangely also, I had the following CSS inserted to show the upsells on mobiles but I’ve since removed it and it still works ok, guessing the above code is a one fix for both? …

    @media only screen and (max-width: 767px) {
    .woocommerce .cart-collaterals .cross-sells {
    display: block;
    width: 100%;
    }
    }

    Thread Starter marko2002

    (@marko2002)

    The mobile version is the same for us, that’s the reason we’ve went back to OceanWP, I did raise it at the same time as the update issue and let the guys know about the mobile issue via the ticket system but as yet nothing. Unfortunately the lack of active support on the forum likely means we’re not going to go to Astra anytime soon, it’s a theme in progress tbh and not for a site that is live.

    Thread Starter marko2002

    (@marko2002)

    Thanks for the reply, I would have thought that because what I’m looking for is actually already on the page it wouldn’t have been particularly difficult, the “Be the first to review …” is already within the “review” section when no reviews have been left, this technically is all I would need to be below the title on the page, ideally with a link to the review section, understand it’s probably not quite as simple as I think it is but I’m still hopeful someone might be able to point me in the right direction, if I do manage to figure it out myself I’ll post back ??
    Cheers
    Marko

Viewing 15 replies - 31 through 45 (of 70 total)