As of WP 4.7 or so, Icy started giving array errors for the sidebars. Here’s how I fixed it:
Edit the icy/sidebar.php file in Themes, and comment out the following line, using two slashes //:
// if ( wwl_is_active_sidebar(‘primary’) )
(There’s no ‘endif’ line to worry about.)
This eliminates the need for the functions that are referred to in the error messages, no need to edit those files.
Then, edit your child theme’s style.css file, if you have a child theme, or customize using Appearance/Customize in the Admin menu. Go to Custom CSS and add something like the following, depending on how wide you want your sidebar (the #content lines make room for the sidebar):
#content {
margin-right: 32%;
width: 68%;
}
#sidebar-primary, #sidebar-secondary {
position: relative;
float: right;
margin-left: -100%;
max-width: 300px;
width: 32%;
}
Then, to make responsive, add the following in your media breakpoints section (or create one if you don’t have it, as shown):
@media all and (max-width: 768px) {
#content {
margin-right: 0;
max-width: 768px;
width: 100%;
}
#sidebar-primary, #sidebar-secondary {
float: left;
margin-left: 0;
max-width: 768px;
width: 100%;
}
}
The above will make the sidebar go below the content for tablets and smaller devices.
]]>i use icy theme from last 2 years . my sidebar and layout not working in customize. please help fast?
]]>Hi,
I would like to add an envelope, is there a way to include a new icon somehow?
Thanks
Gemma
]]>Hi,
Is it possible to increase the contents-width while decreasing the sidebar-width? If so, how?
I think this theme has almost everything I may need. Just like to get some confirmation regarding cutomization possibilities.
Would be nice if you could add the related css code too, so I can test it under RESPONSIVE conditions as well.
Thank you
— Rainer
hi please respond to the question i have sent to you through your website. i bought your pro theme, because i need an answer. user comics710. thanks!
]]>First off, I love the theme- it looks great.
I was wondering, however, how it would be possible for me to add something on the same line as the main nav menu, but float it to the right.
For example, my nav menu does not have many items, so there is lots of room. I would like to add text or possibly a facebook like button on the same line as the nav menu, but float it to the right.
I don’t mind editing some files- just when I do it, everything gets pushed underneath the menu instead of to the right of it.
Any assistance is much apreciated.
]]>Really happy with the theme and its options. Trying to finetune a few more things though:
How do I?
– Make the featured image a bit more narrow. Now, the large size is set to 620×300. Ideally I would like to have a 567×300 featured image.
– Social icons: open url’s in new tab instead of the same window.
– Change the word “Comments” (number+Comments, top right corner of each post) into the Dutch translation “Reacties”? I wasn’t able to figure this out in comments.php
Website link: https://www.mobiwebsite.nl/blog/
Cheers ??
]]>Hi,
Can you help me to responsive Soundcloud music ?
https://tanghaituan.com/240/
Hi, I’ve tried to display Author bio at the end of post but nothing show up
]]>I noticed that when changing the actual logos of the social icons the link colours and home link in the bread crumb get changed to the same colour due to the inheritance.
– How do I solely change the colour of the logos (Facebook, Twitter, etc.) within the social icons, without affecting the other colours?
Furthermore, how do I change the height of the logo within the header without messing up the layout? I managed to change it, but this affected the header’s layout when viewed from a smartphone. I would like to have the logo’s height to be similar to the header’s height.
Well, thanks again! It’s highly appreciated.
]]>Hello,
I’m trying to embed a video so that it shows up on the main posts page. So far with no luck.
I’ve tried adding it from my media file. No luck
I’ve tried using the embed code from Youtube. No luck
I’ve tried post JUST the Youtube URL. No luck
I’ve tried using the embed video button, added Youtube link. No luck.
To be clear the video shows when viewing the topic itself, just not when on the main page with all the other posts.
And yes I’ve selected the video format. So far this is really annoying and it seems needlessly complicated. There is NO DOCUMENTATION WITH THE THEME. I must be missing SOMETHING.
]]>The drop down navigation menu is not responding to touch on my Android device. It does respond to a mouse click on a computer.
Checked the style sheet and don’t see anything unusual. Don’t know what to do. Please help! Thanks.
]]>In order to match my own preferences I’ve edited the padding of the main content part. While I think this looks better for my website when displayed on a desktop, the mobile version squeezes the text into a very narrow and oblong block.
I’ve edited the following CSS turning it into:
.hentry {
padding-top: 40px;
padding-left: 90px;
padding-right: 90px;
padding-bottom: 10px;
}
How can I make the main content display in a normal way on a smartphone, avoiding the above?
Many thanks in advance!
]]>Can someone tell me how to change the font color in my “recent post” section of my sidebar. I want the names of my posts to be different than the default Icy theme blue. Thank you.
]]>I have done exactly the same thing as I did in my previous website but my menu bar across the top is now not showing up in my second website. Does anyone have any insight? https://www.americangoldauthority.com
]]>I am trying to change the height of my navigation menu. I found on firebug that what I need to do is change the line-height:inherit to line-height:0 to make this happen. This is what it looks like on firebug. Can someone tell me now how I do this?
‘border:0;
font-family:inherit;
font-size:inherit;
font-style:inherit;
font-variant:inherit;
font-weight:inherit;
line-height:0;
margin:0;
padding:0;
vertical-align:baseline;
}’
I am trying to change the height of my navigation menu. I found on firebug that what I need to do is change the line-height:inherit to line-height:0 to make this happen. This is what it looks like on firebug. Can someone tell me now how I do this?
‘border:0;
font-family:inherit;
font-size:inherit;
font-style:inherit;
font-variant:inherit;
font-weight:inherit;
line-height:0;
margin:0;
padding:0;
vertical-align:baseline;
}’
Can someone tell me how to do this in Icy please?
]]>Hello, can someone please tell me how to do this. I tried to be smart and use
footer {
background: #d8b362;
}
but that did not work. Thank you
]]>The custom logo in the header, as well as the site title and description, are not responsive.
It may have to do with the fact that I put a new url for the default image in functions.php (child). I had to do that, as the “Appearance > Header” option in admin seems to disappear once you create a child theme, unfortunately.
Ideally, I’d like the logo and title/description to change size (smaller), and once it gets down to mobile phone size, have the logo stay on top, with the site title/description going below.
How can this be accomplished? My efforts thus far have failed.
Thank you!
]]>Can someone tell me how to do this please…I promise..my last question
]]>Can you please tell me how to remove tags under blog posts. Thank you for all your help.
]]>Can anyone help me with this too?
]]>I bought the pro edition but Artur has sent me two different versions and for some reason they are unreadable. I really need to be able to get my site up. My banner is black and gold and the background of the header is the icy blue. Is there any way to quick fix it to black in the mean time? Thank you.
]]>I bought the pro edition but Artur has sent me two different versions and for some reason they are unreadable. I really need to be able to get my site up. My banner is black and gold and the background of the header is the icy blue. Is there any way to quick fix it to black in the mean time?
]]>Please tell me how to remove Uncategorized from under my blog post in Icy. Thank you.
]]>Can someone tell me how to remove the comment bubble in Icy?
]]>Does anyone know how to remove the orange square that is at the top of each of my blog postings…they are permalinks. I don’t want them at all.
Thank you.
Can you please tell me how to remove the author and date from the top of each blog posting on my webpage. I am using the Icy theme with the Pro upgrade. Thank you.
]]>as the Title..
is it possible to make 3 column version of ICY theme my brother?
do you have some planning to make it 3 column version one day? ??
thanks