
-
AuthorPosts
-
May 11, 2015 at 9:14 pm #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.
May 12, 2015 at 5:08 pm #443168Hey 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,
ElliottMay 12, 2015 at 6:39 pm #443250Elliott:
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
-JMay 12, 2015 at 8:49 pm #443360Elliott:
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
May 14, 2015 at 4:24 pm #444372Hey!
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,
ElliottMay 14, 2015 at 5:33 pm #444450Thanks 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
May 14, 2015 at 5:35 pm #444453Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.toggle_icon { border: none; }
Best regards,
YigitMay 14, 2015 at 6:15 pm #444498Y:
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
May 14, 2015 at 6:19 pm #444503Hi!
Can you please post the link to your page where we can see an example?
Best regards,
YigitMay 14, 2015 at 6:25 pm #444506Y:
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
May 14, 2015 at 6:30 pm #444514 -
This topic was modified 10 years, 2 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.