Forum Replies Created
-
AuthorPosts
-
Awesome. That did the trick. Thanks Yigit!
Hi Vinay. Thanks for the reply. As per my previous post, I was able to figure it out. And yes, I am using a child theme.
February 12, 2016 at 8:04 pm in reply to: Using Different Social Media Icons & Adjusting Spacing/Size #582485That worked great. Thanks for all your help Yigit! As always, the support provided here is awesome!
February 12, 2016 at 7:50 pm in reply to: Using Different Social Media Icons & Adjusting Spacing/Size #582476Thanks Yigit. That worked great. Just one thing – I was able to increase the size of the icons slightly more than what I was able to originally as I mentioned earlier. But if you refresh the page now you will see the size they should be, which is a bit larger. You’ll see they are getting cut off in the area where they are displayed. I can’t seem to increase the size of that area to allow the full size of the current icons to fit. Do you know what needs to be adjusted to do that?
February 12, 2016 at 7:36 pm in reply to: Using Different Social Media Icons & Adjusting Spacing/Size #582462I just gave it a try and didn’t have any luck. The new icons are imported now and the name displayed under the Iconfont Manager is ‘fontello’, which I believe is what the name was for the original icons. If you could have a look, that would be great.
February 12, 2016 at 6:24 pm in reply to: Using Different Social Media Icons & Adjusting Spacing/Size #582404Thanks Yigit. I see the new icons there now.
Now that I see them in the website at a larger size, I can see they aren’t shaped quite the same. If I downloaded two different icons (facebook-rect and linkedin-rect from Web Symbols) do I need to change anything in the functions.php file to use those? Or do I just replace what I previously uploaded to the Iconfont Manager area?
February 12, 2016 at 5:48 pm in reply to: Using Different Social Media Icons & Adjusting Spacing/Size #582371Thanks Yigit. I think I need some help. Login info is provided in the private content area.
There are two icons that I downloaded from Fontello; ‘linkedin-squared’ from Font Awesome and ‘facebook-squared’ from Entypo. I’m trying to change the LinkedIn and Facebook icons in the logo area/header to those.
February 12, 2016 at 5:08 pm in reply to: Using Different Social Media Icons & Adjusting Spacing/Size #582343I found this post, which makes me believe I am to add the code to the functions.php file.
https://kriesi.at/support/topic/custom-social-bar-icons-replaceadd-enfold/
I have successfully uploaded the .zip file I downloaded from Fontello and can see ‘Font: fontello’ listed under the Iconfont Manager area in “Import/Export”. But I’m still not seeing any new fonts when I go to the Social Profiles under the theme options. Am I missing a step or doing something wrong?
February 12, 2016 at 4:42 pm in reply to: Using Different Social Media Icons & Adjusting Spacing/Size #582325Thanks Yigit. Is that code to be added to the functions.php file?
February 12, 2016 at 4:36 pm in reply to: Using Different Social Media Icons & Adjusting Spacing/Size #582318I was able to increase the size of the icons. Here’s the code that I used to do that:
#top .social_bookmarks li a { width: 55px; line-height: 32px; min-height: 50px; font-size: 35px; } #top .social_bookmarks li { height: 100%; width: 55px; }
However I still can’t figure out how to change the LinkedIn and Facebook icons to a square style icons I downloaded from Fontello. Any help you can provide with that would be great.
February 12, 2016 at 3:43 pm in reply to: Using Different Social Media Icons & Adjusting Spacing/Size #582281Hi Basilis. I tried that, but it didn’t seem to change anything. Here is what I added (including a border so I could see the area around the icons when testing):
#top .social_bookmarks li a { font-size: 45px; width: 100px !important; line-height: 30px !important; border: #F33 solid thin; }
Update… I think I figured it out.
I created a div that wrapped around/contained everything on the page (starting in header.php and ending in footer.php) and put the background in that div. The main issue I was having is the background was there, but the background colors specified for the logo area and footer socket in the theme options were displaying on top of the background. I removed those/left them blank and can see the background now. I suspected that was the issue, but it was a little strange that the background specified for the footer socket also filled in the main content area. When I removed the socket background it fixed the content area at the same time.
October 22, 2015 at 3:00 pm in reply to: Overlap Caused by Increasing Size of Social Icons in Header #523008That did it. Thanks .title_container Yigit!
October 22, 2015 at 2:51 pm in reply to: Overlap Caused by Increasing Size of Social Icons in Header #522998Thanks Yigit, but unfortunately that didn’t work.
October 22, 2015 at 2:28 pm in reply to: Overlap Caused by Increasing Size of Social Icons in Header #522969That did the trick when you scroll. However, the overlay (or possibly a separate gap) is still showing on the products page before you scroll.
October 22, 2015 at 2:21 pm in reply to: Overlap Caused by Increasing Size of Social Icons in Header #522965Thanks Yigit.
That fixed it on the home and products > work lights pages, except when you scroll down and the header shrinks. The overlap still appears then, It also is still showing up in both instances on the products page.
Hi Andy,
Yes it seems like things are working fine now. Thanks.Sorry for the second post. I just tried something and it looks like I got the links to work. I removed http://ckfinc.com from the links and they open fine now. That was the part that was getting repeated when you clicked on the link.
Hi Ismael,
I restored a copy of the website on our staging server, updated the theme and tested the links after turning off all the plugins, but still have the same issue. I didn’t add anything to the .htaccess file when it comes to redirects. I am using the Simple 301 Redirects plugin, but not for any PDF files. Just .aspx pages from the old website.If you could login and have a closer look, that would be great. I’ve included the URL for the copy of the website on our staging server and login info you can use.
Thanks.
Hi Basilis,
I’m uploading the PDF files to the media library, then typing in the code for the hyperlink directly into the table cell using the table builder. Here’s what the link code looks like for one that isn’t working:<a href="ckfinc.com/wp-content/uploads/2015/07/KD2342STRONGHOLDERUNIVERSAL4cupcarrier.pdf" title="UNIVERSAL 4 CUP CARRIER (PDF)" target="_blank">UNIVERSAL 4 CUP CARRIER (PDF)</a>
I managed to fix the issue with the portfolio item/grid. The portfolio item did exist, but it’s permalink was updated at some point to be http://ckfinc.com/portfolio-item/earthcycle-pulp-fibre-trays/ and for some reason the portfolio grid didn’t recognize that and kept trying to go to the old URL which was http://ckfinc.com/portfolio-item/earthcycle-pulp-trays/ (without the word fibre in it). So I changed the permalink back to just ‘earthcycle-pulp-trays’ so the URL for the portfolio item would be the same as what the grid was referencing (http://ckfinc.com/portfolio-item/earthcycle-pulp-trays/) and it worked.
So that makes me wonder are you not able to change a permalink for a portfolio item when it’s displayed/linked from a portfolio grid?
I’m still not sure what happened to the footer widgets.
Hi Drake,
Yes, I see that as well. However it’s “Earthcycle Pulp Trays” (http://ckf.nicomitcms.com/products/earthcycle-pulp-trays/) that doesn’t seem to exist, but is showing up with a thumbnail and link in the portfolio grid on this page http://ckf.nicomitcms.com/products/earthcycle/.“Earthcycle Pulp Fibre Tray” has a similar name, but is a separate portfolio item – http://ckf.nicomitcms.com/portfolio-item/earthcycle-pulp-fibre-trays/.
I don’t recall adding anything specific to the functions.php for the widget areas in the footer. However I did make some updates to that file and uploaded my copy to the updated theme folder. So if there was anything changed, that should have fixed it. I guess I just need to go under “Appearance > Widgets” and put the info back in each widget area. It would be nice to know why it happened though to avoid it for future updates.
I updated to 3.3.2 and tested everything with the plugins disabled, but that portfolio item is still there. I checked to see if it was in the trash, but there’s not a trash under “Portfolio Items” in the dashboard.
If you wouldn’t mind having a look, that would be great. I set-up a user profile for you as an admin.
Also, one thing I noticed is after updating to 3.3.2 all my footer widgets I had set-up are gone and the default examples are showing instead. i don’t think the info in those areas would have anything to do with the theme files, so it’s kind of odd to see that happen.
Thanks!
That worked great. Thanks Yigit.
Sure thing. Thanks Basilis.
Thanks. I gave that a try, but the images are still being cropped the same way, but now they are just smaller. I think I’ll have to get the client to prep/size all the images consistently before uploading them to the website.
Thanks. I gave that a try and it didn’t change anything with the images on the pages where I have the masonry gallery (http://www.hamsar.nicomitcms.com/product/led-product-01/). Instead it adjusted the size of the thumbnails on this page: http://www.hamsar.nicomitcms.com/products/work-lights/led/
Sorry, I forgot to include that.
I made the update and everything worked fine. Thanks again.
Thanks Elliott. I’ll give that a try.
-
AuthorPosts