This topic has 9 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Eva Kemp
I have several questions regarding the Default Demo page:
1. The header for my website does not change even though I select the different headers in Theme Options. See Private content for WP Admin login data.
2. How can I upload and write the same video (of girl in town eating ice cream) and text (Pixel Perfect Design with Royal [logo] Style) on the Home page?
3. On my main website (atelierchristian.nl) I have in the footer a widget that displays the testimonials of customers (from The Feedback Company). I wish to place this also in the footer. How do I do this?
4. In the header there is automatically the widget of The Feedback Company. How do I add other elements, such as Thuiswinkel Waarborg (logo + link)? How do I alter the high (or width) of the black bar where they are on: it is too large now.
5. How do I add the part that is on the Home page: Product, Product, Twitter, Summer Collection?
Hello,
1. If you want to get transparent header you need also select slider in the home page editor http://storage6.static.itmages.com/i/16/1206/h_1481045433_2794739_c6e57e36c1.jpeg .
2. Install demo data as described in the documentation https://www.8theme.com/demo/docs/royal/#!/demo_data_installation and you’ll get default Home page where you’ll see content as on the demo.
3. Crete footer using Static Blocks https://www.8theme.com/demo/docs/royal/#!/9_footer and to add Testimonials you can use “Testimonials Widget” in Visual Composer editor.
4. To add content to top bar go to Appearance > Widgets and add Text widget with your content in “Left Side top bar area” and “Right Side top bar area”. Also “The Feedback Company” widget is added into “Right Side top bar area”.
To decrease its height use this code in Theme Options > Custom CSS > Global Custom CSS:
#fcs_widget-5 {
height: 47px;
}
5. This is Footer 1 section in Appearance > Widgets. Follow the instruction how to create footer https://www.8theme.com/demo/docs/royal/#!/9_footer .
Regards,
Eva Kemp.
‘1. This doesn’t work and it is of course essential that it does
Please assist me, I want to continue working on the website
The issue with the header: please help
Hello,
The reason is you added this css code in your Custom CSS editor:
.navbar, .navbar.navbar-fixed.colored {
background-color: #fff !important;
}
.navbar {
box-shadow: #000 8px -10px 21px;
}
Remove it and 2nd header type will work.
Regards,
Eva Kemp.
How do I use a Custom CSS editor: is it accessible within the admin panel? Or do I use FTP?
I installed the plugin for adding custom CSS. It worked.
Thank you Eva!
Question: how did you know where to look?
Hello,
You’re welcome.
I saw the code when inspecting the page via Google browser developer tools.
Regards,
Eva Kemp.
The issue related to '‘Default Ecommerce Theme’' has been successfully resolved, and the topic is now closed for further responses