vision Statement

Support Area Forums Epic vision Statement

Viewing 11 posts - 1 through 11 (of 11 total)
URL to the page in question: http://fccilm.org
  • Author
    Posts
  • #31192
    Charles Smith
    Participant

    Bill,
    Is it possible to create a full-width module area under the slider to display a Vision or Mission Statement?

    #31198
    Bill Robbins
    Moderator

    Hello Chuck,

    You can do that. I would suggest using a plugin called BlackStudio TinyMCE that adds a Visual Editor widget. Once you’ve activated the plugin and added it to the front page, you can make it full width this way:

    1. Go to your theme options page and choose the Style tab.
    2. Scroll down to the Custom CSS box and add this:
      
      .home-lower .widget_black_studio_tinymce {
      	width: 920px;
      }
      
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
      	
      	.home-lower .widget_black_studio_tinymce {
      		width: 710px;
      	}
      	
      }
      
      @media only screen and (max-width: 768px) {
      
      	.home-lower .widget_black_studio_tinymce {		
      		width: 90%;
      	}
      }
      
    3. Update your settings.

    If you run into trouble, let me know.

    Take care,
    Bill

    #31199
    Charles Smith
    Participant

    Nice plugin…

    However, it produces unexpected results. I was able to get rhe full width widget to display but it creates a mess of the rest of the widgets.

    Look here: http://fccilm.org/

    #31205
    Bill Robbins
    Moderator

    That doesn’t sound good. Sorry I missed it live on the site. Today is my wife’s birthday and we’ve been out a bit longer than expected. Any chance you could put that widget back in there so I can take a look and see what’s happening?

    #31207
    Charles Smith
    Participant

    Its still here ….

    #31208
    Charles Smith
    Participant

    TELL YOUR WIFE HAPPY BIRTHDAY…

    fccilm.org is the site ….

    #31209
    Bill Robbins
    Moderator

    Thanks…I’ll pass that along.

    Could I get you to clear out the site’s cache. It’s showing a version before the widget was added to me.

    #31230
    Charles Smith
    Participant

    Everything has been cleared. Let me know what you think.

    #31232
    Bill Robbins
    Moderator

    Thanks. The widgets at the bottom of the home page are arranged with a bit of javascript called masonry. It’s there to keep gaps from forming between the widgets.

    What I forgot that it does is it takes the first widget and uses its width to set the width of the other “bricks.” So since we made the first widget 100% width, all the others will occupy that much space even though their backgrounds still stay their normal size.

    Our Forward theme works in a similar way, but I use a separate div to size the widgets. So what I did was create an update to Epic that replicates that for this theme. I just published it for you. Hopefully once you add it, you’ll be able to size this first widget the way it needs to be and leave the others as they are.

    Let me know how it goes.

    Bill

    #31235
    Charles Smith
    Participant

    Perfect … thank you Bill. Great support above and beyond as always.

    #31236
    Bill Robbins
    Moderator

    Glad to hear that did the trick. Have a wonderful weekend 🙂

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘vision Statement’ is closed to new replies.