This topic has 26 replies, 2 voices, and was last updated 6 years, 11 months ago ago by Rose Tyler
Hi, nice theme. I have some of issues.
1. My logo image in the header is aligned to the left even though I selected the header with the centre alignment for the logo. I would like the header to be stretched out to look like what you have on the demo.
2. I have installed the initial demo, but I wanted to install other demos. where do I do go to install more demo pages?
3. Pls I need to display my social media widget icons (facebook instagram twitter) in my header, how do I do that?
4. I want the cart to only show the icon with the price, instead of showing “3 items for” I want to remove that too long for the header
5. The installation did not include all the demo content – I want the footer to have random products, sales products etc
6. The dropdown menu is different from how it is in the demo. Would like to have pictures like you have in the demo in the drop down menu. How do I configure that.
Thanks.
Hello,
1. Sorry, but I do not see the problem, seems the logo already alignment on center –
http://prntscr.com/hb447x
Could you please provide some screenshots of this problem to help me understand more?
2. In Theme Options > Import/Export you may import different versions and home pages.
Read more in our documentation – https://www.8theme.com/demo/docs/legenda/#!/demo_data_installation
3. Please read this topic https://www.8theme.com/topic/help-adding-social-icons-on-top-to-follow-us/
4. Please try to add this code in custom.css
.header .shopping-cart-widget .cart-bag {
font-size: 0;
}
.header .shopping-cart-widget .cart-bag .price-summ.cart-totals {
font-size: 14px;
}
How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.
5. Please read how to create footer in our documentation and watch https://www.8theme.com/videos/ (Legenda WordPress Theme – How to create footer)
To enable VC editor for static blocks go to wp-admin panel > Visual Composer > Role Manager > Post Types > Custom > tick “static block”,
You may provide wp-admin access in Private Content and I will create more examples of footer static blocks.
6. The menu can’t be imported, so please follow our documentation to create menu and watch https://www.8theme.com/videos/ (Legenda WordPress Theme – How to create menu).
Let us know if you need any further assistance.
Regards
Ok thank you.
1.The logo moved to the centre because I added the search bar. If I remove the search bar it goes back to the side. How do I have it centered if I remove the search bar? Or can I put my social media icons on the left where the search bar currently is?
2. I downloaded more demos but they did not have the rev slider. I looked in the theme download folder in the xml data and only saw a few sliders, didnt find the ones for the demos I downloaded.
3. Pls what code do I insert in the pop up to display an email sign up with a message? Can I only have the pop up to show on the homepage?
4. The little cursor to view the second picture for an individual product on the home page is not showing. How do I add this.
Thank you.
You’re welcome!
1. Please try to use this code in custom.css:
@media (min-width: 980px) {
.header1 .logo {
width: 40%;
float: right;
}
}
You may edit header structure in the file header.php. We recommend making changes in the child theme not to lose changes after the theme update.
2. Please provide wp-admin access in Private Content and write which sliders missing.
3. You can use MailChimp widget to create newsletter form:
https://www.8theme.com/demo/docs/legenda/index.html#!/newsletters
Unfortunately, there is no such option to shown popup only on the home page.
4. Go to Theme Options > Products Page Layout > Product Image Hover > Images Slider.
Regards
Hi, Pls i have a couple of issues;
1. How do I reduce the height of the header
2. How do I remove the banner image on the home page
Thank you
Hello,
Could you please provide wp-admin access in Private Content?
Regards
Hi, did you get the login details, I sent in the private message
Hello,
Sorry, but I can’t find your login details. Please send it one more time.
Regards
Ok, I want to reduce the height of my header, can you send a code for that. Thanks
To give you the code I need to check your site, so please disable maintenance mode http://prntscr.com/hhnosn or provide wp-admin access – http://prntscr.com/hhnoy4
Thanks in advance.
Regards
ok the maintenance is off
Please try to use this code:
.header1 {
margin-top: 5px;
margin-bottom: 5px;
}
Regards
Hi, pls to edit custom css. Do I input the code in the Legenda Child theme Stlesheet ?
If you use the child theme, you need to add this code in style.css file of your child theme.
Let us know if you need any further assistance.
Regards
Ok, I just added the code and there seems to be no change
Try to clear cache and then check http://prntscr.com/hhotb5
Regards
Ok thank you.
1. Pls I also need to reduce the height of the top bar. Specifically from the bottom. There is a little too much space under the instagram icon. Pls I want to reduce the height from the bottom. Pls take a look. https://prnt.sc/hhp4v9
2. I set a limit of 10 products under featured products on my home page. I set only 4 to display. Pls how do I add an arrow to the sides to see the next row of products. Pls take a look, the picture shows what it looks like on the black version page but I need this also set on my home page. https://prnt.sc/hhp5sa
3. I was looking at the footer video on creating a footer just like you have in the demo. The problem I have is that the there are no woocommerce widgets on the left side. E.g a woocommerce widget for sale products etc. Pls I need to have a footer like you have in the demo https://prnt.sc/hhp7os
Thank you!
You’re welcome!
1.
.languages-area ul {
margin-bottom: 0px;
}
2. I need your wp-admin access to check the situation.
3. Please see screenshots of our demo: http://prntscr.com/hhpfco > http://prntscr.com/hhpfgt
http://prntscr.com/hhpfq7 > http://prntscr.com/hhpfwe, http://prntscr.com/hhpg75 > http://prntscr.com/hhpgbu, http://prntscr.com/hhpghu, http://prntscr.com/hhpgot > http://prntscr.com/hhpgwl.
Also, please read our documentation https://www.8theme.com/demo/docs/legenda/#!/footer and https://www.8theme.com/videos/ (Legenda WordPress Theme – How to create footer).
Regards
Ok thank you.
I sent the wp login details in the private message. will send again
3. I want to add a specific product categories to be displayed in the footer but there is no option that allows be to add a product category to the footer 1. For example instead of random products, I want to add dresses (which is a product category) how do I do that?
4. Pls how do I change this image on the shop page
5. How do I set a product as “featured”
Pls confirm that you got my user login in the private message
To prevent misunderstanding, please create separate topics for different questions.
Thanks for access.
2. On our demo using old theme and woocommerce versions and seems these arrows can’t be displayed on your site.
3. You may add Products element into Footer static block and set ID of your category http://prntscr.com/hhq880
4. Theme Options > Shop > Product Page Banner.
5. http://prntscr.com/hhq1v8
Regards
Hello, Thank you for your support.
1. Pls I actually want to remove the banner image on the shop page. I do not want to have any image displayed. How do I do that. On the Theme options> Shop> Product page banner, it only shows add image, add contact form. No option to remove the image on the shop page there already. https://prnt.sc/hk7xfy
2. The background video on this section on my home page does not show on mobile screens
https://prnt.sc/hk7ybv How do I get the background video to show on a mobile screen
Also For some reason the “categories” is not aligned properly on a mobile version
I sent you the login in a private message if you need to login.. Thanks
Hello,
You’re welcome!
1. I’ve cleared this field http://prntscr.com/hk850g Please check now.
2. Video Backgrounds doesn’t work on mobiles, tablets because of this is a predefined behavior of mobile browsers to prevent fast battery discharge on mobile devices. You can set screenshot of your video as Background Image, it will be shown instead of video on small screens.
Also For some reason the “categories” is not aligned properly on a mobile version
– please provide screenshot for better understanding and link to page with the problem.
Regards
Hi, thank you so much for the support.
Pls I have a few more issues.
1. I need to reduce the height of the header on mobile devices
2. The search form on the header only searches for posts. How do I change it to search for products. Thank you
Hello,
You’re welcome!
1.
@media (max-width:480px){
.header .logo img {
width: 100px;
}
.header {
padding-top: 10px;
padding-bottom: 10px;
}
}
Regards
THANK YOU.
Pls where do I edit, the copy rights footer https://prnt.sc/hkr20c
You’re welcome!
Appearance > Widgets > Footer Copyright.
Regards
You must be logged in to reply to this topic.Log in/Sign up