• Resolved sand1y

    (@sand1y)


    Hi CF7-Team,

    love your plug-in and used it for different web appearances.

    Currently I have a problem with the the CF7 which Ive implemented on a certain site on a trial lesson section on a dancing schools website (pls see images linked below).

    The first attachment shows the CF7 as I left the backend of the site about a year ago. Since I wanted to copy some code of the CF I visited the backend again today. By doing so I have found the trial lesson site in a different look at the frontend (see attachment 02).

    I wanted the ?name“ and ?surname“-fields to appear in the same line. But curiousely enough I found the ?name-field on the same line with the ?title“-field although I did not change a bit in the past months.

    As for the code I have used:

    <div class="vc_col-sm-9 spalte-links">
    Bitte alle Fel1der mit "*" unbedingt ausfüllen. Danke!
    </div>
    
    <div class="vc_col-sm-4 spalte-links">
    <label> Anrede* 
        [select* Anrede "Frau" "Herr"] </label>
    </div> <br>
    <br/>
    
    <div class="vc_col-sm-6 spalte-links">
    <label> Dein Vorname* 
        [text* vorname] </label>
    </div> 
    
    <div class="vc_col-sm-6 spalte-rechts">
    <label> Dein Nachname* 
        [text* nachname] </label> 
    </div> <br>
    <br/>
    

    I could not the fix the issue but learned that the issue must cohere with the drop down option of the ?title“ field.

    Why is that? Can you give me a hint? Unfortunately I could not find any channel to get in touch with the CF7-team.

    Looking forward to hearing from you,
    Jochen

    URL Image 01: https://pasteboard.co/7NyfuX1Jsk4S.jpg

    URL Image 02: https://pasteboard.co/I9k4BnbkBI8t.jpg

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Where can we see the website in question?

    Thread Starter sand1y

    (@sand1y)

    Thanks for your quick response, Takayuki!
    You are absolutely right. It does make sense to provide you with an URL, which is as follows: https://xtradance.de/probestunde/

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    That is a matter of theme and its CSS styling. What theme do you use on the site?

    Thread Starter sand1y

    (@sand1y)

    The site runs on The7, v 11.4.0.

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Then post it to the theme support. We can’t support you on it here since it is a commercial theme.

    Thread Starter sand1y

    (@sand1y)

    I installed the form on a completely different theme and it did not work either! The title line is set on a width of sm-4 with an additional break command. But CF7 (or WP or The7) noewly ignores the break. You can view the outcom on Img 02, attached below. Do you have an explanation for this?

    Here is my code for the form below again.

    <div class="vc_col-sm-4 spalte-links">
    <label> Anrede* 
        [select* Anrede "Frau" "Herr" "Div"] </label>
    </div> <br>
    <br/>
    
    <div class="vc_col-sm-6 spalte-links">
    <label> Dein Vorname* 
        [text* vorname] </label>
    </div> 
    
    <div class="vc_col-sm-6 spalte-rechts">
    <label> Dein Nachname* 
        [text* nachname] </label> 
    </div> <br>
    <br/>

    The theme supporter tells me: In the case that I use a line which is smaller or equal sm-6, left, then the line below would jump on this line because there is the space. But this was not true by the time I set up the form (pls see Img 01 below). So it seems that for any reason the interpretation of the break command doesn`t work anymore.

    URL Image 01:?https://pasteboard.co/7NyfuX1Jsk4S.jpg

    URL Image 02:?https://pasteboard.co/I9k4BnbkBI8t.jpg

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Modified columns do not appear’ is closed to new replies.