Lomic
Forum Replies Created
-
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.
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”.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.
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 669It is local on my machine, so not sure why you suggest an FTP issue.
Thanks.
Forum: Plugins
In reply to: [10WebSocial] Feed only shows loading icon@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
In reply to: [10WebSocial] Instagram Posts Not Showing. Spinning CircleSame 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.
Thanks !
Thanks for your reply !
I think it is set up correctly :
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
In reply to: [XML Sitemap Generator for Google] Submitted URL marked ‘noindex’Same issue here, any news from the developper before we all change to another plugin ?
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.
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.
I am interested by this topic too !
Thanks !
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
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 !
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 !
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, 2 months ago by Lomic. Reason: flag
- The hook (