-
AuthorPosts
-
October 1, 2018 at 5:49 pm #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!
October 2, 2018 at 7:31 am #1016916Hey 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,
IsmaelOctober 2, 2018 at 1:49 pm #1017059Hi
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!
October 2, 2018 at 8:26 pm #1017208Hi 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,
VictoriaOctober 3, 2018 at 12:36 pm #1017508Hi..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!
October 3, 2018 at 1:47 pm #1017525Hi
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!
October 5, 2018 at 5:51 am #1018128Hi,
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,
IsmaelOctober 5, 2018 at 12:59 pm #1018269Hi
I was not aware of this, I will set it up, thanks!October 5, 2018 at 1:02 pm #1018271Hi 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!
October 8, 2018 at 3:37 am #1018775Hi,
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,
IsmaelOctober 8, 2018 at 11:07 am #1018918Hi
it all seems to be working fine now.
thanks for your help!
October 8, 2018 at 11:21 am #1018921Hi,
sorry :)
I need to look again at the gogle thing but will wait till it’s set up on the client server thanks for thatis 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
October 9, 2018 at 11:37 am #1019431I 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!
October 10, 2018 at 4:20 am #1019726 -
AuthorPosts
- You must be logged in to reply to this topic.