Patrik
Forum Replies Created
-
AuthorPosts
-
Hi,
The page scrolls to the top offset of the div but there is a header on your site so the div hides behind the header. You have to add the offset to the scroll so that it scrolls till the end of the header edge. Try the following code and let me know if it works for you:
var $root = $('html, body'); $('a[href^="#"]').click(function() { var href = $.attr(this, 'href'); $root.animate({ scrollTop: $(href).offset().top + 118 }, 500, function () { window.location.hash = href; }); return false; });
You can change ‘118’ to the exact height of the header. The login details provided are not working so I am not able to check.
Regards,
PatrikHi,
We are looking into this issue and will fix and update you soon.
Regards,
PatrikHi,
This change is for scrolling to the content after clicking on the link so the user don’t need to scroll to see the content. The page will always reload when you click on any tab and then scrolled to the content of the tab.
Regards,
PatrikIt should be not due to spam or maybe someone deactivated or the plugin file error. You can activate and see if this happens frequently then let us know.
Regards,
PatrikHi,
In our latest bootstrap layout, we have only parent level tabs and the subtabs only if there are required like CPTs for listings, etc. You can add topics, subscriptions and all via form builder for profile tabs. We are working on more UI improvements. The Forums tab having all the above subtabs in non-bootstrap style which you can switch from UsersWP->General->Developer->Default Design Style or you can add all individually in profile tabs via form builder.
Regards,
PatrikHi,
I have checked subtabs and are working for me. If you can give a screenshot and steps/description for more idea would be helpful. Regarding add ons, you can keep watch on our https://userswp.io/downloads/category/addons/ page. Messaging add-on will be also available in the future. For tabs dropdown, we are thinking of an alternative and will be coming with the solution so I would suggest waiting for that.
Regards,
PatrikHi,
It would be great if you can provide admin and FTP details in private reply and let us know the issue so we can help you very quickly and you can launch on time. Also, explain your issue in detail. If you want to show the forum in profile tab then you have to use our bbPress add on and add a profile tab from UsersWP->Form Builder->Profile Tabs. The message feature is not available yet as it is under the development phase.
Regards,
PatrikHi,
The tabs are actually links. It will reload the page all the time you click on the tab. This was there in our older UWP version as well. Let us know what exactly you want to do.
Regards,
PatrikHi,
I found the following CSS in style.css of the kleo child theme which is hiding the output of the shortcode:
div.uwp-profile-header { display: none; }
You can check after removing this CSS and also let us know how it was looking before or what you want to show there? You can also try our login widget which will display a user’s avatar, name and logout link there if you are looking for similar things.
Regards,
PatrikHi,
The issue seems to be due to select2.js which is loaded by our plugin, Yoast SEO and the avada theme. We have checked with the Yoast but if possible then can you please provide FTP details in private reply the we can do troubleshoot with the theme as well?
There is no guest post section on profile page. You can add posts to the profile tabs. Can you explain bit about what you want regarding the guest post?
Regards,
PatrikThis reply has been marked as private.November 18, 2019 at 11:03 am in reply to: Facebook Profile Picture wasn't Pulled Using Social Facebook Sign Up #5888This reply has been marked as private.November 18, 2019 at 8:44 am in reply to: Facebook Profile Picture wasn't Pulled Using Social Facebook Sign Up #5885Hi,
Some time due to user’s privacy settings on Facebook, if the email is not shared with our addon but the only username is shared then the dummy email was generated automatically from the username. But due to other customer’s requests about users must have an email address, we have displayed this error.
Regards,
PatrikNovember 18, 2019 at 7:18 am in reply to: Facebook Profile Picture wasn't Pulled Using Social Facebook Sign Up #5883Hi,
That error we have added when the email address is not returned from the facebook instead of creating dummy user email. You can enable setting UsersWP->Social->Let the user enter email? and Let the user enter username? which will allow users to enter their email and username.
Regards,
PatrikHi,
We found the issue and fixed it. It will be available in the next release. This happens only when you reactivate the plugin.
Regards,
Patrik -
AuthorPosts