• Resolved webmaxter80

    (@webmaxter80)


    Hello, I need help with UM plugin.
    Into “Link to the page you need help with:” I add link about page with issue to fix: how You can see in this page there is nothing (when in other pages like this one – for example https://www.expositio.it/user/annamaria-bellutti/ – there are all the artworks about that artist); every artist page should have all the artworks about that artist (every artwork is uploading like a product).
    If You navigate into this page:
    https://www.expositio.it/artisti/
    You could see all the artists into website and, clicking on everyone of them, You will be redirected to the page relating to that artist; on this page there should be all the artist’s works on display but, as You can see, in some pages they are present while in others they are not …
    I do not understand how it is possible that some pages are ok and others are not, when the procedure for viewing is the same for all the artworks of the artists.
    Is there someone that could help me please?
    I can share a temporary login without password to check the problem and fix it.
    Thanks to anyone.

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

Viewing 15 replies - 16 through 30 (of 37 total)
  • Thread Starter webmaxter80

    (@webmaxter80)

    Hello to everybody (Champ Camba & Veronica) … I’m navigating into my “Artisti” pages console to check issue to fix and I found all the javascript snippet codes that You pointed out to me but, in many of these, the works are perfectly visible while in Elvira Canni’s they are not, that’s what I don’t understand: errors are everywhere but they seem to change results from one page to another; I hope I have explained myself …
    Thanks for Your availability.

    @webmaxter80

    Are you using the shortcode [woocommerce_product_filter_products] for creating the display of product images?

    I found another Woocommerce shortcode without doing any output close to this issue: [woocommerce_product_filter]

    • This reply was modified 3 years, 6 months ago by missveronica.
    Thread Starter webmaxter80

    (@webmaxter80)

    Hi Veronica, this shortcode I think was for filtering artists into Artisti page, I can’t find it into my pages.
    In every page CSS code that show images (products) is this:
    ul.products.hover-slider.main-products.layout-standard.columns-4.tessst
    with N

    • for every product uploaded by artist X; shortcode that I use into Opere page is this:
      [wpuf_dashboard post_type=”product”]
      but this need to show ALL products into Opere (Shop) page.
      Thanks.
    Thread Starter webmaxter80

    (@webmaxter80)

    Sorry, I explain it better.

    Hi Veronica, this shortcode I think was for filtering artists into Artisti page, I can’t find it into my pages.
    In every page CSS code that show images (products) is this:
    ul.products.hover-slider.main-products.layout-standard.columns-4.tessst
    with N “

    • ” for every product uploaded by artist X.
      Shortcode that I use into Opere page is this:
      [wpuf_dashboard post_type=”product”]
      but this need to show ALL products into Opere (Shop) page.
      Thanks.
    Thread Starter webmaxter80

    (@webmaxter80)

    Sorry again:

    Hi Veronica, this shortcode I think was for filtering artists into Artisti page, I can’t find it into my pages.
    In every page CSS code that show images (products) is this:
    ul.products.hover-slider.main-products.layout-standard.columns-4.tessst
    with N li tag for every product uploaded by artist X.
    Shortcode that I use into Opere page is this:
    [wpuf_dashboard post_type=”product”]
    but this need to show ALL products into Opere (Shop) page.
    Thanks.

    Hope this time is correct ??

    @webmaxter80

    Conclusion now:

    The “WP User Frontend” plugin shortcode “wpuf_dashboard” will sometimes not display your Woocommerce products. No HTML code is being returned by the shortcode.

    So far I have not found anything which makes this a valid issue in the UM support Forum.

    Thread Starter webmaxter80

    (@webmaxter80)

    Hi Veronica, so there is no solutions for my issue? Do I have to keep the site with one (I just hope that) page that doesn’t work properly?
    Thanks.

    Thread Starter webmaxter80

    (@webmaxter80)

    Hi Veronica, I have a question for You: it would be possible to add, into functions.php, a function that check if the artist page is about Elvira Canni and then add all its artworks by IDs?
    Thanks.

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @webmaxter80

    You can check it with the following code but you will have to modify it to display artworks:

    if( um_is_core_page("user") ){
        if( um_profile_id() == "<insert elvira canni's user ID>" ){
            echo "Display artworks";
       }
    }

    Feel free to re-open this thread if there’s any question that may come up.

    Regards,

    Thread Starter webmaxter80

    (@webmaxter80)

    Hello, thanks for Your reply.
    I see, with Inspect Element, that into Elvira Cannì page there is this line of code:
    “<ul class=’products hover-slider main-products layout-standard columns-4 tessst’>” without any “

    • ” into; so why this page can’t upload Elvira Cannì products?
      All the JavaScript errors that You have reported to me are in all Users page but only in this one products are not visible…
      Thanks.
    Thread Starter webmaxter80

    (@webmaxter80)

    Sorry, “without any ‘li’ into;”

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @webmaxter80 Please do not create duplicate topics. I have archived your new one.

    Thread Starter webmaxter80

    (@webmaxter80)

    Hello Jan, I know this … but is more than a month that I try to fix this bug by writing on this forum and I still haven’t found any solution.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Then consider another plugin.

    If you create new topics for the same thing then they will be archived when found.

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @webmaxter80

    Are you trying to make the gallery show for a specific user profile or do you need to display artworks/gallery dynamically? Could you please provide greater details?

    Regards,

Viewing 15 replies - 16 through 30 (of 37 total)
  • The topic ‘UM Directories’ is closed to new replies.