Forum Replies Created

Viewing 15 replies - 16 through 30 (of 30 total)
  • Plugin Author Pranav Pathak

    (@pranavpathakjaora)

    Hi tjlconsulting,

    Thanks for using agreement plugin.

    It seems you havn’t enable plugin from admin, Please enable the same.
    I am not able to see agreement.js/agreement.css in view source. Once you enable Agreement plugin in admin you will be able to see agreement.js/agreement.css and some custom text related to your agreement popup in view source.

    https://cdn3.wpbeginner.com/wp-content/uploads/2016/02/installedplugins.png

    Whatever you did with link is fine.For example:-

    <a href="/home" id="agreement">Home</a>

    May be below link will help you how to enable plugin in wordpress https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/

    Please rate agreement plugin if you like it.

    thanks,
    Pranav Pathak

    Plugin Author Pranav Pathak

    (@pranavpathakjaora)

    Didn’t get any reply. That’s why closing this issue.

    Plugin Author Pranav Pathak

    (@pranavpathakjaora)

    Hi Steve.EC,

    Thanks for using username plugin.

    I am able to customize and see theme preview by clicking on theme details button with installed username plugin.

    Can you please give more details for the same like version of wordpress and username plugin.

    Please uninstall username plugin and check whether everything is working fine or not. If not then please try to uninstall other plugins as well.

    thanks
    Pranav Pathak

    Plugin Author Pranav Pathak

    (@pranavpathakjaora)

    Hi laalpert1,

    Thanks for using agreement plugin, If you find interesting this plugin please review and rate.

    Question 1.
    Is there a way to use mailto and not have a blank window open ?
    Mailto is your own custom functionality, that’s why I can’t say anything about that. But you can prevent to open next tab in browser.

    In aggrement.js file line 18-23, you will find below codes

    //Agree button redirect to new window with url.
        jQuery('#agree').click(function(){
            jQuery('.licence-agreementbase').fadeOut('slow');
            jQuery('.licence-agreement').hide();
            window.open(href,'_blank');
        });

    You need to edit line 22

    window.open(href,'_self');

    replace “_blank” to “_self”.
    Here we are saying jQuery to open link in the same window.
    Check wither functionality is working or not. I don’t have time to test the codes. Requesting you to please check and confirm.

    Question 2.
    This plugin doesn’t consider any third party thing. But yes there will be APIS (that you need to check), those help you to give details of mail application in mobile device.

    thanks and regards,
    Pranav Pathak

    Plugin Author Pranav Pathak

    (@pranavpathakjaora)

    Hi tajanator,

    First of all apologies for the problem you faced due to this plugin.

    This plugin is supposed to made to change user name and once username is changed, then you can disable/uninstall it. If you want to keep this in wp repository, still it will not create problem.

    I have tested this plugin with default setup and default theme. It might be there is a specific scenario where you faced issue. It could be nice if you share your custom page code,so that I can debug more into this.

    regards,
    Pranav

    Plugin Author Pranav Pathak

    (@pranavpathakjaora)

    Hi steveholguins,

    First of all sorry for late reply.

    No a user who is having role as an administrator can only change own username.

    That is not suggested to updated n number of user’ username. If still you want to do this. Then do below things.

    1.Take a backup of your database.
    2. Go to user table.
    3. Run a mysql query that will update all user’s username based on a formula (for username ex u1,u2,u3..).

    Note :- This activity is having very high risk.

    Hope this will.

    regards,
    Pranav

    Plugin Author Pranav Pathak

    (@pranavpathakjaora)

    Hi ddapson,

    First of all sorry for late reply.
    I didn’t try this.
    But Yes, you can do it.

    While creating a menu please add id=”agreement”, in which link you want to show agreement popup.

    for example :-
    In template header.php file:-
    <ul>
    <li><a href="/home" id="agreement">Home</a></li>
    <li><a href="/about-us" >About us</a></li>
    </ul>

    In wordpress by default we don’t have as such access to provide id while creating menu link at domain.com/wp-admin/nav-menus.php page.

    Hope this will help you.

    regards,
    Pranav

    Plugin Author Pranav Pathak

    (@pranavpathakjaora)

    Hi artisanweb,
    Thanks for download.
    Please insert id=”agreement” in your link tag.

    <a href="thefilename.pdf" id="agreement" >link</a>
    Plugin Author Pranav Pathak

    (@pranavpathakjaora)

    Ya,

    It is possible. But for that you have to configure Agreement plugin at different level.
    This plugin does not support this type of functionality right now.

    Plugin Author Pranav Pathak

    (@pranavpathakjaora)

    Hi Kiess,

    I checked link(https://www.stclairholdings.com/disclaimer/) which is provided by you and clicked on test, Agreement plugin is working fine for me in google crome browser as well as Mozila browser.

    Please check this link https://instagram.com/p/m1seLMtdMg/#
    It works fine for me. Link contain screenshot of your side.

    Plugin Author Pranav Pathak

    (@pranavpathakjaora)

    Hi kiess,

    Ya, May be you are right. It seems this is a conflict between Mootools and agreement.js as per your post.

    While investigating in your https://www.stclairholdings.com/disclaimer/ I clicked on test and got proper result.

    You can do one thing try Agreement plugin with different template, then it will work. I again checked this plugin with wordpress 3 and 3.8.3 version and it works fine for me.

    If you still getting problem in your theme I can suggest that please put your agreement.js file in footer.php file. May be it will work in your case.

    Hope this will work.

    Plugin Author Pranav Pathak

    (@pranavpathakjaora)

    Hi,

    You can’t use button_icon. Agreement plugin is made for only a href.
    you have to use [a href="yor link" id="agreement"]download [/a]

    Plugin Author Pranav Pathak

    (@pranavpathakjaora)

    Hi TSains,

    I checked your link https://www.mwlimited.com/downloads/ and find that agreement plugin is activated.

    You are using

    [a _blank"="" title=" Download  target=" href="https://www.mwlimited.com/wp-content/uploads/2014/03/GX120_160_200_English.pdf" class="more-button more-button-ltr"] Download [span class="icon download"]?[/span]
    [/a]

    Please insert id=”agreement” in a href and refresh page it will work like this.

    [a class="more-button more-button-ltr" href="#" title=" Download  target=" id="agreement" _blank"=""] Download 	[span class="icon download"]?[/span]
    [/a]

    Please note agreement plugin will only works in <a id="agreement" href="#">download</a> tag case.

    I did same as above and I run jquery via browser console you popup is working fine.
    If it still not works then try to run agreement.js in footer of your page.

    Plugin Author Pranav Pathak

    (@pranavpathakjaora)

    Hi Sunil.ch,

    I am agree with esmi Theme Diva & Forum Moderator.

    Username is unique for every user in wordpress.

    Although you can do some things like bellow to change Username.

    a. WordPress gives option to set your favorite name as username while running setup files in wordpress installation.

    b. You can also create a new user with administrator role and provide favorite username and then delete old admin user.

    c. If you want to change existing user’s username then you can also change it from database. That’s exactly my plugin do.

    Sunil, One more thing I want to clear plugins are made to enhance functionality of wordpress, not for block any function or User. Please change your view or opinion that standard plugins never destroy any thing.

    If you are asking about to change Username in profile page, then may be WordPress core developer can give the best answer about this.

    Plugin Author Pranav Pathak

    (@pranavpathakjaora)

    Hi Jasontd,

    Now it will work for more then one links in a single page.
    Please download new version of Agreement plugin.

Viewing 15 replies - 16 through 30 (of 30 total)