Milos Vlaisavljevic
Forum Replies Created
-
Hello @ralf07,
Sorry for the delayed response!
The issue doesn’t exist on my test site. Make sure to activate the default WP theme and deactivate all plugins except CoBlocks and then test the form. In case it works fine, we can be sure the issue is not related to CoBlocks. However, if the issue still exists, please do not hesitate to let me know so I can double-check.
Best Regards,
Milos
Hello @icwdigital,
Thanks for reaching out!
I’ve just created a new GitHub issue, please see:
https://github.com/godaddy-wordpress/coblocks/issues/2571
Kindly monitor the issue in order get updates. Hopefully the issue will be sorted out in the new plugin version.
Kind Regards,
Milos | GoDaddy
Hello @blinkayweb,
Thanks for reaching out!
The form is not created with the CoBlocks plugin, it’s an embedded Jotform. So the form is just displayed on your site, it’s a 3rd-party form from the following URL:
https://form.jotform.com/232543288883063
Kindly reach out to the Jotforms’ support to get help, here is the link:
https://www.jotform.com/contact/
Best Regards,
Milos | GoDaddy
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Logos and badges – last logo hugeHello @andrej_uduc,
Thanks for reaching out!
The following CSS code should help:
.wp-block-coblocks-logos__row{ justify-content:left; } .wp-block-coblocks-logos__row > div{ max-width:25%; }
You can add the code to Appearance > Customize > Addional CSS
I’ve tested the code and it works fine on one of my test sites, please take a look:
Before > https://ibb.co/SnYFFLg
After > https://ibb.co/98J64dJ
Let me know if the code helped.
Kind Regards,
Milos | GoDaddy
Forum: Themes and Templates
In reply to: [Primer] Primer Theme- increase Title and Tag fonts front pageHello @ishareknowledge,
Thanks for reaching out and sorry for the delayed reply.
Please try the code snippets displayed below. You can add them to Appearance > Customizer > Additional CSS
/* Increasing font size for titles */ .home .entry-title{ font-size:2.5em; } /* Increasing font size for tags */ .home .tags-links{ font-size:1.5em; } /* Adjusting font for site description in order to match background, values are just examples */ .site-description{ color:red; font-weight:600; } /* Adjusting font for menu items, values are just examples */ .main-navigation a{ font-size:20px; text-transform:uppercase; font-weight:600; }
Let me know if the code provided above helps. ??
Best Regards,
Milos
Forum: Themes and Templates
In reply to: [Go] Remove FooterHello @emilyb9,
Thanks for reaching out!
I am sorry for the delayed reply. This is how you can hide the footer on the homepage:
.home footer{ display: none; }
And this is how it can be hidden on all pages:
footer{ display: none; }
Kindly let me know if the code snippets displayed above helped. ??
Best Regards,
Milos | GoDaddy
Forum: Themes and Templates
In reply to: [Ascension] Mobile MenuHello @sheryl220wp,
Thanks for reaching out!
I’ve checked your site and noticed that the issue exists only on the Contact page, please take a look at this video.
To fix the issue, please try the following CSS code:
.main-navigation.open{display:block !important;}
The code can be added in Appearance > Customize > Addiotional CSS
Kindly let me know if the code fixed the issue. ??
Best,
Milos | GoDaddy
Forum: Themes and Templates
In reply to: [Go] Increase width of dropdown menuHello, @ohnomrbill,
Thanks for reaching out!
I checked your site but didn’t notice the mentioned submenus, please see:
Kindly enable the submenus so I can see them and I will be happy to help.
Best Regards,
Milos | GoDaddy
Hello @ewood1875,
Thanks for reaching out!
This is where you can adjust padding for groups:
As you can see from the above screenshot, I’ve also marked a field where you can add a CSS class and style it in Appearance > Customize > Additional CSS.
I hope this helps.
Kind regards,
Milos | GoDaddy
Forum: Themes and Templates
In reply to: [Go] Change font style with child themeHello @@xelenium7000,
Sorry for the delayed reply.
You can add CSS code here:
Appearance > Customize > Additional CSS
You can define values for font-family and color properties this way:
p{ font-family:cursive; font-size:16px; } h2{ font-family:cursive; }
This is just an example of how you can manage fonts for paragraphs and H2 elements, you can repeat the same for any H element, a (link) elements, etc. Feel free to adjust values per your needs.
The code provided above works fine on my test site, please see:
I hope this helps. ??
Have a nice day!
Milos | GoDaddy
Hello @rochelle2450,
I am sorry for the delayed reply.
Please try to deactivate the Display images in a full-screen carousel gallery option in Jetpack settings, here:
Kindly let me know if that fixed the issue.
Best Regards
Milos | GoDaddy
Hello @nikist,
Thanks for reaching out!
I am sorry for the delayed reply.
It seems that you’ve managed to fix the issue in the meantime as the form doesn’t contain the mentioned white fields anymore > https://prnt.sc/9LdSItZ1pVxk
Kindly provide me with more info if you still need help.
Best Regards,
Milos
Forum: Themes and Templates
In reply to: [Activation] Problem with Header and Primary Menu heightHi @goonerak,
Thanks for your reply.
I have checked your site again and noticed that now you have the page title displayed on your homepage. There is no such title displayed on the homepage of https://theobviousexit.com. The site has page titles displayed on other pages but not on the homepage.
If you’d like to have the same setup, please add the following CSS code to the theme’s customizer:
body.home .hero-inner{ display:none; }
Kindly let me know if the provided code helped. ??
Best Regards,
Milos
Forum: Themes and Templates
In reply to: [Go] Change the design of Pages on DesktopHello @freshmcqs,
Thanks for reaching out and sorry for the late reply.
The Go theme doesn’t come with predefined sidebars so in order to have them on the site I highly recommend you try some of the plugins from the link below:
https://www.ads-software.com/plugins/search/sidebar/
Regarding the additional CSS – I don’t recommend you modify any of the theme’s CSS files directly since all modifications will be overwritten once the theme is updated. Instead, you should add CSS in Appearance > Customize > Additional CSS. Please see:
I hope I clarified this a bit. ??
Kind Regards,
Milos
Forum: Themes and Templates
In reply to: [Activation] Problem with Header and Primary Menu heightHello @goonerak,
So sorry for not replying sooner!
I’ve checked your site and noticed that the Hero section is empty but uses some space, please take a look:
As you can see, there is a textwidget with a bunch of HTML br elements that take the unwanted space. To reduce the size of the header, you should simply delete the empty widget, here:
Appearance > Customize > Widgets > Hero > https://prnt.sc/aqnuO1kPEg2c
Kindly let me know how it went. ??
Best Regards,
Milos