Rename theme folder

Hi,
i have renamed the themefolder "betheme". i have only one problem:
the font at the mainmenu is now smaller und without the vertical lines.

http://imagizer.imageshack.us/a/img537/2122/3ffXgp.jpg

how can i solve it?

Comments

  • Hi,

    we need url because maybe you did something else wrong and that's why you don't have the same fonts as before change.
  • edited January 2015
    maybe a path to an css-file now corrupt? well it looks like...
    i will send you an messeage with login data

  • Ok. We sent you more details on pm already. If you have any further questions related with this case, please reply on pm only. Thanks for understanding!
  • hi muffingroup,
    thanks a lot for your great support!
    i have only renamed the theme folder, nothing more.
    well can i add the css for the vertical lines between the mainmenu to the custom css field? or where can i find the css code? thanks!!
  • additional info: this css element doesn' t appear after the rename. therefore, the lines between the mainmenu are no longer visible.

    ---------------------
    #Top_bar .menu > li > a span:not(.description) {
        display: block;
        line-height: 60px;
        padding: 0px 20px;
        white-space: nowrap;
        border-right-width: 1px;
        border-style: solid;
    }
    ---------------------

    even if I add it manually at custom css, it dosen't work also.
  • Ok, we got it now. We forgot that wordpress recognize theme as the new one when you change theme folder name. All settings are setup for themes and when you change current folder name, for wordpress this is new theme and you must setup all settings again. Sorry but this is how wordpress works like.
  • hi muffin, really? but where is this css for these lines?
  • edited February 2015
    the problem is, that this style @layout.css (line 357) is not loaded:

    ---------------------
    #Top_bar .menu > li > a span:not(.description) {
        display: block;
        line-height: 60px;
        padding: 0px 20px;
        white-space: nowrap;
        border-right-width: 1px;
        border-style: solid;
    }
    ---------------------

    it is possible to past this code manually at custom css?
  • You can try to add in in Theme options > Layout > Custom CSS & JS > Custom CSS section but not sure if this will work as you want.
  • edited February 2015
    can you explain what does that mean?
    (.description)
    i think that is the problem and maybe here is an path corrupt.

    the bis question: why is the line 357 (@layout.css) doesn't load?
  • This is definitely not a problem. Just is just class name. Please send us url to your website and we'll see if layout.css can be loaded or not.
Sign In or Register to comment.