Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1016694

    Hi

    on this page there is a Download PDF button at the bottom

    I am using PDF and Print plugin but it is giving me the following message on the PDF:

    “Maps were disabled by the visitor on this site”

    http://wpg.com.gridhosted.co.uk/portfolio-item/transcar-projects-ltd/?print=pdf

    is this an enfold issue or the plugin do you think?

    thanks!

    #1016916

    Hey smoothbob,

    Thank you for using Enfold.

    I can’t see that error in the page. Could you provide a screenshot? Please use imgur or dropbox.

    Best regards,
    Ismael

    #1017059

    Hi

    It is fine on the page, but when I click the link on the pdf output the map is missing

    http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/10/bug.png

    thanks!

    #1017208

    Hi smoothbob,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1017508

    Hi..this was a fix. apparently it is not possible for the plug-in I am using to capture the live map so I added a static version just for print

    if you think there is a solution I can give you the login or I can just use this method, it’s not too much more work

    thanks!

    #1017525

    Hi

    if you have another look…

    I have google maps using a replacement image BUT:

    the image is appearing too big, how can I scale that down? I cannot see a class selector for google in the inspect element

    how can I remove the message “Google maps have been disabled…”?

    ALSO!!! now the google map is not loading properly…it asks do I own the website…I have enterd a valid google api key

    thanks!

    #1018128

    Hi,

    Did you setup a billing account on your google cloud console?

    // https://console.cloud.google.com/billing

    The map API requires a billing account for each projects.

    // https://developers.google.com/maps/billing/understanding-cost-of-use

    Best regards,
    Ismael

    #1018269

    Hi
    I was not aware of this, I will set it up, thanks!

    #1018271

    Hi again

    that answered one question but…:)

    I have google maps using a replacement image but:

    the image is appearing too big, how can I scale that down? I cannot see a class selector for google in the inspect element

    how can I remove the message “Google maps have been disabled…” once it goes to print? It is using the backup image but still showing that message

    thanks again

    thanks!

    #1018775

    Hi,

    Thanks for the update. You can use this css code to adjust the map background size.

    .avia-google-map-container {
        background-size: contain !important;
    }

    Did you opt out of the maps via the privacy consent message? Try to remove the cookies in your browser.

    Best regards,
    Ismael

    #1018918

    Hi

    it all seems to be working fine now.

    thanks for your help!

    #1018921

    Hi,
    sorry :)
    I need to look again at the gogle thing but will wait till it’s set up on the client server thanks for that

    is there a way to limit the number of items that get printed out from the gallery? I just want the first 3 included when it goes to pdf but maybe that’s to do with the plugin I am using…

    many thanks again

    #1019431

    I tried these

    .av-masonry-image-container:nth-of-type(1n+4) {display: none !important;}

    #pix img:first-child {display: none !important;}

    but I am not sure what I am doing with it. as I say I would like to hide all gallery items after the 3rd one when it goes to print/pdf

    thanks!

    #1019726

    Hi,

    I’m not really sure how the plugin creates the pdf page. Please contact the plugin author and ask for additional info.

    Best regards,
    Ismael

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.