Forum Replies Created

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

    Hi Novera,

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

    I think maybe the WordPress 6.0.3. update reset your page editor to the default WordPress editor. Try changing your preferred page editor back to Post and Page Builder and that should restore it’s functionality.

    I hope this helps!

    in reply to: Trouble editing my website from Android Phone #65800
    Brandon C
    Keymaster

    Hi Jason,

    Thanks a lot for reaching out and thank you for using BoldGrid Post and Page Builder for WordPress!

    It would be best to use edit any WordPress site using a laptop or desktop. The controls in your pages editor and customizer often require the screen dimensions to shift in order to display the page builder tools correctly.

    If you want the optimal experience attempting to design from a mobile platform will always be problematic.

    I hope this helps Jason.

    in reply to: Formatting issues in my WooCommerce Product Pages #65654
    Brandon C
    Keymaster

    Thanks Patrick!

    My apologies, I didn’t realize you were specifically referencing the quantity option. This bit of CSS here should clear that up for you:

    .woocommerce div.product form.cart .variations label {
        color: #000000 !important;
    }

    Hope this helps to clear things up for you Patrick!

    in reply to: How do I remove line breaks in Post and Page Builder? #65571
    Brandon C
    Keymaster

    Hi Roger,

    Thank you for contacting us, we’re happy to answer any questions you have about working with our WordPress theme Crio!

    You are correct in that we will need to use some custom CSS to change how auto-hyphens function for your headings and some links. You should take a look at our article on Working with Fonts in Crio with a troubleshooting section that explains how to remove auto-hyphens from your headings.

    I hope that information helps you get your headings behaving as expected Lance and please let us know if you have any other questions!

    in reply to: Formatting issues in my WooCommerce Product Pages #65565
    Brandon C
    Keymaster

    Hi Patrick,

    I just inspected one of your single product pages and it looks like you’ve already managed to get this CSS adjustment implemented. Please let us know if you still need assistance with this or if you have any other questions for us.

    Brandon C
    Keymaster

    Hi Arthur,

    I’m able to access your site as well on all browsers on my end. Try clearing your browser cache and reloading the site again.

    Brandon C
    Keymaster

    Hi Jason,

    Can you check your site now it looks like I was able to access it at https://demo2.cloudwp.dev/trial-34475543.

    in reply to: I’d like to delete my BoldGrid Account #65324
    Brandon C
    Keymaster

    Hi Janet,

    Thank you for reaching out, we’re sorry to hear that you wish to remove your BoldGrid Cloud WordPress account. If you ran into issues in its use, then please let us know if there is anything we can do resolve your issue(s).

    This forum is for more technical and public facing questions but you can email support@boldgrid.com directly or BoldGrid Premium Support for more assistance on the matter.

    I hope this helps!

    in reply to: I can’t access my BoldGrid Cloud WordPress website #65321
    Brandon C
    Keymaster

    Hi Jason,

    Thanks for reaching out, I’m sorry to hear you’re having trouble accessing your BoldGrid Cloud WordPress website.

    I inspected the URL you linked in the thread and I did get the live site as well the your wp-login page. I’m think the error was a temporary one most likely due to background processes running or high server traffic levels.

    cloud wordpress site

    You try accessing the site now but definitely let us know if you’re still getting this error so we can troubleshoot further.

    Thank you!

    Brandon C
    Keymaster

    Hi Candace,

    Sorry to hear you’re still having trouble. I’m not sure why you were being redirected to dar.org but I’m not getting this as click around on your site.

    The site-tite and site-logo that you see under your primary menu have the same hyperlink so if you need to redirect your logo’s URL then the snippet we sent you should suffice.

    If it’s something else can you please send us a screenshot of the icon you want to redirect?

    in reply to: Images are over lapping #64997
    Brandon C
    Keymaster

    Thank you Amina!

    I think your issue may be the image sizes. They all look to be formatted somewhat differently. You can try scaling all images to the thumbnail size 150px x 150px.

    If you go into your Post and Page builder editor and click an image to bring up it’s properties you’ll see a “Pencil Icon” appear. Click that icon to try and use the Size control to try re-scaling your images to thumbnails.

    The best thing to do in this case is to actually crop your images into the same dimensions before uploading to your site using a third party image editing software.

    I hope this helps!

    Brandon C
    Keymaster

    Hi Anelise,

    Thank you for reaching out with your BoldGrid Cloud WordPress questions.

    I know sometimes the install will time out shortly after it’s created. You may have attempted to access the site before the SSL was properly integrated and that URL was cached into your browser.

    Can you try opening your staging site URL in an incognito browser to see if it allows you to access it that way?

    I hope this helps!

    in reply to: I’d like to have my BoldGrid account deleted #64613
    Brandon C
    Keymaster

    Hi Rashid,

    Thank you for reaching out. This forum is for more technical and public facing questions but you can email support@boldgrid.com directly or BoldGrid Premium Support for more assistance on the matter.

    I hope this helps!

    in reply to: How to reset my BoldGrid Central account password #64611
    Brandon C
    Keymaster

    Hi CH,

    Thank so much for reaching out and I’m sorry to hear you’re having trouble logging in to your account. You can follow this link to reset your BoldGrid Central account password to set a new password and regain access to your account.

    I hope this helps!

    Brandon C
    Keymaster

    Hi Candace thanks for reaching out with your Crio Pro WordPress theme questions!

    There are a few different ways to go about changing your WordPress Site Title hyperlink but I think a simple jQuery snippet should suffice.

    Visit your Crio “Customizer” CSS/JS Editor and add this bit of jQuery to the JS Code section:

    jQuery(document).ready(function($){  
            $(".site-title a").attr("href", "https://google.com");
    });

    Be sure to change the https://google.com to the URL you would like to link to.

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

    Brandon C
    Keymaster

    Hi Patrick,

    Thanks for reaching out in regards to obtaining your BoldGrid Premium Connect Key. I see that you’re hosting with our premium partner Dreamhost! They have a guide that should help you install your premium connect key through your Dreamhost dashboard.

    If you have trouble with the guide DreamHost support can assist with this also.

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

    Brandon C
    Keymaster

    Hi Tim,

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

    As of right now Post and Page Builder does not have the ability to globally update “modified” saved blocks across your site from the block editor. You would need to edit each page, remove the old block and manually replace it with the modified one.

    I think this is a great to feature to have implemented into Post and Page Builder so I will definitely reach out to our developers about adding this functionality.

    Focusing specifically on your site footer though you do have the option to globally set this in your Crio Pro WordPress theme using a custom footer template.

    Crio’s custom page headers and footers use the same drag and drop functionality as the Post and Page Builder so it’s totally possible to set a global footer for your theme.

    Take a look a guide linked above and let us know if you have any questions on configuring your custom footer.

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

    in reply to: Images are over lapping #64596
    Brandon C
    Keymaster

    Hi Amina,

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

    The issue with your gallery could stem from image alignment and/or padding/margin needing to be adjusted. I tried inspecting your site at the URL you linked in the thread but received a “Page could not be reached” error.

    If you can link us to your gallery page we can take a look and give you our best suggestions on how to resolve this issue.

    We look forward to hearing from you!

    Brandon C
    Keymaster

    Hi Mitch,

    Yes this can be done with CSS. Try adding this bit to the advanced CSS/JS Editor section of your WordPress customizer

    iframe#wp-custom-header-video {
    display: unset;
    }
    Brandon C
    Keymaster

    That’s great to hear Bob! We’re always here to help.

    Brandon C
    Keymaster

    Hi Bob,

    Thanks for reaching out with your questions about Crio Pro WordPress theme page headers and footers.

    Crio uses custom page templates that allow you add page headers, sticky headers and footers. I think this guide should be useful, it goes in depth on customizing header and footer templates in Crio and includes a video created by our community manager Jesse to help guide you through custom/header footer configuration

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

    Brandon C
    Keymaster

    Hi Thomas,

    I’m sorry to hear your unable to publish/update post in BoldGrid Post and Page Builder.

    Can you ensure that all plugins as well as WordPress core and your Crio Pro WordPress theme are all up to date?

    You should also try deactivating all plugins with the exception of BoldGrid related ones and see if it allows you to publish a post after doing so. If that works you know you have a problematic plugin. Activate each of your remaining plugins one by one until you can reproduce the error.

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

    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!

Viewing 40 posts - 961 through 1,000 (of 1,885 total)