Welcome to the BoldGrid Questions Portal
If you do not have an account, submitting a question will allow you to create one.
Tips
- Search for an existing question before adding your own. This helps us prevent duplicate entries and track all questions.
- If you find a matching question, vote on it and throw in a comment.
- If you can't find a question for your problem, create your own question. Provide as many details as you can, especially steps to recreate the problem.
Rules
- No spam, self-promotion, or advertising
- No offensive language, posts, links, or images.
- Please limit your submissions to one question per post.
- Administrators have the ability to moderate the forums, including editing, deleting, and moving posts. Posts may be deleted for any reason, with or without notification.
Want to help us improve BoldGrid? Please feel free to submit a Feature Request or a Bug Report.
This portal has been archived and will no longer be monitored.
You can browse new questions or ask your own in our BoldGrid Community Forum.

Primas Theme Header Issue
Hello, I am using Primas theme on WordPress BoldGrid. I moved the Social Media icons from the header to the footer and now have issue aligning the Navigation menu and the logo to be in a straight line and reduce the header size. How can I fix this? There is no UI setting to adjust either the Navigation menu or the Logo to align in a straight line. The website is: earthathon.org

Wedge: Mobile shows desktop version. How to make sure all mobiles show device version?
Some mobiles:
iphone xr, iphone 6+, etc. show desktop version instead of mobile version (with burger menu, etc.).
I have tried working on head meta and css at no avail.
Anybody ever had this problem?

Social Media icons
Hi there, I am trying to add a social media icon alongside the standard IG, FB, etc. It's for Coil. When i set my site up, it wasn't an option, so I am wondering how to replace the word COIL I have in my Social Media nav bar with the icon. From what I read, when you set up your nav/link bar for social media, BoldGrid automatically sources the icon. I tried this but it did not work from the Customize dashboard for my site. Any help is appreciated. Thanks!

empty sidebar widget issue
This is only happening on one page. My 'shop' page that lists my packages shows the empty sidebar even when the page is live leaving a huge gap on the side and making the page display incorrectly. How can I disable this inactive widget? Nothing is in it.

Hello,
Using the Wedge Theme (or other BoldGrid Version 1 Themes), there is a way to accomplish this, but it does take a little bit of advanced work. Here's how to do it:
- Install and activate the Code Snippets Plugin.
- Add a new snippet using the Snippets -> Add New menu item.
- Paste the following code into the new Snippet:
function disable_shop_sidebar( $configs ){ $configs['template']['sidebar'][] = 'is_shop'; return $configs; } add_filter('boldgrid_theme_framework_config', 'disable_shop_sidebar');
- Click the option for Only run on site front-end.
- Click Save Changes and Activate.
You should end up with a code snippet that looks exactly like this:
Once you've followed these steps carefully, your shop page will no longer have a sidebar. Please note that if there is any typo in the code snippet, it could cause a fatal error on your website, and you'll need to enable Code Snippets Safe Mode to recover your site.
I hope this helps! If you have any trouble, please let us know, we're happy to help.

Changing web page size/dimensions
Hi there, I have a lot of empty space on some of my pages, so I want to pull up the bottom of the page/main content area so the footer content at the bottom of page comes closer to the main content. So readers don't have to see a bunch of blank space. Can you tell me how to do this? Thanks...

Monument theme -re-size side column
I am looking for a way to re-size the side bar/header area (where the primary menu and logo is kept). I just want to reduce it a little as it's taking up too much of the left side of the screen

Hello,
There is one way to shrink the sidebar down to fit the content you have inside of it. You can use Custom CSS by navigating to Customize -> Advanced -> Custom JS&CSS and pasting the following code into the Custom Theme CSS field:
@media only screen and (min-width: 992px) { .sidebar-nav {width: unset;} }
I hope this helps you! Please let us know if you have any more questions.

Using Fontawesome
I'm trying to use some FontAwesome icons on a page.
In the BoldGrid developer's docs it says FontAwesome is one of the technologies used, and I can see the calls to it in the page headers, but I can't get any of the icons to come up, using code like
<i class="fas fa-camera"></i>
I've also tried using the FA WP plug-in, again, with no joy.
I'm probably doing something stupid, as I'm a Windows programmer rather than a web developer.
If someone could show me what I'm doing wrong, that would be much appreciated!
Tim

Disable sticky header in evolv theme
Hello.
I am wondering how to disable sticky header so it is fixed stops scrolling with the page. I have tried to tinker with the CSS by adding a few codes but no luck so far. Thanks!

Hello James-
Here's the Custom CSS rule you'll need to disable the sticky header:
@media only screen and (min-width: 768px) { .site-header { position: static; } }

Home/Index page with no header. How?
Hi there, I'm not sure how to do this, I might want to create a home/index page without any header or menues, just some graphics and a simple ENTER button that would lead to the main site. In the past I did an index page as a portal to the rest of the site, which each page having the header/menus etc, but not on the first visitor page. Thanks for any info.

Cannot remove border from call to action
Hello,
I am using the Resolve theme. I edited my call to action on the homepage. Now, anytime I add a widget, it puts a white border around the container. How can I get it back to how it was without the border, or with the border transparent?
Customer support service by UserEcho