• queensnix

    (@queensnix)


    Greetings!

    I’ve recently stumbled upon a theme which was well-suited for my sw:tor guild homepage project. The design is fantastic and I already love it.

    Now, the problem is:
    It’s still a WIP theme and the author hasn’t worked on it in over a year. I have tried contacting them and asking for help, but thus far, I’ve received no answer. ??

    I absolutely need to have three widget areas on my homepage (sidebars on each side and a footer).

    Now, I have been searching my way trough Google for the past days now, and usually I’m not fond of asking for help, but I’m still an absolute coder newbie and 10 Google-Sites haven’t brought any results.

    Can anyone help me and tell me how I can register ands implement those sidebars and the footer? It’s seriously making me weak.
    The coding of this is not at all like in those tutorials so far. :/

    (PS: If someone could tell me how I can hide the title on my header-banner, that would be grand, too. Already tried it numerous times)

    My website: https://www.flavia-swtor.de/
    Theme URL: https://swtor.thearmyoflight.com/testingfield/

    Up until now I have followed the most tutorials you get when you google either “WordPress register sidebar” or “WordPress create sidebar”.

    Originally I thought “No problem, I can do this!”, but eh.
    Apologizes for the wall of text.

Viewing 1 replies (of 1 total)
  • To hide Title on header, just add this code in CSS File:

    .swtor_header_textoverimage_1{display:none;}

    For adding widget, you must have knowledge of PHP and HTML
    You can simply add in footer.php to add widget there !! You can create widget from function.php

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘(Not my own Theme) Can't get sidebars to work’ is closed to new replies.