Forum Replies Created
- AuthorPosts
BoldGrid Support
KeymasterHello Katie.
Thanks for posting your question about adjusting the line spacing in the header font, as it appears on Tablet/Mobile devices. You can customize the CSS for that particular item, by using the CSS Editor in BoldGrid’s Customizer. I was able to pull up your website and I believe the following code should handle adjusting the spacing for tablet/mobile devices:
@media (max-width:991px) {
entry-title > h1 {
line-height: 1.2;
}
}You can simply copy/paste that code into the CSS Editor as described in the article (linked above). I hope this helps!
Sincerely,
Carlos D
BoldGrid Support
KeymasterHello.
Thanks for posting your question regarding the inability to receive notifications from your Ninja Form submissions. I’m sorry to see you are experiencing issues with this. I recommend reviewing the page that you have the contact form displayed on. In the Page editor, if you click on the “text” editor tab, then you can review the page for the Ninja Forms code (looks similar to: ‘[ninja_forms id=1]‘). Once you have found the correct ID for the form on that page, you can navigate back to the Ninja Forms to review the email settings for that specific form, since each form has it’s own email settings.
If your email settings are correct and you have accurately checked that specific form, then I recommend you work with your web host to review the server’s Exim/email logs. There may be tweaks or setup needed to be completed within their interface in order for your email to work on your domain/website cohesively. I hope this helps!
Sincerely,
Carlos D
March 19, 2018 at 11:32 am in reply to: Can BoldGrid implement a specific javascript web page? #22832BoldGrid Support
KeymasterHello Sarah,
Thanks for posting your question regarding BoldGrid’s ability to utilize JavaScript for displaying custom results for products based on location. Although BoldGrid does not handle the products and location based search results, you can always utilize other WordPress plugins, like WooCommerce, for instance. I recommend reviewing the various E-commerce plugins for WordPress that you can then add to your website built with BoldGrid.
I hope this helps!
Sincerely,
Carlos D
BoldGrid Support
KeymasterHello.
Thanks for posting your question regarding disabling the menu from automatically adding newly published pages. To do this, you will need to navigate to Customize > Menus, then click on the menu that is adding the new pages automatically. Scroll down to the Menu Options section. You should see the checkbox for “Automatically add new top-level pages to this menu“, uncheck that box to disable this behavior.
Best Regards,
Carlos D
March 9, 2018 at 2:51 pm in reply to: I cannot delete a block of color in BoldGrid in my Site Logo area. #22869BoldGrid Support
KeymasterHello.
Thanks for posting your question regarding changing the color of your Site Logo section. The colors can be changed through the default Color Selector in the Customizer. If you click on one of the colors, the section(s) that the color is assigned to will briefly flash, to make you aware of what will change.
If the change can not be made within the Color Selector, the only other option would be to create a child theme and manually modify the CSS for that child theme. Note: the guide linked for modifying the CSS instructs to enter the modified CSS into the CSS editor, however, you should add that code to the child theme in this case. The child theme is important so that your customizations are not overwritten when the (parent) theme has to be updated. Although this is an advanced topic, the instructions should guide you pretty well. However, actually coding/developing that theme may require some more advanced knowledge of CSS. I hope this helps though!
Sincerely,
Carlos D
BoldGrid Support
KeymasterHello Craig,
Thanks for posting your question regarding the column alignment on your website. I’m sorry to see this is occurring. I noticed the mis-alignment you mentioned on that first column. Pulling up the content in the Google Chrome Developer Tool, it appears that the column is set to align: top rather than “center” as the rest of them are. You should be able to click on the column to modify the vertical alignment. I hope this helps!
Sincerely,
Carlos
BoldGrid Support
KeymasterHello Greg,
Thanks for posting your question regarding the location of existing website pages to edit. I’m sorry to see that you are experiencing an issue with updating the content on your website’s pages.
The Pages are maintained in the same location inside WordPress, with or without BoldGrid installed. You may navigate to them by clicking on the Pages option from the Administrative Dashboard.
If you are not seeing the pages listed, then there may be an underlying issue that is causing them to not load properly. I recommend disabling non-BoldGrid plugins that may be used to modify the pages/posts or editor in general. If you disable the plugins one-by-one, you may be able to identify if one is causing the conflict (i.e. you disable a plugin and the site loads your pages for editing).
You can also attempt to restore the website from a known working backup.
Lastly, I recommend ensuring all your plugins, themes, and WordPress are updated to the last versions.
If those recommendations do not resolve the issue, to diagnose the issue, we would need the following details to replicate and further trouble shoot:
- The version of (all) BoldGrid plugins you have installed.
- The version of WordPress installed.
- The version of the theme you are using.
- The error message(s), if any, that are appearing instead of your pages.
- The exact steps you are taking to replicate the unexpected behavior.
I look forward to your response to be able to assist you further. I hope this helps!
Sincerely,
Carlos D
BoldGrid Support
KeymasterHey Mike!
We do not have an instructional guide on using WP-CLI to print out the contents of your pages/posts. That command would simply be run using an SSH connection from the directory that WordPress is installed in (if WP-CLI is already installed). However, this depends on where you are hosting the website, there may be limitations on access as well. Depending on who your host is, I may be able to advise further, so let me know!
Best Regards,
Carlos
BoldGrid Support
KeymasterHello Mike.
Thanks for posting your question regarding finding the content of your website, after it’s been quarantined. I’m sorry to see that your website was hacked. The pages and posts are not stored in the files that were quarantined. You can review your website’s database for the posts/pages content you are looking for. If you have WP-CLI installed, you can simply run the following command to list your content:
wp post list –post_type=page –field=post_content
I hope this helps!
Sincerely,
Carlos
March 2, 2018 at 10:50 am in reply to: My site is published but when I go to edit my pages, there’s literally no content. #22926BoldGrid Support
KeymasterHi.
Thanks for posting your question regarding the issues you are experiencing. I recommend disabling any other (non-BoldGrid) plugins that you may have installed, especially those that are used for editing Pages/Posts. They may be conflicting with BoldGrid’s functionality.
Additionally, I recommend troubleshooting the server you have installed BoldGrid on. Specifically ModSecurity may be blocking requests, depending on the rules you have enabled. You can check your Apache error logs and disable/enable ModSecurity -temporarily- to determine if that is the reason for the missing buttons. I hope this helps!
Sincerely,
Carlos
March 2, 2018 at 10:43 am in reply to: Trying to change menu info, but the save and publish button is missing. ! #22898BoldGrid Support
KeymasterHi Loren.
Thanks for posting your question regarding the Save and Publish button missing. I recommend disabling any other plugins that you may have installed, especially those that are used for editing Pages/Posts. They may be conflicting with BoldGrid’s functionality.
Additionally, I recommend troubleshooting the server you have installed BoldGrid on. Specifically ModSecurity may be blocking requests, depending on the rules you have enabled. You can check your Apache error logs and disable/enable ModSecurity -temporarily- to determine if that is the reason for the missing buttons. I hope this helps!
Sincerely,
Carlos
BoldGrid Support
KeymasterHello Kathy.
Thanks for posting your question regarding the style.css file missing error. I recommend that you reinstall WordPress and the BoldGrid plugin. The files needed should be included in both those installations. I hope this helps!
Sincerely,
Carlos
BoldGrid Support
KeymasterHello Vita.
Thanks for posting your question about adding HTML/CSS to create a bar at the top of your website. You can accomplish this by adding your code through the Customizer. I hope this helps!
Sincerely,
Carlos
BoldGrid Support
KeymasterHi Larry!
Thanks for posting your question regarding the WP icon appearing in place of your menu’s text. I’m sorry to see that you are experiencing difficulty with this. I have reviewed your site and it appears there is a plugin that is manipulating the way menus are displayed. BoldGrid, by default, will not use icons as menu items. Are you able to provide some more details in regards to how you developed/created those menus? With those details, I may be able to further assist you.
Best Regards,
Carlos D
BoldGrid Support
KeymasterHello Lee,
Thanks for posting your question about moving and making a backup of the Staging site only. Unfortunately, the capabilities to do this do not exist. You would need to deploy staging, before you would be able to make a backup of that version of the site to move it.
If this is a feature you would like to request you can submit feedback directly to our developers.
Best Regards,
Carlos D.
BoldGrid Support
KeymasterHello Vita,
Thanks for posting your question about syncing the color scheme through out your website. The color scheme should remain the same through out the website. I visited your website from my computer and iPhone. They both appeared to display similar colors. It’s possible you may be seeing a cached version of your page. I recommend using a Private Browsing Session to check on changes/updates to your website. This allows you to view the website (with a new/empty cache) without having to delete your browser’s cache. If you are still experiencing issues, would you be able to provide screenshots, a list of the devices you are replicating this issue on, as well as, the exact links you are accessing.
Best Regards,
Carlos D
BoldGrid Support
KeymasterHi candymaker.
I’m sorry to see that you were experiencing issues with designing your website. However, at this time, it appears that the issues have been resolved.
No duplicate title or site description in your header.
No WordPress Attribution present in your Footer.
Are you still experiencing problems?
BoldGrid Support
KeymasterHello Alex
The issue appears to be related to additional custom coded CSS on your website. This is not the expected behavior of the theme. In our multiple instances for testing this, we are unable to replicate, until we add the code you have mentioned in your previous comments.
I recommend removing the custom CSS code that you have added, this will correct the issue caused by that code.
Otherwise, I recommend you contact whomever made those CSS modifications. They may need to review the code to ensure that their changes were not overwritten by an update to the theme. To prevent this from happening they would need to create a Child Theme and customize that with their code. This will prevent their code from being overwritten in future updates to the theme.
I hope this helps.
Sincerely,
Carlos D
BoldGrid Support
KeymasterHello.
Thanks for posting your question. I’m sorry to see that your backup is not restoring properly on the new server. I’m unable to provide a diagnosis for the error you are receiving. What version of BoldGrid Backup Plugin are you using to backup and restore? What versions of WordPress are you using between the two systems? Have you tried to make another backup to attempt to restore from a new file?
Please let us know the additional details, so we can assist you more.
Sincerely,
Carlos D
BoldGrid Support
KeymasterHello.
Thanks for posting your question regarding how to copy Pages.
You can simply copy and paste the code from the Page Editor’s Text tab. The instructions below should assist you with that process.
- Log into BoldGrid.
- Hover over the Pages menu option from the left-side, then select All Pages.
- Select the page you would like to copy, from the list of Pages you have created.
- Once the Page Editor loads, click on the Text tab to switch from Visual to Text editing.
- Copy the all the code/text in this window. (You can press Ctrl + A to highlight all the text, once you are inside the text box, then press Ctrl + C to copy the highlighted text.).
- Now, from the left-side menu, hover over Pages and select Add Blank.
- Once the Page Editor loads, click on the Text tab, if it is not already selected.
- Paste the code you just copied into this new page and give it a title.
- Click on the Publish button to save the new/duplicate page.
I hope this helps!
Sincerely,
Carlos D
February 16, 2018 at 10:38 am in reply to: How to change a page’s “publish” screen to “privately published/ private” and then “publish/ public” a few days later? #22969BoldGrid Support
KeymasterHi Gerry,
Thanks for posting your question regarding changing a Page’s visibility to privately published to publicly published. You may accomplish this by using the Publish Settings column.
- Log into your BoldGrid website.
- Hover over Pages, then select All Pages, from the left-side menu.
- On the next screen, with all your Pages listed, select the Page you would like to change the viability for.
- Once the editor opens up, to the right, you will see the Publish settings column. Next to the Visibility option, click the Edit link.
- Select Private, then click on the OK button.
Then the page will be published privately. Once you are ready to publish the page publicly, the process is the same.
- Open the Page in the Page Editor (as described above).
- From the Publish settings column, select the Edit link next to Visibility option. Then select Public and click on the OK button.
I hope this helps!
Sincerely,
Carlos D
BoldGrid Support
KeymasterHello Sonya,
Thanks for posting your questions regarding updates to the Diced theme. Theoretically, the themes will retain your customization. However, I always recommend making a backup of your website prior to making updates to it. This will create a restore point for you, in case the updates cause unexpected behavior.
Updating the theme may not stop the message regarding outdated WooCommerce template files from displaying. Rather, you need to make a backup and then proceed to update the templates that WooCommerce is advising. I hope this helps!
Sincerely,
Carlos D
February 9, 2018 at 11:38 am in reply to: Pavilion Theme’s WooCommerce templates are out of date. Will you be updating them? #23017BoldGrid Support
KeymasterHello Sheri,
Thanks for posting your question regarding notifications indicating WooCommerce templates are out of date. If you are using the default Pavilion theme by BoldGrid, you can simply proceed with backing up your website and then updating the templates by navigating to WooCommerce > System Status. If you are using a Child Theme and making customizations to the files themselves, then there may be a bit more involved in the process (in order to preserve your custom code). Either way, the WooCommerce documentation provides details on how to proceed with this particular kind of update to the theme files.
I strongly recommend you create a backup before running updates like this. A backup will create a working/restorable point for your website, in case the updates cause unexpected behavior.
BoldGrid themes are regularly updated, however, I don’t believe that these are the updates that WooCommerce is indicating. According to WooCommerce, all themes (even those that do not claim to be WooCommerce “ready”) will work with WooCommerce. I hope this helps!
Sincerely,
Carlos D
BoldGrid Support
KeymasterIt seems like you were able to resolve the issue you were reporting. Are you still experiencing issues after updating WordPress and BoldGrid?
BoldGrid Support
KeymasterHi Alex,
It looks like the editor is not big enough to display the full width of the page and the full width of the page is properly displayed when loading the actual page in your browser.
Best Regards,
Carlos D
BoldGrid Support
KeymasterI recommend working with the System Administrator for your server to temporarily disable ModSecurity, if you have that running on your server for Apache. If the image is uploaded without the error with ModSecurity disabled, I recommend reviewing the logs and disabling the rule that is being triggered and blocking the upload. I hope this helps.
Sincerely,
Carlos D
BoldGrid Support
KeymasterHi Greg,
Thanks for posting your question regarding the Menu appearing behind the content (Call to Action) on mobile devices. I was able to replicate and see that this is only happening on iOS devices.
I recommend removing the custom CSS that you have added as it seems to have disrupted the responsiveness of the theme. If you are interested in customizing a BoldGrid theme, I recommend installing a Child Theme and develop your customizations using that theme.
For more information on using the BoldGrid Theme Framework for developing your own theme(s), you can review our documentation.
Best Regards,
Carlos D
BoldGrid Support
KeymasterHello.
Thanks for posting your question regarding the message you are receiving: “website exceeds size limits”. I’m sorry to see this is causing an issue. Do you have the BoldGrid Backup Plugin installed? If so, in that plugin do you have the option to backup the site before an Auto-Update runs?
Increasing the size limits depends on what system is causing this message to appear. Please respond back with those additional details for us to further assist you.
Best Regards,
Carlos D
February 8, 2018 at 3:26 pm in reply to: How to add text to footer widget below menu without having the border/outline show up? #23034BoldGrid Support
KeymasterHi Genr8,
I’m sorry to see that the changes to your footer are not appearing as you would like them to. I’m not quite sure how you are attempting to modify the footer. However, you can use the Customizer to add a Widget to the footer (if your selected Inspiration allows), too add content to your Footer. I hope this helps.
Sincerely,
Carlos D
February 8, 2018 at 3:20 pm in reply to: When editing a page the Boldgrid logo appears and spins then generates the page blank even though it has content? #23059BoldGrid Support
KeymasterHi Toby,
I’m sorry to see that you are experiencing issues when attempting to edit your BoldGrid website. I recommend disabling your WordPress plugins to determine (by process of elimination) if there is a conflict with another plugin you are running with BoldGrid installed/activated. Additionally, if the server you are running BoldGrid on has ModSecurity enabled, you may disable ModSecurity temporarily to determine if that is blocking requests that need to be made for BoldGrid to function properly.
If you are experiencing persisting issues, we would need additional information to assist in troubleshooting, as I was unable to replicate a problem with the installation of BoldGrid I am testing with. If you are still experiencing issues please respond back with the following details:
What version of WordPress you are using.
What version of BoldGrid plugin(s) you have installed.
Steps to take to replicate the error/issue you are experiencing.
Any errors that occur.
With those details we may be able to assist you further.
Sincerely,
Carlos D
February 8, 2018 at 3:14 pm in reply to: On the home page, I want to make it more narrow and easier to navigate with separation of sections. #23061BoldGrid Support
KeymasterHi loretta,
Thanks for posting your questions regarding the customizations you would like to make on your website.
I’m not quite sure what you mean by making your Homepage more narrow and easier to navigate with separate sections. You can modify the Home page using the Page Editor.
I’m not quite sure what you mean by how you want to customize your blog page. Can you please elaborate?
If you want to create a link for Facebook on your website, you can do this in a Widget or by creating a Menu.
I hope this helps.
Sincerely,
Carlos D
February 7, 2018 at 4:10 pm in reply to: how can i access the CONTACT US input from visitors? #23036BoldGrid Support
KeymasterHi Duane,
Thanks for posting your comment regarding reviewing the submissions from your Contact Us contact form. This would depend on which plugin was used to create the Form.
If you used BoldGrid’s default form, it was either built with Ninja Forms or WPForms. The only way to view submissions using the free version of WPForms, would be to review the emails received from the contact form. WPForms requires an upgrade to the Pro version to be able to review the submissions through the WPForms interface. I hope this helps!
Sincerely,
Carlos D
January 22, 2018 at 9:43 pm in reply to: How do you save your page when you are finished working on it for now? #23110BoldGrid Support
KeymasterHi Maggie,
Thanks for posting your question about saving your page edits. If you want to save your page edits, you can either click on the “Update” button in the Page Editor. Then you will be able to navigate elsewhere and preserve the changes.
I hope this helps!
Sincerely,
Carlos
January 19, 2018 at 3:10 pm in reply to: I have completed building my new site in Boldgrid and need to know how to make it my Active site. #23127BoldGrid Support
KeymasterHello Rich,
Thanks for posting your question regarding launching your new BoldGrid site to replace your older site. If you are running an older website in your document root directory, then you will need to remove the old website files and then move the WordPress files into your website’s document root directory to use that as the live site. I hope this helps!
Sincerely,
Carlos
January 12, 2018 at 4:35 pm in reply to: How do I set the “og:image” property so that Facebook can show the correct image? #23148BoldGrid Support
KeymasterHi,
Thanks for posting your question regarding the image displayed when sharing a page from your website on Facebook. I’m sorry to see that the image that is displaying is not the one you intended. This post here outlines how you can assign a “Featured Image” to your posts and pages, which is what Facebook will use when sharing them.
The ‘og:image’ property should be provided, once the ‘Featured Image’ has been added to the page/post. I hope this helps!
Sincerely,
Carlos E
BoldGrid Support
KeymasterHi,
Thank you for posting your question regarding the differences in the page editor versus the full page view that you are seeing. I recommend ensuring that you are not customizing a page in the “Staging” Development category. There are no additional steps to take if you are working on a page in the “Active” Development category for the preview to display on your live site. I hope this helps.
Sincerely,
Carlos E
BoldGrid Support
KeymasterHi Debbie,
Thanks for posting your question regarding the size of your photos as they appear in your Gallery Block. I’m sorry to see that you are experiencing troubles getting them to be consistent. I was unable to find an issue with adding an image of the same size to the gallery as the image I removed to “replace” it’s place in the Gallery. If you are replacing them by some other method, can you please elaborate on the steps you are taking to replicate the issue you are seeing? In addition to that, if you can provide the version of WordPress and all the BoldGrid plugins you are using, this will help to better diagnose the issue. I look forward to your response to assist you further.
Sincerely,
Carlos E
BoldGrid Support
KeymasterHi Holly,
Thanks for posting your question regarding adding categories to your drop-down Widget. The categories displayed in the drop-down are retrieved from your Blog Post categories. You can create categories and assign the blog post(s) to the categories. Then they will display in the drop-down Widget. I hope this helps!
Sincerely,
Carlos E
BoldGrid Support
KeymasterHi Dan,
Thanks for posting your question regarding customizing the Widget – Call to Action. I’m sorry to see that it is not responding properly. Have you viewed the website from an actual smartphone device? Depending on how Firefox is attempting to mimic the smartphone view, it may not be providing the necessary data for BoldGrid to identify the screen size and adjust text/image sizes automatically (responsiveness) to display on your website. Otherwise, to make custom CSS changes to a Widget, you would need to use the BoldGrid Framework and modify the CSS yourself in a child theme.
Best regards,
Carlos E
January 2, 2018 at 1:59 pm in reply to: Why Do I Get The Error “Plugin Does Not Exist” After Upgrading The BoldGrid Editor To Version 1.6.0.1 #23244BoldGrid Support
KeymasterHello aravinda,
Thanks for posting your question regarding updating the BoldGrid Editor. I’m sorry to see there were issues with activating it after updating it. If you go to the Add New Plugins screen in the Dashboard and search for “Post and Page Builder” by BoldGrid, then install that plugin, this plugin will replace the BoldGrid Editor Plugin. Therefore, once you install that plugin you should also receive a notification to remove the BoldGrid Editor plugin. It is only recommend to remove the plugin after you have successfully installed the Post and Page Builder plugin. I hope this helps!
Sincerely,
Carlos E
- AuthorPosts