Forum Replies Created

Viewing 40 posts - 1,041 through 1,080 (of 1,943 total)
  • Author
    Posts
  • in reply to: Using Converge Directly with My WordPress theme #62783
    Brandon C
    Keymaster

    Thanks for your question Don, your Crio Pro WordPress theme and anything BoldGrid related are only extensions to the WordPress core.

    We would have no control over the functionality of Converge in your WordPress site. This guide is the only non WooCommerce setup method I could manage to find for Converge.

    I hope you find this useful!

    Brandon C
    Keymaster

    Hi Mark,

    I apologize for the delay as well, I’m sorry to hear you’re still having trouble with this.

    I suspect your issue has a lot to do with the actual image size, if you inspect it here https://www.snowcamping.org/wp-content/uploads/2022/10/P23_2978.jpg you can see the image only has a height of 551px which is causing trouble with the larger screen sizes.

    Try adding this media query to your Custom CSS/JS editor. This should stretched the height of the image on larger screen sizes:

    @media only screen and (max-width: 600px) {
      #main-wrapper.full-width .main .entry-content .boldgrid-section {
        height: 1200px !important;
      }
    }

    Also yes, you can control the output of elements based on device screen size using the Responsive Utilities in BoldGrid Post and Page Builder.

    hide element boldgrid.

    The responsive utilities allows you to hide or display elements according to device size.

    Brandon C
    Keymaster

    Hi Mitch,

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

    On mobile devices, the your theme uses the background color or a still image in place of the video to prevent long load times that it would cause on mobile networks.

    As an alternative you may be able to create this effect using the Video Background Plugin and a custom Crio page header.

    Here’s a link to the Video Background Plugin documentation for the shortcode.

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

    in reply to: How can I change the images in my Crio WordPress theme? #61296
    Brandon C
    Keymaster

    Hi Justin,

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

    Your Crio theme uses the BoldGrid Post and Page Builder plugin to handle making edits to your post and pages. As long as you’re logged in to change images or text you just need to click the “Edit” page/post option at the top of any page.

    Once you’re inside of the page editor click the image you want to change and click the “media icon” to change the image. But sure to update the page after making your changes.

    Change image post and page builder

    We have a guide on working with images in the Post and Page Builder that you should help outline this process for you.

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

    in reply to: I can no longer access my WordPress website #61291
    Brandon C
    Keymaster

    Hi CW,

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

    I’m sorry to hear you’re having trouble accessing your WordPress site. I want to let you know that BoldGrid is only a stand alone software that extends the functionality of a WordPress site so we would have no actual control over your ability to log in to your website.

    I have two articles that you might help you with this, the first is How To Reset My WordPress Password in Plesk, and we also have an internal guide on 5 Ways To Reset Your WordPress Password.

    I hope this helps!

    Brandon C
    Keymaster

    Hi Don,

    Thanks for reaching out and special thanks for hosting with our premium partner InMotion Hosting and using Crio Pro WordPress theme!

    You are correct in thinking that you would need to setup WooCommerce and add the Elavon Converge Payment Gateway extension in order to process payments this way on your WordPress site. Your Crio theme and BoldGrid have very little to do with this setup process. Crio comes out of the box with all the necessary templates needed for WooCommerce to function properly.

    I would definitely review the WooCommerce Elavon Converge documentation and reach out to WooCommerce directly if you need assistance with setting up your payment processors.

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

    Brandon C
    Keymaster

    Hi Andre,

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

    If you hover over any element and click the orange settings tab that appears to the left and open the elements Advanced Controls we do have an Animation control here although some further customization would probably be needed to produce the animation on a scroll event.

    boldgrid post and page builder animations controls

    You might be able to achieve the desired effect using the duration and delay controls along with your animation. You can also try using a plugin like Animate It! to add the animation on scroll effect to your elements.

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

    Brandon C
    Keymaster

    Thank you Marcel,

    Moving down the error log. It looks like the pcntl_async_signals method is not enabled in the version of PHP currently running on your web server and enabling it should get rid of the error message. You might need to reach out to your hosting provider to see if that is something that they can handle for you.

    Hopefully making that configuration change gets the backup schedule working again and let us know if there is anything else that we can do to help!

    Brandon C
    Keymaster

    Hi JD,

    Thanks so much for bringing this to our attention and thank you for using the Grid One theme with BoldGrid Post and Page Builder for WordPress!

    The good news is I don’t think this should cause any compatibility issues within your site.

    I’ve contacted the theme developers about the issue, and I’ll see if we can get an update released soon. I’ll be sure to notify you in the thread here as soon as we do!

    in reply to: I cannot access my BoldGrid Cloud WordPress website #60796
    Brandon C
    Keymaster

    Hi Nasir,

    I’m sorry to hear you’re having trouble accessing your Cloud WordPress website. I see one cloud instance attached to your email address that does have content associated with it https://demo2.cloudwp.dev/trial-u3v34951/.

    Are you able to access the website directly from the Cloud WordPress section of your BoldGrid Central account?

    in reply to: Will Total Upkeep work on a WordPress multi-site setup? #60792
    Brandon C
    Keymaster

    Hi Kris,

    Thanks for reaching out with your Total Upkeep backups and migrations for WordPress questions.

    Total Upkeep isn’t rigorously tested with WordPress multi-site but it can be installed on the network and be used by the network super-admin. The plugin will back up the entire network, but not individual sites.

    I hope this helps!

    Brandon C
    Keymaster

    Hi Marcel,

    Thanks so much for reaching out. I’m sorry to hear that you’re having problems creating backup with Total Upkeep but lets see if we can help you out.

    It looks like this your WordPress SEO plugin could be causing some issues with your backup.

    [type] => 8192
        [message] => Constant FILTER_SANITIZE_STRING is deprecated
        [file] => /www/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php
        [line] => 28

    Try deactivating that plugin then reattempting your backup.

    If that doesn’t work try changing the compressor type used for generating backup files. In most cases changing the Backup Compressor settings to use System Zip allowed most users to get backups working correctly.

    Please let us know if the problem persists after switching to System Zip or if you have any other questions for us, we are always happy to help!

    in reply to: How do I center the Site Title in my Swifty WordPress theme? #60255
    Brandon C
    Keymaster

    Hi Beth,

    I’m happy to see your 404 issue is resolved. We were also able to come up with a bit of code that should center the site title in your theme. There are two parts to this code snippet, let’s first add the CSS.

    Open your Custom JS & CSS editor Appearance > Customize > Advanced > Custom JS & CSS and add this bit of CSS to the Custom Theme CSS section:

    .boldgrid-css{ background: white; }
    
    .site-title, .site-description {
    	text-align: center;
    }

    After adding your CSS scroll down to the Custom Theme JS section and add the jQuery below to modify the Bootstrap logic:

    jQuery('div.col-md-6.header-6').addClass('col-md-12').removeClass('col-md-6');
    jQuery('div.col-md-6.header-7').remove();

    Be sure to “Publish” your changes after adding your code.

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

    Brandon C
    Keymaster

    Hi Beth,

    Sorry to hear you’re still getting the error after resetting your permalinks the next step is to replace your.htaccess file with default code.

    You need to access your .htaccess file (your web host InMotionHosting 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

    Please let us know if this helps to resolve your 404.

    Brandon C
    Keymaster

    Hi Beth,

    Thanks so much for reaching out and thank you for using Swifty WordPress theme with BoldGrid Post and Page Builder!

    Sorry for the delay, we were out for the weekend. I see you have a second topic with a more pressing 404 issue so we can address that first and circle back to this.

    Thanks Beth!

    Brandon C
    Keymaster

    Hi Beth,

    Thanks so much for reaching out and thank you using BoldGrid Post and Page Builder! I’m sorry to here you’re experiencing this issue in your Swifty WordPress theme.

    I inspected your page and I see the 404 page here. I think you might need to refresh your permalinks in order to resolve this.

    To Refresh Permalinks through your Dashboard

    • Login to your website’s administrator Dashboard.
    • Navigate to Settings > Permalinks.
    • Click Save Changes.

    After we get this issue resolved we can shift our focus to your Site Title positioning.

    I hope this helps! We look forward to assisting you further with everything.

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

    Hi Nate,

    Sorry we actually don’t offer phone support at this time. I think the Responsive Lightbox plugin is causing your issue. Try temporarily deactivating that plugin to see if it restores your slider functionality.

    Brandon C
    Keymaster

    Hi Brandon!

    Thanks for reaching out but I’m sorry to hear you’re having some issues moving your Crio Pro WordPress theme to a staging environment.

    Are you having trouble deploying the staging site itself or is this just an error showing in the console?

    We look forward to hearing from you!

    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!

Viewing 40 posts - 1,041 through 1,080 (of 1,943 total)