Forum Replies Created

Viewing 40 posts - 81 through 120 (of 326 total)
  • Author
    Posts
  • in reply to: Can the header/footer be hidden for a single landing page? #31743

    Hi Leland,

    Thanks for the great question! At this time we are actively working on adding a new feature for custom page headers, and we expect it to release within the next few weeks.

    In the meantime, if you’d like to hide the header or footer on any single page, you can do so with custom CSS. First you’ll need to find the ID for the page or post you’d like to hide them on. To do this, open the page on the front end of your website, right click your mouse and inspector using your browser developer tools. Look for the body class near the top of the code, and in that section of code you will see page-id-# or postid-# – copy this code.

    Now open the Customizer and navigate to CSS/JS Editor to add custom CSS. You can use this sample code, replacing the postid-1 with your specific page-id or postid.

    .postid-1 .site-header,
    .postid-1 .site-footer {
        display: none;
    }

    Or, just for one:

    .postid-1 .site-footer {
        display: none;
    }

    Please let us know if this worked, or if you have any additional questions.

    Thanks,
    Nicole

    in reply to: Boldgrid editor frontend #31742

    Hello Mike,

    Thanks for reaching out about the Post and Page Builder working on the front end. Unfortunately at this time if you want to use the Post and Page Builder’s features you will need to edit the page from the wp-admin, or backend, of the website. We are working towards having our page builder be compatible with front end / full site editing in the future.

    Please let us know if you have any other questions.

    Thanks,
    Nicole

    in reply to: Strange return after visiting a page #31739

    Hello,

    To update your menu links, please start by going to Customize > Active Site in your dashboard. Once the Customizer is open, click on Menus and then the menu you’d like to adjust (likely named primary).

    To ensure the proper link is used, it may be best to remove the current Home link and add a new one. Click the dropdown arrow to open the Home link panel, and click the red Remove text link at the bottom. Next, click the Add Items button below the link list. Under Pages, you should see a link for Home with the text Front Page next to it. Add this link to your menu, and drag up to the top of the list.

    Click the blue Publish button at the top of the Customizer panel to save – now your Home menu link should be correct.

    Please let us know if you need any additional help.

    Thanks,
    Nicole

    in reply to: Haven Landing Page Image Size altered #31660

    Ok, to remove the white space below the header background, please try this code:

    .home .site-content {
    	padding-top: 0 !important;
    }

    I added .home to the code because I think you may want to keep the padding on the inner pages, but if not just remove that part.

    Thanks,
    Nicole

    in reply to: Automated Error Message from WordPress #31650

    Hello Michael,

    Thanks for reaching out – sorry you received this error while working with BoldGrid. It appears your website is missing some files for the Inspirations plugin. Please deactivate, delete, and then reinstall the plugin from here: http://repo.boldgrid.com/boldgrid-inspirations.zip to address this issue.

    Please let us know if you have any additional concerns.

    Thanks,
    Nicole

    in reply to: wont recognize black background #31648

    Hi Max,

    Thanks for reaching out, sorry to hear you are having problems getting Callaway to show your desired background. Let’s start by seeing what site background is active in the Customizer. Navigate to Customizer > Background > Pattern & Color and click the Remove Selected Pattern button under the Background Pattern heading. Next you can click into the Background Color input above and select what background you’d like used on your website.

    It looks like the on-page content is being created with Elementor, so if you want just a section of the page to have a black background, you will have to use Elementor to do so. If needed, you can reach out here: https://elementor.com/support/

    Please let me know if this helped.

    Thanks,
    Nicole

    in reply to: Title-Main not responsive – text overhangs #31646

    Hello,

    Thanks for contacting us – we are happy to help you adjust the font size of the h2 title-main in Grid One. Since Grid One uses a very large heading size, when using longer words we suggest using CSS Media Queries to set specific font sizes for different devices. I tested using your heading, and I found this code to work. You can copy and paste it into Customizer > Custom JS & CSS in the Custom Theme CSS section at the top of that panel:

    @media (max-width:767px) {
    h2.title-main {
    	font-size: 44px !important;
    }
    }
    @media (min-width:768px) and (max-width:1200px) {
    h2.title-main {
    	font-size: 60px !important;
    }
    }
    @media only screen and (min-width: 1200px) {
    h2.title-main {
    	font-size: 79px !important;
    }
    }

    Please let us know if this worked, or if you have any other questions.

    Thanks,
    Nicole

    in reply to: Haven Landing Page Image Size altered #31644

    Hello Bob,

    Thanks for reaching out about the Haven theme not behaving as you expect – we are happy to help! I believe making a small adjustment in the Customizer will fix this issue – please navigate to Customizer > Background and under Background Image Size, select Cover Page. That should make the background full width again, but if it doesn’t please let me know.

    Thanks,
    Nicole

    in reply to: missing backup? #31640

    Hi Joe,

    Sorry to hear you are having a problem with Total Upkeep taking backups. If you navigate in your dashboard to Total Upkeep > Tools is there anything showing in the Logs or History? Where are you storing your backups? Please let us know and we can investigate further.

    Thanks,
    Nicole

    in reply to: Website Crash after install #31637

    Hello Eduardo,

    We’re sorry to hear about your website crashing, but we’re definitely here to help! In order to investigate this issue further, can you please provide more details on exactly what happened? Are there any error messages? What code are you referring to adding after installing the Total Upkeep plugin?

    Thanks,
    Nicole

    in reply to: cancel subscription #31635

    Hello Ozan,

    To receive a refund, please email support@boldgrid.com and we can take care of that for you. Sorry to hear you are unhappy with the service – is there anything we can do to help?

    Thanks,
    Nicole

    in reply to: [Resolved] Haven theme background image mobile resizing #26274

    Hello,

    Due to responsive design, only part of the background image will show on some screensizes. On mobile, the background image crops towards the center to fit the screen size. We do not recommend using an image with text on top of it – the text should be added in the editor so the text will resize appropriately on mobile.

    I also noticed there is no h1 element on your page, since the site title is empty. So when you add the text on top of the image, make sure there is an h1 on the page for SEO purposes. More information on headings can be found here: https://www.boldgrid.com/support/boldgrid-easy-seo-plugin-product-guide/introduction-to-seo-content-and-structure/

    Thanks,
    Nicole

    in reply to: page titles #26270

    Hello,

    Unfortunately at this time there isn’t a way to pull the page title up into the header. Leaving the “Display page title” unchecked is fine as long as you add one h1 heading to the page. The h1 is what search engines look for on each page, and each page should only have one. It makes no difference if you add it yourself or use the core WordPress page title.

    If you’d like more information on SEO and headings, we have this article to help: https://www.boldgrid.com/support/boldgrid-easy-seo-plugin-product-guide/introduction-to-seo-content-and-structure/

    Thanks,
    Nicole

    in reply to: Hi! Question.. #26268

    Hello,

    Sorry to hear you are having issues with the Cobalt theme – when I looked at your website just now I saw a space background. If your site is set to use a color background, it should use the last color in the row from Customizer > Color Palette. If it is not, there is a bug we should look into.

    What is the last color in the palette set to when the site appears white? When does the background look different? With the Customizer open? When editing a page?

    Thanks,
    Nicole

    in reply to: How much time remaining #26265

    Hello,

    Thanks for trying our Cloud WordPress service, we are so glad you found it helpful! Installations never expire if you created it under a BoldGrid Central account – https://www.boldgrid.com/central

    If the site needs to be transferred, here is a helpful guide: https://www.boldgrid.com/support/total-upkeep/using-total-upkeep-to-migrate-wordpress-for-staging/

    Please let us know if you need anything else,
    Nicole

    in reply to: Remove blank space at header #26246

    Hello,

    I looked at your site and found some simple CSS you can add to the Customizer to remove the white space.

    Start by navigating to Appearance > Customize > Advanced > Custom JS & CSS

    Paste this code in the CSS box at the top:

    .site-content {
    padding-top: 0px;
    }
    
    .entry-content {
    margin: 0;
    }

    I did notice on the FAQ page the very first block has top margin on it, which is causing an even bigger gap on that page. You will need to go into the page itself and remove the margin-top from that block. You may have to go into text view to remove it:

    margin-top: 50px; should be removed from the first div on the page.

    Please let me know if you have any other questions,
    Nicole

    in reply to: Making a DIV clickable #26243

    Hello,

    It is possible to create clickable divs with WordPress and BoldGrid, we have this article detailing how to do so: https://www.boldgrid.com/support/page-builder/create-collapsing-accordion/

    Please let me know if you need anything else!

    Thanks,
    Nicole

    in reply to: Insert block under Woocommerce #26240

    Hello,

    The WooCommerce Shop page is what’s called a “loop” – it automatically displays your products without the use of a shortcode (there used to be a shortcode visible on the page in previous versions of WooCommerce).

    In order to add additional content where you’d like, you will need to use hooks and actions. These are explained here: https://www.businessbloomer.com/woocommerce-visual-hook-guide-archiveshopcat-page/

    You will need to be comfortable working in functions.php in order to do this. If you’d like to work safely in the cloud, and not on your live site, you can follow this guide to set up a staging site – https://www.boldgrid.com/support/total-upkeep/using-total-upkeep-to-migrate-wordpress-for-staging/

    Please let me know if you have any other questions,
    Nicole

    in reply to: [Resolved] squarespace #26238

    Hello,

    Yes! You can transfer a Squarespace site to WordPress. Here is an article explaining how to move the site: https://www.wpbeginner.com/wp-tutorials/how-to-properly-move-from-squarespace-to-wordpress/

    After transferring you can add any BoldGrid themes or plugins you’d like. Please let me know if you have any other questions.

    Thanks,
    Nicole

    in reply to: adding Field on Directory #26217

    Hello,

    How you add custom fields to your website depends on the theme you are using. Here is a link to the forum for your theme, as they will be able to answer your question in more depth: https://www.sktthemes.org/forum/

    Alternatively, you can try using Advanced Custom Fields from the WordPress plugin repo: https://wordpress.org/plugins/advanced-custom-fields/

    Hope this helps!
    Nicole

    in reply to: Menu Customizer not loading #26202

    Hello,

    Sorry to hear you are having issues customizing your menu – what theme are you using? Could you please provide the link to your website?

    It is best practice to delete any plugins that are not being used on your website. You can tell which plugins are active and inactive from Plugins > Installed Plugins. Active plugins have a blue background and inactive plugins have a white background.

    Keep in mind that all plugins, themes, and WordPress itself should be kept up to date. WordPress recently had a major release and can cause conflicts with older plugins.

    If you have concerns about updating or deleting plugins, we recommend taking a backup of your site and working on it in our Cloud WordPress environment so your website stays safe and unbroken. You can learn more about this process here: https://www.boldgrid.com/support/total-upkeep/using-total-upkeep-to-migrate-wordpress-for-staging/

    Thanks,
    Nicole

    in reply to: Extra html in page #26183

    Hello,

    Thanks for reaching out regarding the extra HTML on your page. The blue box is coming from a blockquote element on the page. If you edit the page in Text view, find and delete this to remove the blue box:

    <blockquote class=""><span style="color: #333333; font-size: 15px;">.</span>
    </blockquote>

    Please let me know if you have any other questions.

    Thanks!
    Nicole

    in reply to: How can you do global changes within pages #21996

    Hello.

    Thanks for posting your question regarding making changes to your Pages globally. I’m sorry to see that you are dissatisfied. I recommend submitting your feedback through the BoldGrid Central Portal’s “Feature Request”. This will notify the BoldGrid developers of your desires to consider adding them in future versions of BoldGrid.

    I hope this helps!
    Sincerely,
    Carlos D

    Hello.

    Thanks for posting your question regarding the Social Menu and the Page Title positions overlapping. I’m sorry to see that you are experiencing an issue with the Pavillion Theme. I went ahead and loaded up that Inspiration with the Social Media menu added as well. However, I was unable to replicate the issue with them overlapping. Could you possibly share the CSS code you are using to customize this? Additionally, if you could include any other details about your design to replicate the issue, this should helps us to more accurately diagnose the issue.

    Sincerely,
    Carlos D.

    Hello,

    I’m sorry to see that you are experiencing an issue with the Social Media menu and the Page Title. I’m unable to replicate the issue

    in reply to: swithching from go daddy #22008

    The process of migrating a website would depend on the current type of website you’re using. BoldGrid is a WordPress plugin suite. Also, we have a list of web hosting supporters which can provide specific advice.

    in reply to: cancel Subscription #22016

    Hello.

    I’m sorry to hear you requesting a refund. To request a refund you’ll need to log into BoldGrid Central using the email address associated with your purchase. From the Home tab, click Support Request under the Manage My Account section. Fill out the form and that will go to BoldGrid Support. I hope this helps!

    in reply to: Ghost Button #22018

    Hello and thanks for contacting us.

    You can edit ghost buttons using HTML (in pages and posts) or CSS via Customize > Advanced > Custom JS & CSS.

    The best way to accomplish this depends on what ghost button you want to edit in what theme.

    Please let us know if you have any further questions.

    in reply to: spa salon theme #22022

    Hello and thanks for contacting us.

    Although there isn’t a theme directly advertised as such, there are many marketing themes that may fit your need. Feel free to check the other themes on the site and let us know if you have further questions.

    in reply to: CANNOT UPDATE WEBSITE MESSAGE YOUR CONNECTION IS NOT PRIVATE #22028

    I’m sorry to see that your website is receiving a safety notice that the connection is not private. From what I can tell it appears that you do not have a properly installed SSL Certificate for the subdomain. It appears the SSL Certificate is protecting the webhostinghub.com domain and that does not match your subdomain. You can also review the other possibilities from this third party tool. I hope this helps!

    Sincerely,
    Carlos D

    in reply to: Cover Page, Navigation, & Mobile Devices #22030

    Hello,

    Thanks for posting your question for assistance with editing various aspects of your BoldGrid website. I’m happy to assist you. I believe you are seeing a responsive component that is causing the change in appearance of the menu when you switch from the preview to the live view. For example, I can see (on my larger screen) the navigation menu appears as one line. However, on my smaller screen the navigation menu spans two lines in order to maintain the look and functionality on the smaller device. In order to change this behavior, you would need to use Google Developer Tools to find the CSS necessary to customize your website’s CSS. For instance, you can use:

    .boldgrid-framework-menu li {
    padding-left: 0px;
    padding-right: 0px;
    }

    .palette-primary #secondary-menu a {
    padding-left: 0px;
    padding-right: 0px;
    }

    to reduce the padding and possibly allow the menus to all appear on one line for all size screens.

    The black background is indeed an accent of the Resolve theme/Inspiration. Again, you would need to use the Custom CSS Editor to enter the following code:

    .palette-primary .background-accent{
    display:none;
    }

    The mobile “responsive” theme is automatic. I don’t see any issues with the mobile version except for the header image. It appears to be too large to fit in a mobile device’s smaller screen. You may consider another photo if you are unable to crop it to appear better on mobile devices.

    I hope this helps!

    Sincerely,
    Carlos D

    in reply to: Transfering website builder from GO Central to Bold Grid #22032

    Hello,

    Unfortunately, proprietary software does not allow the transfer of your website between builders. You could use a BoldGrid Inspiration and add your content from the other website. However, it will not look exactly the same.

    I hope this helps!
    Sincerely,
    Carlos D

    You can follow the WordPress guide for changing permalinks. We also have a guide about editing BoldGrid pages.

    in reply to: How about staging for themes or plugins? #22036

    You can check WordPress.org for info on creating a custom WordPress theme and custom plugins. I recommend you consider a type of local development environment like Local by FlyWheel. Please let us know if you have more info with additional questions.

    in reply to: Fatal Error in BoldGrid Backup #22041

    I recommend contacting HostMonster with this MySQL article for troubleshooting. Otherwise, we’ll have to recommend you consider another backup plugin. We’re also looking into the matter more in-depth on our own. Sorry for any inconvenience.

    in reply to: Hosting Instructions on BoldGrid webhost page point go nowhere #22038

    Thanks for bringing this to our attention. We’re fixing this now. If you need any assistance with that in the meantime, please check out the new Support Center.

    Thanks again.

    Have you tried disabling all plugins until you figure out the problem plugin? The screenshot doesn’t show for me. Also, you may want to ensure you’re installing plugins from official respositories.

    in reply to: How to change the font and color of the site title #22047

    Hello!

    Thanks for posting your question regarding how to change the font color selection for your Site Title. I’m sorry to see that you are experiencing difficulty with this. The Site Title for the Hifidel Inspiration is controlled by the theme to contrast with the color of the background (using either white or black colors exclusively). In order to change this behavior, you will need to customize the theme at the CSS level. The Advanced section of the Customizer allows you to easily make CSS modifications. Based on the values found by using Google DevTools, the following code should do the trick:

    .palette-primary .site-title a{
    color:#800080
    }

    The #800080 (purple) color can be adjusted to the value you would like, using hexadecimal values.

    I hope this helps!
    Sincerely,
    Carlos D

    in reply to: Header Customization #22050

    Hello!

    Thanks for posting your question regarding adjusting your header (Tagline) to span one line rather than two. I’m sorry to see that you are experiencing difficulty with this. The number of lines that the tagline/header can be manipulated by changing the font size for the Subheadings. You can use the Fonts section of the Customizer to adjust the Font Size for the Subheadings. Still, note that the size of the screen may cause the responsive theme to adjust the number of lines that are used to display your tagline.

    Another change you can make is located in the Site Title & Logo section of the Customizer. Click on the Position toggle and a few more sliders will appear. You can modify the Horizontal Margin as you see fit. The Site Title and Tagline both adjusted with this setting for the Wedge theme. You can also use the other sliders to see if you can manipulate that section to appear as you would like.

    I hope this helps!

    Sincerely,
    Carlos D

    Hello,

    I’m sorry to see that you are experiencing issues with Plesk Onyx and BoldGrid. What is the error you are receiving? Also, if you could provide the steps to replicate the error you are receiving, that can help us to diagnose the issue and advise how to correct it.

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