Forum Replies Created

Viewing 40 posts - 81 through 120 (of 130 total)
  • Author
    Posts
  • in reply to: Background image is dum #23191
    Kyle
    Member

    The reason that problem came back is that boldgrid will adjust the CSS depending on what you select in the customizer. To prevent those changes from being overwritten the custom CSS should be put in the custom CSS field in the customizer. We have a guide on how to access the custom CSS editor here. All you should need to do is add the CSS line that your hosting support gave you in the custom editor and that should solve the problem for you.

    Best Regards,

    KyleM

    in reply to: Photos sizes in gallery blocks #23201
    Kyle
    Member

    The crop feature is there so you can crop the pictures down to whatever size you want if the original image is larger than the size you are using. Are you getting an error when trying to insert the images?

    Kyle
    Member

    Hello Daniel,

    It looks like you are missing the PHP LZF extention and you do not have cron installed or your do not have access to it, I would recommend installing both or talking to your systems administrator/host so they can get it installed and the permissions setup for you.

    Best Regards,

    Kyle M

    in reply to: How do i setup user roles to only access certain pages? #23317
    Kyle
    Member

    Hello,

    You would need a plugin to do this, I found a plugin here that sounds like it may do what you are looking for. There are also many others that can be found in the WordPress repository here.

    Best Regards,

    Kyle M

    in reply to: Not being taken to my page #23366
    Kyle
    Member

    Hello,

    I have tried both the facebook and youtube links on your site and they both take me to the URLs you provided, I would recommend signing out of both youtube and facebook and clearing your browser cache to make sure thats not causing you to see the incorrect pages. For the CSS you would add it under the custom CSS editor here. If you are unfamiliar with CSS there are some great tutorials on how to get started with it here.

    Best Regards,

    Kyle M

    in reply to: How to Customize Menu Options After Launch? #23361
    Kyle
    Member

    Hello,

    You should not have to restart the staging process. I tried to replicate the issue on a test site but I was unable to. I would recommend clearing your browser’s cache to ensure that is not causing the issue, I would also recommend clearing the cache in your BoldGrid dashboard if you are using any caching plugins.

    Best Regards,

    Kyle M

    in reply to: Content being cut off bottom on page #23357
    Kyle
    Member

    Hello,

    Would you be able to provide us with a link to your site so we can take a look and see if we can see whats causing it to get cut off?

    Best Regards,

    Kyle M

    Kyle
    Member

    Hello,

    Thanks for contacting us about customizing your menus. You should be able to find the menu options under customize > menus.

    Best regards,

    Kyle M

    in reply to: Mobile Functionality #23405
    Kyle
    Member

    Hello,

    The only way to do that would be to add custom CSS in the custom css/html editor. There is an article showing how to do this with CSS here.

    Best Regards,

    Kyle M

    in reply to: my first time with boldgrid #23403
    Kyle
    Member

    Hello,

    Any WordPress plugins should still work with BoldGrid however if a plugin you are using is trying to perform a function similar to BoldGrid in a similar way you may end up with conflicts. But you can always try it and in the event you run into any issues the plugin can be removed.

    Best Regards,

    Kyle M

    in reply to: I Can No Longer Edit My Pages #23401
    Kyle
    Member

    Hello,

    It looks like there is an issue with your boldgrid-editor plugin install or a caching issue. I would recommend clearing the cache on your site and your browser cache. Most commonly the cache for your site will be located in wp-content/cache, it may be located elsewhere depending on the other plugins are being used. If that does not resolve the issue i would recommend reinstalling a fresh copy of the boldgrid-editor plugin. If that does not work then disable all plugins except the BoldGrid plugins and then enable any other plugins one at a time until you see the error come back.

    Best Regards,

    Kyle M

    Kyle
    Member

    Hello,

    Thanks for contacting us about setting a background image, the easiest way to do this would be to set the section background on the page you are working on, We have a guide on how to do that here. The instructions for changing the section background are about half way down the page.

    in reply to: Paralax image not centered #23454
    Kyle
    Member

    Hello,

    It looks like there is some CSS defining the offset position of that picture which is why it is not centered, If you can tell us which theme you are using we can try and find where that is being set. Another option to try is when you are in the customizer selecting the image for it you may have the option to choose the background image size depending on your theme and you can set that to do not resize so if it’s cropping it automatically it will stop. I have included the CSS that is doing the offset below in case it is some of the CSS you have added.

    background-position-308.875px -162.4px;

    Best Regards,

    KyleM

    in reply to: Blog page – how to create tile format #23473
    Kyle
    Member

    Hello,

    It looks like this plugin here may do what you’re looking for. There are also several other plugins with similar functionality that can be found here that may work for you.

    Best Regards,

    Kyle M

    Kyle
    Member

    Hello,

    It would have to be done through custom CSS or by including the tagline text in your header image. If you provide us a link to your site we can review it and see if we can provide you some CSS to get started with.

    Best Regards,

    Kyle M

    in reply to: Slideshow instead of background for Boldgrid Themes #23479
    Kyle
    Member

    Hello,

    As of right now there are are no plans for that feature however you can request it through the feedback form here and it may be something the devs pick up in the future. As for right now, it looks like this plugin may do what you’re looking to do. There are also a lot of others that can be found here which may also have the functionality you’re looking for.

    Best Regards,

    Kyle M

    in reply to: Adding a member log-in side #23489
    Kyle
    Member

    Hello,

    In order to have a login like that you would need to find a membership plugin, Any WordPress plugins should work with your site, You can find them here and see which ones you think will fit your needs best.

    Best Regards,

    Kyle M

    in reply to: How do I adjust margins for the content in my whole website? #23493
    Kyle
    Member

    Hello,

    To do that you would need to add custom CSS to your site, Unfortunately, we cannot provide you with the specific code to do that as we don’t know what specifically you would like it set to, however, I have included documentation on how to do the CSS for the margins here, you would just need to adjust the values until it fits your needs. To add the CSS to your site you would just add it to the custom CSS editor for your theme, I have included a link showing where to find that here.

     

    Best Regards,

    Kyle M

    in reply to: how to login to boldgrid when email is not recognized? #23529
    Kyle
    Member

    Hello,

    You can use your username in place of the email to login if your email is not recognized. Once you login you can go to the users section in your dashboard and ensure your email address is up to date.

    Best Regards,

    Kylem

    Kyle
    Member

    Hello,

    The most common causes of 500 errors after updating plugins are updated files not being extracted properly, Corrupted download, Incompatibility with an existing plugin, permissions errors, or an improperly updated .htaccess file. You will need to review the logs on your server to see what specifically is causing the issue. If you do not have access to the logs you can contact your host and they should be able to tell you what specifically the issue it. In the short term you can restore a backup of your site files and if it is related to the upgrade then that should solve the issue until you have a chance to review the logs.

    Best Regards,

    KyleM

    in reply to: How do I add an additional blogroll into my boldgrid website? #23533
    Kyle
    Member

    Hello,

    You can change the number of blog posts that show on your blog page by going to your dashboard and then Settings > Blog > Blog pages show at most. The default for that setting is 10, You can adjust it to any number you see fit. ]

    Best Regards,

    KyleM

    in reply to: Why am I unable to reset password & log in? #23535
    Kyle
    Member

    Hello,

    Thanks for contacting us. BoldGrid Central is a separate entity and has a different username and password than your BoldGrid site. When you initially installed BoldGrid you would have created a username and password and that is the one you need to use to login. If you have forgotten your password you should have a “lost your password link on the page here that will send an email to reset the password to the address provided during your setup of BoldGrid. If the email used during the setup is no longer valid you can reset it through the database, It looks like your domain is pointed to an IP owned by InMotionHosting.com, They have a guide on how to reset the password through phpmyadmin in their cPanel here.

    Best Regards,

    KyleM

    Kyle
    Member

    Hello,

    Thanks for contacting us, The simplest way to do this is to just refresh the page.

    Best Regards,
    KyleM

    in reply to: drop down menu not clickable in mobile pvilion theme #23539
    Kyle
    Member

    Hello,

    I tried using FireFox and Chrome on Android and was unable to replicate the issue with a fresh install of BoldGrid with Pavilion. Have you tried clearing the cache in your browser to see if you are still getting the issue? If you can provide us a link to your site we can also try and see if we can replicate the issues on your site and see if we see any conflicting CSS or plugins showing.

     

    Best Regards,

    KyleM

    in reply to: How much are copyright coins? #23541
    Kyle
    Member

    Hello,

    Thanks for contacting us, The Copyright Coins are $1/each and can be bought in packs of 10/20/40. However you do not need to purchase any, you can use BoldGrid with your own images or use free ones that come with the templates.

    Best Regards,

    KyleM

    in reply to: Fixed Header #23543
    Kyle
    Member

    Hello,

    The easiest way to do this is with a plugin like this one, or this. These are the first two I came across but there are others you can use as well.

    Best Regards

    Kyle M

    in reply to: Boldgrid Menu is missing in Chrome #23572
    Kyle
    Member

    Hello Kat,

    We are glad to here it worked for you, Caching happens to everyone now and again. Feel free to let us know if you run into any other issues.

    Best Regards,

    Kyle M

    in reply to: email address contact block has link but no address typed in #23578
    Kyle
    Member

    Hello Beth,

    I was unable to replicate the issue on my site, Would you be able to provide us a link to your site so we can see whats showing on it for us?

    Best Regards,

    Kyle M

    in reply to: How to edit site title hyperlink? #23576
    Kyle
    Member

    Hello,

    Thanks for contacting us about your site title hyper link, Generally the link will go to the page you have specified as your front page. You can find this in the Settings > Blog > Front page displays. Depending on the theme your using you may also have additional ways to change it.

    Best Regards

    Kyle M

    in reply to: Boldgrid Menu is missing in Chrome #23574
    Kyle
    Member

    Hello Kat,

    Thanks for contacting us about your missing buttons issue. using the same version of chrome i was unable to replicate the issue, I would recommend clearing your cache in your browser and any caching you may be running on the server, There are details here on how to clear the cache for chrome.

    Best Regards,

    Kyle M

    in reply to: Functionality test has failed Boldgrid Backup on GCP help! #23599
    Kyle
    Member

    Hello,

    It looks like your system does not support zip, You will need to install it on your server for the plugin to work. The LZF, and safe mode are optional, The backup directory should be created automatically when it has everything it needs to function.

    Best Regards,

    Kyle M

    Kyle
    Member

    Hello,

    I went to the page you provided a link for and i was able to see a slider on the page and the buttons to go from image to image work, What is the issue you are running into with the slider? As for the widget area you could try giving this plugin a try and see if it works for you, Beyond that you would generally have to modify the code of the theme to add a widget area above the nav bar. I have included links on how to create a child theme below so your changes will not be overwritten from updates and the documentation for tempting on BoldGrid.

    https://www.boldgrid.com/support/designers-developers/how-to-create-a-child-theme-to-customize-your-wordpress-website/

    https://www.boldgrid.com/docs/theme-guide

    Best Regards,

    Kyle M

    Kyle
    Member

    Hello,

    If you are uploading the file through the WordPress dashboard then you not want to unzip the file. If you are installing the file manually via FTP then you would want to unzip it.

    Best Regards,

    KyleM

    in reply to: Font, color, and a few other bugs/issues #23622
    Kyle
    Member

    Hello,

    Thanks for contacting us about this issue. I was unable to replicate the issue in chrome. I am Currently using version Version 61.0.3163.100 for Ubuntu. Have you tried disabling all the extensions in your browser and clearing the cache to see if the issue persists?

    Best Regards,

    Kyle M

    in reply to: Background Photo Not Show on Phone Screen #23642
    Kyle
    Member

    Hello,

    If you can provide us the URL of your site and the image you are looking at we can take a look and see what it looks like on our end so we can try to advise you on what needs to be changed.

    Best Regards,

    Kyle M

    in reply to: Different choices – link tot different pages #23614
    Kyle
    Member

    Hello,

    Thanks for contacting us, It depends on what your trying to do, If you simply want to take them to another page then HTML would probably be the simplest way. If you are trying to take them to different pages that will have different forms based on what their selection on the first page is you could use the conditional logic feature of any of the common forms plugins. Gravity forms, Ninja Forms, and WPforms all have this feature.

    Best Regards,

    Kyle M

    in reply to: More Themes #23616
    Kyle
    Member

    Hello Phil,

    All themes can be found under the inspirations tab in your dashboard.

    Best Regard,

    Kyle M

    Kyle
    Member

    Hello Rodney,

    BoldGrid is based on WordPress so WordPress plugins will work on the site aswell, You could use something like WPForms to create a form that would allow users to submit posts to your site which could have whatever links you are wanting them to share, There is a guide on how to do that here. You can also put whatever ads you want anywhere on your site.

    Best Regards,

    Kyle M

    Kyle
    Member

    Hello Timothy,

    Thanks for contacting us about templating. You can create custom themes, templates, and gridblocks for your sites. We have documentation on how to create them here.

    Best Regards,

    Kyle M

    in reply to: How to Add Text Above the Website Title #23712
    Kyle
    Member

    Hello Thefolk11,

    I have taken a look at the site and there are no errors showing in the browser console so the changes you made were correct. We are happy to hear you got it working the way you wanted it.

    Best Regards,

    Kyle M

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