Title: Lomic's Replies | WordPress.org

---

# Lomic

  [  ](https://wordpress.org/support/users/lomic/)

 *   [Profile](https://wordpress.org/support/users/lomic/)
 *   [Topics Started](https://wordpress.org/support/users/lomic/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lomic/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lomic/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lomic/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lomic/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lomic/favorites/)

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/lomic/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/lomic/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Cannot upload member photo anymore, cover image works fine](https://wordpress.org/support/topic/cannot-upload-member-photo-anymore-cover-image-works-fine/)
 *  Thread Starter [Lomic](https://wordpress.org/support/users/lomic/)
 * (@lomic)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/cannot-upload-member-photo-anymore-cover-image-works-fine/#post-18277574)
 * Went a bit deeper in the rabbit hole and here is what I’ve found :
    - The hook (`um_members_in_profile_photo_tmpl`) **exists but has no registered
      actions**
    - The expected profile image **doesn’t load because nothing is hooked to this
      action**
    - I verified that `do_action()` works by manually adding a function
      I am using
      the last version of the plugin so I am a bit puzzled why this hook does not
      have registered actions.What should be the best course of actions ? Wait for
      an input from the author of the plugin or code a custom template that will
      retrieve the profile image without using this empty hook ?Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Cannot upload member photo anymore, cover image works fine](https://wordpress.org/support/topic/cannot-upload-member-photo-anymore-cover-image-works-fine/)
 *  Thread Starter [Lomic](https://wordpress.org/support/users/lomic/)
 * (@lomic)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/cannot-upload-member-photo-anymore-cover-image-works-fine/#post-18277036)
 * Hi missveronica, thanks for your input, but the extension used to work with my
   theme (wordpress base theme, nothing fancy).
   No new extension has been added,
   no CSS issue (there is not HTML code to display the image inside the link).I 
   went further in my investigations, the file for the profile picture is correctly
   uploaded and resized according to the settings of UM. So no issues with directory
   access or permissions (which would affect cover image too).Is it as if UM was
   not able (anymore, it used to) to find that their is a profile image to display(
   either when browsing members list, member profile or editing our own profile).
   Not sure at what point it fails, if it is when looking inside database, or if
   it is when building the code to display the image inside the link in the div “
   um-member-photo”.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Zion Builder – Website Builder for Speed & Creativity] Fatal error when activating the plugin on a local machine](https://wordpress.org/support/topic/fatal-error-when-activating-the-plugin-on-a-local-machine/)
 *  Thread Starter [Lomic](https://wordpress.org/support/users/lomic/)
 * (@lomic)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/fatal-error-when-activating-the-plugin-on-a-local-machine/#post-13804132)
 * Ok but I’ve chmoded the directory (and recursively the directories inside) with
   777 which is all access to any user, so I don’t think I can do much more on that
   point.
 * I’ve tried to install from the web as you suggest but it tries to use FTP and
   I don’t have a FTP server active nor open to internet on my local machine.
 * Is it possible to force it to use direct file system instead of FTP, so that 
   it will use the content of the plugin which is available inside “wp-content/plugins/
   zionbuilder” ?
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Zion Builder – Website Builder for Speed & Creativity] Fatal error when activating the plugin on a local machine](https://wordpress.org/support/topic/fatal-error-when-activating-the-plugin-on-a-local-machine/)
 *  Thread Starter [Lomic](https://wordpress.org/support/users/lomic/)
 * (@lomic)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/fatal-error-when-activating-the-plugin-on-a-local-machine/#post-13798032)
 * Hi, thanks for your reply.
 * I chmoded 777 my localhost directory, no possible access issues anymore.
 * Still errors :
 * `Fatal error: Uncaught Error: Call to undefined function wp_generate_password()
   in /home/lomic/websites/Zion/wp-admin/includes/file.php:669 Stack trace: #0 /
   home/lomic/websites/Zion/wp-admin/includes/class-wp-filesystem-ftpext.php(138):
   wp_tempnam('/home/lomic/web...') #1 /home/lomic/websites/Zion/wp-content/plugins/
   zionbuilder/includes/Environment.php(39): WP_Filesystem_FTPext->get_contents('/
   home/lomic/web...') #2 /home/lomic/websites/Zion/wp-content/plugins/zionbuilder/
   includes/Environment.php(55): ZionBuilder\Environment::get_config() #3 /home/
   lomic/websites/Zion/wp-content/plugins/zionbuilder/includes/Scripts.php(46): 
   ZionBuilder\Environment::get_value('outputDir') #4 /home/lomic/websites/Zion/
   wp-content/plugins/zionbuilder/includes/Scripts.php(36): ZionBuilder\Scripts-
   >setup_environment() #5 /home/lomic/websites/Zion/wp-content/plugins/zionbuilder/
   includes/Plugin.php(214): ZionBuilder\Scripts->__construct() #6 /home/lomic/websites/
   Zion/wp-content/plugins/zionbuilder/zionbuilder.php(77): ZionBuilder\Plugin->
   init() #7 in /home/lomic/websites/Zion/wp-admin/includes/file.php on line 669`
 * It is local on my machine, so not sure why you suggest an FTP issue.
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[10WebSocial] Feed only shows loading icon](https://wordpress.org/support/topic/feed-only-shows-loading-icon/)
 *  [Lomic](https://wordpress.org/support/users/lomic/)
 * (@lomic)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/feed-only-shows-loading-icon/#post-13674582)
 * [@bellol](https://wordpress.org/support/users/bellol/) : salut j’ai le même souci,
   mais on dirait qu’il est désormais résolu sur ton site, je vois ton flux Insta
   en place. Comment as-tu résolu le problème ?
 * J’ai tenté de reconnecter l’API, changer d’utilisateur etc… rien n’y fait pour
   l’instant. J’ai la dernière version de l’extension.
 * Merci !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[10WebSocial] Instagram Posts Not Showing. Spinning Circle](https://wordpress.org/support/topic/instagram-posts-not-showing-spinning-circle/)
 *  [Lomic](https://wordpress.org/support/users/lomic/)
 * (@lomic)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/instagram-posts-not-showing-spinning-circle/#post-13674567)
 * Same issue for me on version 1.4.7
 * Instagram account connected, feed set to use said account.
 * Loading circle showing.
 * Javascript error :
 *     ```
       Uncaught TypeError: Cannot read property 'standard_resolution' of undefined
           at Object.wdi_front.parseLighboxData (wdi_frontend.min.js?ver=2.4.7:1)
           at Object.wdi_front.smartPicker (wdi_frontend.min.js?ver=2.4.7:1)
           at Object.wdi_front.feedSort (wdi_frontend.min.js?ver=2.4.7:1)
           at Object.wdi_front.displayFeed (wdi_frontend.min.js?ver=2.4.7:1)
           at Object.wdi_front.saveUserData (wdi_frontend.min.js?ver=2.4.7:1)
           at Object.success (wdi_frontend.min.js?ver=2.4.7:1)
           at Object.success (wdi_instagram.min.js?ver=2.4.7:1)
           at i (jquery.js?ver=1.12.4-wp:2)
           at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2)
           at x (jquery.js?ver=1.12.4-wp:4)
       ```
   
 * Not sure if a cause or a consequence of not being able to access the feed.
 * Thanks for the help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Vision - Interactive Image Map with Hotspots Builder] How to add svg if WordPress refuse to load them](https://wordpress.org/support/topic/how-to-add-svg-if-wordpress-refuse-to-load-them/)
 *  Thread Starter [Lomic](https://wordpress.org/support/users/lomic/)
 * (@lomic)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/how-to-add-svg-if-wordpress-refuse-to-load-them/#post-11187078)
 * Thanks !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Home set to “Latest posts” no access if not loggued](https://wordpress.org/support/topic/home-set-to-latest-posts-no-access-if-not-loggued-2/)
 *  Thread Starter [Lomic](https://wordpress.org/support/users/lomic/)
 * (@lomic)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/home-set-to-latest-posts-no-access-if-not-loggued-2/#post-10476179)
 * Thanks for your reply !
 * I think it is set up correctly :
 * [https://nsa39.casimages.com/img/2018/07/09//180709021641654188.png](https://nsa39.casimages.com/img/2018/07/09//180709021641654188.png)
 * Althought I don’t find “Allow homepage to be accessible” or “Allow Category pages
   to be accessible” exactly maybe due to translation. There are no setting elsewhere
   with a matching name so…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[XML Sitemap Generator for Google] Submitted URL marked ‘noindex’](https://wordpress.org/support/?post_type=topic&p=10407941)
 *  [Lomic](https://wordpress.org/support/users/lomic/)
 * (@lomic)
 * [8 years, 1 month ago](https://wordpress.org/support/?post_type=topic&p=10407941#post-10475054)
 * Same issue here, any news from the developper before we all change to another
   plugin ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Home set to “Latest posts” no access if not loggued](https://wordpress.org/support/topic/home-set-to-latest-posts-no-access-if-not-loggued/)
 *  Thread Starter [Lomic](https://wordpress.org/support/users/lomic/)
 * (@lomic)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/home-set-to-latest-posts-no-access-if-not-loggued/#post-10450724)
 * Hi there, still having this issue…
 * I tried to remove the content that may be partially private and boom! The page
   is ok.
 * The content I display is a list of excerpts of “n” latest posts, some of them
   are open to everyone, some are private. But excerpts should be visible to anyone
   and if a non-member tries to access a private post/page he gets the login page.
 * That’s very annoying as I have to display at least the excerpts to everyone, 
   so they know what’s happening in the club.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ExactMetrics - Google Analytics Dashboard for WordPress (Website Stats Plugin)] Opt-out in place of opt-in makes GADWP not compliant with GDPR](https://wordpress.org/support/topic/opt-out-in-place-of-opt-in-makes-gadwp-not-compliant-with-gdpr/)
 *  [Lomic](https://wordpress.org/support/users/lomic/)
 * (@lomic)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/opt-out-in-place-of-opt-in-makes-gadwp-not-compliant-with-gdpr/#post-10390375)
 * Same issue here, I could paste the js from Google Analytics inside Cookie Notice,
   but I like the possibility to display a summary of GADWP in the dashboard.
 * If this plugin does not evolve to become compatible with GDPR, I will not use
   it anymore, sad.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ExactMetrics - Google Analytics Dashboard for WordPress (Website Stats Plugin)] Combine with Cookie Notice because script blocking](https://wordpress.org/support/topic/combine-with-cookie-notice-because-script-blocking/)
 *  [Lomic](https://wordpress.org/support/users/lomic/)
 * (@lomic)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/combine-with-cookie-notice-because-script-blocking/#post-10390350)
 * I am interested by this topic too !
 * Thanks !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Home set to “Latest posts” no access if not loggued](https://wordpress.org/support/topic/home-set-to-latest-posts-no-access-if-not-loggued/)
 *  Thread Starter [Lomic](https://wordpress.org/support/users/lomic/)
 * (@lomic)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/home-set-to-latest-posts-no-access-if-not-loggued/#post-10361485)
 * Hi, I still have my issue.
 * To get around, I tried to set up a static page, on which I displayed the latests
   posts via a plugin (Shortcodes Ultimate) and still that page ask for login !
 * In WordPress parameters, that page is set as static page for home, and thus is
   accessed via the domain name only : [https://cepc.bzh](https://cepc.bzh)
 * The website is set on acces to everyone, that particular page is set to show 
   content to everyone, when “Restrict access to this content?” is ticked, and when
   it is not ticked it does not change.
 * I need to fix that issue.
 * Thanks !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Home set to “Latest posts” no access if not loggued](https://wordpress.org/support/topic/home-set-to-latest-posts-no-access-if-not-loggued/)
 *  Thread Starter [Lomic](https://wordpress.org/support/users/lomic/)
 * (@lomic)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/home-set-to-latest-posts-no-access-if-not-loggued/#post-10289735)
 * Hi,
 * “Restricted Access to Posts” – post, page are checked.
 * But as mentionned in my original post, my homepage displays latest posts, hence
   there is no page “home” in my list of pages in WordPress in which I could modify
   settings of UM plugin.
 * Thanks !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Posts page displays all posts including private ones](https://wordpress.org/support/topic/posts-page-displays-all-posts-including-private-ones/)
 *  Thread Starter [Lomic](https://wordpress.org/support/users/lomic/)
 * (@lomic)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/posts-page-displays-all-posts-including-private-ones/#post-8969696)
 * Ok I figured out how to display excerpts of posts both private and public whithout
   displaying too much of the private ones : put the “More” tag in the right spot
   and it is ok 🙂
 * Sorry for bothering you with a dumb question 😉
    -  This reply was modified 9 years, 4 months ago by [Lomic](https://wordpress.org/support/users/lomic/).
      Reason: flag

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

1 [2](https://wordpress.org/support/users/lomic/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/lomic/replies/page/2/?output_format=md)