Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Some questions
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Some questions
- This topic has 13 replies, 2 voices, and was last updated 7 years by David Martin – Support.
-
Posted in: Neighborhood
-
November 19, 2016 at 4:52 pm #302614
Hi,
I have to submit some questions, here they are.1- How can I make the child theme substitute the images in the main theme’s /images folder?
2- How can I reduce the white bar under the main slider in the homepage?
3- How can I reduce the height of the grey bar under social icons in homepage?
4- The grey bar with the social icons in the homepage has a bad behavior on mobile, can you suggest how to get the same result on desktop, and improve the mobile one?Thanks in advance.
Kind regards
November 21, 2016 at 6:06 pm #3028251) Why would you need to do this? Can you explain what the end goal is?
2) Remove the top spacing from within the pages Meta Options. Meta Options => Post Meta => Remove Top Spacing
3) Do you mean this?
You can look to override the CSS you have within the blocks you’ve added:
.full-width-text { padding-top: 10px; padding-bottom: 10px; position: ; }
4) That is due to how you have setup the PB + ninja forms. How do you want it to look on mobile?
November 22, 2016 at 11:14 am #3029381- I would like to customize the cart icon in the menu.
2- Ok, it worked.
3- Yes, I solved it in part, as you can see the lower part is still there, how can I further reduce it?
4- You find attached how it looks on mobile. What do you suggest to improve it?
Thank you.
Attachments:
You must be logged in to view attached files.November 22, 2016 at 11:40 am #302946Two more questions.
5- Is it possible to enable the mini header on mobile?
6- Is there a way to have a vertical divider within the menu, or changing a single item appearance?
November 22, 2016 at 9:36 pm #303105A little update, the product description is not shown anymore, switching the theme it works. I don’t remember anything that could affect it, was it any changes you made?
Could you take a look, please?
November 23, 2016 at 10:02 am #303131Hi,
one more update, the shop page doesn’t show the default left sidebar anymore.November 24, 2016 at 5:46 pm #3035081) If you add your image to your child theme folder
/images/
you can simply reference it the CSS like this:background-image: url(../neighborhood-child/images/some-image-name.png);
3) Adjust the CSS within:
.home .full-width-text p { margin-bottom: 0; }
4) Put each of the 3 icons within 3 normal text assets within a Row and let the 3 columns folder up and center the text.
5) There is not enough space to show the content nicely, that’s why we have it disabled.
5) You can test dividing the menu items using:
nav .menu > li { border-left: solid 1px #eee; }
6) Which product URL?
7) Set it in Theme Options => WooCommerce Options
November 24, 2016 at 6:59 pm #3035361- Could you provide the exact code for the menu icon in the menu bar, please?
3- I added it but unfortunately it is not enough, I would like it to be as in the attached “social-bar” image.
5- That’s ok, I can understand, but, there’s no way to enable it?
6- The code you kindly provided adds it to all the menu items, I’m sorry I did not specify it, I would like it for one item only, as it happens on this support page menu, to separate the social icons.
7- For all of the products, here is an example.
http://morola.it/negozio/cialde/cialda-caffe-marodda-limited-edition/
Thanks for all you’re doing.
Attachments:
You must be logged in to view attached files.November 28, 2016 at 11:39 am #3038741)
.menu > li.shopping-bag-item a > i.sf-cart, .mobile-cart-link i.sf-cart { background: transparent url(images/shopping_bag_icon.png) no-repeat top left !important; }
3)
.full-width-text p { margin-bottom: 0px !important; }
6) So the last menu item?
nav .menu > li:last-of-type { border-left: solid 1px #eee !important; }
7)
The sidebar is there:
November 28, 2016 at 3:34 pm #3039711- That’s ok. How can I set the size the image is displayed so that I can use one only icon file for both retina and non-retina displays?
3- Great, it now works exactly as I wanted it.
6- I would like it to be between “Il mio account” item.
7- What I meant was the product description, not the sidebar.
Thank you.
November 29, 2016 at 8:08 pm #3043241) Please read over this answer: http://stackoverflow.com/a/16154726
6) Please use this:
.header-right ul.menu { border-left: 1px solid #ccc; padding-left: 15px; }
7) The product description is showing:
November 30, 2016 at 9:01 am #3043721- Thank you for the suggestion, it works as I wanted it to.
6- I would like it to be placed just before the cart icon, now it is before the “Home” item.
7- You’re right, but it is the short description, the full description is not shown
Attachments:
You must be logged in to view attached files.November 30, 2016 at 9:31 am #3043788- Could you explain how to use the Menu Icon in your Custom Menu Option, please? I did not find anything about it in the documentation.
December 1, 2016 at 2:35 pm #3046816) This will do it:
li.parent.shopping-bag-item > a { padding-left: 15px!important; border-left: 1px solid #ccc; }
8) You can add the menu icon here, paste it in the Menu Icon (Gizmo / Font Awesome) option.
-
Posted in: Neighborhood
You must be logged in and have valid license to reply to this topic.