Footer on SKT High Tech

Home Forums All Other Themes Footer on SKT High Tech

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #66332
    HansHans
    Participant
    • Topics: 26
    • Replies: 70
    • Total: 96
    Member since: October 12, 2016

    Hello,

    the fourth footer column shows “Sign Up For Our Newsletter” but this is neither shown in the footer menu nor the Documentation. Where do I find this and how can I modify it?

    Furthermore I would like to adjust the width of each footer collumn. Please let me know how to adjust it via CSS.

    Thank you
    Hans

    #66353
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi Hans,

    We placed static HTML code for newsletter in the theme. You can use any newsletter plugin. Newsletter code added in footer.php

    Regards,
    Dave

    #66458
    HansHans
    Participant
    • Topics: 26
    • Replies: 70
    • Total: 96
    Member since: October 12, 2016

    Dave,
    when you say “static HTML code in the theme” does that mean it cannot be erased or modified?
    I would like to use the fourth column but without the newsletter sign-up.

    You have not answered my question about the width of each footer column.

    Thank you
    Hans

    #66460
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi Hans,

    You can modify/remove the newsletter code from footer.php line number 38 to 41.

    For the width of the footer columns here is the classes:

    .footer .gride1{width:150px;}
    .footer .gride2{width:140px;}
    .footer .gride3{width:165px;}
    .footer .gride4{width:405px;}

    Change the px value as per your requirement.

    Regards,
    Dave

    #66463
    HansHans
    Participant
    • Topics: 26
    • Replies: 70
    • Total: 96
    Member since: October 12, 2016

    Dave,

    I assume you have meant line number 37 to 42. Plus line 44.

    Hans

    #66465
    HansHans
    Participant
    • Topics: 26
    • Replies: 70
    • Total: 96
    Member since: October 12, 2016

    Dave,

    you have no custom CSS filed in that theme so I have used the Customizer CSS field for your footer proposal.
    Unfortunately it does not change the footer width.

    Hans

    #66468
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    did you change the values?

    #66469
    HansHans
    Participant
    • Topics: 26
    • Replies: 70
    • Total: 96
    Member since: October 12, 2016

    This is what I have put in the CSS field

    /* Weite der einzelnen Fußbereiche*/

    .footer .gride1{width:150px;}
    .footer .gride2{width:280px;}
    .footer .gride3{width:165px;}
    .footer .gride4{width:300px;}

    #66471
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Add this code:

    .footer .gride1{width:150px !important;}
    .footer .gride2{width:280px !important;}
    .footer .gride3{width:165px !important;}
    .footer .gride4{width:300px !important;}

    Regards,
    Dave

    #66474
    HansHans
    Participant
    • Topics: 26
    • Replies: 70
    • Total: 96
    Member since: October 12, 2016

    Does not change the width either.

    Please take a look at the footer of http://soundundtechnik.de

    Regards
    Hans

    #66485
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi Hans,

    It seems that custom css not working properly.

    Kindly use this plugin: https://wordpress.org/plugins/simple-custom-css/

    Add the code and let us know.

    Regards,
    Dave

    #66495
    HansHans
    Participant
    • Topics: 26
    • Replies: 70
    • Total: 96
    Member since: October 12, 2016

    Sorry Dave but the simple customs css does not change the width either.

    I have tested it with and without the option “important!”

    I even tested it with the unmodified footer.php file. It always remains the same.

    It looks like it will be overruled with other stylesheet data.

    Any suggestion?

    Hans

    #66616
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi Hans,

    Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact

    Please mention this forum URL while replying so that we understand what needs to be done.

    Regards,
    Dave

    #66649
    HansHans
    Participant
    • Topics: 26
    • Replies: 70
    • Total: 96
    Member since: October 12, 2016

    Folks,

    it is obvious that your customs style sheet will be overruled by anything that is in you style programing. So you should look into your files why custom style sheet information does not work even with the parameter “!important”

    To be fully honest i do not like to give any administration permission since I don’t know what was done in the background. So this might opens a gate to backdoor entrance for everybody.

    I would very much appreciate if you double check your programing first why custom styles are not effective.

    I have mentioned the url earlier in this communication.

    Best regards
    Hans

    #66863
    HansHans
    Participant
    • Topics: 26
    • Replies: 70
    • Total: 96
    Member since: October 12, 2016

    Unfortunately I have not received a solution for the footer width problem.
    As mentioned the custom CSS shows no effect even with the !important paragraph.

    Here is some addition information. Please go http://soundundtechnik.de and look at the second footer.
    You will find in the last line a long footer because is all in one word. The line above you have a line-break because of the blank in between the two words.

    Does this information helps you to find a solution?

    Best
    Hans

Viewing 15 posts - 1 through 15 (of 17 total)
  • The topic ‘Footer on SKT High Tech’ is closed to new replies.