Forum Replies Created

Viewing 7 replies - 16 through 22 (of 22 total)
  • Ross

    (@scootpunker)

    Im having issues with this as well. (at least I think they are the same as brandnlogo)
    I updated my site today to latest version of VFB and WP, but the form doesn’t layout the way it used to. It’s nested in simple column shortcode tags like this:

    [row top margin=true]
    [three_quarters_column]
    [vfb id=1]
    [/three_quarters_column]
    [/row]

    If I take it out from between those shortcodes it appears correctly.. Im using INVIA theme.. thx!

    I can’t really show you what it’s doing because of client confidentiality, however the basic error is that the background “container” dissappears, and the form only appears in one long skinny column, not 3/4 of the page as it’s being told to do..

    Thread Starter Ross

    (@scootpunker)

    Jane,

    this is the code you need:

    h1.archive-title {
      display: none;
    }
    Thread Starter Ross

    (@scootpunker)

    much appreciated. I will fix that immediately.

    Thread Starter Ross

    (@scootpunker)

    for whatever reason, removing all the visual form builder stuff and putting it “after” the code you provided solved the problem. Code in the custom css area now reads:

    h1.archive-title {
      display: none;
    }
    
    .visual-form-builder li {
    list-style-type: none;
    }
    
    form.visual-form-builder {
        font-family: 'Ubuntu', sans-serif;
    }
    
    .visual-form-builder fieldset {
    background-color: #D9D9D9;
    
      .content ul li {
    	display: list-item;
    	line-height: 1.75em;
    	list-style: url(images/bullet.png);
    	list-style-position: outside;
    }

    thanks very much for your help with this WPyogi

    Thread Starter Ross

    (@scootpunker)

    I added that in the custom css area provided…

    I have all of this in there right now:

    .visual-form-builder li {
    list-style-type: none;
    }
    
    form.visual-form-builder {
        font-family: 'Ubuntu', sans-serif;
    }
    
    .visual-form-builder fieldset {
    background-color: #D9D9D9;
    
      .content ul li {
    	display: list-item;
    	line-height: 1.75em;
    	list-style: url(images/bullet.png);
    	list-style-position: outside;
    }
    
      h1.archive-title {
      display: none;
    }
    Thread Starter Ross

    (@scootpunker)

    nope.

    but it was a little snippet of code just like that that worked before.

    Ross

    (@scootpunker)

    Did you increase their size? If so they may be becoming pixelated. You can always size photos down, but you can’t always rez them up. I had the same problem when I was just fooling around with the slider images and slider image size setting. I was just grabbing any old image and throwing it in there to see what would happen. The slider wants the image to fit so it rezzes it up. The solution was to upload specific pictures at the exact size of my slider window. I used the crop tool in photoshop, but your originals should always be at least as big as your final size. Otherwise they will become “soft”

    this is my first wordpress forum post. Im on my first site build. Exciting stuff!

Viewing 7 replies - 16 through 22 (of 22 total)