Patrik

Forum Replies Created

Viewing 15 posts - 376 through 390 (of 1,063 total)
  • Author
    Posts
  • in reply to: Geodirectory listings item edit format #6003

    Patrik
    Moderator
    Post count: 1971

    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,
    Patrik

    in reply to: 2 Issues with the main plugin + Addons #5993

    Patrik
    Moderator
    Post count: 1971

    Hi,

    We are looking into this issue and will fix and update you soon.

    Regards,
    Patrik

    in reply to: Geodirectory listings item edit format #5964

    Patrik
    Moderator
    Post count: 1971

    Hi,

    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,
    Patrik

    in reply to: ReCaptcha settings returning to default, reset #5963

    Patrik
    Moderator
    Post count: 1971

    It 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,
    Patrik

    in reply to: A few issues #5930

    Patrik
    Moderator
    Post count: 1971

    Hi,

    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,
    Patrik

    in reply to: A few issues #5927

    Patrik
    Moderator
    Post count: 1971

    Hi,

    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,
    Patrik

    in reply to: A few issues #5925

    Patrik
    Moderator
    Post count: 1971

    Hi,

    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,
    Patrik

    in reply to: Geodirectory listings item edit format #5923

    Patrik
    Moderator
    Post count: 1971

    Hi,

    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,
    Patrik

    in reply to: Profile shortcode stopped working on last update #5920

    Patrik
    Moderator
    Post count: 1971

    Hi,

    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,
    Patrik

    in reply to: 2 Issues with the main plugin + Addons #5895

    Patrik
    Moderator
    Post count: 1971

    Hi,

    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,
    Patrik

    in reply to: 2 Issues with the main plugin + Addons #5891

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.

    Patrik
    Moderator
    Post count: 1971

    Hi,

    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,
    Patrik


    Patrik
    Moderator
    Post count: 1971

    Hi,

    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,
    Patrik

    in reply to: ReCaptcha settings returning to default, reset #5879

    Patrik
    Moderator
    Post count: 1971

    Hi,

    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

Viewing 15 posts - 376 through 390 (of 1,063 total)