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.
This topic has 21 replies, 5 voices, and was last updated 10 years, 1 months ago ago by Stan Russell
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.
Hello Liz,
please specify – do you want to revert to theme’s default content only? Have you done any backups?
Regards,
Stan Russell.
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/
Hello,
You have to recreate footer as described in the documentation:
https://www.8theme.com/demo/docs/royal/#!/9_footer
Regards,
Eva Kemp.
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?
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.
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.
Hello,
You can edit form fields in \themes\royal\framework\shortcodes.php file
// ! Contact form section.
Regards,
Robert Hall.
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
Hello,
Navigate to Dashboard->Products->edit Product->Product Data->Advanced->and uncheck ‘Enable reviews’ option.
See screenshot: http://prntscr.com/8zz6my
Regards,
Robert Hall.
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.
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.
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.
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
Hi Rob,
Not sure what you mean. How can I send you a Private PM? as I believe this post is visible to everyone.
Hello,
At the bottom of this topic you’ll find Private Content box.
Write your information in there.
Best regards,
Jack Richardson.
Thank you so much guys for your patience.
Please use details below:
Hello,
Your credentials aren’t correct. Please check them.
Regards,
Robert Hall.
Hi,
Apologies, kindly try again.
Hi,
Please ignore my last request, I have found a way to edit the background via the Row Settings.
Hello Liz,
we are happy that your problem is solved! Have a nice day!
Regards,
Stan Russell.
The issue related to '‘reverting theme to default’' has been successfully resolved, and the topic is now closed for further responses