• Resolved bsatsangi

    (@bsatsangi)


    Hello Experts,

    I mistakenly updated my theme, is there a way to roll back ? actually I want to keep the same version on our dev and prod environment until we test the new release and I have mistakenly updated on one of them.
    currently running 3.6.1, need it to previous version. I tried putting the theme directory from old backup but that did not work.

    https://www.kadencethemes.com/product/virtue-premium-theme/

    I really need it back, please help.

    Thanks.

Viewing 15 replies - 1 through 15 (of 25 total)
  • hannah

    (@hannahritner)

    Hey,
    Can I ask why you want to keep the old version? We highly recommend keeping up to date with updates. Not only would you miss out on new features, but also compatibility issues with wordpress and other plugins come into play when you don’t update.
    If you’re using the premium theme check out our premium support- https://www.kadencethemes.com/support-forums/forum/virtue-theme/

    Hannah

    Thread Starter bsatsangi

    (@bsatsangi)

    I understand the updates are indeed necessary, but our setup and policy are to be on n-1 (where n is the latest version), we first test the latest release on out dev environment and then push to prod. as of now one of my prod is updated mistakenly and we want it back badly.

    and sorry I am not running premium, its normal virtue theme.

    I appreciate your help.
    Thanks

    You can get all the previous versions of virtue free here: https://themes.trac.www.ads-software.com/log/virtue/

    So for the previous 2.6.9 the download is:

    https://downloads.www.ads-software.com/theme/virtue.2.6.9.zip

    Kadence Themes

    Thread Starter bsatsangi

    (@bsatsangi)

    Thanks Much, you saved me.

    I got another query, is it possible to change SALE! tag (to something else like OFFER!) on shop page and single product page ?

    I tried different solution in different post but nothing seems to be working.

    Thanks much again!

    Hey,
    There are options built in for this in premium but in free you would have to edit the code.
    If your translating to a different laguage you can use a string translation through this plugin:
    https://www.ads-software.com/plugins/loco-translate/

    Kadence Themes

    Thread Starter bsatsangi

    (@bsatsangi)

    what is the option in premium ? will try to check demo and plan to purchase it.

    Thanks

    hannah

    (@hannahritner)

    Virtue Premium has an option to change this text within the theme options. See here- https://docs.kadencethemes.com/virtue/#languagesettings

    Hannah

    Thread Starter bsatsangi

    (@bsatsangi)

    Thanks Much Hannah.

    Awesome theme and still exploring demo.
    I got one issue, I have added woo product category widget in the top bar but color of the box is same as top bar color so its hardly visible. can I change the widget box color and label/text color ?

    Thanks

    hannah

    (@hannahritner)

    Do you mind posting a link?
    Thanks,
    Hannah

    Thread Starter bsatsangi

    (@bsatsangi)

    its HERE
    also I want to shift this category box to extreme left side.

    Thank You!

    hannah

    (@hannahritner)

    You can use this to change the background:

    div#s2id_autogen1 {
        background: #999;
    }

    And this the text color:

    #topbar span#select2-chosen-2 {
        color: #fff;
    }

    And this should float the category search left:

    @media (min-width: 992px) {
    .col-md-6.col-sm-6.kad-topbar-left {
        width: 20%;
    }
    .col-md-6.col-sm-6.kad-topbar-right {
        width: 80%;
    }
    }

    You can paste those in your custom css box in Theme Options > Advanced Settings.

    Hannah

    Thread Starter bsatsangi

    (@bsatsangi)

    Thanks Hannah

    widget box color and text color is now resolved…but its still not moved to extreme left, its appearing second from the left…first is product search box. please advise.
    also is it possible to make category box same as search box in size ? its really looks odd.
    also these box touching each other, can there be slight gap ? you can take a look at the same link if needed.

    Thanks Much.

    hannah

    (@hannahritner)

    You can use the following css to move your category search far left, the but products search will float right-

    .kad-topbar-right #topbar-search .form-search {
        float: right;
    }

    This should help to align your search boxes:

    #topbar-search input[type=text] {
        height: 39px;
    }
    div#s2id_autogen1 {
        margin-top: 4px;
    }

    Hope that’s helpful!
    Hannah

    Thread Starter bsatsangi

    (@bsatsangi)

    it looks much better now but these box get messed up on mysite/my-account/ and /shop/ page rest pages are just fine I checked all pages just fine only problem is with /my-account/ and /shop/ page, these box behave differently on these 2 pages. on shop page color is changed, on /my-account/ page its messy.

    Thanks Much.

    Thread Starter bsatsangi

    (@bsatsangi)

    Hello Hannah
    I know I have asked really more but you are the only one who seems to help me and provide exact solution.
    now i am stuck here, if you can take a min to look at my last question ?
    I really appreciate your help.

    Thanks.

Viewing 15 replies - 1 through 15 (of 25 total)
  • The topic ‘Roll back theme version’ is closed to new replies.