Milos Vlaisavljevic
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Animation not working on any blockHello there, thanks for your reply!
I’ve tested the animations on one of my test sites and they worked just fine, please take a look at the following video:
https://mvlaisavljevic.tinytake.com/msc/OTYxODAzMV8yMzIzODMyMQ
On my test site, I have the latest version of WP and CoBlocks plugin and no other plugins active. Could you please update WP and CoBlocks and then test the animations? If that doesn’t help, I suggest disabling all other plugins and switch to a default WP theme and then test again. For testing purposes, you can also use the Go theme as I’ve been using it on my test site.
The above-mentioned process will pinpoint the source of the issue which doesn’t seem to be related to our plugin.
Kindly let me know if this helps.
Have a nice day,
Milos
Forum: Themes and Templates
In reply to: [Go] The “coblocks-site-design” plugin has encountered an errorHello and thanks for reaching out.
More info regarding the mentioned issues can be found here:
Best,
Milos
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Animation not working on any block@stmarysmtl
Hello there, thanks for reaching out and sorry for the delayed reply.Could you please provide me with the URL of the page you’ve experiencing the issues with? Note that the one you’ve provided doesn’t exist (404 not found page)
Thanks in advance for your clarification!
Best,
Milos | GoDaddy
Forum: Themes and Templates
In reply to: [Go] Hidden H1 tags in headerDear, @arandomscott,
Thanks for your reply.
As long as the footer logo is defined using customizer, it will be wrapped in the H1 tag, please see > https://ibb.co/cCVgXpF
I hope this helps!
Have a nice day,
Milos | GoDaddy
Forum: Themes and Templates
In reply to: [Go] Hidden H1 tags in headerHello @arandomscott,
Thanks for reaching out!
Two of your three H1 tags come from the header and the footer. Logos defined using the theme customizer are wrapped with H1 tags and cannot be changed as that’s how the Go theme is constructed, please see:
The third H1 is defined here:
It should be changed using the page builder this way:
I hope this helps! ??
Best,
Milos | GoDaddy
Forum: Themes and Templates
In reply to: [Go] Request Bluesky social iconHello @gholbrow,
Thanks for reaching out and sorry for the delayed response.
There is already a created issue on GitHub regarding icons update and I extended it now so our developers consider adding the Bluesky icon.
More info can be found here:
https://github.com/godaddy-wordpress/go/issues/900
Hopefully our developers will be on it ASAP.
Best,
Milos
Hello @erikbrendel,
Thanks for reaching out and sorry for the delayed response.
As you already created a GitHub issue, kindly monitor it in order to get updates. Our developers will provide you with more info on GitHub ASAP.
Best,
Milos
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Warning: CoBlocks::{closure}()Hello @cxzei,
Thanks for reaching out and sorry for the delayed response.
I’ve checked your site and haven’t noticed the mentioned issue so it seems that you’ve fixed the issue in the meantime. There should be no compatibility issues between CoBlocks and The Events Calendar plugins so as long as you have the latest versions of those plugins active on your site, both plugins should work just fine.
The mentioned warning is not something you should be worried about – warnings in WordPress are quite common and do not have negative impact on site’s functionalities. To hide their appearance on the front of your site, make sure to deactivate the debug mode in the wp-config.php file. This is how you can do that:
https://blogvault.net/debugging-in-wordpress/
I hope this helps. ??
Best,
Milos
Hello @joeygwynn,
Thanks for reaching out.
As I can see, you’ve replied to the GitHub issue from the below link regarding the issue that you’re experiencing:
https://github.com/godaddy-wordpress/coblocks/issues/2571
Kindly track the mentioned issue and once it’s resolved you’ll be notified. Hopefully, that will be soon.
Kind Regards,
Milos
Forum: Themes and Templates
In reply to: [Go] Change font typefaceHello @nicoray,
Thanks for reaching out and sorry for the delayed reply.Go theme comes with five different Design styles, please see:
https://ibb.co/4NWP76gEach of them has a different font family predefined so switching to another style might be enough for you. You’re currently using the ‘Traditional’ style.
The other solution is to define the font family for each block individually, please take a look:
https://ibb.co/XbLkvDV
I hope this helped a bit.Best Regards,
MilosHello @reubenrice,
Thanks for reaching out and sorry for the delayed response.
Since you mentioned that another form plugin causes the same issue, we can exclude the possibility that CoBlocks is the reason for the delayed form submissions. Additionally, none of the WordPress forms has options for improving submission speed as it always depends on something else. Sometimes the forms are slow due to some plugin or theme conflicts, or if there are lots of active plugins on a limited hosting plan. For further help with this, I highly suggest you contact your hosting provider. There are also lots of other reasons for the issue such as lots of sites on shared hosting, malware, etc.
I hope I helped a bit. ??
Kind Regards,
Milos
Hello @chadiamathurin,
Thanks for reaching out. I am sorry for the delayed response.
Could you please provide me with screenshots of the issue so I duplicate them on my end? Also, please provide me with the URL of your site.
Thanks in advance!
Best Regards,
Milos
Forum: Themes and Templates
In reply to: [Go] Social Media IconsHello @arandomscott,
Thanks for reaching out.
I’ve just created a new issue on GitHub regarding your request. Hopefully, the issue will be resolved in the next theme version.
https://github.com/godaddy-wordpress/go/issues/900
Best,
Milos
Forum: Themes and Templates
In reply to: [Go] Add a block to the top/bottom of every page automatically.Hi @fivebs,
Thanks for your reply!
You can also achieve the desired modifications by editing PHP files but make sure to have a child theme active first. In order to create a child theme, you can use this plugin.
Once you have the child theme, for you to apply modifications to the Blog page you should create the archive.php file directly in the root of the child theme.
The code that is added to the mentioned file will be displayed on the Blog page.
Since it’s not easy to convert Gutenberg blocks into shortcodes, I suggest you create an image that would replace the current divider (the image can be based on the current look of the divider). Then you can add the image at the beginning of the archive.php page and also on other pages created by CoBlocks.
The workflow would be the same for Woo pages, just make sure to respect their procedures for overriding templates, more info can be found here.
I hope this helps. ??
Best Regards,
Milos
Forum: Themes and Templates
In reply to: [Go] Add a block to the top/bottom of every page automatically.Hello @fivebs,
Thanks for reaching out!
Instead of modifying PHP files directly, an easier solution in your case would be to create a separate Blog page just like every other page on the site. Then you will be able to adjust the layout and design according to other pages. In order for the page to display posts, you can add them using various blocks ( https://ibb.co/qd6gc8z, https://ibb.co/4Mz45WZ ). The link to the newly created page should replace the current Blog page in the main menu. So instead of using the PHP Blog template from the theme, your site will use the custom-built page.
Kindly let me know if this helps. ??
Best Regards,
Milos