Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #442696

    site: jnrstudio.com

    1. how do I get transparency into gray background of text boxes on the included slider? Seems like lots of people use this, yet its not part of the interface that I can find.
    2. How do I upgrade the slider (new version is out)?
    3. I would like to use thinner fonts, more like some of the elegant options in your demos. How do I replace (say default H3) a fat Lato with a thiner one?
    4. I have to have a border around my contact fields. this then leaves a border around accordions that I don’t want. Is there a way to change this?
    any help would be appreciated….

    thanks
    -J

    • This topic was modified 10 years, 2 months ago by rounsevell.
    #443168

    Hey rounsevell!

    1. I viewed your site but I don’t see any images in your slider. Can you take a screenshot and highlight what your trying to do here?

    2. It would be best to wait until we have tested it out but you can copy the plugin files into /enfold/config-layerslider/LayerSlider/ to overwrite them.

    3. See here, http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/.

    4. Hmm, that sounds odd. Can you send us a link to the exact page and paste the code you used here?

    Regards,
    Elliott

    #443250

    Elliott:

    Thanks for getting back to me. try architecture.jnrstudio.com Not sure why you’re not seeing the slider but this site should work. the jnrstudio.com is a redirect to this site.

    Questions:
    1. Operator failure in how to add screen shots. You can see text in the sliders on the front page that is white text on a gray background. I would like to make the text somewhat transparent, just like it is used on the Kreisi homepage (its all over the place). My problem is I don’t see any obvious place in the interface to make this happen so I need some direction.
    2. will wait for you all to upgrade your slider.
    3. will check out fonts. Thanks!
    4. Borders: I would like to have a border around the contact fields only where I use a contact form, and not everywhere else. When I set the border to a light gray in the Enfold interface, it then adds the same light gray border everywhere (accordions, galleries, portfolio grids etc).
    thanks
    -J

    #443360

    Elliott:

    1. Solved. As usual operator failure. found the transparency slide in the color palette.
    3. Adding fonts is a pain. Is there another way to do this that is more intuitive? I am not a Code warrior. More than likely all I need to do is adjust the thickness of an existing font.
    4. Borders are still a problem. Can you help?

    thanks

    -J

    #444372

    Hey!

    3. If it’s a google font then you may need to do the steps in the link I provided to include different font weights. Lato has 100 font weight variations which you can include, https://www.google.com/fonts/specimen/Lato.

    To use that with an H3 add this to your custom CSS.

    h3 { font-weight: 100 !important; }
    

    4. To only target our form fields then you can use some CSS like this.

    .avia_ajax_form input, .avia_ajax_form textarea {
      border: 2px solid black !important;
    }

    Regards,
    Elliott

    #444450

    Thanks Elliott.

    Fixed 3 + 4.

    Follow up to item 4: Is there a way to keep the plus sign symbol on an accordion, without having to to have a border? I’ve turned off the border color, add the css script just for the contact text fields, but would like to get back the plus sign. Is this possible. Also in the future it might be nice to be able to control the text and or bold of the accordion titles.

    thanks

    -J

    #444453

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .toggle_icon { border: none; }

    Best regards,
    Yigit

    #444498

    Y:

    Thanks for the response. I added the script to the CSS, however it doesn’t seem to have any affect. Am I missing something? The plus sign(icon) in the accordion is not editable, unless I’m missing something. It only shows up if the border has a color.

    Ideas?

    thx

    -J

    #444503

    Hi!

    Can you please post the link to your page where we can see an example?

    Best regards,
    Yigit

    #444506

    Y:

    http://architecture.jnrstudio.com/approach/

    This is with the Main Content, border colors set to none so that there are not boxes around the text, but nothing to tell the user to click on the accordion titles. If you add a color to the border, the “plus” symbol built into the accordion shows up, but then you get a border around every accordion, which I don’t want. Elliott helped me solve the border around the contact fields, so that part is good to go.

    -J

    #444514

    Hi!

    Please add following code to Quick CSS as well

    .vert_icon, .hor_icon {
      border-color: #e2e2e2!important;
    }

    Best regards,
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.