Reverting theme to default - by Liz - on WordPress WooCommerce support

This topic has 21 replies, 5 voices, and was last updated 10 years, 1 months ago ago by Stan Russell

  • Avatar: Liz
    Liz
    Participant
    November 4, 2015 at 03:34

    Hi,
    How do i go about on reverting the theme to default? After installing the base demo content, I imported the minimal theme and then it merged with the pages, created new menus (duplicated other menus), etc.

    20 Answers
    Avatar: stan
    Stan Russell
    Participant
    November 4, 2015 at 09:15

    Hello Liz,

    please specify – do you want to revert to theme’s default content only? Have you done any backups?

    Regards,
    Stan Russell.

    Avatar: Liz
    Liz
    Participant
    November 4, 2015 at 09:21

    Hi Stan, Thank you so much for getting back to me quick.

    Unfortunately, I haven’t done any back ups. I’m a complete newbie

    I’ve edited the website by installing the minimal version theme, and if you notice on the footer there are elements that needs to be edited as well, how can I go on about doing that? I tried on the “Theme Options” but see no way of editing it. Will it involve coding?

    Here is a link to our website – http://www.freedomhoverboard.com/

    Avatar: Eva
    Eva Kemp
    Participant
    November 4, 2015 at 10:17

    Hello,

    You have to recreate footer as described in the documentation:
    https://www.8theme.com/demo/docs/royal/#!/9_footer

    Regards,
    Eva Kemp.

    Avatar: Liz
    Liz
    Participant
    November 5, 2015 at 04:32

    Thanks,

    Re- contact page
    The theme is has a pre-designed “Register” and “contact us” pages using the shortcodes, i’ve search the documentation how do I go on editing the fields of the Contact form, and adding a Captcha on the Contact page?

    Avatar: Eva
    Eva Kemp
    Participant
    November 5, 2015 at 11:00

    Hello,

    Captcha is present in contact form:
    http://storage2.static.itmages.com/i/15/1105/h_1446717600_6551802_3ab874092d.png

    Please clarify what exactly you want to do.

    Regards,
    Eva Kemp.

    Avatar: Liz
    Liz
    Participant
    November 5, 2015 at 11:08

    Hi Eva,

    Thanks for that, and sorry. What I wanted is to be able to edit the Field on the contact page,
    As you can see on the present contact page on the name part it’s Name and Surname * what I want to do is to be able to edit the field to “Full Name”, and other fields as well, or add other fields.
    http://www.freedomhoverboard.com/contact-us/

    Thanks for your help.

    Avatar: Robert Hall
    Robert Hall
    Participant
    November 5, 2015 at 11:11

    Hello,

    You can edit form fields in \themes\royal\framework\shortcodes.php file
    // ! Contact form section.

    Regards,
    Robert Hall.

    Avatar: Liz
    Liz
    Participant
    November 7, 2015 at 04:45

    How do I disable the “reviews section” on the per product page? I wasn’t able to see it on the documentation https://8theme.com/demo/docs/royal/index.html#!/1_static_blocks

    Avatar: Robert Hall
    Robert Hall
    Participant
    November 7, 2015 at 08:20

    Hello,

    Navigate to Dashboard->Products->edit Product->Product Data->Advanced->and uncheck ‘Enable reviews’ option.
    See screenshot: http://prntscr.com/8zz6my

    Regards,
    Robert Hall.

    Avatar: Liz
    Liz
    Participant
    November 9, 2015 at 10:13

    Hi,

    Thank you so much for all your help so far.

    A couple of things that I need help in (as I haven’t found on the documentation

    1. Disabling Other Languages From the top left (Royal theme) –
    2. Hiding “detailed specs” button
    3. Preventing “out of stock items” to not appear under Featured products.

    Again, many thanks for your help.

    Avatar: Robert Hall
    Robert Hall
    Participant
    November 9, 2015 at 11:39

    Hello,
    Please use this code in Global Custom CSS
    1)

    .languages-area {
        display: none;
    }

    2)

    .home .vc_btn3-container .vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern{
    display:none;
    }
    

    3)

    .product-slide .out-stock{
        display: none;
    }

    Regards,
    Robert Hall.

    Avatar: Liz
    Liz
    Participant
    November 10, 2015 at 07:46

    Thank you so much for all your help guys!

    Now I have another problem, I’ve been trying to use the “Raw HTML” element via visual composer on the homepage, what I’m trying to do is create elements with text in a colored background.

    Below are the codes I’ve used but it doesn’t seem to work on the homepage of our site:
    <!DOCTYPE html>
    <html>
    <head>
    <style>
    body {
    background-color: red;
    }

    </style>
    </head>
    <body>

    <b>tex</b>
    <p>text
    </p>
    <b>text</b>
    <p>text
    </p>
    <b>text/b>
    <p>text
    </p>
    <b>text</b>
    <p>text
    </p>
    <b>text</b>
    <p>text
    </p>
    <b>text</b>
    <p>text</p>
    </body>
    </html>

    Thanks.

    Avatar: Robert Hall
    Robert Hall
    Participant
    November 10, 2015 at 08:41

    Hello,

    Please provide us with wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: Liz
    Liz
    Participant
    November 10, 2015 at 09:10

    Hi Rob,

    Not sure what you mean. How can I send you a Private PM? as I believe this post is visible to everyone.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    November 10, 2015 at 09:44

    Hello,

    At the bottom of this topic you’ll find Private Content box.
    Write your information in there.

    Best regards,
    Jack Richardson.

    Avatar: Liz
    Liz
    Participant
    November 10, 2015 at 09:51

    Thank you so much guys for your patience.

    Please use details below:

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Participant
    November 10, 2015 at 10:09

    Hello,

    Your credentials aren’t correct. Please check them.

    Regards,
    Robert Hall.

    Avatar: Liz
    Liz
    Participant
    November 11, 2015 at 02:06

    Hi,
    Apologies, kindly try again.

    Avatar: Liz
    Liz
    Participant
    November 11, 2015 at 07:01

    Hi,
    Please ignore my last request, I have found a way to edit the background via the Row Settings.

    Avatar: stan
    Stan Russell
    Participant
    November 11, 2015 at 09:06

    Hello Liz,

    we are happy that your problem is solved! Have a nice day!

    Regards,
    Stan Russell.

  • Viewing 21 results - 1 through 21 (of 21 total)

The issue related to '‘reverting theme to default’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.