Forum Replies Created

Viewing 40 posts - 81 through 120 (of 233 total)
  • Author
    Posts
  • in reply to: Displaying Ninja form data in a table #22991

    Hello EarlS,

    Given the open-source nature of BoldGrid, yes it is possible, but we don’t have dedicated support for it because that would be a very specific use case.

    I would suggest creating a child theme and a custom page template for your table. This is the safest way to test out theme modifications like adding tables that query for certain data.

    However, if the third party plugin you mentioned gets you the desired effect, then you may proceed down that route as well.

    Best,

    Christopher M.

    in reply to: Cant find Save Button in Customize #23009

    Hi, Elli. Regarding design changes, it is always possible to make changes. If you are unable to make changes then something is wrong.

    If buttons are not rendering properly then there may be an environmental issue. For example, a bug in WordPress or BoldGrid. I suggest enabling WordPress debug mode to see if it generates an error with more information (if your site is a test site and not currently live).

    in reply to: need to change my password #23028

    Hi Antar,

    Thanks for submitting a question about forgetting your password. You will need to make sure you are checking the email account that is associated with your WordPress user. Be sure to also check your spam or junk folders too.

    If you cannot receive the password reset email, you can follow the directions recommended by WordPress for resetting passwords. If you have trouble with any of those steps you may be best advised to contact your web host.

    Best,

    Christopher M.

    in reply to: Can I add podcast to my website #23030

    Hello,

    Thanks for submitting a question about podcasting with your site. Yes, WordPress is ideal for podcasting because it comes with a built-in RSS feed for your posts. Since BoldGrid is built on top of WordPress you have access to the same functionality. I advise checking out this full guide about podcasting with WordPress.

    Best,

    Christopher M.

    in reply to: I receive a fatal error after updating plugins, now what? #23078

    Hello Todd,

    Thank you for submitting a question about getting a fatal PHP error. The easiest way to deal with those errors would be to delete these plugins and reinstall them from fresh copies available at WordPress.

    Deleting the plugins will have an immediate effect of restoring functionality and you can download fresh copies of the plugins from here:

    If you are unable to get access to the admin area, you can delete these plugins via FTP or have your host help you.

    Best,

    Christopher M.

    in reply to: Email and Password Not Working #23080

    Hello David,

    Thanks for submitting a question about email and password not working. I regret to hear that you’re having trouble logging into your site. The username and password you need are the basic WordPress username and password. I advise clicking the Lost your password? link on the login screen to receive a password reset at the email address you chose when first installing WordPress.

    Best,

    Christopher M.

    Update: One of our developers was able to shed some light on the issue and provide a helpful CSS code snippet you can use in the CSS Editor in the Customizer.

    Hello Gary,

    Thanks for submitting a question about adding items to lists. I just have some follow-up questions regarding your problem. When you say “lists”, do you mean menus? What do you mean by additions? Are these articles published in the form of posts, like blog posts, or are they individual pages?

    Best,

    Christopher M.

    Hello Thomas,

    Thank you for submitting a question about removing the “Category:” identifier. Yes, this can likely be scripted via a Javascript modification, but depending on your comfort level with PHP, you can edit the category template file and remove that. We recommend creating a child theme first and editing only the child theme files, otherwise your custom changes will be wiped out after a theme upgrade.

    Best,

    Christopher M.

    Hello Brad,

    Thanks for submitting a question about transferring blocks. The easiest way to accomplish transferring a block is to copy the code (the actually HTML “text” content of the block) and paste it into a different installation where it can be saved a new block in the new location.

    You may have noticed that the BoldGrid editor has both a Visual and Text mode. Make sure to use the Text mode to make sure all of the content is selected for copying.

    Best,

    Christopher M.

    in reply to: Background image is dum #23193

    Hello Alex P,

    Thank you for submitting about the background image appearance appearing dim on the active site. Was there a time when both images were identical? If so, is there anything that happened (any updates or changes) after that when you first noticed the dimness? It’s difficult to reverse engineer what might have taken place since we don’t know what happens on your site, what changes you’ve made, or what you might have tried as far as troubleshooting in the meantime. Any extra information will help us work toward a solution.

    Best,

    Christopher M.

    in reply to: BoldGrid blocks not loading #23179

    Hello Ben,

    Thanks for submitting a question about BoldGrid blocks not loading. This error is being investigated by our development team at the moment, and we should have more information about and how it fix it soon. We regret the inconvenience. Thank you for your patience.

    Best,

    Christopher M.

    Hello Shona,

    Thanks for submitting a question about advanced options. I’m not sure exactly which are you mean. Do you mean the Text editor in the post/page editor? Or, do you mean the Advanced features in the Customizer? Any extra information you can provide will help make sure we’re on the same page.

    Best,

    Christopher M.

    in reply to: Cannot Get Past the BoldGrid Central Page #23238

    Hello Linda,

    Thanks for submitting a question about BoldGrid Central. Are you able to clarify exactly what you’re seeing? Are you stuck on the page? Are you not seeing anything? Any information you can provide may help us find which part of the process you might be stuck on.

    Best,

    Christopher M.

    in reply to: Need to know if it works for dealerships #23240

    Hello Christy,

    Thanks for submitting a question about displaying images on BoldGrid. Yes, BoldGrid is ideal for the use case you described. There are many image-enhancement features available with BoldGrid that make it easy to display high-quality image galleries that users can search through.

    However, you will still want to make sure that the images are optimized for the web. This would mean using a tool that compresses the images enough to preserve quality but also allows them to load faster in a web browser. There are WordPress plugins you can use alongside BoldGrid to help optimize your images.

    Best,

    Christopher M.

    Hello Peter,

    Thanks for submitting a question about the comment form. What you see is part of the template architecture WordPress has provided with a default comment form. This would fall under the category of general WordPress development. The safest way to edit these elements is to do so through a child theme. In the child theme, you can delete those elements safely.

    As an alternative, you can use the Custom CSS editor to “hide” the undesired elements:

    The latter would look something like this:

    .form-allowed-tags {
    visibility:hidden;
    }

    However, I would caution against making the changes yourself unless you are familiar with HTML, CSS, and PHP. If not, it would be best to contact a developer. This is a relatively small modification, but done incorrectly it could cause errors on the page or a blank white screen.

    Best,

    Christopher M.

    in reply to: How do I embed code into a page? #23254

    Hello Dana,

    Thanks for submitting a question about embedding code in a page or post. This falls more under the category of using HTML in WordPress than BoldGrid. I recommend using the WordPress text editor. You can surround your code with “pre” or “code” HTML tags.

    This will output “preformatted” text, which is recommended for viewing code. However, in order to get syntax color highlighting, you can install a a WordPress “code snippets” plugin to handle that. This is likely the easiest option because it will help with “escaping” certain characters.

    Best,
    Christopher M.

    in reply to: Cannot Reset or Log in to BoldGrid Central #23256

    Hello rlbonner01,

    Thanks for submitting a question about difficulties logging into BoldGrid central. It’s possible there was a temporary network connection issue with the site. I advise trying to submit your request again. If you continue to have trouble, and you are with one of BoldGrid’s official hosts, consider reaching out to live support.

    Best,
    Christopher M.

    in reply to: How do I make added images not “clickable”? #23258

    Hello Jsstein,

    Thanks for submitting a question about clickable images. Yes, you can accomplish this through the page editor. First, you will just need to select the image by clicking on it. Then, you will see the pencil “Edit” icon appear. Click the pencil icon to edit the image. Under Display Settings set Link to “None”. Now, when hovering over the image, users will not see the hand that indicates the image can be clicked as a regular link.

    Best,
    Christopher M.

    in reply to: Building Forms and Moderating Submissions #23260

    Hello,

    Thanks for submitting a question about using forms with your site. BoldGrid uses WPForms to generate dynamic form content. When a user fills out a form, you can view the submissions under WPForms > Entries. However, these submissions are not visible to the public.

    In order to have public comments available for viewing, and to allow commenting by non-members, the easiest way to proceed is to create a blog post. Comments are enabled on blog posts by default. In order control how these comments are displayed, or who can post there, you will only need to edit the parameters under Settings > Discussion. From there, you can uncheck the option for Comment must be manually approved.

    Once you have received comments, you can moderate, edit, or delete them under Blog Posts > Comments.

    Best,
    Christopher M.

    in reply to: WordPress Menu Doesn’t Show BoldGrid Block #23262

    Hello Amit,

    Thanks for submitting a question about the non-appearance of the BoldGrid block. The BoldGrid editor works best when a BoldGrid theme is set as the active theme. It’s possible some third-party themes will not display BoldGrid elements properly. If you are using the Twenty Seventeen theme, it would be best to use the theme options provided. However, since you have installed BoldGrid, I recommend going through BoldGrid Inspirations process. You can select a Boldgrid theme and install it in a safe “Staging” area while your current site remains live. This way, you can use the BoldGrid editor on a BoldGrid theme.

    Best,
    Christopher M.

    in reply to: I can’t Edit Themes Using BoldGrid After Upgrade #23280

    Hello,

    Thank you for submitting a question about editing themes after an upgrade. If you have purchased third-party themes (that is, themes not made by BoldGrid), they will not be optimized to use BoldGrid’s editor the way official BoldGrid themes are. They may not function as needed.

    In your question, you mention purchasing themes and a BoldGrid upgrade. BoldGrid does not currently have individual themes for sale. So, it’s possible you purchased third party themes. It’s possible these themes may conflict with BoldGrid functionality even if you purchased a BoldGrid upgrade.

    Regarding support, you are able to contact hosting support for BoldGrid if you are with one of BoldGrid’s partner hosting companies. If not, you can get support through this forum.

    Best,

    Christopher M.

    in reply to: Unable to Save Changes #23305

    Hello Andy A,

    Thanks for submitting a question about saving content. Is there a specific error that you’re seeing? Or, once pressing the Save button, nothing happens? Does the unsaved content revert back to the way it was before you made changes? Any follow-up information you have can help us replicate the issue or find a possible solution. A draft not saving may prove to be caused by something outside BoldGrid, like a general WordPress issue. Any extra information you can provide will be helpful.

    Best,

    Christopher M.

    in reply to: Changing font size on a page. #23313

    Hello ajkelsey,

    Thanks for submitting a question about changing font sizes. Were you able to change the font this way before and it suddenly stopped working, or is the first time you tried to change the font this way and noticed it wasn’t working as intended?

    Best,

    Christopher M.

    in reply to: Can’t add BoldGrid Block to my blog page. #23344

    Hello Cody,

    Thanks for submitting a question about blocks. What exactly happens when you try to add them? Are there steps we can follow to replicate the issue?

    Best,

    Christopher M.

    in reply to: Temporarily deactivate site #23373

    Hello,

    Thanks for submitting a question about temporarily deactivating your site. There are many different ways to do this. The BoldGrid way to do this could be launching a staging site with a maintenance message on the home.

    There are WordPress plugins that allow you to serve a customizable “maintenance” page; this is arguably the fastest and easiest way.

    There are also server-side tools you can use to redirect visitors to a maintenance page of your own making. Your host can you help you in that regard.

    Best,

    Christopher M.

    Hello Tina,

    Thanks for submitting a question about hiding the Special Thanks link. We have a full guide regarding how to remove the Special Thanks link.

    This is a premium feature and requires a premium connect key. The steps required to accomplish the task fully are covered in the link provided.

    Best,

    Christopher M.

    in reply to: Can I use Ultimate WordPress Auction Plugin with BoldGrid #23392

    Hello Rohan,

    Thanks for submitting a question about the WordPress Auction Plugin. You can certainly install any conventional WordPress plugins alongside BoldGrid. However, there is no guarantee that all plugins will work well together. Plugins are submitted from a wide variety of developers. Let us know if you encounter any issues we can help with.

    Best,

    Christopher M.

    in reply to: How do I create a drop-down menu? #23415

    Hello Nicole,

    Thanks for submitting a question about creating a drop-down menu. Yes, you are correct that in order for drop-down effect to appear, you can add the desired pages as “children.”

    We have a full guide regarding how you can disable a top menu item link. Basically, you will be editing the menu in the customizer and adjusting the pages so that they display under the top-level item, and thus you will not see it appearing in the menu itself, it will be nested underneath the parent page.

    Best,

    Christopher M.

    in reply to: How can I make blocks centre align in a wide browser window? #23426

    Hello Clive,

    Thanks for submitting a question about center-aligning blocks on the page.

    Once you have a chosen column selected, you can click the three horizontal bars to show the Advanced Control button. Here, you are able to select the horizontal alignment, which can be set to “Center.”

    Which BoldGrid theme are you working on?

    Best,

    Christopher M.

    in reply to: Equity Crowdfunding Features? #23442

    Hello Sarahwm,

    Thanks so much for submitting a question equity crowdfunding features in BoldGrid.

    The BoldGrid suite of plugins is first and foremost a website builder. The available feature set is centered around designing a beautiful, professional website quickly and without hassle.

    The features described in your question depend more on procedural, “back-end” web development, which you can certainly integrate into a site built with the BoldGrid framework.

    BoldGrid is built upon WordPress, which means that the wide field of WordPress plugins are available and can be installed on your BoldGrid-powered site. There are several crowdfunding plugins already available which you can install and try for free.

    Best,

    Christopher M.

    in reply to: How to Edit the Facebook Widget? #23444

    Hello David,

    Thanks for submitting a question about editing the Facebook widget. You can change the widget settings via the Customizer. When logged into the WordPress Dashboard, select Customize followed by Widgets. You can select the area where the widgets are present by choosing the Pencil icon as it appears. Then you can edit the Facebook link. We also have a helpful guide on how to use widgets.

    Best,

    Christopher M.

    in reply to: We have InMotion Hosting and BoldGrid #23446

    Hello Angie,

    Thanks for your question about using the Kale theme and upgrading to the Pro version. I regret that we cannot provide detailed support for upgrading the Kale theme because it is not a BoldGrid product.

    If you are trying to upgrade to the Pro version of BoldGrid then that is something we can provide assistance with, however, it is best to make sure which product you are trying to upgrade in order to avoid any unnecessary confusion.

    Considering you have already contacted the developer of the Kale theme, it is best advised to wait and see if they can help you further. If you decide to not use the Kale theme, and would prefer to use BoldGrid, let us know, we’ll be happy to help.

    Best,

    Christopher M.

    in reply to: Customized Menus don’t match documentation. #23469

    Hello AmyC,

    Thanks for submitting a question about the non-appearance of Customizer features. I regret that you have been having trouble with this issue for a year. However, since this is the first time I have encountered the issue, I apologize for asking a routine question, but it would be helpful to know if there are possibly other plugins that could be interfering with BoldGrid. Are there are any other theme-builder or page-builder plugins installed alongside BoldGrid?

    Best,

    Christopher M.

    in reply to: Bold Grid Page Copy #23471

    Hello,

    Thanks for submitting a question about making a BoldGrid page copy. The easiest way to to do this is to create a new page and copy the content from the existing page to the new one. You will then effectively have two pages with the same content. WordPress does not have a dedicated copy procedure since one is able to quickly achieve the same effect with a copy/paste action.

    Alternatively, you can create the second page in your staging area. The pages in your staging area are hidden from the public until the staging area is “launched” as the active site.

    Best,

    Christopher M.

    If I understand your request correctly, it sounds like you want to add some text to the right of the site title or logo. There are many ways to do it, but I would recommend using the site tagline option available in the Customizer. By default, the tagline appears below the logo, which does not meet your expectations.

    However, it is possible to use CSS to “float” the site title (logo) to the left. This allows the tagline to appear on the right side of the site title or logo.

    This is the HTML output:

    <h1 class=”site-title” style=” float: left;”><a href=”http://example.com&#8221; rel=”home”>Site Title</a></h1>

    In CSS, it would look like something like this:

    .site-title {

    float: left

    }

    Once the title (logo) is floated along the left side, you can style the tagline according to your own needs. The exact spacing is determined by your unqiue preference.

    The custom CSS editors are really good for quick fixes or testing, but for a significant rearranging the of the layout of the theme, a more permanent solution would be ideal. In which case, the best and safest way to make these changes is in a BoldGrid child theme.

    in reply to: Why Can I Not Delete ‘Atributions’ Page? #23507

    Disabling this page should have made it inaccessible to Google. We are investigating this for more information. However, in the meantime, it may be best advised to instruct Google to not crawl that page.

    in reply to: Blogging Widgets for BoldGrid #23525

    Thanks for clarifying, Jared. There are a few different ways to approach the issue. At this point, it’s difficult to know if BoldGrid may introduce an easy way to get this effect. In the meantime, the best way to go about it would be to create a BoldGrid child theme. Then, the post grids can be created with the built-in Bootstrap grid system. If those instructions are too advanced, there is a plugin that creates post grids, but we can’t guarantee this plugin will work well with BoldGrid.

    in reply to: SEO and Meta Data #23516

    Hello Stephanie,

    Thanks for submitting a question about SEO and Meta Data. The BoldGrid SEO plugin is only one part of the BoldGrid suite of plugins. So, it is possible to merely disable the BoldGrid SEO plugin without disabling any other aspect of the BoldGrid functionality. This mitigates any risk that the SEO plugin can interfere with other SEO tools.

    However, there are many plugins that you can use to add a Google verification code to your site without having to edit the theme and without having to disable the SEO plugin.

    Best,

    Christopher M.

    in reply to: Adding Blog Posts to Home Page #23518

    Hello,

    Thanks for submitting a question about adding a blog to the bottom of the homepage. In BoldGrid, pages are separate from blog posts or pages that contain blog posts. To combine these by adding posts to a page requires theme editing.

    The first thing to do is set up a child theme. That is the best way to modify a theme. Then a query can be used to grab recent posts. The basic WordPress post loop looks like this:

    <?php 
    if ( have_posts() ) {
    	while ( have_posts() ) {
    		the_post(); 
    		//
    		// Post Content here
    		//
    	} // end while
    } // end if
    ?>

    This code can be added to a page template, and then this page template can be used as your home page.

    Best,

    Christopher M.

Viewing 40 posts - 81 through 120 (of 233 total)