Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Gravity Forms and Enfold #136753

    First of all, thanks for your helpful advices. I greatly appreciate it.

    We have decided to go a slightly different route with how the form is presented on the site. I am only facing one small problem with that and should be easily solved… hopefully. This is more of an Gravity Forms “problem” I recon, but I’ll post it here anyway.

    For the text to show properly prefilled on the form I have had to input this line of code:

    [gravityform id=”1″ name=”Tarjouspyyntölomake” ajax=”true” field_values=’tuote_p= nimi: Honda CRV Esite n numero: 144 n koko: 210 x 260 mm n laajuus: 32 sivua ja kannet n paperi: sisäsivut: silk 170 g; kannet: gloss 250 g n värit: 4/4 cmyk n jälkikäsittely: stiftaus’]

    The field value is prefilled nicely and all the lines are done correctly. Looks like this on the sites GF form:

    nimi: Honda CRV Esite
    numero: 144
    koko: 210 x 260 mm
    laajuus: 32 sivua ja kannet
    paperi: sisäsivut: silk 170 g; kannet: gloss 250 g
    värit: 4/4 cmyk
    jälkikäsittely: stiftaus

    The problem is that it would be extremely tedious to do this to every product.

    If I do it like this (the much easier way):

    [gravityform id=”1″ name=”Tarjouspyyntölomake” ajax=”true” field_values=’tuote_p=
    nimi: Honda CRV Esite
    numero: 144
    koko: 210 x 260 mm
    laajuus: 32 sivua ja kannet
    paperi: sisäsivut: silk 170 g; kannet: gloss 250 g
    värit: 4/4 cmyk
    jälkikäsittely: stiftaus’]

    I end up with the result of this one the page form (the br / is within a container < >):

    nimi: Honda CRV Esite br /
    numero: 144 br /
    koko: 210 x 260 mm br /
    laajuus: 32 sivua ja kannet br /
    paperi: sisäsivut: silk 170 g; kannet: gloss 250 g br /
    värit: 4/4 cmyk br /
    jälkikäsittely: stiftaus br /

    So there are two problems. The extra br / which spoils it and I can’t use some symbols with in the text (such as + sign for example).

    I’ve been thinking that there must be some code that contains the text in its own container and that it accepts separate lines and symbols as is? Trying to google a solution is like trying find a pin in a haystack.

    Thanks a lot if you have any ideas!

    in reply to: Gravity Forms and Enfold #136752

    I tried it on a separate page and it has the same problem. I did not change the border width though? Do you think this is causing the problem, and if so, how is this exactly done? :)

    Thanks a million!

    in reply to: Gravity Forms and Enfold #136751

    Hi Tali!

    First of all, humble thanks for your advice!

    It seems to work on the first click, but after one closes the form and tries to reopen the same form, it does not work.

    http://test2013.printlanti.com/painomaailmat/

    Here I have two links below the balls that should open forms. As said, both work on the first click, but a secondary click on the same link gets all scrambled.

    Sincerely,

    Sami

    in reply to: Gravity Forms and Enfold #136748

    Basically what I am trying to achieve is two folded

    1. The contact form must be a button that opens to a separate container so it would not take much space from the page. So that it would be next to every product.

    2. Ideally the contact form would be product specific in a way that it would draw information from the product next to it. [query] … [/query]. So that we know what product the customer is interested in without him/her having to type the product name in.

    Sincerely,

    Sami

    in reply to: Gravity Forms and Enfold #136747

    Hi!

    Good tip and might work, but I need the versatility of Gravity Forms to create all the required fields in the right language.

    Sincerely,
    Sami

    in reply to: Fixed sidebar bugged #133553

    Hi!

    The sidebar works as static/fixed on that page now, but now that I use sidebar on any other page, it is completely out of place.

    Sincerely,

    Sami

    in reply to: Fixed sidebar bugged #133551

    Can you give me an alternative?

    in reply to: Fixed sidebar bugged #133550

    I tried it on a fresh install of WordPress and Enfold with dummy data and it still does not work! This means that the problem is with the CSS Code!

    .sidebar {

    position: fixed;

    }

    Sincerely,

    Sami

    in reply to: Fixed sidebar bugged #133549

    Hi,

    Thanks for the reply! Here is a link to the page where the problem occurs: http://test2013.printlanti.com/painotuotteet/esitteet/

    I don’t know how it went outside the container.

    Here is all the quick CSS I have applied:

    .entry-content .post-meta-infos {

    display: none;

    }

    @media only screen and (min-width: 768px) and (max-width: 989px) {

    .responsive .main_menu ul > li > a {

    font-size: 9px;

    }

    }

    .sidebar {

    position: fixed;

    }

    Edit. I’ve tried various methods to find the problem, but these have been in vain. For example, no logo (enfold logo), only the sidebar quick CSS, no social icons, no footer widgets or sockets…

    Sincerely,

    Sami

Viewing 9 posts - 1 through 9 (of 9 total)