Forum Replies Created

Viewing 40 posts - 1,001 through 1,040 (of 1,885 total)
  • Author
    Posts
  • Brandon C
    Keymaster

    Hi Jim,

    Thanks for reaching out with your Crio Pro WordPress theme questions.

    I’m sorry to hear you’re having a bit of trouble with your featured images. If I’m understanding you correctly, you should be able to implement this in your single post content with a custom block.

    We created a custom block for you that is similar to the formatting on your Post list pages. Try copy/pasting the HTML into the “Text” editor of your Post and Page Builder.

    I hope this helps! Please let us know if you were looking for something else.

    Brandon C
    Keymaster

    Hi Jim,

    Thanks for reaching out and thank for hosting with our premium partner DreamHost!

    With your DreamHost membership you automatically qualify for BoldGrid premium support and a BoldGrid Central account.

    Follow this guide and use the same login that you use to log in to your DreamHost account to log into BoldGrid Central and click the question mark icon in the top right corner to access Premium Support.

    I hope this helps! Please let us know if there’s anything else that we can answer for you.

    in reply to: A very specific slider popup issue #59648
    Brandon C
    Keymaster

    Thanks Nate,

    I inspected the page in the console and this Mixed Content error stood out to me:

    Mixed Content: The page at 'https://cubbywhole.com/podcast-2/' was loaded over HTTPS, but requested an insecure element 'http://cubbywhole.com/wp-content/uploads/2022/05/Untitled_Artwork-5-scaled.jpg'. This request was automatically upgraded to HTTPS, For more information see https://blog.chromium.org/2019/10/no-more-mixed-messages-about-https.html
    cubbywhole.com/:200 Mixed Content: The page at 'https://cubbywhole.com/podcast-2/' was loaded over HTTPS, but requested an insecure element 'http://cubbywhole.com/wp-content/uploads/2020/08/Untitled_Artwork-3-scaled.jpg'. This request was automatically upgraded to HTTPS, For more information see https://blog.chromium.org/2019/10/no-more-mixed-messages-about-https.html

    Try forcing https with a plugin like Really Simple SSL to see if that allows your slider render properly.

    I hope this helps! Don’t hesitate to reach back out if you need further assistance.

    in reply to: Website not loading after Post and Page Builder update #59630
    Brandon C
    Keymaster

    Hi Marinus,

    Happy you were able to find the problematic plugin. Jetpack has been known to defer certain scripts and cause issues after plugin updates.

    Please let us know if there’s anything else we can help with.

    in reply to: Website not loading after Post and Page Builder update #59619
    Brandon C
    Keymaster

    Hi Marinus,

    Thank you for reaching out, I’m sorry to hear you’re experiencing this issue after updating BoldGrid Post and Page Builder for WordPress.

    I have a theory, as a test can you temporarily disable the Popup Maker plugin you use for your initial verification. I think something in the JavaScript is causing the page not to load properly.

    I also suggest refreshing your permalinks and clearing any cache you have associated with your website (including browser cache and any server side caching agents).

    I hope this helps. We’re here to answer all your questions so don’t hesitate to reach back out.

    Brandon C
    Keymaster

    Hi Nicole,

    Thanks so much for reaching out with your BoldGrid Post and Page Builder questions.

    So essentially the “Publish” and “Update” buttons are exactly the same thing. You will see the option to “Publish” the first time that you publish a new page and any edits after that would be considered “Updates”.

    I think if you’re not seeing your changes you may have a caching issue preventing it from displaying correctly. Try clearing any cache associated with your website (including browser cache and any server-side caching agents you may be running.

    A good way to test to see if your updates are being published correctly is to view the page in an incognito browser. If you can see the new changes there then you know that your older edits are just being cached into the page.

    I hope this helps. Please let us know if there’s anything else that we can answer for you.

    in reply to: Client needs to gain access to their BoldGrid Central account #59545
    Brandon C
    Keymaster

    Thanks Erick,

    If they can receive mail at the email address they used to reach out in their original thread they can reset their BoldGrid Central password here.

    Otherwise, I’d advise you to reach out to support@boldgrid.com directly via email for further assistance. This forum is public facing and mainly for technical issues.

    I hope you are able to get this resolved quickly!

    in reply to: Client needs to gain access to their BoldGrid Central account #59540
    Brandon C
    Keymaster

    Hi Eric,

    Thanks for reaching out I’m happy to answer your questions! In order for your client to log into their BoldGrid Central account they simply need to reset their BoldGrid Central password.

    Once you guys regain access to your BoldGrid Central account you’ll be able to re-download all of your BoldGrid related plugins and themes and view your license keys.

    I hope this helps.

    Brandon C
    Keymaster

    Hi Tobin,

    Thanks for reaching out and I’m sorry to hear you experienced a site hack. This forum is for for more technical issues so I’d advise you to reach our to support@boldgrid.com directly via email for further assistance.

    Be sure to include your account email address and domain name. You can also try resetting your BoldGrid Central account password and contacting premium support directly from there.

    I hope this helps!

    in reply to: A very specific slider popup issue #59248
    Brandon C
    Keymaster

    I’m sorry to hear you dealing with this issue after an update Nate. Could you link us to the episodes section of your website so that we can take a look?

    Also are you using a specific plugin to create your slider functionality?

    Brandon C
    Keymaster

    Hi Camille,

    I’m sorry you’re experiencing this issue after your BoldGrid Post and Page Builder update.

    You mentioned you first noticed this error after your most recent Post and Page Builder update. Is your WordPress core, as well as your theme up to date as well? It could be a version conflict of some sort preventing this.

    Could you send us a link to your website here in the thread? We’d like to take a look at your site structure using our browser tools to see if anything stands out.

    I hope this helps. We look forward to hearing from you if you need further assistance!

    Brandon C
    Keymaster

    Hi Don,

    I’m sorry to hear that didn’t work for you. You might want to try setting your permalinks back to their original settings as they seem to be corrupted somehow.

    You can also contact your web host for help wiping your WordPress instance through cPanel and starting from scratch. If you have little content on your site this is always an option. One thing I would suggest is using a plugin like Total Upkeep to backup your website files and database so that you always have something to revert back to if problems like this arise in the future.

    Please let us know if there’s anything else that we can answer for you.

    Brandon C
    Keymaster

    Hi Mark,

    I think you might be right about the footer stub, try using some custom CSS to clear that up Customize > Appearance > CSS/JS Editor:

    #colophon.site-footer {
        display: none !important;
    }

    I added this bit of CSS and it looks like it cleared up both issues on my end. Can you let us know how this works for you?

    Brandon C
    Keymaster

    My apologies Mark,

    So you’re actually using one of the pre-set header templates in the Customize > Design > Header control section. There’s no way to actually view the code directly using this method but some custom CSS and browser editor tools can get you close to where you want to be.

    I initially thought you were using a custom Crio header that you designed using Crio’s Custom Header buiilder. The custom header builder functions in the same way as the BoldGrid Post and Page Builder plugin giving you a drag and drop editor where you can also edit HTML.

    You may actually be able to recreate your design using the custom header builder in a way that better suites your vision. We have a guide and video on how to incorporate custom page headers in Crio.

    Take a look and let us know what you think, we look forward to hearing from you!

    in reply to: A very specific slider popup issue #59203
    Brandon C
    Keymaster

    Hi Nate,

    Thanks a lot for reaching out with your BoldGrid Post and Page Builder questions.

    Can you give us some details on your slider popup issue so that we can inspect it and hopefully come up with a quick solution?

    We look forward to hearing from you.

    Brandon C
    Keymaster

    Hi Mark,

    Thank you for reaching out with your BoldGrid Post and Page Builder for WordPress questions!

    I inspected your page and it looks like you may have already found a solution for this issue but one way I always accomplish vertical adjustments is by using the section drag handles in Post and Page Builder:

    adjust crio wordpress image vertically.

    Please let us know if you need further assistance with this Mark!

    Brandon C
    Keymaster

    Hi Mark,

    Thanks for reaching out with your Crio Pro WordPress theme questions. I’m sorry to hear you’re having some trouble with your custom header.

    It looks the structure and everything is intact but you just need to make a few tweaks to get it functioning the way you want. Do you mind sending us the code from your custom header so we can inspect and modify it for you? We can send you back clean code and explain how we made the adjustments.

    In order to do this you need to open your custom header in the page editor and switch to the “Text” editor, copy all the code you see there and paste it back here in the forum.

    We look forward to hearing from you!

    Brandon C
    Keymaster

    Hi Tim,

    If you are using a custom header it’s more than likely the “Padding” control of either the “Row” or the “Section” that contains the header.

    You would need to select the correct element and adjust the padding from the advanced controls section. We have a guide on working with How to use Post and Page builder. I think you would benefit from reviewing the Content Organization section to gain a better understanding of how to manipulate BoldGrid block content.

    For your second question I checked your hamburger menu on my end and was able to select the drop-down navigation. Can you try clearing any cache associated with your website (including any browser cache and server side caching agents) and refreshing to see if it solves the problem on your end.

    I hope this helps Tim! Let us know if there’s anything else that we can answer for you.

    Brandon C
    Keymaster

    Hi Don,

    Thanks for reaching out and I’m sorry to hear you’re experiencing issues within your Crio Pro WordPress theme.

    It looks like you may have a corrupt permalink structure. The first thing you want to do is try refreshing your permalinks. This is an easy task you just need to navigate to Settings > Permalinks Select an alternate permalink structure and click “Save Changes”.

    choose a different permalink setting

    Once you do this, you need to select a “standard setting” again and save changes.

    choose post name permalink option.

    If you still get the error after resetting your permalinks the next step is to replace with default code, in the .htaccess file.

    You need to access your .htaccess file (your web host can help with this) paste the following code and save.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    I hope this helps Don. Please let us know if you need further assistance with this.

    in reply to: Custom header not filling width properly in Crio WordPress theme #58841
    Brandon C
    Keymaster

    Hi Tim,

    Thanks for reaching out with your Crio Pro WordPress theme questions! Sorry to see you’re having a bit of trouble with your custom header but it looks like you have a bit of padding added on both sides.

    One way to tackle this is with some custom CSS, navigate to Appearance > Customize > CSS/JS Editor and add this bit of CSS:

    .site-header header {
    padding-left: 0em !important;
    padding-right: 0em !important;
    }

    I hope this helps. Don’t hesitate to reach back out if you have any other questions for us.

    in reply to: Is there a plugin that only auto-plays 1 video at a time? #58837
    Brandon C
    Keymaster

    Hi Andy,

    Thanks for reaching out, I don’t see that you’re using any of our products such as Crio Pro WordPress theme or BoldGrid Post and Page Builder for WordPress on your site.

    I know with our products this functionality is built directly into the Post and Page Builder plugin. It looks like your using the Astra WordPress theme with Elementor as a page builder.

    You may want to contact your theme developer in this case for more help on the matter.

    I hope this helps!

    Brandon C
    Keymaster

    Hi Mirinka,

    I’m sorry to hear you’re having trouble with your Total Upkeep website transfer but let’s see if we can help you out.

    Can you copy the error message you’re receiving and post it in the thread here so that we an take a look?

    We look forward to hearing you!

    Brandon C
    Keymaster

    Most certainly welcome Diego! Please don’t hesitate to reach back out if you run into anymore trouble.

    Brandon C
    Keymaster

    Hi Diego,

    Thanks for you patience, I think we’ve managed to restore the account for you. You should be able to login to your previous cloud instance as of now. We’ve also migrated everything over to a new cloud instance for you as well, just to give you some options.

    In the future, if you need assistance in a non public facing forum you can reach out to us directly at support@boldgrid.com.

    I hope this resolves your issue Diego. Please let us know if there’s anything else that we can help you with.

    in reply to: Total Upkeep Backup Failure #58462
    Brandon C
    Keymaster

    Hi Cindy,

    Thanks for reaching out with your Total Upkeep questions. I’m sorry to hear you’re having some issues completing your backup. Does the backup give you an error right away or does it time out for while?

    It could possibly be an AJAX Error, a type of JavaScript error. It’s possible that might be caused by a security plugin preventing Total Upkeep’s admin-ajax requests from going through. If you’re using a security plugin, try temporarily deactivating it, run another backup, and see if it’s able to complete.

    If that works, let us know which plugin you deactivated so we can try to recreate the error on our end and get it fixed.

    If that still doesn’t work, we might be able to get some more information from your browser’s error console. Check out this video where Total Upkeep’s lead developer Brad shows you how to troubleshoot an AJAX error.

    I hope this helps!

    Brandon C
    Keymaster

    Hi Diego,

    Are you able to log into your BoldGrid Central account at all? As long as you can access your account you’ll have the ability to optionally click the premium support link in the help section.

    I wish I could do more for you here but we are limited because this forum is public facing and suited for technical solutions opposed to billing.

    This guide should help you access your BoldGrid Central account if you’re still having problems.

    I hope this helps Diego.

    in reply to: Issues with WPForms in my Crio WordPress theme #58457
    Brandon C
    Keymaster

    Hi Angela,

    Thank you for reaching out with your Crio Pro WordPress theme questions.

    Sorry to hear you’re having trouble with a third-party form builder plugin. Could you please send us a link to one of your pages where this form is present so that we can take a look at the issue directly?

    We look forward to hearing from you.

    in reply to: Can I edit my mobile theme independently from my desktop theme? #58455
    Brandon C
    Keymaster

    Hi Michael,

    Thanks for reaching out with your Crio Pro WordPress theme questions. It looks like you asked a similar question here. Please review the thread and respond there if you have any questions.

    Thank you!

    in reply to: Can I edit my mobile theme independently from my desktop theme? #58453
    Brandon C
    Keymaster

    Hi Michael,

    Thanks for reaching out and thank you for using Crio Pro WordPress theme with BoldGrid Post and Page Builder!

    With Crio and Post and Page Builder you have the ability to use the built in responsive controls to design separate blocks based on device screen size.

    The responsive Crio controls are located in your WordPress Customizer. For example you can control the responsive font size of your Header Text in the Crio Customizer by navigating from your WordPress dashboard to Customize > Appearance > Design > Site Title and you can set a Responsive Font Size which will only display on smaller devices.

    change header font controls crio

    You can also do something very similar with Post and Page Builder Post and Page Builder. When editing your page and select a block and click the hamburger menu, then Advanced Controls and you’ll see the responsive options there as well.

    post and page builder responsive utilities

    We have a guide that explains how to do this in detail.

    I hope this helps. Please let us know if you have any other questions for us.

    Brandon C
    Keymaster

    Hi Brian,

    Thank you for reaching out with your BoldGrid Inspirations questions! The Inspirations plugin is a part of a private repo so you wouldn’t be able to perform a rollback on the plugin.

    Could you tell us some of the problems you’re experiencing, perhaps we can take a look and offer a quick solution.

    We look forward to hearing from you!

    Brandon C
    Keymaster

    Hi Paula,

    Thank you for reaching out and thank you for hosting with our premium partner InMotion Hosting. If you are an InMotion customer you should have everything you need to setup Crio Pro WordPress theme! and our BoldGrid products directly through your web hosting dashboard.

    If you purchased Crio by mistake you can visit the BoldGrid Premium Support section in your BoldGrid Central dashboard and reach out to our Premium Support Channel so they can take your information the private forum and process your refund.

    You can access your BoldGrid Central account using the same email address and password combo that you would use to log in to your InMotion Hosting account.

    I hope this helps. Please don’t hesitate to reach back out if you have any other questions for us.

    in reply to: Experiencing errors related to Total Upkeep backup failure #57998
    Brandon C
    Keymaster

    Hi Nick,

    Thanks for sending over your backup log, it looks like the backup process is terminating without due to exceeding memory limitations set by your web hosting account.

    [message] => fwrite(): write of 90 bytes failed with errno=28 No space left on device
    [file] => /home/dh_u47n5z/thecrazycardcollector.com/wp-admin/includes/class-wp-filesystem-direct.php
    .

    You can try reaching out to your Web Host and have them increase your memory limits or remove access files that may be cause clutter on the server.

    Check out this detailed list of steps you can take to troubleshoot this error.

    To summarize the article, here are the most common ways to fix this:

    Navigate to Total Upkeep > Settings > Backup Process. If System Zip is available, choose that option.
    In the same menu, check the box to enable the Filelist Analysis and attempt to create another backup. Then, navigate to Total Upkeep > Tools > Logs, and look for the most recent log that ends in filelist.log. Examine the filelist and look for any very large files or directories. You can then delete those files if you don’t need them, or exclude them from your backups to conserve resources.
    Follow these instructions to increase your Max Execution Time and Memory Limit.

    I hope this helps!

    in reply to: Private: Refund #57373
    Brandon C
    Keymaster

    Hi Tyrone,

    It looks like you purchased a BoldGrid Connect key at some point for Crio Super Theme.

    You’d need to contact our premium support to obtain a refund at https://www.boldgrid.com/central/account/help. If you don’t remember your password you can use the same email addressed you attached in the forum to reset it.

    I hope this helps. Please let us know if you have any other questions.

    in reply to: Mobile header text not sizing correctly in Crio WordPress theme #57369
    Brandon C
    Keymaster

    My apologies Frank,

    I wasn’t able to see your first screenshot until actually publishing the page so I was thinking the problem area was the actual page header itself. This is a similar issue but you can use the Post and Page Builder responsive controls to set the same image to display on mobile with less padding.

    Edit your page and select the image element, click the hamburger menu and then Advanced Control and you’ll see the responsive options there as well.

    post and page builder responsive utilities

    We have a guide that explains how to do this in detail.

    I hope this helps Frank!

    in reply to: Having issues with Post and Page Builder after an update #57367
    Brandon C
    Keymaster

    Hi David,

    Thanks for reaching out with your BoldGrid Post and Page Builder questions.

    I’m sorry to hear you’re having trouble with the page editor. Do yo have any updates that need to be performed within your theme or WordPress core?

    I’m thinking it could also be that your preferred page editor was switched somehow and is not reflecting the Post and Page Builder Functions and controls. If that’s the case this guide should help you reconfigure Post and Page Builder as your preferred editor.

    I’m interested to see your page builder UI. Can you send us a screenshot using ImgBB so that we can get a visual of some of the issues you’re experiencing?

    We look forward to hearing from you.

    in reply to: Mobile header text not sizing correctly in Crio WordPress theme #57364
    Brandon C
    Keymaster

    Hi Frank,

    Thanks you for reaching out and thanks for using Crio Pro WordPress theme!

    You can control the responsive font size of your Header Text in the Crio Customizer by navigating from your WordPress dashboard to Customize > Appearance > Design > Site Title and you can set a Responsive Font Size which will only display on smaller devices.

    change header font controls crio

    I hope this helps. Please let us know if you have any other questions for us.

    in reply to: Experiencing errors related to Total Upkeep backup failure #57356
    Brandon C
    Keymaster

    Thanks Nick

    I’m sorry to hear about your Total Upkeep backups failing, we’ll be happy to help out. Total Upkeep makes a log every time you create a backup, and that’s going to be the place we want to check first.

    Navigate to Total Upkeep > Tools > Logs and look for your most recent log with a name like archive-XXXXXXXX.log. If you can copy that and paste it here, we’ll be able to get some more information about what went wrong.

    We look forward to hearing from you.

    Brandon C
    Keymaster

    Hi Arnold,

    Thank for reaching out with you BoldGrid Post and Page Builder questions.

    There must be something adding styling to your post and pages, it could be caused by another one of your active plugins. I didn’t get your full URL in the thread, can you send us a link to one of your live webpages where this problem is present?

    We would like to inspect the page in the web browser to see if it reveals any information.

    We hope to hear from you soon!

    in reply to: Experiencing errors related to Total Upkeep backup failure #57223
    Brandon C
    Keymaster

    Thanks Nick,

    I think the first thing you should do is make sure that all your plugins as well as WordPress Core is up to date. Then you need to test and see if you have a problematic plugin.

    You can you do this by navigating to your plugin dashboard and deactivating all of your plugins with the exception of BoldGrid related ones to see if the error goes away. If it does, try activating each remaining plugin one by one until you see the error again.

    This will reveal the plugin causing the issues. At the point you make a decision as to how you would like to proceed.

    I hope this helps. We look forward to hearing from you!

    in reply to: Looking for someone to help build my website #57211
    Brandon C
    Keymaster

    Hi Yves,

    Thank you for reaching out with your your BoldGrid themes questions. While we only offer support for our products such as Crio Pro WordPress theme and BoldGrid Post and Page Builder for WordPress here I’m positive you can find a quality developer on a freelancing platform like Upwork or Freelancer.

    We will of course be here to provide you with world class support every step of the way!

    I hope this helps. Please let us know if you have any other questions for us.

Viewing 40 posts - 1,001 through 1,040 (of 1,885 total)