Forum Replies Created
- AuthorPosts
Elana
KeymasterHello Michael,
Thank you for reaching out to our support team!
Our image library relies on WordPress’s built-in media functionality. Unfortunately, we can’t modify how WordPress structures the Uploads folder, as it is managed by WordPress itself and organizes files by their upload date.
However, I may have misunderstood your goal. Could you clarify what you’re trying to accomplish with the images? Are you trying to display an image tree or organize your media in a specific way?
Looking forward to your response.
Elana.Elana
KeymasterHello Joy,
Thank you for reaching out to our support team!
I noticed that the images you referenced from the video aren’t directly related to mobile page speed. Additionally, I see that you’re using WP Fastest Cache rather than W3 Total Cache. Since we specialize in W3 Total Cache, I’m unable to provide specific guidance on the settings for WP Fastest Cache.
However, based on a quick review using Google PageSpeed Insights, you may want to look into enabling WebP conversion, eliminating render-blocking resources, and adjusting settings for minification and delayed asset loading to improve performance.
For a more detailed analysis, a full performance audit would be required, which can be purchased if you’re interested in switching to W3 Total Cache.
Let me know how you’d like to proceed!
Elana.Elana
KeymasterHello Jim,
Thank you for reaching out to our support team.
It looks like your menu might be disabled for mobile can you try the following. Navigate to your WordPress Dashboard then Customize > Design > Menus > Main Menu and switch your Mobile Device Visibility to on.
This should allow the mobile menu to display when toggled. Please let us know if you need further assistance!
Elana.
Elana
KeymasterHello Joy,
Thank you for reaching out to our support team.
I can’t see the images on your other pages because they are throwing 404 (not found) errors stating they are missing.
However, you could try first by setting the section width to 100% by clicking the “Section Width” on the container. Like Below:
If that doesn’t work you can add a Custom ID to the block with the background. In the below example that Jesse created, he shows how to create a custom CSS ID called my-custom-background as the custom ID.
Custom CSS to force it to scale down correctly:
#my-custom-background { background-size: contain !important; background-repeat: no-repeat !important; }
Let me know if this helps or if you have any further questions.
Elana.
Elana
KeymasterHello Ralph,
Thank you for reaching out to our support team.
It sounds like you installed from our Inspirations, if so you can go back in and click finish and install and everything should be working.
If not can you share more of what you are seeing? Or screenshots or replication steps so I can test more.
Thanks
Elana.Elana
KeymasterHello Daniel,
Thank you for reaching out to our support team.
I reached out to you from our premium support channel, if you can reply there as this is a public forum.
For anyone in the future that might see this post you can access weForms support by the below link.
Thanks
Elana.Elana
KeymasterHello Joy,
Thank you for reaching out to our support team.
BoldGrid designs are built with a CSS framework called Bootstrap, which is a “mobile-first” framework. This means the framework itself was made specifically to prioritize mobile responsiveness.
I was looking over your site and all the images that displayed seams to work on mobile. However, if you are still working on the site and you are trying to update the images to be accepted on mobile you can create images for mobile specifically. Then in the edit page you can click the “Advanced Control” from the black button at the bottom of the container and only set visibility for desktop and phone.
Also, in Post & Page builder in the menu in the editor you can switch from the different phone, tablet, desktop and large displays.
Hope that helps, let us know if you have any further questions.
Elana.March 31, 2025 at 10:14 am in reply to: File URl displays file correctly but permalink does not. #155637Elana
KeymasterHello Jim,
Thank you for reaching out to our support team.
By default, when you click on a media item’s permalink in WordPress, it is displayed in a preview mode, which allows you to view the media item without downloading it. This works similarly to how a post works in WordPress. If you’re logged in, you’ll also see the “Edit Media” option in the Admin bar, just like you would see “Edit Post” on regular posts.
To resolve this, you have a few options:
Set up redirects: You can either manually set up redirects or use a redirect plugin to automatically redirect the permalink to the direct media file URL.
Use other plugins: Plugins like Pretty Links or 301 Redirect can help streamline how your media is linked and displayed.
Let me know if you need further assistance!
Thanks,
ElanaElana
KeymasterHello Lonny,
Thank you for reaching out to our support team.
It looks like its triggering the menu on mobile currently, I tested on several devices and appears to be in working order. I also, tested this on several other websites. Are you able to share some screenshots of what you are seeing?
Also, if you have a custom header template make sure you have it enabled in the Design -> Header -> Header Template. That you have the layout is selected as custom under Design -> Header -> Select Layout. Once the two are enabled the Hamburger menu should not show the double menu.
Thanks
Elana.March 19, 2025 at 10:44 am in reply to: How do I add padding on either side of the text in my CTA buttons? #155294Elana
KeymasterHello Brad,
Thank you for reaching out to our support team!
To allow for more customization, you can add the below CSS to your sites customizer. Based on your previous message, I understand you’d like to remove the padding on mobile for the button. One option is to create two separate buttons—one for mobile and one for desktop—using the Post & Page Builder.
Alternatively, if you’d like to adjust the padding directly within Post & Page Builder, you can do so by clicking into the button settings and modifying the margin there.
@media (max-width:767px) { .btn { padding-left: 10px !important; padding-right: 10px !important; } } @media (min-width: 768px) { .btn{ padding-left: 40px !important; padding-right: 40px !important; } }
Thanks
Elana
KeymasterHello Michael,
Thanks for reaching out with your Total Upkeep questions!
Since you’re receiving this error due to the size of the backup exceeding a limitation of your hosting account it may not be possible to workaround without increasing your server resources.
You can try changing the backup compressor type to see if that allows the backup to complete. Navigate to Total Upkeep > Settings > Backup Process. If System Zip is available, choose that option. System Zip is significantly faster than the PclZip or ZipArchive libraries, and may use fewer resources. Attempt to create another backup using the Default compression level.
However, if this is only not working on Saturday, you could try to change the time of when the backup happens. It could be other resources running at that time on either you hosting environment or possibly shared server resources taking over.
It does sound like you might have an issue with processes running after a job completes, if its happening every time minutes it could be your CRON jobs. Make sure you are on 1.16.10 as there are some notification updates there to prevent duplicates in relation to the CRON. You can check how many jobs are remaining by navigating to your WordPress admin -> Total Upkeep -> Tools -> CRON Log. Every line item there is a job that will run at the specified time in your backup scheduler in Settings -> Backup Schedule -> Scheduler.
I hope this helps! Let me know if there is anything else that we can answer for you.
Elana.Elana
KeymasterHello Harleen,
Thanks for reaching out with your BoldGrid Post and Page Builder question.
Sorry to hear you’re having trouble cloning your block elements but I think we should be able to help you out. The elements on your live website should appear exactly the way they appear in the page editor.
I think it may just be an issue of caching. Elements are often cached into websites for performance purposes but it can become a bit problematic when your editing a live site. To correct this you should clear any cache associated with your website (including any browser cache and/or server side cache) in order to rebuild the database.
Let us know if that works or if you continue to have issues. We are happy to help.
Thanks
Elana.Elana
KeymasterHello Brad,
Thank you for reaching out to our support team.
It looks like you have a padding on that button of 40px that is causing everything to appear to move over on the page.
If you can edit that button or the custom CSS that you have for that button and set the padding to 0px this will resolve what you are seeing.
Thanks
Elana D.Elana
KeymasterHello Brittany,
If you have a Crio Pro Subscription, you can remove the BoldGrid and Special Thanks attribution links using the checkboxes in the Customize > Design > Footer > Layout menu:
Or if you wanted to check out the guide on how to remove Special Thanks and Attribution Links.
Thanks
Elana D.March 4, 2025 at 10:13 am in reply to: Post type isn’t handled properly within Post and Page Builder #154471Elana
KeymasterHello Jason,
Thank you for bringing this issue to our attention. We are aware of the conflict between the Post and Page Builder plugin and Draw Attention.
Our team is currently looking into this and working on a fix for future updates. While there isn’t a solution available just yet, we appreciate your patience as we continue to investigate the issue.
If you have any other questions or need further assistance, please don’t hesitate to reach out.
Thanks
Elana D.Elana
KeymasterHello Dan,
Thank you for reaching out to our support team.
Once you are in the cart you should be able to update the quantity to the amount that you wanted to purchase.
Thanks
Elana D.Elana
KeymasterHello Daniel,
Thank you for reaching out to our support team!
Based on the error message you’ve provided, it seems there could be a conflict with Divi. This issue may stem from using an incompatible PHP version with the version of Divi you’re running. Specifically, PHP 8.0 and 8.1 no longer support named arguments, which may be causing the error related to ‘et_pb_ab_cron’.
Do you encounter this error every time you enable the Total Upkeep plugin?
Additionally, could you confirm that you have installed the latest version of Total Upkeep (1.16.10)?
If the issue persists, you may need to contact Divi’s support team for further assistance in resolving this error.
Please feel free to reach out if you have any further questions or need additional help.
Thanks
Elana D.Elana
KeymasterHello,
Thank you for reaching out to our support team!
To check the status of your CRON jobs, please go to Total Upkeep -> Tools -> CRON Log. If you don’t see any entries there, you’ll need to remove the script.
The script is designed to remove the CRON jobs and prevent them from being created. It’s important to delete the script after the jobs have been removed to ensure that your backups continue to work properly.
If you need further assistance, feel free to reach out. We’re happy to help!
Thanks
Elana D.Elana
KeymasterHello Christina,
Thanks for reaching out, and thanks for using Crio. I’ll try to address each of your concerns.
The responsiveness of many website areas in our themes, like the header and footer sections, are automatically designed to shift their content to create a readable mobile display.
Some of the things you can look at the help your site become more mobile responsive.
1. There are also some Responsive Utilities provided by the Post and Page Builder that allow you to select the device type and change how your content looks for difference screen sizes.
2. Inline hamburger menu on mobile – One great thing about your Crio theme is you have the ability to structure your page headers in many different ways. What you should do is open your WordPress Customizer and navigate to design < Header < Site Header Layout < Select Layout and switch your site header layout to one that better fits your needs.
3. Font size of various headers on mobile – You can control responsive text size in your theme from the WordPress Customizer Fonts section.
4. Container widths on mobile – You can use the responsive utilities in Post and Page Builder to adjust your content for smaller screens. These controls are very similar to the global typography controls the WordPress Customizer.
I hope that helps you configure your content as expected and please let us know if there is anything else that we can do to help.
Thanks
Elana D.February 28, 2025 at 10:33 am in reply to: Total Upkeep backup archive running every 10 minutes #154348Elana
KeymasterHello,
Thank you for reaching out to our support team.
If you haven’t already, please ensure you’re using version 1.16.10 of Total Upkeep, as this version should resolve the issue with excessive emails.
If you’re already on this version and are still experiencing issues, we can help reset your CRON jobs.
Steps to reset your Total Upkeep CRON
1. To check the status of your CRON jobs by going into Total Upkeep -> Tools -> CRON log
2. If there are no logs then no more emails are queued to send and you no longer need to proceed
3. Add snippet to WordPress to Reset CRON Jobs Script
4. Once added go to check status that all CRON jobs are removed from the queue
5. If they are removed then delete the CRON Jobs Script from step 3. Otherwise no future jobs will run.How to add snippet to WordPress.
- You can use a plugin like Code Snippets.
- Alternatively, you can add it directly to your theme’s functions.php file by going to Appearance > Theme Editor, selecting Theme Functions on the right, and pasting it after the
<?php
line.
Please let me know if you need any further assistance!
Thanks
Elana D.February 27, 2025 at 11:44 am in reply to: Just Started Happing: Keep Getting Notifications Every Couple of Minutes #154324Elana
KeymasterHello Mike,
If you haven’t already, please ensure that you are using version 1.16.10 of Total UpKeep. This version should address the issue with the excessive emails.
Also, if you are getting errors please share any errors you are getting from backups or CRON logs.
You can check the CRON log by going to WordPress Admin → Total UpKeep → Tools → CRON Log and verify if there are multiple line items or errors being logged. If you see anything unusual there, it might explain the repeated notifications.
If you’re still seeing the problem after checking these steps, feel free to let me know, and I’d be happy to assist you further.
Thanks again for your patience, and I look forward to getting this resolved for you!
Thanks
Elana D.February 27, 2025 at 11:41 am in reply to: Total Upkeep backup archive running every 10 minutes #154321Elana
KeymasterHello,
Thank you for reaching out to our support team.
If you haven’t already, please ensure that you are using version 1.16.10 of Total UpKeep. This version should address the issue you mention.
Also, if you are getting errors please share any errors you are getting from backups or CRON logs.
You can check the CRON log by going to WordPress Admin → Total UpKeep → Tools → CRON Log and verify if there are multiple line items or errors being logged. If you see anything unusual there, it might explain the repeated notifications.
If you’re still seeing the problem after checking these steps, feel free to let me know, and I’d be happy to assist you further.
Thanks again for your patience, and I look forward to getting this resolved for you!
Thanks
Elana D.Elana
KeymasterHello Alan,
Thank you for reaching out and letting us know about the issue with the backup notifications. I apologize for the inconvenience you’re experiencing.
It sounds like the issue may be related to the CRON settings. If you haven’t already, please ensure that you are using version 1.16.10 of Total UpKeep. This version should address the issue with the excessive emails.
Also, if you are getting errors please share any errors you are getting from backups or CRON logs.
You can check the CRON log by going to WordPress Admin → Total UpKeep → Tools → CRON Log and verify if there are multiple line items or errors being logged. If you see anything unusual there, it might explain the repeated notifications.
If you’re still seeing the problem after checking these steps, feel free to let me know, and I’d be happy to assist you further.
Thanks again for your patience, and I look forward to getting this resolved for you!
Thanks
Elana D.Elana
KeymasterHello John,
Thank you for reaching out to our support team.
BoldGrid themes use a responsive framework based on the Bootstrap Grid System. Which is a “mobile-first” framework. This means the framework itself was made specifically to prioritize mobile responsiveness.
A BoldGrid Inspiration consists of Blocks, Modules, and Themes. These three elements are called the BoldGrid Layers, which make up our WordPress website builder. These layers work together in displaying content for a BoldGrid created site and provide definitions of how the site should be displayed for different display sizes. This ability to handle how content changes as the screen size changes is what makes BoldGrid themes for WordPress responsive.
My suggestion is always start with the smallest screen size and build up, with a mobile first design approach. Here’s is a guide I think you may find useful on using the responsive utilities in Post and Page builder. This guide will help you familiarize yourself with using BoldGrid Post and Page Builder for WordPress to design for all screen sizes.
I hope this helps. Please reach back out if you have any other questions for us.
Thanks
Elana D.Elana
KeymasterHello Dina,
Thank you for reaching out to us!
It sounds like the issue you’re encountering could be related to a few different factors, such as your PHP version, memory limits, or even an
.htaccess
configuration issue, or possibly a mod security.I recommend reaching out to your server administrator or hosting provider to check:
- The PHP version you’re using
- Your PHP memory limits
- Any restrictions in your
.htaccess
file - Errors in the logs or possibly Mod Security.
They should be able to provide more insights into what might be causing this issue. If you could reach out to them and let us know your finding we will be happy to assist where ever is needed.
Let me know if you need further assistance or if I can help guide you through anything else!
Thanks
Elana D.Elana
KeymasterHello Marlene,
Thank you for reaching out to our support team!
I’d be happy to help you with updating the date at the bottom of your page. It looks like you’re using the Pavilion theme. To edit the date, please go to the Customizer and navigate to the Widgets section.
The date is most likely in the Footer Center widget, but it could also be in one of the other footer columns depending on your layout. You can click through each section to find the date and update it accordingly.
I hope that helps! If you’re still having trouble, please don’t hesitate to reach out. We’re always here to assist.
Thanks
Elana D.February 24, 2025 at 11:13 am in reply to: website was created back in 2018 and back end looks like gibberish #154221Elana
KeymasterHello Patrick,
Thank you for reaching out to our support team. You should be aware about sharing username and passwords in a public forum. Just in case you might want to reset your password for the username that was shared.
Looking at your pages there are a lot of 404 errors, more than likely you might need to reset your permalinks in WordPress.
Also, you might need to make sure you are on a supported WordPress version of PHP. How to update your PHP version will generally depend on your WordPress Hosting provider.
We are here to help you and I want to also give you all the options, we do have a premium design services that could be an option if you are wanting us to rebuild and set up your site.
Thanks
Elana D.Elana
KeymasterHello Alma,
Thanks for your Crio Pro WordPress theme questions as always!
While this goes a bit beyond the scope of support and into the realm of development, I definitely understand your concern here.
Can you share more on how to replicate this and we can take a look for you.
Thanks
Elana D.Elana
KeymasterHello Raymond,
Thank you for reaching out to our support team!
Customizing headers for specific pages is part of our Crio Pro features. With Crio Pro, you can create custom headers and apply them to individual pages, rather than using a global header template.
To set a custom header for a specific page, you can go directly to that page and assign a custom header there. Alternatively, you can adjust settings in the Customizer under Crio Pro options to apply more advanced header settings.
If you’re not using Crio Pro yet, these features would be part of the upgrade.
Let me know if you need further assistance or have any questions!
February 17, 2025 at 11:59 am in reply to: ‘Site View’ menu doesn’t match that in Editor/Customize view #153978Elana
KeymasterHello Andy,
Thank you for reaching out to our support team.
It looks like this might be an unintended bug in how the editor is possibly pulling a different color pallet than what the customizer is displaying.
I wanted to let you know I put in a bug report about this so we can look into what is going on and get this resolved in a future update.
Thanks
Elana D.Elana
KeymasterHello Andy,
Thank you for reaching out to our support team.
I’m glad that worked for you, and it is a weird bug but it happens when you don’t have a registered menu tied to your header or footer. If you can go into that custom header and and give it a name and menu this should resolve the custom header completely.
Thanks
Elana D.Elana
KeymasterHello Donna,
Thank you for reaching out to our support team.
Of course, that is why I mentioned our premium design service we could create those pages for you.
However, there is a free version or Crio you can access here if you wanted to try it out. The pro or premium version is accessed here if you wanted to go to the premium version.
Also, I wanted to let you know if you create a Central account you can get access to a Cloud WordPress install. Just remember you will have to verify your email if you want to log in more than once.
If you click the Join for Free option towards the bottom of the page it will get you started creating a BoldGrid central account. I just wanted to let you know there is options so you can set up your demo server and test things that way if you wanted.
I hope that helps and let me know if you have any further questions or need any assistance we are happy to help.
Elana D.
Elana
KeymasterHello Donna,
Thank you for reaching out to our support team.
If you needed to download an older theme you can if you go to our Download Classic BoldGrid Themes. However, these themes are not really updated anymore as we have moved to a theme that you can customize everything in one.
I did test what you were saying with the header and footer, that should be there for you to edit. If you are not seeing it there might be a conflict with another plugin. If you could share any console errors or possibly disable plugins one by one to find out if there might be something conflicting with the Westview theme.
Crio is our primary theme now, if you have the compacity to update you can. However, this will more than likely need a complete redesign of your current website.
We are here to help you either way. I want to also give you all the options, we do have a premium design services that could be an option if you are wanting us to help / migrate over to Crio giving you more modern flexibility on updates and changing things.
Thanks
Elana D.February 12, 2025 at 12:14 pm in reply to: How do I edit the footer? How do I change the form colours? #153805Elana
KeymasterHello Jonathan,
Thank you for your question!
The BoldGrid Attribution in our Crio theme can only be removed if you have purchased the Pro upgrade for the theme, which is a separate upgrade from the Premium Connect key.
If you are already using Crio pro you can go to the customizer -> design -> Footer and under layout you can click Attribution Links and hide all Attribution’s.
Please let us know if there is anything else that we can do to assist you.
Elana
KeymasterHi Andy,
Thanks for reaching out and thank you for using Crio WordPress theme! Have you seen any error messages associated with the customizer not loading? You can try inspecting the your browser console for JS error messages, it might reveal something useful. You can copy/paste any error messages you find into the thread here for us to inspect.
A similar issue was brought to our attention in a previous contact and we were able to confirm that the issue seemed to be related to the menus used in the custom header/footer templates.
When you add a menu to a custom page header or footer it needs to be registered to the WordPress menu system and have a menu assigned to it. Each new menu that you include should have a unique name, as in you can’t have two menus registered to the same custom header/footer template that also use the same menu location or it will cause the customizer to break.
To resolve the issue trying moving all custom headers/footers to the trash to see if this resolves your issue. Similar to deactivating plugins but once you find the problematic template you’ll either need to correct the issue in the template or recreate it entirely.
If you ever have any other questions for us in the future please do not hesitate to ask!
Thanks
Elana D.Elana
KeymasterHello Rahul,
Thank you for reaching out to our support team.
If you are just setting it up for your self or for one user you can have the user purchase and add you as a support contact.
However, if you wanted more bulk licensing you can fill out our Becoming a Hosting Partner form.
Thanks
Elana D.Elana
KeymasterHello Hubber,
Thank you for reaching out to our support team.
You can reach our Premium Support team for private questions by logging into BoldGrid Central and using the Private Ticket form there.
Thanks
Elana D.Elana
KeymasterHello Angela,
Thanks for reaching out, I’m sorry to hear that you’re not getting the account confirmation email.
I do see an active account for you under the email address you provided. Since this is a public forum if you could, reach out to our premium support team via email and we’ll be happy to help.
For security reasons I didn’t want to share private information on the public forum.
Thanks for your understanding.
Elana D.Elana
KeymasterHi Kandis,
Thank you for reaching out to our support team. We are happy to help you get your navigation working as expected!
Anchor links can be placed in the navigation for our Crio WordPress theme by utilizing the Custom Link option to reference your anchor tags on the page.
Jesse, our Community Manager, put together a great guide that demonstrates how to create anchor tags in WordPress and link to them that should help you create the navigation you are looking for.
However, it sounds like you might be trying to open a menu with the anchor tag, are you trying to use a button as an anchor tag?
Also, are you able to share a test page link or a page that you have this on so I can get more of an idea of what you are seeing?
Thanks
Elana D.Elana
KeymasterHello Judith,
Thank you for reaching out to our support team!
I’m sorry to hear you’re experiencing issues with the pricing. Could you please provide more details on where you’re seeing the issue or what you’re trying to accomplish? We’d be happy to assist and resolve this for you.
Thanks
Elana D.- AuthorPosts