Home Forums Theme support Theme Tammoo – Second Footer Section – [one_half_last] ist empty

This topic contains 4 replies, has 2 voices, and was last updated by  7Theme Support 7 years, 4 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Hello,

    just want to enter some linked text into the second footer section.
    Therefore, I used the form field ‘content’ in
    Design –> Theme Settings –> Second Footer Section

    It works, but I had all text in the (first) one half, the second one half ist empty.
    Checked the code with Firebug, I got that result.

    
    <section id="secondfooter">
    <div class="inner">
    <div class="one_half">
    ©company <a href="#">Link 1</a> | <a href="#">Link 2</a>
    </div>
    <div class="one_half_last"> </div>
    <div class="clear"></div>
    </div>
    </section>
    

    Tried to use shortcodes [one_half] and [one_half_last] in the form field, but it didn’t work.

    So where do I have to enter to get

    
    <section id="secondfooter">
    <div class="inner">
    <div class="one_half">©company </a></div>
    <div class="one_half_last"><a href="#">Link 1</a> | <a href="#">Link 2</div>
    <div class="clear"></div>
    </div>
    </section>
    

    Thanks
    Martin

    Hi,

    there is an error in your code, a closing tag, maybe this cause the problem.

    Can you try the following code:

    [one_half]
    <a href="#">Linktext</a>
    [/one_half]
    [one_half_last]
    <a href="#">Linktext</a>
    [/one_half]

    This code should work…

    Thanks, yes it works, but in [one_half] the fisrt one (left) theres is a line break although both half sides togehter are just 50 to 60 % of the whole width of the inner width (980 px).

    Do I need special setting to avoid this line break?

    Here’s the complete code (I think it should fit into one line)

    [one_half]
    © BETTEN TREND Aschaffenburg 2016
    [/one_half]
    [one_half_last]
    <a href="http://www.bettentrend-aschaffenburg.de/datenschutzerklaerung/ ">Datenschutzerklärung</a>  |  <a href="http://www.bettentrend-aschaffenburg.de/impressum/ ">Impressum</a>
    [/one_half_last]

    Thanks.

    additional to your code snippet

    to run correctly, it should be closed with [/one_half_last] instead of [/one_half]

    Martin

    Ok, but it’s hard to say what cause the problem without seeing the source code. Can you send us the password for the page (you can send also via info @ 7theme . net)

    additional to your code snippet to run correctly, it should be closed with [/one_half_last] instead of [/one_half]

    Oppps, you are right, thank you 🙂

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

You must be logged in to reply to this topic.