|
Unable to add new Views
Started by: JoshuaD7497
in: Toolset Professional Support
Quick solution available
Problem:
Customer described the issue: I'm trying to add a NEW view to a page, which will be based on an existing view. But when I add a View block, I only get the choice to use an existing view, not to create a new one.
Solution:
Upon further review, we identified that the issue was the deactivation of the Toolset Access, somehow it was impacting in the permission of creating a new view directly from the gutenberg editor. After enabling it again the option became accessible once more.
|
|
2 |
11 |
7 months, 2 weeks ago
Mateus Getulio
|
|
Map marker size for better quality map marker
Started by: sebastianB-7
in: Toolset Professional Support
Quick solution available
Problem:
Resize PNG and SVG markers for a better quality. On mobile view, the PNG marker is displayed pixelated.
Solution:
I checked it and the SVG markers are always resized to 32x32
There's a workaround to avoid it. You'll find the code line that controls this at line #565, in the file: "/toolset-maps/resources/js/wpv_addon_maps.js":
var scaledSize = new google.maps.Size(32, 32);
You could change the size value in the actual plugin file if needed, but since this part of code is not filterable, it is not possible to change it with a hook for example, you'd have to edit the file itself. ( please note that you'll need to keep track of this edit, as future plugin updates will overwrite any changes )
I also checked that PNG files are shown in the map with the same size they've been uploaded, it is necessary to work with the image and upload the final version to use it.
|
|
2 |
8 |
7 months, 3 weeks ago
Mateus Getulio
|