gdandrija
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Go] Issue with side padding: white bars appear on sides of pageHi @dorywe, I hope you are doing great,
The padding you see is actually a border enclosure applied to the body element directly by the theme.
It can be removed using this code:
body { border: 0px; }
Just make sure to check that there are no unwanted borders that are getting removed from other elements.
Cheers!
AndrijaHi @smiledentalus, I hope you are doing great,
Currently, there is no option for adding pagination or a “Load more” button for the Services and Features blocks as most users tend to use up to 5 block items
However, I understand that it might come in handy for specific situations to have this functionality. Therefore, I let our developers know so they could consider your suggestion. You can track the progress of the feature request on the link below:
https://github.com/godaddy-wordpress/coblocks/issues/2420
Cheers!
AndrijaForum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Carousel block default settingHi @andostrater, I hope you are doing great,
While our team deals with a high amount of bug fixes and feature requests, I’m not sure if this will be implemented or not, especially because you can still set your Carousel block once it’s added.
In spite of that, I made sure to let our developers know to consider changing default values, you can track the progress of your request on the link below:
https://github.com/godaddy-wordpress/coblocks/issues/2419
Cheers,
AndrijaForum: Themes and Templates
In reply to: [Velux] covers/headers responsivenessHi @gournelo, I hope you are doing great,
Perhaps, this CSS code might do the trick for you. The reason why the hero image never gets smaller is the fact it has a fixed height.
.site-header { height: 50vw; }
This code adjusts the height depending on the width of the page. Feel free to adjust and tweak the values per your needs.
I hope this helps, cheers!
AndrijaHi Victoria, we are sorry for the delayed response,
I can see that you switched to FooGallery to get better results on your gallery pages. That said, I just want to thank you for the feedback provided and let you know that I let our developers know about the limitations of the Masonry Gallery block
You can check the progress on the link below:
https://github.com/godaddy-wordpress/coblocks/issues/2410Thanks again, have a nice day,
AndrijaForum: Themes and Templates
In reply to: [Go] How to enqueue child theme?Hi @emmafull, I hope you are doing great,
I assume this is the info you are looking for:
https://developer.www.ads-software.com/themes/advanced-topics/child-themes/#3-enqueue-stylesheet
There is also an easier way, you can use a plugin to generate a child theme instead:
https://www.ads-software.com/plugins/search/child+theme/
In both cases, make sure to create a backup before you proceed.
Cheers!
AndrijaForum: Themes and Templates
In reply to: [Go] Theme layout – sidebarHi @tomitzu, I hope you are doing great,
I’m afraid that the Go theme does not support WordPress sidebar and widget functionality.
This feature has been requested already, however, there are no current plans to add a sidebar.
In case the mentioned filter can be added as a shortcode, you might be able to use this workaround:
https://github.com/godaddy-wordpress/go/issues/578
Cheers!
AndrijaForum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Carousel – Smooth Slide TransitionHi @dracole,
I see. At the moment there is no direct way to control the animation duration, unfortunately.
This feature has already been requested, so I made sure to let our developers know so that it could hopefully be seen in one of the future updates. You may check its progress on the link below:
https://github.com/godaddy-wordpress/coblocks/issues/2277
In the meantime, you might be interested in trying out a workaround if you are comfortable using the Additional CSS tab in Customizer:
#swiper-wrapper{ transition-timing-function:ease-in-out !important; transition-duration:3s !important; }
Feel free to adjust the duration and animation style according to your personal preference.
I hope this helps, cheers!
AndrijaHi @dracole, I hope you are doing great,
Thanks for reporting this to us. I can see that dot navigation is not working properly in the test environment as well, thus this is a bug.
I made sure to report it to our developers, you may check the issue progress on the link below:
https://github.com/godaddy-wordpress/coblocks/issues/2361
Thanks again, cheers!
AndrijaForum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Pricing Table Not DisplayingHi @thekatbrady,
Sorry to hear about this issue. The code you sent suggests that scripts used to serve the inner content of the div did not trigger or that they errored out.
Is there any way you can share with us the page URL that is affected so we could try and locate the culprit(under the condition that the website can be seen online)?
Thanks in advance, cheers!
Andrija- This reply was modified 2 years, 7 months ago by gdandrija.
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] stacked galleryIf I understood correctly, the text below the images within the Stacked Gallery changed its position and appeared above the images, correct?
I have just checked the page and at the time of testing they load up properly:
Did you revert to the older version of CoBlocks or did you find another way around?
Thanks in advance, cheers!
AndrijaForum: Themes and Templates
In reply to: [Go] Images started to display wrongHi @jack3783,
It appears that images are loaded from GoDaddy CDN, CDN caching can sometimes compress images with quality loses, and most likely this is what happened here.
Therefore as a first step try disabling GoDaddy CDN(contact GoDaddy Customer Care Center if you need help with that) and see whether the image appearance proves to be better.
Cheers!
AndrijaForum: Themes and Templates
In reply to: [Go] Change font size on post carouselHi @rena01,
I’m afraid there is no option to change the font size within the Post Carousel block. However, this CSS code should do the trick for you:
.wp-block-coblocks-post-carousel__content > a { font-size: 14px; }
Add it to the Appearance > Themes > Customize > Additional CSS section of your dashboard and feel free to adjust the font-size parameter according to your preference.
I hope this works out for you, cheers!
AndrijaForum: Themes and Templates
In reply to: [Primer] Remove the H2 in headerHi @glgdev, I hope you are doing great,
This code should help you out in removing the text without unwanted SEO implications.
span.page-title { visibility: hidden; }
This code ensures that text is still visible for SEO purposes while it is not visible by end-users. I hope this works out for you.
Cheers!
AndrijaHi @placiu, I hope you are doing great,
Contact form block sends a “POST” request to the same page the form is added with the information that is entered in form fields.
Do you mind sharing the URL of the page on which you implemented the form so I could check which info gets submitted and if anything seems unusual?
Cheers!
Andrija