Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter satya26

    (@satya26)

    Looks like I found the issue. For jpg file extensions sunshine-gallery-image-count is considering the image count correctly. But I have all images in svg file format in some of the pages and there I am seeing the issue. sunshine-gallery-image-count is showing as 0 for svg file format images and for that reason looks like ‘next page’ is not getting populated in the gallery list pages even when images are more.
    In the code I can see both file extensions are supported but looks like image-count is not handled for svg files. Can you please check more on this

    Currently in the function sunshine_allowed_file_extensions() {
    $extensions = array( ‘jpg’,’svg’ );

    Thread Starter satya26

    (@satya26)

    Andrew,
    Thank you very much in helping me with all my queries. Encrypted website payments is off. Mostly one last query from me ??
    In the paypal -> Website Payment Preferences -> Auto return for website payments, what should be the URL – as of now for my subscription model
    I have provided: https://infographicslides.com/subscribe-confirmation/

    But not sure if this is correct. Can you please confirm if this URL is fine for ‘Auto return for website payments’ paypal setting.

    Thanks

    Thread Starter satya26

    (@satya26)

    Thanks Andrew for your mail. It helped in clarifying couple of my doubts.

    Related to Paypal payments not working, I tried with both PayPal Express and Standard. I am able to enter details in paypal checkout page. Finally after entering credit card details and upon submitting, I just get an error saying ‘We are sorry. Things don’t appear to be working at the moment’. How to check or debug what is going on as I don’t see any other errors?
    I checked with Paypal to see if there is any issue with my Paypal business account setup and they replied saying no issues with my account.
    Same thing when I checked using Paypal sandbox env, it worked fine. The only difference is that in Sandbox, payments we did using dummy paypal account and tried adding a dummy credit card as well. Both the ways it worked.
    While testing live environment, Tried paying directly from credit card option (Visa card) and in the check out page after entering all card details, it is throwing an error as I mentioned above.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)