We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
just struggled debugging my shortcode that displays a map with a lot of pins based on categories
Didn't work (invisible, but rendered map):
$map = $items->getRenderableMap($width,$height);
Worked:
$map = $items->getRenderableMap();
The text was updated successfully, but these errors were encountered:
Can you explain a bit more about the scenario, not a lot of info to go on with. $width and $height both 0 or not?
Sorry, something went wrong.
No branches or pull requests
Hi,
just struggled debugging my shortcode that displays a map with a lot of pins based on categories
Didn't work (invisible, but rendered map):
Worked:
The text was updated successfully, but these errors were encountered: