• moose86

    (@moose86)


    Hi,

    A few days ago I went onto my wordpress website with the HappenStance Theme and theme options was not there anymore, this had all my custom code in now my site does not work, please can you help me on this matter…or anyone else that may have sorted this problem

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author TT Themes

    (@tomastoman)

    Hi,

    if possible, please post here a link to your website so I could check it.

    In the 2.0.0 update, the Theme Options have been moved to the Customizer (“Appearance > Customize”), but all your previously saved options should stay preserved after the update.

    If your website is down after the update, I recommend you to manually install the previous version 1.1.5 via FTP. You can download it here.

    Best regards,
    Tomas Toman

    Thread Starter moose86

    (@moose86)

    Hi,

    I now see the custom css box in customizer, but all it says is “false” and all my custom code is missing, I can install a previous version of the theme via FTP but this will not bring back my custom css as it seems to have gone from the site

    Theme Author TT Themes

    (@tomastoman)

    Hi,

    I recommend you to install the previous version (1.1.5). The old Theme Options are still preserved in the database, so you should be able to access them in “Theme Options > Other Settings > Custom CSS” in the previous version. Just copy them and then put them into the Customizer after you update to the 2.0.0 version.

    If this helps, could you please post here your custom CSS so I could explore it to prevent this issue in the next update? Thank you!

    Best regards,
    Tomas Toman

    Thread Starter moose86

    (@moose86)

    Thanks Tomas, it worked, my css is as follows:

    .corner { border-radius: 35px; border-style: solid; border-color: #236B8E; } hr { background-color:#236B8E; none; height: 2px; width: 75%; margin: 15px auto;}

    /* ##### local info hover boxes ##### */
    .local-info-hover-box { position:relative; } .local-info-hover-box.textbox {overflow: hidden; width:200px; height:150px; position:absolute; top:0; left:0; -webkit-transform: scale(0); transform: scale(0); border-radius:5px; background-color: rgba(0,0,0,0.75); -webkit-box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75); box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75); } .local-info-hover-box:hover .textbox { -webkit-transform: scale(1); transform: scale(1); } .text { padding-top: 50px; } .textbox { -webkit-transition: all 0.7s ease; transition: all 0.7s ease; }

    /*##### logo #####*/
    #HPC-logo { position: absolute; width: 140px; height: 140px; bottom: 18px; right: 10px;} .credit {text-align: right; font-size: 10px; margin-top: -22px;} #clipboard { width:100%; background: url(https://DOMAIN/wordpress/wp-content/uploads/2015/08/clipboard_05.png); background-repeat: repeat-y; background-size: 100%;} #clipboard-list {position: relative; width: 90%; margin-left: 30px;} #clipboard-list ul li { list-style: none; font-size: 25px; line-height: 45px;} #clipboard-list a {text-decoration: none; color: black;} .clipboard-more {background: green;} .textwidget {color: #ffffff; a href:#; font-size:15px;} .round{ border-radius: 15px;} #clipboard-more: {position: absolute; bottom: 10px; right: 8px; background: green;}

    is there a way in the free version of the theme to change it so all of the custom css does not clump together?

    Thanks again,
    Tom

    Theme Author TT Themes

    (@tomastoman)

    Hi Tom,

    thank you for information. It seems that some symbols in your custom CSS have been broken during the migration from Theme Options to the Customizer and this caused the problem. I will address it in the next update to prevent the issue.

    The sanitization callback for the Custom CSS option automatically removes all empty lines. For extensive CSS modifications, I recommend you to create a child theme and put all your custom CSS into your child theme’s “style.css”.

    Best regards,
    Tomas Toman

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Theme Options missing’ is closed to new replies.