If i deselect the “Zoom controlls” option I get the following Javascript error:
Uncaught SyntaxError: expected expression, got ','
let map = new google.maps.Map(mapElem, {
zoom: 14,
gestureHandling: 'cooperative',
mapTypeId: 'roadmap',
mapTypeControl: ,
zoomControl: ,
fullscreenControl: ,
streetViewControl: 1,
scrollwheel: false,
center: latlng,
styles: []
});
And the error points to the zoomControl: , line above in the output.
]]>Hi! Do you have any plans to remove code written in jQuery? I would like to use?your blocks, but we don’t use jQuery.
]]>Hi,
I have a problem updating the plugin from several versions. Updating the plugin results in a loss of css classes saved in Gutenberg.
Operating mode:
Put a class on a column or a paragraph.
Update the plugin.
The class has disappeared in the editor.
I can send you a record in private mode if necessary.
Could you fix this bug please?
Best regards.
Guillaume
Hi,
I don’t know about other blocks but the testimonial one is broken.
No custom settings are applied. Image size, textt align, or responsive settings.
The latest update seems to have fixed some things, as it was worse on the previous version, but it still not working as expected.
Is a fix incoming soon ?
Thanks
]]>WordPress 6.1.1
Premium Blocks for Gutenberg > 2.0.2
Hello,
When I update the extension to > 2.0.2 (2.0.7 also tried), I get stuck on a blank page when I access the edition of a page (Icon block used).
Thanks.
Anthony
Console error noticed:
On pages where I have used the map function, the map does not appear. When I try to edit these pages I just get a blank screen. I am using version 2.0.5 of the plugin. It has worked on earlier versions but not since version 2.0.2.
]]>WordPress version 6.0.2
Premium Blocks for Gutenberg version 1.9.9
I seem to no longer be able to edit the pages where the premium blocks have been used (the accordion block). It just shows a blank screen, no error message. If I disable this plugin I can then edit the page but my accordions obviously stop working.
I notice this plugin hasn’t been updated in 5 months. Could this be a compatibility problem with newer version of WordPress?
Many thanks.
Alex.
Hi I had a problem with counter block. The problem appear when I scroll up and down near the counter.
The number that appear there was not the number put in the gutember editor.
After switch counterUp.min.js with this version
https://raw.githubusercontent.com/bfintal/Counter-Up/07724d9ed5fc4f3ce8369887b3a6179d837b2da7/jquery.counterup.min.js
the error dissapear.
]]>Can you not delete an item added to an accordion? Apparently not because there’s only an issue for adding an item and no way to delete one.
Is that for real?
]]>Hi there, how do I translate the “Get Started” button text in the Pricing Table?
I have tried Loco translate, and looked in the hard code, but no luck.
Thanks!
]]>The button to “BUY FAST” or BUY SLOw are premium buttons but it will not change the hover effect away from none if I select any of them. It just stays on “none”. I have tried to deactivate and uninstall and reinstall, but nothing works. I just can’t change that option on the premium button block.
user: trampoline
pw: unbiased
Hi,
Did you find a solution to correct the following bug please?
Some pages contain CSS inline on elements that attempt to load an image that does not exist.
Unused CSS in source code :
style=”text-align:left;background-color:transparent;background-image:url(‘undefined’);background-position:top center;background-size:auto;background-attachment:unset;border-style:none;border-width:1px;border-radius:undefinedpx”
This increases SEO 404 errors because the images are non-existent.
Thank you in advance for your answer,
Best regards
Is there a way to make the count block not trigger the count animation until it scrolls into view? This block fills a need I have, except for that.
]]>Hi and thanks for a great plugin!
I use Google Maps Block and here I miss 2 things:
1. An option to add a link to a map, or map marker, that takes the user to the desired location in Google Maps. Opens in a new tab.
2. An option to use the link to the location in Google Maps (search box for this) to center the map and place the cursor, instead of, or as an alternative to latitude and longitude.
Is it possible to get this functionality? Especially the first one!
Thank you ??
Hi,
The counter content doesn’t display centered on mobile.
The block edit has a Responsive Text Alignment saying “Assign different alignment for tablet and mobile devices aside from the option you already have for desktop on the block toolbar.” but has no area to change settings.
Can anyone help?
Thanks
J@asp
]]>I discovered Premium Blocks for Gutenberg as i was searching for an animated counter. I feel the counter block could use a bit more polishing. Alpha transparency on the box shadow for the container. The increment, rolling time and delay don’t work well if the counter is part of a wrapping block with fade inanimation on it/ Also the terminology is a bit confusing. Increment as the final number to count too? Increment is best used for: increments.
]]>Hi,
I’m not sure if this plugin is still supported. I really like the blocks, but I ran into two issues:
1. The plugin creates lots of styling with “undefined”, like font-size:undefinedpx;letter-spacing:undefinedpx;
If the property in the block is undefined, there should be no output of that attribute.
2. The pages tries to load a script that doesn’t exist at that location:
https://example.com/wp-content/plugins/premium-blocks-for-gutenberg/assets/js/fancy-text.js?ver=1.8.2
Thank you for your attention!
]]>Google has changed the urls for loading the font stylesheets and this means that the following code needs to be changed in line 7 of \premium-blocks-for-gutenberg\assets\js\countup.js
:
link.href = "https://fonts.googleapis.com/css?family=" + fontFamily.replace(/\s+/g, "+") + ":" + "regular";
This is the updated code:
link.href = "https://fonts.googleapis.com/css2?family=" + fontFamily.replace(/\s/g, '+').replace(/\"/g, "") + "&display=swap";
The new filename is css2 and I have also removed the double quotes around the font name.
I guess this code is also used on other blocks of your plugin, but I am only using the Counter Block. It would be great if this could be fixed!
]]>Hello, I just noticed that the Counter Block is trying to load an undefined background image over http which triggers a security warning in my browser (Mixed content: load all resources via HTTPS to improve the security of your site).
As you can see below there is a data-bg attribute that tries to load https://undefined
<div data-bg="https://undefined" class="wp-block-premium-countup premium-countup__wrap rocket-lazyload" style="justify-content:center;flex-direction:column;box-shadow:0px 0px 0px undefined ;background-repeat:no-repeat;background-position:top center;background-size:auto;background-attachment:unset;border:none;border-width:1px;border-radius:0px">
This issue also occurs on the demo page at https://premiumblocks.io/gutenberg-blocks/counter-block/
Could you please have a look at this?
]]>Hi,
do you plan to support the “Font awesome 5” icon gallery soon?
As far as I see version 4 is linked to the icon block.
Thanx in advance
Ulrich
Hi,
How can I change the Zoom of the google maps to a higher value than 14 in the backend? In the frontend users can zoom in to a higher zoom with the zoom buttons and I would like to start at 16 or 17…
thanks for any help and for your awesome block collection
]]>Thanks for the cool plugin! Unfortunately, the individual accordion items cannot be resorted or even deleted once created.
]]>Hi there, I came across another bug.
When I try to add drop shadow to the icon, like this:
https://drive.google.com/open?id=1eL_XObbPzIUI3jC5f1AY_OXtTBjIemGU
I get the following error screen as soon as a click the button:
https://drive.google.com/open?id=1yLug8uj_F_Vq7AbLXbqLG85YB38GFNCS
This does not happen on any of the other settings, nor does it happen on the Box Shadow on the container. Only on the Icon itself.
Best,
Tony
Hello Support Team,
when I try to change the border color of a container the pop up, where I can insert the custom color, disapears when I click into it. So ther is no chance to type in the color.
Greetings, Anne
]]>Hi,
On the Icon Block, when I add a class in the Additional CSS Classes field of the Inspector, under Advanced, the class is added to the front end, but not the Back end Editor. The same is true if I use registerBlockStyle and create a new Block Style in the inspector: the class is added to the front end, but not the backend.
The problem is that this defeats the entire purpose of Gutenberg — that the content creator actually sees what the content will look like on the front end while editing. Is there a fix for this?
I’ve run into this problem several times with other blocks, not just yours, so it seems to be a common problem with contributed third-party Blocks.
]]>Hey,
i was trying out the Icon Box Block when suddenly – while I was playing around with shade and colours – nothing happend anymore (hang-up?). I saved the side, loaded it again and now every Icon Box says “Dieser Block enth?lt unerwarteten oder ungültigen Inhalt” (In English something like: This block contains unexpected or invalid content). I can choose “L?sen” (solve) or “zu HTML umwandeln” (change to HTML).
First action changes the block into an classic paragraph, second one to HTML (and then it looks really horrible). In both ways I can’t use all the options anymore to configure the boxes.
Anything I can do to save it? Or how can I avoid this happening again?
Annegret
]]>Hello,
I was wondering if there is a way to have all of the features and the pricing table a line left. I know that I can have everything align left including the price, title, buttons, and features. But I was seeing if there’s a way to just have all of the features aligned left (While keeping the others centered) so that all of the icons are lined up together instead of centered and not in line. Any help on this would be greatly appreciated and thank you so much for this plug-in it is very helpful!
It appears that after changing the Font family in Dual Headers and saving/update the Font family does not save.
]]>Hi,
I was testing different plugins to have a container wrapper in G. and found yours.
I have an issue with the inline CSS:
margin-top:undefinedpx;margin-bottom:undefinedpx;padding-top:undefinedpx;margin-left:undefinedpx;margin-right:undefinedpx;padding-bottom:undefinedpx;padding-left:undefinedpx;padding-right:undefinedpx;box-shadow:0px 0px 0px undefined
This happened because I didn’t specify any values.
I think that the plugin should not input the CSS values when it’s undefined
On the site, use jquery v3.3.1
There is an error in the console.
The jquery.waypoints.js script is included in this plugin. It causes an error.
Uncaught TypeError: e.indexOf is not a function
at w.fn.init.w.fn.load (jquery-3.3.1.min.js?ver=5.1.1:2)
at jquery.waypoints.js?ver=1.4.8:495
at jquery.waypoints.js?ver=1.4.8:21
at jquery.waypoints.js?ver=1.4.8:23
at jquery.waypoints.js?ver=1.4.8:500
Switching to jquery v2.2.4 eliminates the error.
But I need exactly the latest version of jquery.
How can i fix it?