Forum Replies Created

Viewing 15 replies - 1 through 15 (of 91 total)
  • Thread Starter Morphim

    (@morphim)

    Thanks for the reply.

    Unfortunately, as you saw, I need to back-up single sites then import them into a multisite environment, so your plugin won’t work for this.

    Shame as I like how your migration works.

    I appreciate your time all the same

    Thread Starter Morphim

    (@morphim)

    Don’t worry. My fault. I forgot I’d disabled Woocommerce for something else a few days ago. Having Woo active has fixed the issue.

    However, it would be good to have a ‘woocommerce is required for this plugin’ message rather than ‘critical error’ if Woo isn’t active or installed.

    Thread Starter Morphim

    (@morphim)

    No reply to this in almost a week?? No update in 10 months?

    I’ve assumed you’ve abandoned it, despite having my money for premium. It’s a shame as this worked quite well when it worked.

    I’ve moved on to a different plugin.

    I’d recommend either SmashBalloon or Spotlight social / instagram feed plugins.

    • This reply was modified 2 years ago by Morphim.
    Thread Starter Morphim

    (@morphim)

    I see the demos on your website, demonstrating the plugin, where you link to Instagram aren’t working either. I guess an API change has occured in the last week. Any idea on a fix or do I need to find a new plugin?

    Just as an alternaive, I think the issue occured when Elementor changed to version 3.6 back in March 2022??

    I have two elementor addon plugins from Themesile, both of which are no longer updated / supported due to a change in the core elementor code of 3.6.
    I’ve used both in a number of sites, all of which are now broken.

    If the sites that are affected are read only with no real content updates, as in my case, you can rollback the Elementor plugin to version 3.5.6, just before version 3.6 was released.

    This resolves the conflict.
    Just add a new plugin on the back end by searching ‘rollback’ I used ‘WP Rollback’ which adds a ‘rollback’ option under each plugin. Click the rollback for Elementor then just scroll down to 3.5.6 and select it.

    This is the easiest thing for me to do on historic sites as the alternative is to re-create all of my menus on all sites.

    Hope this helps.

    • This reply was modified 2 years, 8 months ago by Morphim.
    Thread Starter Morphim

    (@morphim)

    I’ll answer my own question here.
    I used both ‘quick search’ shortcode but not the ‘quick search results’ and the regular woof shortcode with heirarchy dropdowns and this worked.

    I get a text search field at the top which dynamically displays results in a dropdown and below the regular heirarchy dropdown with all products in a grid.

    This seems to work OK.

    This is my shortcode:

    [woof_quick_search]
    [woof]
    [woof_products]

    It’s a shame turbo doesn’t work with heirarchy though.

    I know this was a few months ago but in case it helps anyone else:

    This code from above will display the ‘rollover’ information (the color overlay, title and description) permanently over the image on mobile:

    @media(max-width : 767px){
    .eihe-box .eihe-caption {
    opacity: 1;
    transform: none;
    }
    }

    This will disable to ‘rollover’ state totally on mobile – so just the image:

    @media(max-width : 767px){
    .eihe-box .eihe-caption {
    display:none;
    }
    }
    Thread Starter Morphim

    (@morphim)

    Don’t worry. I found it. It was within the theme I’m using. I’ll let them know. Apologies : )

    Thread Starter Morphim

    (@morphim)

    Thanks for the replies ; )
    Answering myself here.

    For anyone else who would like to create a straight, horizontal shape divider, the css above works but I discovered this can also be done with the native Elementor gradient background.

    What I wanted was my section to have a black bg at the top half and white for the lower half, behind my content. I could have done this with an image but responsive height would have been a pain.

    Select ‘gradient’ from background type then set each colour at 50 (for 50%), type ‘linear’ (although you can also get funky, solid colour results from ‘radial’) and angle to 180 (an angle of zero will swap the colours top to bottom)

    The 50% can be altered, as long as both number add up to 100% – eg. 20 and 80 will give a smaller colour band at the top.

    Hope this helps someone else.

    Thanks me : )

    Thread Starter Morphim

    (@morphim)

    OK. I’d still be interested in a straight, horizontal shape divider for sections (maybe an angle selector for the triangle?)

    But, I have just done this with css and it seems OK:

    Give the section a class of ‘grad-bg’ in this case

    .grad-bg {
    background: linear-gradient(
    to bottom,
    #1b1d1d,
    #1b1d1d 50%,
    #fff 50%,
    #fff
    );
    }

    Basically a gradient with no graduation; just solid colours set to 50% each.

    Thread Starter Morphim

    (@morphim)

    By the way; I mean the shape divider in the ‘section / style’ rather than the divider widget

    Thread Starter Morphim

    (@morphim)

    I’ve just seen that, when analysing the Linkedin return short url, the actual redirection is correct but it has placed /Test at the end of the url.

    I have no idea where this has been generated from?

    Thread Starter Morphim

    (@morphim)

    Sorry. Ellipese displays like this (should have used the ‘code’ tag:

    […]

    Thread Starter Morphim

    (@morphim)

    Hi again.

    Thanks very much for this (again : )
    Apologies, I didn’t see the CPT setting at the bottom. Now the meta box displays on the product page, which is great. Thanks.

    However, I’m still having a couple of problems.

    When posted to Linkedin, the link back to the post just redirects to the homepage.
    The reason for this, is that I have a 404 redirect for pages not found. I think the link back isn’t for the product page, so it can’t find it.
    Is it something to do with the below?
    I have sharing set to ‘simple’ them this:
    New Job: [POST_TITLE] – [POST_LINK][POST_EXCERPT]

    Since they aren’t posts as such, is this a problem?

    Would ‘advanced’ over-ride this?

    Also the & symbol is rendering as &amp and the ellipses are displaying as this […]
    Is there a way to stop this and make them display properly?

    Thanks very much again. I really appreciate your free plugin and that you support it.

    Thread Starter Morphim

    (@morphim)

    Hi Martin

    Thanks very much for the reply and instructions.
    However, I forgot to mention that I’m using Woocommerce rather than posts. Therefore the share section you mention isn’t on the product edit page. I can share unshared products via the main product list (not shared – share now) but can’t clear the ones already shared to be able to reshare.

    I know this is a big ask but is there a way to register your plugin to work with woocommerce products (I guess CPTs?)
    Or some other way of clearing the shared status so they show as unshared?

    A function or code hack would be really great if you are able.

    Thanks very much in advance

Viewing 15 replies - 1 through 15 (of 91 total)