Forum Replies Created

Viewing 40 posts - 121 through 160 (of 172 total)
  • Author
    Posts
  • in reply to: How do I fix a widget within BoldGrid? #24210
    admin
    Member

    Hello Cynde,

    Sorry to hear the content of your widget shifted. That likely occurred because the formatting CSS code was altered during editing. It is very easy to do by mistake if you are editing within the Visual tab of the Widget editor. I do it sometimes as well. The CSS also governs the background color for the text.

    The easiest way to adjust this is to click on the Text tab. Then remove everything there and replace it with the code below. You will need to re-edit the text to make it your own, but this is much easier than switching themes, deleting Pavilion, and then re-adding it and switching back. The code is below:

    <div class=”row call-to-action-wrapper”>
    <div class=”col-md-7″></div>
    <div class=”col-md-5″>
    <h2 id=”slogan”>WE MAKE IT OUR BUSINESS TO FIND THE PERFECT FIT FOR YOUR NEEDS.</h2>
    <div class=”call-to-action”>
    <p class=”p-button-primary”><a class=”button-primary” href=”about-us”>LEARN MORE<i class=”fa fa-angle-double-right”></i></a></p>

    </div>
    </div>
    </div>

     

    That should get you back on track!

    in reply to: My background image is missing #24016
    admin
    Member

    Hello lordlovly,

    Thank you for your question about your background image.  It appears that this may be an issue with the special ö character that you have in your image name.  I would recommend selecting an image without any special characters, and then saving and publishing your site with the new background image.

    Gratefully,

    Casey B.

    in reply to: How Do I Troubleshoot my Social Media Icons? #24222
    admin
    Member

    Hello goodmanguttering,

    Sorry to hear you are having issues with your social media icons not showing in Chrome. I am testing my BoldGrid site with the Primas theme and the social media icons are displaying in all the browsers we tested. These include FireFox, Chrome, Safari, IE, and Edge. Have you cleared the browser cache on Chrome to see if that may have something to do with it? Have you tested any of the other browesers? How about testing Chrome on another computer or tablet?

    Kindest Regards,

    Scott M

    in reply to: How Do I Add Social Media Buttons to My Blog? #24224
    admin
    Member

    Hello rd,

    Sorry to hear you are having trouble getting your “Add to Any” to work on your BoldGrid site. I was able to install the plugin and get the shortcode to work without issue.

    Do you have any other plugins running on the site (other than BoldGrid plugins) that may be interfering? What specific theme are you using? What version of BoldGrid Editor are you using? What version of WordPress are you using?

    Kindest Regards,

    Scott M

    in reply to: Can I import Microsoft document as page? #24063
    admin
    Member

    Hello claysp5bg,

    Thank you for your question on making doc files links in your menu. This is a normal WordPress function. When you add a new menu item to your menu, select the ‘Custom Links’ option. This allows you to name the link and point it to the correct document.

    This will allow the user to download the document when they click on the menu option. If you want the document to open in the browser, you may consider pdf files instead.

    Kindest Regards,
    Scott M

    in reply to: Remove watermarks On images? #24075
    admin
    Member

    Hello cclowe,

    Sorry to hear you are having issues with your watermarked images after purchasing. During this time, did you log out of the dashboard entirely and then log back in? Have you cleared the caching on your browser as well? This should clear up the issue with the image that shows you purchased.

    As for the image that was not processed, that will need to be done again. If the transaction was not recorded, then it will definitely not remove the watermark as it was not ‘purchased’ yet.

    If you do not mind, can you provide a link to the site showing the images you are working with that are not working correctly?

    We want to ensure we can work out any kinks in this process so your images are able to be used immediately and without issue.

    Kindest Regards,
    Scott M

    in reply to: How do I edit posts or pages in BoldGrid? #24226
    admin
    Member

    Hello Kosuki07,

    Thank you for your CSS questions. I am happy to answer them for you. For most of your questions, you will need to modify the CSS using the Advanced Tab in the Customizer.

    To do that, click on the “Advanced” tab of the customizer. Next, click on the “Custom JS & CSS” tab. Then click on the “Custom Theme CSS” button to enter the CSS editor.

    1. The triangles on the page are not images. They are constructed with CSS. To remove the triangles at the top of the testimonial boxes, you will need to following code to the CSS Editor:
      .palette-primary .mod-beta-1::before { display:none; }
    2. The color for the larger ‘downward’ triangles are governed by the section they are in. You can change that by selecting a different color in the customizer color palette. Again, the triangle is not an image, but created by CSS geometry. There is no simple way to add more of them since they are not a single object. The entire governing CSS section would need to be recoded to do so.
    3. The horizontal rule and it’s downward triangle are governed by different CSS classes. To change the color of the HR itself, use the code below (example to turn it white):
      .palette-primary hr { background:white;}The small triangle color is changed with the code below (example also turns it white, but using hexadecimal code. You can is either interchangeably)
      .palette-primary hr::after {border-top-color: #ffffff;}
    4. As for adding the image, you did it correctly. CSS can be very tedious even if you are the original author. Modifying and figuring out CSS classes written by someone else is even more so.When attempting to customize, there is often not an easy way to do something because you are changing the content from its original intent. But, with lots of trial and error, CSS can be tamed.

      Kindest Regards,
      Scott M

    in reply to: File to graphic in my BoldGrid website #23993
    admin
    Member

    Hello swimboxelder,

    In testing, the following works for us.
    1. Click on the Image.

    2. Click on the Edit button (with the pencil icon)

    3. Under “Display Settings”, click on the “Link To” dropdown and select ‘Custom URL’.

    4. Enter the full URL you want to redirect to (ex: http://example.com/document.pdf)
    5. Click on the “Update” button to save the changes.
    This should be normal behavior. If it does not, please answer the following questions to help us troubleshoot further. What is the theme you are using? What version of BoldGrid Editor are you using? What version of WordPress are you running?

    Kindest Regards,

    Scott M

    in reply to: How to do I Activate my BoldGrid Site? #24735
    admin
    Member

    Hello bahvahs,

    Thank you for your question regarding loading your website.  I’m sorry to hear that you’re having this issue, but I’m happy to help!  What is your website?  How long ago did you purchase the domain name you are using?  Have you made any DNS changes recently?

    Gratefully,

    Casey B.

    in reply to: File to graphic in my BoldGrid website #23995
    admin
    Member

    Hello swimboxelder,

    Thank you for your question regarding adding a link to your image.  Yes, you can do so by editing the page your image is on, and clicking on the ‘Change‘ icon when hovering over the image.  Then in the section on the right-hand side titled “ATTACHMENT DISPLAY SETTING” on the option that says “Link To” select “Custom URL” and fill in your desired URL.

    Gratefully,

    Casey B.

    in reply to: How to Remove the Background? #24230
    admin
    Member

    Hello Dan,

    Thank you for your question on removing the background from your pages. When you are in the Background tab and click the ‘Remove Selected Pattern’ button, the theme reverts to a default background pattern. In the case of Primas, it is the maze-like pattern.

    You will need to select the blank pattern from the pattern list. It may help to select a light color so the different textures show up better when scrolling through the list. My eyes had a hard time with the white as some patterns are not very prominent.

    Once you find the blank pattern and select it, simply change the color back to white and hit the ‘Save & Publish’ button.

    Kindest Regards,

    Scott M

    in reply to: How to Troubleshoot a Responsive Menu #24228
    admin
    Member

    Hello Dan,

    Sorry to hear you are having issues with your Primas theme on mobile version. We tested the theme on phone and do see an issue. The issue is that the submenu is appearing, but it is white on white, so white text on a white background. That is not a good thing.

    In working with the dev team, we did find a temporary fix while they work on the issue for the next theme update.

    Using the Advanced Tab in the Customizer, select the Advanced JS&CSS button.
    Next, select the button to add Custom CSS.
    Enter the following code:
    @media (max-width: 767px) {.palette-primary .navbar-default .navbar-nav .dropdown .dropdown-menu > li > a { color: #000; }}

    This will make the text of the submenu black for screens smaller than 767 pixels wide. That should work until the dev team gets the updated menu released.

     

    Kindest Regards,

    Scott M

    in reply to: How Do You Hide the Feature Image in a Post? #24233
    admin
    Member

    Hello Nick,

    Thank you for your question on hiding a feature image from a post. I tested on my own site and was able to hide the featured image on a post and still allow it to display in my facebook share.

    I implemented a plugin named ‘Hide Featured Image‘ which allows you to set a featured image, but toggle it to not display. The social sharing plugin I used, Mashshare then scraped that image to use on Facebook.

    I am not sure which plugin you are using for social sharing, so I cannot speak for its performance. I also do not specifically endorse Mashshare, it was just a plugin I tested for your question, but using those two plugins I was able to accomplish what I think you were asking for.

    Kindest Regards,

    Scott M

    in reply to: Can I Publish Posts to the Staging Site? #24240
    admin
    Member

    Hello srinivasa,

    Thank you for your question on making ‘staging-only’ posts. While you can do this with pages, BoldGrid currently does not support staging posts. You can, of course, use the other visibility statuses (private, or password protected) that may help you accomplish what you are needing.

    Kindest Regards,
    Scott M

    in reply to: Can I use Font Awesome icons in a list? #24238
    admin
    Member

    Hello paragonflux,

    Thank you for your question on the styling of the social media icons on your page. I tested using the same theme, but my icons do not behave as you described.

    Does the image above include the social media menu or did you add the icons yourself within a GridBlock?

    Kindest Regards,

    Scott M

    in reply to: How do I Disable the Sidebar? #24236
    admin
    Member

    Hello Nick,

    Thank you for your question on how to remove the sidebar from your blog page in the Haven theme.

    To do this, we will need to make the primary content area the same width as your view screen, no matter whether it is a Desktop monitor, tablet, or phone. This may push the sidebar underneath it, but your post will be the full width.

    We also will want to make the sidebar area invisible. This removes any extra space created by pushing the sidebar down.

    To do this, go to the Customizer. Then click on the “Advanced” tab. Next, click on the “Custom JS & CSS” option. From there, click on teh “Custom CSS” button.

    Now enter the following code on the screen:

    .col-md-9 {
    width: 100% !important;
    }

    .sidebar { display:none;}

    From there, click the “Save & Publish” button.

    I tested this on my own BoldGrid site using the Haven theme, so if you have any issues, please let me know.

    Kindest Regards,
    Scott M

    in reply to: How do I get a Connect Key #24754
    admin
    Member

    Hello Kenneth,

    Thank you for your question regarding utilizing the link that says “Don’t have a Connect Key yet or lost your Key?”  I setup a brand new test site, and was able to confirm that the link works as expected for me.  Have you tried re-installing?  What version of BoldGrid were you able to download?  What version of WordPress are you using?  What PHP version are you using?

    Gratefully,

    Casey B.

    in reply to: How Do You Work with Sidebars in BoldGrid? #24253
    admin
    Member

    Hello howard57bg,

    Thank you for your question on adding sidebars to your BoldGrid front page. I am not aware of any BoldGrid theme that has a sidebar on the front page by default. This means you would need to turn to a plugin in order to add one. If, as you say, the plugin does not work with the BoldGrid themes, then you may of course use another WordPress theme.
    With the new theme, the Customizer may be different as it is governed by the them, but the BoldGrid editor still works with pages and posts.

    Kindest Regards,

    Scott M

    in reply to: How Do I Add Columns to a Textbox? #24251
    admin
    Member

    Hello rd,

     

    Thank you for your question on the menu boxes. It sounds as if you are saying you have the orange drag handle for the element, but are not showing any blue drag handle(for column) or yellow drag handle (for row).

    I did test on a blank page and added text, but it creates all three drag handles.

    Is this from a gridblock template? or did you start with a blank page? Can you provide any steps on exactly what you did to get to the point you are at? We would need to be able to duplicate in order to advise.

    Kindest Regards,
    Scott M

    in reply to: Can a BoldGrid website be hosted on GoDaddy? #24756
    admin
    Member

    Hello Celestedesign,

     

    Thank you for your question on hosting BoldGrid on GoDaddy or other hosts. You absolutely can do this. BoldGrid is simply a set of plugins for WordPress, so it can go wherever WordPress can go. Just move it along with your WordPress install and everything should be just fine.

    Kindest Regards,

    in reply to: Error when optimizing BoldGrid header info #24260
    admin
    Member

    Hello LorrieJean,

    Thank you for your question about making a custom change to your functions.php file. It’s unclear what may have caused this issue, but we’ll certainly take a look. What exactly did you change or add to the file? As far as CSS optimization, I would recommend that you minify your CSS file if you haven’t already.

    Gratefully, Casey B.

    in reply to: Does BoldGrid Support Right-To-Left Text? #24762
    admin
    Member

    Hello fahdd,
    Thank you for your question on BoldGrid supporting RTL. I am not familiar with that. Could you provide some more details as to what RTL is and stands for?

     

    Kindest Regards

    in reply to: How do I Duplicate My Staging Site in Active? #24766
    admin
    Member

    Hello Howard,

    If you wish to move a page from your staging area to your active site without overwriting a current active site go to the ‘Pages‘ link on the left-hand side of your BoldGrid dashboard.  You will want to make sure that you don’t have any other pages named the same as the page you wish to make active.  Then hover over the page you wish to edit, and click the ‘Edit‘ link.  On the Edit Page find the section on the right-hand side that is titled ‘Publish‘ and change the ‘Development Group‘ option from ‘Staging‘ to ‘Active‘.  Please let us know if you have any other questions.

    Gratefully,

    Casey B.

    in reply to: Adding a Text Box to a Video in BoldGrid #24009
    admin
    Member

    Hello howard57bg,
    Thank you for your question on adding text below an embedded video. The best way I found is to have the text you want under the video in a separate element. This way the alignment of the text is directly beneath.

    Kindest Regards,

    in reply to: How Can I Create a Online Store? #24777
    admin
    Member

    Hello Chassitywalker10,

    Thank you for your question on creating an online store on your site. You can create a store using e-commerce plugins for WordPress such as WooCommerce. These plugins should function normally when using BoldGrid.

    We are working on articles that will guide users on doing things such as setting up stores within BoldGrid. In the meantime, check out the plugin and ask any questions you have here. We are happy to assist!

    Kindest Regards,

    in reply to: Drop Down Box not Displaying Staging Pages #24775
    admin
    Member

    Hello howard57bg,
    Thank you for your question on parent page assignment. I checked into your situation and tested it on my own BoldGrid installation. I am experiencing the same thing, where the pages in the ‘Parent’ drop down list are only pages that are in the active theme. Currently, the only way to get it assigned properly is to deploy the staging site, making it active. Then the correct pages appear in the drop down. I then redeployed the former active site, switching them back. This is not ideal.

    I am working with the development team on the issue so they can correct it.

    in reply to: Slideshow Shows Edge Of Previous Picture #24000
    admin
    Member

    Hello SMcClure,
    Thank you for your question about the edge of the previous image showing on the edge of the current image. That behavior is also there on the default images, so it is not due to your images, it is simply the default design of the gallery.

     

    Kindest Regards,

    in reply to: Main Page not appearing in the Pages list #24779
    admin
    Member

    Hello Toni,

    What site is having this issue?  As a general guideline you should be able to specify a page to be your ‘Front page‘ from your WordPress dashboard.  In the Settings section, click on Blog.  From there you can select which page is used as your Front page for either your Active or Staging site.  Keep in mind that this option will only be available for pages that have been published and not ones that have been saved as drafts, or scheduled to be published.

    Gratefully,

    Casey B.

    in reply to: How do I Set Tabs on My Site? #24800
    admin
    Member

    Hello Joe,

     

    Thank you for your question on setting Tabs in the BoldGrid editor. I remember typing class well, with old manual typewriters and tab-setting. Unfortunately the Tab key in the BoldGrid editor simply changes the focus on the window to the next item. There is not currently a way to change that behavior.

    Kindest Regards,

    in reply to: How do I Move the Logo to a Different Position? #24802
    admin
    Member

    Hello,

    Thank you for your question on changing logo and menu beyond initial template setup.

    A template has things already located in specific locations. If the logo is located, say, in the left hand corner, you cannot move it to the right hand using the Customizer tool.

    For your menu, you can re-position that based on the menus tab locations.

    Kindest Regards,

    in reply to: Fix a Blocked Background Image in Pavilion Theme #24813
    admin
    Member

    Hello pc10328,

    Sorry to hear you are having issues with your Pavilion theme blocking a background image. If you have removed the Call to Action widget, you can follow the instructions in our Fixing a Blocked Background Image article. Use all the instructions except the code insert. For that you want to the code below:

    .header-8 {margin-top: 100px;}

    You can play with the number of px to make it larger or smaller to fit your image.

     

    Kindest Regards,

    in reply to: I am Receiving a Fatal Error. #24810
    admin
    Member

    Hello robva65,
    Sorry to hear you are experiencing that error when installing the BoldGrid Inspirations plugin. What are you doing when you run across the error? Are you trying to do something specific such as install an Inspiration? I set up a fresh test copy of WordPress and am not running into anything right away. Please give me all specific steps so we can try and duplicate it.

    Kindest Regards,

    in reply to: How do I Create More Testimonial Columns? #24011
    admin
    Member

    Hello physicalfortitude,

     

    Thank you for your question on adding more testimonials to your home page. When editing the home page, click on the ‘Add Gridblock’ button. From there you can select from different templates. The Haven theme has blocks for additional testimonials. Select one and click on the “Insert Into Page” button.

     

    Kindest Regards,

    in reply to: How do I Replace a Missing GridBlock? #24825
    admin
    Member

    Hello JonS,

    Sorry to hear you are having issues with a missing GridBlock. In testing, I was able to locate a replacement Gridblock for one like you described. Can you provide some more information on your situation? What theme are you working with? What specific page were you working with?

    Kindest Regards,

    in reply to: How Can I Remove the Special Thanks Link? #24835
    admin
    Member

    Hello beaum,

    Thank you for your question on why the Special Thanks link exists. That link exists as part of the licensing agreement for the availability of images using the Creative Commons license and is a legal obligation. This page automatically provides the attribution so that each individual BoldGrid user does not have to go through the process themselves.

     

    Kindest Regards,
    Scott M

    in reply to: I am Unable to Set Up a Staging Website #24837
    admin
    Member

    Hi eikonicphotos,

    Thanks for posting your question about setting up a staging site. The version should not be an issue. I’ve tested it against the version you are running and it worked fine. Do you currently have a WordPress website? Typically, you have to have a WordPress site already live to deploy a staging site. When BoldGrid detects a site that is currently live, it will prompt you to install on staging. If you don’t have a site yet, keep in mind, once you are through the Inspirations phase you will have a fully functional BoldGrid site with content and images. That’s the upside to launching; you can go live quicker and take your time to change out the content as you see fit.

    If you’re still having issues, can you provide us the domain you are using and we’ll be happy to investigate it further? I hope this helps!

    Thanks!

    Tim S

    in reply to: Can I Make a Sticky Menu? #24844
    admin
    Member

    Hello,
    Thank you for your question on adding a menu to an individual page. You will first need to create a new menu using the WordPress menu editor.

    To connect it to an individual page, you will need to use a plugin such as AMR Shortcode Any Widget so you can add the menu to that specific page.

    Kindest Regards,

    Scott M

    in reply to: Transparent images in slideshow #24024
    admin
    Member

    Hello,
    Thank you for your question on making the gallery background transparent. You are not  able to control the background color of the slider within the slider itself.
    You can, however, use the Custom CSS styler in the Advanced tab of the Customizer to make the slider background transparent.

    1. Log into BoldGrid
    2. Click on Customize
    3. Click on Advanced
    4. Click on Custom JS and CSS tab
    5. Click on Custom CSS button
    6. Enter the following code at the bottom:
      .wcflexslider { background: transparent; }
    7. Click the X to close the file
    8. Click the Save & Publish button

    It is best practice to work with images that match the gallery width to maintain consistency.

    Kindest Regards,

    Scott M

    in reply to: How do I Make an Image Fit the Slideshow? #24857
    admin
    Member

    Hello,

    Thank you for your question on making an image have the width of the image gallery. In short, the answer is to use an image at least that width.

    The default gallery for the Hifidel theme is 1140 pixels wide. You will want to use an image at least that wide in order for it to span the entire width of the gallery.

    If your image is smaller, but not too much smaller, you may be able to use an image editor and resize the image to at least that width.

    Do not do this with very small images because they will stretch to the point where the image will become distorted and grainy.

    Kindest Regards,

    Scott M

    in reply to: Is There a Theme for Online an Storefront? #24846
    admin
    Member

    Hello Lisa,

    Thank you for your questions about BoldGrid. There is not a specific theme for online stores. Some themes have integrated image galleries that you can add SEO friendly descriptions for the images. You can also use other gallery plugins if you wish. BoldGrid is simply a framework for themes, it will not hinder your ability to hotlink to other sites for your e-commerce any more than standard WordPress will.

    Kindest Regards,
    Scott M

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