Search Results for 'Add Url'

Viewing 25 results - 826 through 850 (of 1,656 total)
  • Author
    Search Results
  • #97520

    Jason Emanuelson
    Participant

    Good day Shahriar,

    I thought the same things before creating this ticket and worked with their firewall group and had opened up that url and the ip associated to it, but still no go. It does gather updates and installable add-ons, but will not validate the license for some reason. Does it need a resolvable url to authenticate to? In this case, there would not be a publicly resolvable url. Would it be possible to get the verified version for this case? If it is hard-coded to a license, can you use the first one, as that is the second was just to see if it would kick-in with a different license key.

    Thank you!
    -jason

    #97457

    paymentollancecom
    Participant

    Ok, I got it. I want to know how to get link add to cart an item. I found this shortcode [addtocart_url] but in my case, I use license manager, there are 2 versions. How to create a link that add version 1 for example?

    Link is https://domain.com/?addtocart=1234

    #97221

    Cioka Creativa
    Participant

    Hi,

    I have installed the Form Lock add-on in my site and the result is very disappointing. I have followed the usage instructions but the result is not the expected.

    Please check this URL https://hre.es/descargas/ and search for: Aplicaciones_Hidraulica_Proporcional 2018 to realise about the following issues:

    1.- The form is not correctly shown. There is no enough space for the form. Hoe could I give the enough espace to each download file block?
    2. Initially, the form should be hidden and only appear when the download button is clicked. How could I set this?
    2.- It is possible to send the form without filling any gap and this is not hoe a form plugin works when there are required gaps, error messages from form plugin should be appearing. On the contrary, what happens when you click on the form button is that a no css at all page is charged. How could this fixed?

    Please I need your help

    #97212

    Bob Hall
    Participant
    This reply has been marked as private.
    #97126

    Shahriar
    Moderator

    If your product is free for download then you can just add the URL to the package. User will be redirected to the URL when they click the download link.

    #97048

    Hello,

    I need to know how to change the URL from the development address to the live domain for my license.

    Thanks

    Hello,

    I need to know how to change the URL from the development address to the live domain for my license.

    Regards,

    Martin

    #96744

    In reply to: Mailchimp Addon


    Shahriar
    Moderator
    This reply has been marked as private.
    #96639

    Shahriar
    Moderator

    Please get your sandbox API credentials from here https://developer.paypal.com/docs/classic/lifecycle/sb_credentials/

    About the twitter lock, have you added your site URL in “Callback URLs” field in APP Settings?

    #96528

    Jaclyn
    Member

    I’ve been testing the front-end of my website and noticed the following:

    1. When I go to edit a package the category get deselected
    2. If logged in as Author on the front-end only I can edit any package regardless of what user created it. ie. I can use this url and change the the number of the package to edit it: https://wbabin.com/my-papers/?adb_page=edit-package/649/. If I try the similar way to edit on the back-end it says Sorry, you are not allowed to edit this item. Which I would expect the front-end to do the same.

    ** Please disregard capture-1.jpg as I accidentally added it and can’t delete it. Capture-2 is the screenshot to refer to.


    Shahriar
    Moderator

    I have updated the code above. Try that version. After adding the code clear the browser cache or go to the following URL and SHIFT + Reload the URL.

    https://hub.viveve.com/wp-content/plugins/download-manager/assets/js/front.js

    #96450

    Adam C
    Member

    @Shahriar thank you. Unfortunately, I am still stuck. I logged in to your site and got my key. First, in my user dashboard in wpdm.com, the API key modal still shows the old URL under “Linked Sites:” Second, when I log into my WP website’s admin back-end and try to enter my API key via Downloads > Setting > License, paste the API and click “Save Settings” I get a message “Invalid License Key”. It appears that perhaps the API key was not unlocked. Additional help would be appreciated. Thank you.

    #96349

    Alessio
    Participant
    This reply has been marked as private.
    #95965

    Sidney Roesel
    Participant

    When I click on “Addons” in the download menu I get the following error message:

    cURL error 7: couldn’t connect to host

    What does this mean and how do I/you fix it?

    #95886

    Vips Uth
    Member

    thanks for the info. I updated the plugin and now when I click on forgot password, it does take me to the appropriate screen. However, when I enter in my email address or my username, and it says that Mail sent, I don’t actually receive anything in my email. I even changed my email address and got notification of that very quickly so not sure what is going on. Our dashboard short code has flaturl=0 in case that makes a difference?

    David Maran, is everything working for you?

    eta: Never mind. Seems it was a set up issue with the Email address in our General > Settings. We updated it and I now receive the password reset request. Thx!

    #95820

    In reply to: Login


    Shahriar
    Moderator

    Set your login and dashboard pages in Settings Frontend. The add the following code to your theme’s functions.php file. That should redirect the user to the dashboard after login,

    add_action( 'template_redirect', 'wpdm_login_redirect' );
    function wpdm_login_redirect(){
        if( is_user_logged_in() && get_the_ID() == get_option('__wpdm_login_url') ):
            wp_redirect( get_permalink( get_option('__wpdm_user_dashboard') ) );
            exit();
        endif;
    }
    #95700

    In reply to: External links


    Shahriar
    Moderator

    Yes, just add the URL from Attach Files meta box. Use the URL tab.

    #95699

    Shahriar
    Moderator

    Do you have access to the database? If yes, then just delete all entries of wp_ahm_emails table.

    The other option is adding the following code to your fuctions.php file and then visit this URL ( added &task=delete-all at the end of URL in subscribers page ) wp-admin/edit.php?post_type=wpdmpro&page=wpdm-subscribers&task=delete-all

    https://codeshare.io/GANVWw

    https://www.evernote.com/l/AUfv3LnuIVBFcJ2IENahj7P6yD1csAyKjPYB/image.png

    #95694

    Shaun Wright
    Member
    This reply has been marked as private.
    #95629

    My Membership plugin options return error but will eventlly show page but membership is not working.. Here is one of the error messages:

    Notice: Use of undefined constant WPDM_FONTAWESOME_URL – assumed ‘WPDM_FONTAWESOME_URL’ in
    home/content/p3pnexwpnas04_data02/93/42067393/html/wp-content/plugins/wppromembership/wppromembership.php
    on line 243

    When setting resolves this is what is shows on payments:

    Fatal error: Uncaught Error: Call to undefined function wpdmpp_currency_code() in
    /home/content/p3pnexwpnas04_data02/93/42067393/html/… wih wp-content/plugins/wppromembership/payment-methods/authorize_net.php:54
    with addional error messages at end.

    I deactivated and activated and also deleted and reinstalled plugin. Any hints as to a fix? Thanks…

    #95594

    splink
    Member

    Hi,
    some time ago we bought a download manager pro license. When we bought it, we put the URL of the testing website (afemefa.XXXX.XXXXX.com), and now I realize that it was not changed when we published the website and it did not allow me to add the key to the real domain: afemefa.com. Could you change it?
    Thank you

    #95575

    Shahriar
    Moderator

    WPDM doesn’t have any built-in template tag to show gifs. But it is possible to implement a custom tag using the wdm_before_fetch_template hook. Add the following code to your theme’s functions.php file and use the [gif] tag in your custom page/link template to show the gif.

    function wpdm_gif_tag( $vars ){
    
        foreach ($vars['files'] as $file ):
            $filetype = wp_check_filetype( $file );
            if( $filetype['ext'] != 'gif' ) continue;
            if( ! file_exists( WPDM_CACHE_DIR.$file ) )
                copy( UPLOAD_DIR.$file, WPDM_CACHE_DIR.$file );
            $vars['gif'] = '';
        endforeach;
    
        return $vars;
    }
    add_filter( 'wdm_before_fetch_template', 'wpdm_gif_tag', 10, 1 );
    #95418

    In reply to: 404 for File Icon URL


    Shahriar
    Moderator

    Maybe some if your package icons are pointing to the wrong URL. All icons are located in /download-manager/assets/file-type-icons/ directory. You can fix this by updating the package. If there are too many packages with wrong icons URL then you can add the following custom code to bulk change the URL. Add this code in your theme’s functions.php file.

    function update_icon_url(){
        $params = array( "post_status" ► "publish", "post_type"►"wpdmpro","posts_per_page"► -1 );
        $q = new WP_Query($params);
    
        while ( $q->have_posts() ) {
            $q->the_post();
            $icon_url = get_post_meta(get_the_ID(),'__wpdm_icon', true);
            $icon_url_fix = str_replace('file-type-icons','assets/file-type-icons',$icon_url);
            update_post_meta(get_the_ID(),'__wpdm_icon', $icon_url_fix);
        }
    }
    add_action('init','update_icon_url');

    Visiting any page after adding this code will run it and fix all URLs. So remove the code after that.

    #95210

    Robert Peterson
    Participant

    Hello! I need to changed my linked URL again to my new staging domain. Can you add control over this in future versions?

    I’ll post the URL privately. Thank you!

    #95196

    Jason Emanuelson
    Participant

    I am sorry to be reaching out again, but as I was trying to get this project finished up, I just encountered something taht stopped me in my tracks. For the bulk of the uploads, I did a large import, and all appeared to work properly. I was able to see and search for files and file contents, something that was the requirement of the project. But, after doing some manual package additions, we were going back through, making sure that everything was good, only to realize that somewhere in the large import, the files stopped working. This got me really, really worried about the extent of what works and what does not. Below is a link to an accordion that the packages download a file-not-found.txt file, rather than the correct package. After doing further checking, I am finding that the bulk of the files are not there.

    http://ocahs2.spireworks.pro/policies-procedures/#toggle-id-9

    I tried to find a way to export a package list, hoping to find urls of the source files, but I cannot get that to work. It gives me an error:

    Download ID not found or expired

    I have the deploy this site in a week and am now scared that I am going to have to somehow start over on all of the wpdm-based functionality. I have never been so frustrated or unsure of what to do next.

    Can you provide and guidance or suggestion? You should still have full access to the website from the WP side and ftp. If you need something else, please let me know.

    -jason

Viewing 25 results - 826 through 850 (of 1,656 total)