Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)
  • Thread Starter Jack

    (@argentumfx)

    Sorry should have done this before I wrote the original request, it seems to be the inclusion of jQuery via CDN that is breaking the AJAX, any idea why?

    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>

    Thread Starter Jack

    (@argentumfx)

    Actuallyyyy, it’s a conflict with ‘Insert Headers & Footers’, do you know of a work around for this/why this might be conficting? Here is the code that’s being added by the other plugin:

    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
    <script type="text/javascript" src="//fast.fonts.net/jsapi/a3cf4e82-88cb-4a13-acef-e10a95fa66e6.js"></script>
    <script src="/wp-content/javascript/anime/lib/anime.min.js"></script>
    <script src="https://kit.fontawesome.com/a076d05399.js"></script>
    <script>
    function activateSearch() {
      setTimeout(function(){
        jQuery(".search-icon a").click();
      }, 500);
    }
    activateSearch();
    
    jQuery(".post-link").text("View Item");
    </script>
    Thread Starter Jack

    (@argentumfx)

    I think I’ve narrowed it down to a conflict with this plugin:
    https://www.ads-software.com/plugins/wp-post-modal/

    As the form submits correctly when it is disabled, is there anything I can do to by pass this issue as the function of the modal window is quite important?

    Thanks,
    AFX

    Thread Starter Jack

    (@argentumfx)

    Hey Takayuki,

    Thank you for your reply, please go to portfolio.vanst.one (under development) and scroll down to where it says ‘Analyse Your Edge’ on the right hand side, click the link and in the popup window on the right hand side you will see the form, submitting the form redirects to a page with the error message.

    Any assistance would be greatly appreciated!

    Thanks,
    AFX

    Thread Starter Jack

    (@argentumfx)

    @lukecavanagh

    This is for a personal project I’m involved in and the product is a vinyl record with downloadable version available as a digital download. As we’re taking pre-orders for the product we can’t have the downloadable files being accessible before the release date of the physical product.

    For usability we want to continue using the Downloads section in the My Account section to display the downloadable product but not until a specific date.

    I took a look at the group bundle but I don’t think this will be able to delay the downloads from being visible.

    Thanks for your help so far, do you have any further suggestions?

    AFX

    Thread Starter Jack

    (@argentumfx)

    Hi Luke!

    Yes that’s correct, is there way to do this?

    Thanks!

    AFX

    Thread Starter Jack

    (@argentumfx)

    @anphira thanks for your suggestion.

    I have found an alternative solution that doesn’t require page/template modifications.

    Simply setting an internal permanent redirect from the product page to the custom product page was enough to enable this feature.

    Thanks for your help anyway!

    Best Regards,

    AFX

    Thread Starter Jack

    (@argentumfx)

    Hi,

    Thanks LESIMOON!

    I can’t seem to find the css selectors for cf7 radio buttons, I’ve tried all kinds of variations;

    input [type=radio] {}
    input [type=submit] {}

    etc with no luck, I don’t suppose anyone knows more about radio button styling?

    Thanks!

    AFX

    Thread Starter Jack

    (@argentumfx)

    Hi,

    Thank you very much!

    Best Regards,

    AFX

    Thread Starter Jack

    (@argentumfx)

    Hi,

    Please can you tell me which parameters I should be switching out for the ‘Username‘, ‘Password‘ and ‘Submit‘ shortcodes from your documentation?

    <div class="site__container">
    <div class="grid__container"><form class="form form--login" action="/wp-login.php" method="post">
    <div class="form__field"><label class="fontawesome-user" for="login__username"><span class="hidden">Username</span></label>
    <input id="login__username" class="form__input" name="log" required="" type="text" placeholder="     Username" /></div>
    <div class="form__field"><label class="fontawesome-lock" for="login__password"><span class="hidden">Password</span></label>
    <input id="login__password" class="form__input" name="pwd" required="" type="password" placeholder="     Password" /></div>
    <input name="redirect_to" type="hidden" value="" />
    <div class="form__field"><input type="submit" value="Sign In" /></div>
    </form></div>
    </div>

    Thanks!

    Thread Starter Jack

    (@argentumfx)

    Success!

    Thanks Andrew!

    Thread Starter Jack

    (@argentumfx)

    Hi Andrew,

    I’ve trying to find out the number of times a specific file has been downloaded…

    Thread Starter Jack

    (@argentumfx)

    Hi @digico,

    The ideal scenario is that our customers click on an introduction video in one of our emails and it takes them to a full screen video player on our website, the functionality I’m looking to achieve is that the page closes when the video finishes so I was hoping to use javascript and Youtube’s API to achieve this…

    This is based on literally what I have read this morning and very little prior knowledge of how javascript functions etc, is the method I’m attempting to use invalid? Also can modal boxes be used to achieve the same effect?

    Thanks,

    Best Regards,
    AFX

    Thread Starter Jack

    (@argentumfx)

    I’ve worked out the solution for anyone else who runs into this issue after editing/adding code to functions.php.

    Obviously when a ‘500 Internal Server Error’ appears you should always:
    – Check your .htaccess file
    – Re-upload core files via FTP (do NOT upload wp-config.php or wp-content folder)
    – Search your functions.php file using a text editor (such as TextWrangler on Mac) for any code you have added

    If you haven’t fixed the issue by this point you’re in the same boat as I was:

    Instead of looking at the functions.php file in the wp-includes folder, navigate to:

    …/wp-content/themes/your_active_theme/functions.php

    and check for any flaws in this file.

    If you are using a child theme make sure you check the child theme folder first and check to see if your site is running before looking in the parent theme folder.

    I hope this helps!

    AFX

    Thread Starter Jack

    (@argentumfx)

    Unfortunately still no luck:

    Fatal error: Call to undefined function load_template() in /home/argentumfxco/members/wp-includes/functions.php on line 19

Viewing 15 replies - 1 through 15 (of 22 total)