doctorbr
Forum Replies Created
-
Done! ??
Done!
Version 4.12.1 fixed the problem. ??
Thank you very much!
Hello @cteduard
But can I still use the settings file (.dat), exported from the customizer of the theme, or I need to create a website from scratch?
Thanks in advance!
Hi, @cteduard
But I made downgrade on the 20th, as I said at the beginning … ??
Can I still use the settings file (.dat), exported from the customizer of the theme?
Thanks in advance!
Hello, @voltronik
It worked! ??
Now I need to disable some WordPress emails and learn more about Better Notifications for WP.
Thank you very much!
Hello @cteduard
Could you tell what problems might arise? ??
I think knowing in advance what could happen will be very useful.
I probably now needed to create a website from scratch. So I hope the Blocksy settings file hasn’t suffered any problem! ??
Thanks in advance!
- This reply was modified 5 months ago by doctorbr.
Hello, @cteduard
I will wait and update when the new version is released to everyone. But I have a question:
When downgrading the health of the site is harmed in some way, such as the database?
Thanks in advance!
Hi, @gappiah ??
Yes, I’m using the Latest Comments Block:
Latest Comments block
Maybe add a snippet to the WPCode plugin solves the problem. But I don’t know how to create the code. You would know?
As for changing the date
WP-RelativeDate seems to do what I need, but is it safe to use an old and not popular plugin like it?
Meks time ago is more popular, but it seems to change only the date of the posts, not the comments.
Thank you so much for answering. ??
Forum: Themes and Templates
In reply to: [Blocksy] How to show the LOG OUT option on mobile devicesHello, @cteduard
Someone posted about the element account in the Facebook group:
When using the “Account” block in the menu or mobile menu – if you use the drop-down – the account block (link) becomes unusable.
Is there a way to preserve the use of the account dropdown but switch it to use a link in mobile view? Otherwise, once my users login they can’t actually access the drop-down and any of their account options.
https://web.facebook.com/groups/blocksy.community/posts/1688769028616215/
Please explain the problem to developers. As the element account is currently it is impossible to use it! ??
Thanks in advance!
Wow! It would have been easier if you had shown the code. ??
Now I miss two features in the plugin:
- Google One Tap (pop-up);
- Name Synchronization.
But still, Nextend Social Login is excellent (5 stars) ??
Thank you so much for all the help.
Hello, @robertnextendweb
Fatal error: Uncaught TypeError: Cannot access offset of type string on string (…)
After activating the code below the above error came:
add_action('nsl_login', function($userData, $provider){ $userData['username']=$provider->getAuthUserData('first_name').'-'.$provider->getAuthUserData('last_name'); return $userData; },10,2);
If you cannot provide the code to synchronize the Google account profile name, please consider updating the plugin as a suggestion. ??
Thank you so much for all the detailed explanations and for helping me with the shortcode. ??
Forum: Themes and Templates
In reply to: [Blocksy] How to show the LOG OUT option on mobile devicesHello, @cteduard
Eduard, what is the HTML code that keeps the user on the same page after they click the “Log Out” item?
My question is if one more HTML element would really solve the problem. Or if the only way would be to duplicate the “log out” item from the modal to large screens. ??
But, as current element account settings do not change when selecting “mobile” or “computer”, I have the impression that an update is needed on Blocksy …
If so, please make available the “log out” item for mobile devices as well. It makes no sense to have the option only for large screens. ??
Thanks in advance!
- This reply was modified 6 months ago by doctorbr.
Forum: Themes and Templates
In reply to: [Blocksy] How to show the LOG OUT option on mobile devicesHello @cteduard
I needed the HTML element to add a Google login button:
So I added your link to the navigation menu as a custom link, but it also appears in the modal on computers. ??
Please, what else can I try?
P.S. If possible, I would like to use the standard link from Blocksy, as it redirects the user to the same page. Your link not. ??
Thanks in advance!
Hello, @robertnextendweb
I used the HTML element of the Blocksy theme and this shortcode to add the login button to the navigation menu
[nextend_social_login provider="google" style="grid" labeltype="login"]
Will I have problems with Google for lightly changed the button? Look:
These were the modifications:
div.nsl-container-grid .nsl-container-buttons a { margin: 1px; } div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container { margin: 1px; padding: 7px; } div.nsl-container .nsl-button-default div.nsl-button-label-container { margin: 0 12px 0 12px; padding: 10px 0; font-family: Roboto !important; font-size: 1rem !important; }
About how to synchronize the name when it is edited on the Google account profile, I couldn’t understand what to do. Please, could you explain in detail or create a tutorial?
P.S. I use the WPCode plugin for snippets.
Thanks in advance. ??