1. I'd like to have a search field at the top nav, but can't find any way to do this. I have Search in my footer, but in the case of the blog and portfolios there is a lot of scrolling before you get to the footer on the main pages. Is there a way to have a simple search just below the nav? I attach a screenshot with the location I'd like if possible.
2. AIso on many of my posts (that I imported from my wordpress.com blog and reworked to Kalium's theme), the centered photos are justifying left. I've checked them in many posts and they are set to be centered. Here are two examples:
3. Social Media circle icons: are very light gray. Can the color be changed? I can't find the setting for this.
4. On my contact page I pasted in the shortcode for round social media icons but they appear differently than where I pasted in the same shortcode in the footer. On my Contact page they are white and right against each other. How can they appear as they do in the footer- gray and with space in between? Visual attached
5. I have loaded in many portfolios, but still have many to add. Is there a way to add multiple images at one time instead of having to put them in one at a time? For a big portfolio like this example it takes a long time to put all the art images in. http://www.sueschlabach.com/portfolio/woodland-charts/
6. Footers: See attached visual showing how the footer is different on four sections. On Portfolios it is missing some information. I like it best as it appears on the blog pages.
2. The new version of Kalium should have fixed this (v1.9.4)
3. To add background color to social networks circles, add the following CSS:
.wp-widget .social-networks li a,
.social-networks.rounded li a {
background-color: #999;
}
4. The answer in question no.3 will fix it, these two are differently styled (widget and standalone icons)
5. This issue was addressed by other users before, but it is related to ACF custom fields and they do not provide such functionality, so you have to add them manually one by one.
6. It really weird how that happens, the problem is with the Notifications plugin, because it is appearing in some pages and some not, so consider adding different notifications plugin just for testing.
1. I'd like to have a search field at the top nav, but can't find any way to do this. I have Search in my footer, but in the case of the blog and portfolios there is a lot of scrolling before you get to the footer on the main pages. Is there a way to have a simple search just below the nav? I attach a screenshot with the location I'd like if possible.
2. AIso on many of my posts (that I imported from my wordpress.com blog and reworked to Kalium's theme), the centered photos are justifying left. I've checked them in many posts and they are set to be centered. Here are two examples:
http://www.sueschlabach.com/walking-your-hen-vermont-paris/
http://www.sueschlabach.com/lightness-whiteness/
3. Social Media circle icons: are very light gray. Can the color be changed? I can't find the setting for this.
4. On my contact page I pasted in the shortcode for round social media icons but they appear differently than where I pasted in the same shortcode in the footer. On my Contact page they are white and right against each other. How can they appear as they do in the footer- gray and with space in between? Visual attached
5. I have loaded in many portfolios, but still have many to add. Is there a way to add multiple images at one time instead of having to put them in one at a time? For a big portfolio like this example it takes a long time to put all the art images in. http://www.sueschlabach.com/portfolio/woodland-charts/
6. Footers: See attached visual showing how the footer is different on four sections. On Portfolios it is missing some information. I like it best as it appears on the blog pages.
Hi Sue,
1. I understand this, we have had similar request from another user and we have implemented a quick solution for this, so refer to this thread:
https://laborator.ticksy.com/ticket/842490#comment-3946374
2. The new version of Kalium should have fixed this (v1.9.4)
3. To add background color to social networks circles, add the following CSS:
4. The answer in question no.3 will fix it, these two are differently styled (widget and standalone icons)
5. This issue was addressed by other users before, but it is related to ACF custom fields and they do not provide such functionality, so you have to add them manually one by one.
6. It really weird how that happens, the problem is with the Notifications plugin, because it is appearing in some pages and some not, so consider adding different notifications plugin just for testing.