Forum Replies Created

Viewing 40 posts - 121 through 160 (of 393 total)
  • Author
    Posts
  • in reply to: Customize menu not displaying #22570
    Arnel C
    Member

    Hello,

    Sorry for the problems with adjusting the menu order.  Typically, the menus are handled by BoldGrid if you’re using BoldGrid to build your site.  However, it doesn’t appear that you have only BoldGrid in use.  It looks like a conflict in either plugins or existing theme frameworks.  The customization bar indicates that your theme is NOT using BoldGrid, so we cannot control how your menus are being ordered.  You can see here in my video (btw- your video was great!) that the BoldGrid interface is a little different:

     

    If you’re using a different editing system than BoldGrid then we cannot assist, sorry.  Please make sure that you stick with one system, or there will be conflicts when dealing with issues such as menu manipulation.  If you have any further questions or comments, please let us know.

     

     

    in reply to: Gallery not working #22568
    Arnel C
    Member

    Hello, sorry to hear that your gallery is not working.  I have escalated the issue to the BoldGrid team.  They are aware of the issue and working to resolve it quickly.  As soon as we get an update you will be notified.  Apologies for the headaches.  If you time is of an issue, please feel free to load up a gallery plugin as a fix for the issue.

     

     

    in reply to: Show recent posts on blog page as a sidebar #22572
    Arnel C
    Member

    There are several ways that you can approach this.  You can manually add it using a widget.  Your theme would need to support a widget in the area where you want the sidebar.  BoldGrid allows you to add a menu to the area and you can manually add post links as needed.  If the theme (inspiration) does not provide a widget area for the location, then it cannot be added through the BoldGrid functionality.  This is not to say that it can’t be done, but you will need to add code to the theme in order to make that type of change.  You will need to consult with a developer if you are not familiar with doing that.

    The other way you can approach it is to look for a plugin.  There are many plugins that are probably built for this type of request.  Keep in mind that posts can sometimes be numerous, so you may want to simply create categories related to a topic in order to help provide navigation to your posts.  You will need to research the available options as there many possible solutions in the thousands of plugins available for free in the WordPress.org/plugins section.

     

     

    Arnel C
    Member

    The theme has a set space for a logo position and size. To move it beyond the space will most likely require changing some coding within either the CSS or the theme code itself. The best way to determine how find the CSS you would need to modify is by using a browser inspector. Check out our article on making this change: How to Use the Google Chrome editor to determine CSS changes.

    If the default functionality for moving the logo is not sufficient, then there is no other way to move it short of making changes as indicated above.

    in reply to: How do I get text to align left in footer widget #22631
    Arnel C
    Member

    You can always find and experiment with formatting using the “Inspect” tool in your web browser.  Check out this article for an example of doing this using Google’s Chrome browser.  You can then add the CSS code in Custom Theme CSS section of BoldGrid interface.  I used the Chrome browser to find the following code and then tried changing text-align value from “center” to “left”.  The applied value to the Custom CSS would look like this:

    .site-footer {text-align: left  !important;  }

    Please keep in mind to create a backup of your site before and after making the changes, to ensure you have a fallback point, in the case of unexpected behavior from the code. I hope this helps!

    Arnel C
    Member

    Thanks for your question in regards to the footer background color. This question has been asked before and the answer can be seen here. Here’s the answer from that question:

    Thanks for your comment clarifying your request. I believe you can add this code:

    .palette-primary .site-footer { background-color: #bdcebe !important; color: black !important; }

    to the CSS Customizer tool. This will change just the footer background color. You can modify the color by changing “#bdcebe” according to the color you’d like: HTML color palette.

    Please keep in mind to create a backup of your site before and after making the changes, to ensure you have a fallback point, in the case of unexpected behavior from the code. I hope this helps!

    You would simply need to change the color code to the Hex color code to #D3D3D3 for light gray.  Click on the  HTML-color.org website to determine actual HTML color codes.

     

     

    Arnel C
    Member

    Thanks for your question about the key. Typically, when you install BoldGrid (after installing WordPress) you will be prompted to add the key. You can obtain a key by logging into BoldGrid Central. You can also manage the key options in the actual interface itself. For more information, please read through How to Install BoldGrid via the Plesk Onyx 17 Web Admin.

    If you have any further questions or comments, please let us know.

    in reply to: How do you check your visitors in Bold Grid? #22644
    Arnel C
    Member

    Thanks for your question about checking for visitors in BoldGrid.  First, BoldGrid is a plugin for WordPress, so the function of checking for visitor statistics will need to be a function of WordPress or the hosting service where you are hosting your site.  There are many plugins that can give you the information you are seeking.  Remember that the pages and posts from WordPress each of specific URLs. You will need to look at the statistics with those URLs in mind.  If you want a fairly comprehensive statistics solution look up a Google Analytics plugin for WordPress. There are many plugins, so you’ll need to review them to determine which best suits your needs.

    Arnel C
    Member

    Sorry for the problem with the Blog.  Check the URL used in the main menu for the blog and compare against what you’re seeing in the sidebar.  The link should be coming from the location of the blog.  If the Blog location is different then you need to go into the MENUS and then check the link being used there.

    Arnel C
    Member

    Sorry for the problem with the Category and Widget.  We’re not sure what you’re seeing to troubleshoot the issue.  If you can please provide a screenshot, we can look into it further.  Typically, the displays of the nature you’re talking about only occur during customization of the site.  If you can provide a screenshot showing the problem and a URL, then we can investigate the issue in more depth.

     

     

     

    Arnel C
    Member

    Sorry for the problem with uploading images.  We would need more information to resolve this issue.  It’s possible that you may be out of space on the server, or there’s something interfering with the upload of the images.  If you can provide the URL then we can look into it further.  Image uploading is a function of WordPress itself, so the issues is either WordPress or hosting server related.  Images are stored in the Content folder of the WordPress installation.  Please provide us a little more information in regards to the problem and we can investigate the matter in more depth.

    Arnel C
    Member

    I checked this and PDF files are apparently not embedding with BoldGrid.  My suggestion (and recommendation) is to simply install a PDF Embedder plugin.  The one I downloaded allowed me to upload the PDF file into the Media library and then insert into the post with no issues. I was able to preview the post and see the PDF immediately.

    Arnel C
    Member

    Hello,

    Thanks for your question about determining the image sizes in a block.  If you are using an existing block, then it’s very simple to determine the size.  Follow these steps to determine the size:

    1. Log in to BoldGrid
    2. Edit the Page or Post
    3. Click on the image in the page or post
    4. Click on the EDIT option for the image (icon is a pencil)
    5. You will see the image dimensions there.

    If you’re using a blank block, then the image dimensions you’re using is up to you.  Here’s an example of what I’m describing:

    https://www.screencast.com/t/mQy6Hoh5V

     

     

     

    Arnel C
    Member

    Hello,

    Sorry for the problem with accessing the Inspirations.  Can you provide a little more information on your installation? We would need the domain name that you’re using for the installation.  We are unable to duplicate the issue.  Please try again, and if the problem recurs, then please provide your domain name so that we may investigate the issue further.

     

     

    in reply to: How do I make the website email address responsive? #22659
    Arnel C
    Member

    This will depend on the Form plugin that you’re using.  Early versions of BoldGrid included NinjaForms. The newer version of BoldGrid includes WPForms.  If you are using NinjaForms, you will need to click on Forms, click on edit the form that you’re trying to use, then select Email and Actions.  Here you will see the email forms that are being used.  You need to find the one that is being used and click on EDIT.  The action name should be EMAIL and the type should be email. Make sure that email address is active where you host your email and that it is correctly spelled.  Once you’re sure everything is correct, click on the SAVE button.

    For the WPForms, you’ll need to go into the actual form and edit it.  Then click on Settings and then Notifications. You’ll see the email address set there.  The email account must be a valid account for URL you are using for WordPress.

     

    in reply to: locked out and getting 404 error on password reset page #22661
    Arnel C
    Member

    Sorry for the problem with the password. You may need to contact your host provider in order to check on your server.  If you can provide us a domain name for your account, then we can investigate it in more depth.

     

     

    Arnel C
    Member

    Hello,

    Thanks for the question about password protecting a PDF document. There are two ways to password protect a PDF file.  You can directly require a password to open a PDF using a PDF editor like Adobe Acrobat.  This is not something that is part of the WordPress functionality.  You would need to use a PDF editor like Adobe Acrobat in order to enable the password requirement.

    You can also add a page or post and then publish it as a Password Protected page or post. Then the page or post and anything in it would not be available unless the user types in the password.

    1. Log in to the WordPress Administrator Dashboard
    2. Open the Post or page where you have added the PDF file
    3. In the Publish section, click on EDIT next to the Visibility label.
    4. Select Password Protected and then type in a password.
    5. Click on PUBLISH button to save your changes.

    When you view the page or post, it will look like this:
    04.30.2018-11.28.59

     

     

    in reply to: Page Listing on Sidebar #22673
    Arnel C
    Member

    Sorry to hear about the problems with updating your website.  Content on a WordPress site is typically through pages or posts.  So, you should be able to find the corresponding pages or posts in the Administrator dashboard.  If you’re not seeing them, then it may be the function of the theme that is being used.  BoldGrid pages and posts are saved in the same locations as a normal WordPress installation. It is possible that a 3-party theme may have the content you’re looking for saved in a different location.  Additionally, check your widgets.  If you continue to have problems, please send us a URL so that we can check and see what’s happening with the account.

    in reply to: BoldGrid connectionsearch is not responding. #22675
    Arnel C
    Member

    Apologies for the problem.  I tested it on my test site and it appears to be working now.  Can you please try it now and let us know if the problem is still happening?  Also, please provide us a site URL so that we can reference the access.

    Regards,

    Arnel C.

    in reply to: Changing Theme Header Color – Cobalt Theme #22697
    Arnel C
    Member

    Changes of this nature, which are not part of the built interface requires that you modify the CSS for the area that you’re reviewing.  You can use your browser’s Inspect option to find the CSS that needs to be modified.  Check out how to use Chrome’s Inspect Element option to change CSS.

    in reply to: How do I embed code into a page? #23252
    Arnel C
    Member

    If you’re embedding code then you can use HTML code to wrap code as per Chris’s answer.  If you need to know how to do this, you can refer to this WordPress article from their documentation.  BoldGrid allows you to more easily build sites in WordPress, but you’re still working with the WordPress interface when adding content through posts or pages.

    in reply to: Adding a project in a Page #22693
    Arnel C
    Member

    Hello Mariza,

    Your question about adding a work project is very general and not specific enough to allow us to provide a specific answer.  WordPress allows you to add content through pages and posts. You can add text and images using either type.  BoldGrid is a plugin that provides you a complete WordPress website that you simply have to modify to meet your needs.  The page/post templates and formats are provided for you.  So, if your “project” is simply text with images, then you can easily add it to either a post or a page.  You can find information about adding content, such as an image gallery in the BoldGrid Support Center.

    Arnel C
    Member

    The links are typically defined and not just for “aesthetics” as Chris had mentioned earlier.  If you are creating a link on a page, or if there is one there, you would either have to edit the link to go to a designated destination, or simply a placeholder for you to change.  You can always hover over a link and then right-click it or examine it with the browser’s inspector option in order to determine where it goes.  Apologies for any confusion.  If you require further assistance, please let us know.

    Arnel C
    Member

    BoldGrid is simply a plugin for WordPress.  So, if you wish to use other features that function within WordPress such as Adsense or links to affiliates, they should work!  If you have any further questions or comments, please let us know.

     

    in reply to: How to Revert Page Edit Display #22721
    Arnel C
    Member

    Hello,

    Thanks for asking about how to revert the display width for a post after installing BoldGrid.  I have not seen this before, so I ran a test by installing BoldGrid anew and then trying to create a new post.  I never do see the prompt asking to change the display width.  This may be related to a plugin or other theme that you have loaded.  If you can tell me the version of BoldGrid, WordPress and the theme that you’re using we can investigate the issue further.

    Kindest regards,

    Arnel C.

    in reply to: install a wordpress theme #22743
    Arnel C
    Member

    Hello,

    Thanks for your question loading up your newly purchased theme.  You purchased a ThemeForest WordPress theme, so you need to consult with their documentation/support.  You can find a link to their support here.

     

     

    in reply to: Cannot change color of bullets or hyperlinks #22764
    Arnel C
    Member

    Thanks for the question about changing the font colors for bullet text.  You should be able to go to the block, find the editor option (orange) and then select font and change color there.  Here’s an example where I change the color:

     

    If you continue to have problems, please let us know.

    in reply to: How do I get rid of the word trashed in the url #22762
    Arnel C
    Member

    Thanks for your question about getting rid of a portion of the URL for a childpage in your site.  If it’s a page then you should be able to see it and then edit the URL.  If it’s being auto-generated then you may need to add .htaccess rules to rewrite the URL so that those words are not there.  I would also double-check the menu (editing in the Dashboard – not the Customizer) and look at all the links.    If you can send us a URL so that we can look at it, then we can investigate the issue in more depth.

    Arnel C
    Member

    Thanks for your question about protecting images from being copied on the internet.  Basically, there are few things that you can do to protect images from being copied.  The first option available in a cPanel environment is called Hotlink protection.  It will help keep people from linking to your images.  If you’re unfamiliar with it, then you should consult with your web host’s documentation.  Secondly, you should watermark your images.  Images that are watermarked will often not be used.  You can also look for plugins that disable the right-click option so that people can’t click on your images.  Finally, you can also add a copyright to the page that may help to discourage people from taking content from you.  You can find more specific information on this topic in this article.  You should also keep in mind that if you have valuable images/content that you don’t want people to copy then you should use either a thumbnail or low resolution version representing the image, or not publish it on the internet.  As much as ALL of these steps can be used to help prevent people from copying your images, it is far too easy to bypass it using capture software or even the basic capture options on a PC or Mac.  Hope that helps!

     

     

    in reply to: Customizer Not Working #22750
    Arnel C
    Member

    Hello,

    Sorry for the problem with the Customizer.  We’re not sure why it’s not working for you, so we need more detailed information about what you’re doing, the version you’re using and any errors that you might be seeing.  Please provide us the steps you’re taking so that we can try to duplicate the issue.  Additionally, a URL to your site would help us determine what you’re seeing.

     

    in reply to: Error message for duplicate widget #22774
    Arnel C
    Member

    Sorry for the problem with customizing a widget.  When I go to look at widgets, I never see one labeled “content widget”.  Can you please be more specific and describe the Widget you’re trying to change?  Also, per the instructions in the error, are you able to create a new widget and the same content?  Please clarify and let us know what you have tried in order to resolve the error.

    in reply to: How to turn Trial page to Active Site #22778
    Arnel C
    Member

    Hello Ryan,

    I spoke with one of the BoldGrid managers and they clarified the issue.  If your page is expired then it is not recoverable.  If you had used the Backup plugin BEFORE that, then you could still recover it.  Apologies that we are not able to help with the expired site.

    in reply to: Recent Posts #22789
    Arnel C
    Member

    We appreciate your feedback, Maximus. Please let us know if you have any further questions or comments.

    in reply to: Remove unused images files #22786
    Arnel C
    Member

    Hello, thanks for the question about the image files created!  The image files are created by both WordPress and the theme that you are using.  As you have ascertained, this can result in a large number of files being generated.  I looked around and found an answer from article.  As per the article, you can stop the generation of the extra images in the WordPress Media Settings and in the theme code.  However, it should be noted that WordPress and the themes use these images for various sections of the site.  For example, if you created a gallery, the thumbnails generated by the image gallery would not appear or work correctly because the gallery uses those images auto-generated when importing images into the media library.  This is the same with the theme.  You will need to determine what images you can keep and what images you can eliminate by reviewing the images that your site requires.  I hope that helps!  If you wish to avoid this issue, you may need to speak with your host to increase the inodes, or find a web host that does not have an issue with increasing the inodes.

    in reply to: free trial issues #22784
    Arnel C
    Member

    Jeff,

    Sorry for the problems with your free trial.  We are not sure what you are referring to.  Typically, a free version of BoldGrid requires that you install it to your WordPress site as it is a plugin.  WordPress does operate on a phone, but we believe that you are probably referring to something different.  Please provide more information on the issue so that we assess the issue and provide assistance if needed.

    in reply to: Post and Page Advanced Controls of Video Embedded #22804
    Arnel C
    Member

    Thanks for your question about the video playback issue.  The problem is that video playback is controlled automatically by WordPress using oembed.  You can find more information on handling it here.  You will need to style it using CSS.  The previous way of doing it is with iFrames, but it has changed with recent versions of WordPress.  You can also find a plugin to handle playback properties of a video. Hope that helps!

    in reply to: How do you create anchor links for items on an FAQ page? #22808
    Arnel C
    Member

    Thanks for the question about creating a FAQ page.  Typically, the easiest way to handle it is to use simple HTML.  You would create anchors using html and then link to them from the top the page.  Check out this tutorial for more information on creating links in HTML.

    in reply to: Can I set up a bilingual site? #22811
    Arnel C
    Member

    Hello Mariza,

    Thanks for the question about adding a different language for your BoldGrid pages. We currently do not have support for multiple languages within BoldGrid. However, you may want to try using a language plugin such as this one. Apologies that we do not directly support it, but I am aware that support for multiple languages is an update consideration at this time.

    Arnel C
    Member

    Thanks for letting us know, Pedro!  Let us know if you have any further questions or comments

    in reply to: Which fonts allow proper macron display? #22836
    Arnel C
    Member

    Thanks for the question about using Macron friendly fonts in the Cobalt theme. That is exactly the issue. BoldGrid does use Google Fonts and per this post, it does appear to be supported. At worst, you would need to create a child theme in WordPress and then change the typography CSS. If you need that information we can provide it.

Viewing 40 posts - 121 through 160 (of 393 total)