Okay
  Public Ticket #1089365
Various queries
Closed

Comments

  •  3
    imogenbertin started the conversation

    Hello Team Salient! A few initial queries... 

    1. I want to put a basic, minimal, compact contact form in one of the three footer widgets. I saw this in one of the demos but now can't find it. I can put the contact form in the footer using Contact form 7, but it is not compact enough. When I try to make it compact, the contact form breaks (only shows the final line of name, subject, email, message). Can you guide me to an example or help out with a code snippet for the footer widget?

    2. How can I control the size and colour of the text of the website title (is in the centre of the header, says Kinsale Point-to-Point Racing Festival)?

    3. I'm using SVG Draw Animation 4 cols but the first column, when I add a border, is missing the right hand border (the box entitled "Racing" when you scroll down). ???

    4. There is lots of space above the SVG Draw Animation 4Cols and also a scroll space below which is also cream rather than white - can't figure out how to reduce/change colour. 

    5. I tried putting a facebook logo in the header navigation but it appears on a row above the navigation. What I'd like ideally is to be able to put a facebook logo in the left hand extreme column of that main navigation row (so that it would mirror the search icon which is right hand extreme column). Any chance?

    6. Salient is crashing Firefox so I can't inspect elements any more using the Developer tools?

    Thank you. I can provide login details if you need them.

  •  9,001
    Tahir replied

    Hey Again,

    1: Please have a look at this Article : http://themenectar.com/docs/salient/importing-contact-form-data/ .

    2:Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    header#top #logo {
        line-height: 22px !important;
        font-size: 22px !important;
    }

    3: You seem to have set the column background to white on the first column that is hiding the border : 


    4: I cant seem to view any color difference . Please check on a Different Screen . 
    5: Use this option .
    6: Try reinstalling the Browser . Also Chrome has the same DevTools as well.
    Be.st 


    ThemeNectar Support Team 

  •  2
    Imogen Bertin replied

    Great stuff! Unfortunately some more queries...

    A. If you look at http://www.kinsalepointtopoint.ie/history/ in Safari and scroll down to the footer, there is a cream band I can't eradicate. Does not show up in Firefox or Chrome.

    B. Still got too much vertical space between the swiper-slider and the SVG Draw Animation 4 cols - have tried looking at the rows and adding zeros for padding, margins but can't seem to crack it. Also if you look closely at the boxes there is some slight discrepancy causing the rows around the four panels to be marginally longer than the right hand vertical border.

    C. How can I remove the border at the bottom of the slider swiper pictures? Or make it white so it does not show?

    Thank you as always!

  •  9,001
    Tahir replied

    Hey Again,

    A: Try turning off the Footer Reveal Option in Salient Theme Options Panel -> Footer Section . 

    B and C: Add the Nectar Slider VC Element , Right now you seem to be using the shortcode : 

    Best.


    ThemeNectar Support Team 

  •  2
    Imogen Bertin replied

    Thank you so much Tahir, that's looking so much better now and you were right, as always! I'm waiting for more content before I can go much further with this site but...

    a. I still see little hooks at the right hand side of each of the boxes for the SVG Draw Animation 4 Cols. Those I did add with the "Page builder". Perhaps if I add a little depth they won't be as noticeable, but I don't think they should be there...

    b. If I scroll down on the home page, and then scroll back up again, when I scroll to the top of the nectar slider it's adding in a lot of white space. I want them to just see the slider content and menus if they scroll back up to the top - what setting could fix that?

    c. I have managed to get the contact form to behave in the footer widget finally, despite including a recaptcha, but I need it to be much more compact/minimal there. I reduced the padding for .minimal-form-input already but I think it's something to do with :: after? Also the "Name" indicator in the contact form should line up vertically with the other two widgets (South Union logo and first line of Officers "Larry") but it's below them.

    With many thanks

    Imogen

  •  9,001
    Tahir replied

    Hey Again,

    a: Seems alright on my end :

    Are you seeing something else ?. 
    b: You have a page header active on the Page ,Make sure to clear the Color values in the Metabox field :


    c : You will have to use the row and span tags to layout the CF7 Template like we have done in the Demo :http://themenectar.com/docs/salient/importing-contact-form-data/

    B.est 


    ThemeNectar Support Team 

  •  2
    Imogen Bertin replied

    a. So on that screenshot, take the "Racing panel" as an example, zoom in on it. On the left hand top and bottom corners, they are ok. On the right hand top and bottom corners, the horizontal line is slightly longer (overhangs to the right) compared to the vertical line. The other three panels are the same (left hand corners are ok, right hand ones the horizontal borders overhang).

    b. Wiill do

    c. I have tried, I can't figure out what in the div/row/span tags from your example is making the line height so big. Sigh. I'll try again! Thanks anyway at least I know what area to try and tackle.

  •  9,001
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .wpb_column >.border-wrap >span.border-right, .wpb_column[data-border-style*="double"] >.border-wrap >span.border-right:after {
        height: 101% !important ;
        top: -1px !important ;
        right: -1px !important ;
    }

    Thanks


    ThemeNectar Support Team