ashleykress
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Freak] Theme 1.0.0.4 Update – Mobile ErrorIt loads for me. And looks terrible on mobile. I wish I could attach an image!
Forum: Themes and Templates
In reply to: [Freak] Page Names & a pink line at the bottomThe color is #F07261.
If you find the places where that is used (mostly borders and links), you can replace the hex number with your preferred color.
I found it easier to copy the code where the pink color is used, add my hex colors, and go into Customize > Custom CSS to paste it in. Delete your cache, refresh, and you’re good to go!
Forum: Themes and Templates
In reply to: [Freak] New social icons & colorsNo, you need to have one activated for them to show up. You can upload your own images to the media library and just use their links in the code under “img src.”
Forum: Themes and Templates
In reply to: [Freak] New social icons & colorsIt should look like this:
<a href="http://www.facebook.com/getcreativeAKCP"><img src="http://www.ashleykress.com/wp-content/uploads/2015/07/facebook2.png"></i></a>You can use that with whatever links and icons you’d like. You just need to have the code copied for each link.
Forum: Themes and Templates
In reply to: [Freak] New social icons & colorsDarn it! First ever comment – Sorry for the screw up!
Forum: Themes and Templates
In reply to: [Freak] New social icons & colorsI had this same problem! I took the time today to figure it out – you have to have JUST ONE social media icon active (Appearance > Customize) for this to work. Also, have your icons uploaded into your media library.
Then, go into Appearance > Editor > social-sociocon.php
You need to edit this file (so please save a copy first).
At – insert your social media link, like a normal link
At <img src=””> – insert the link to your iconDon’t forget to make sure the tags are closed.
Copy and paste with all of your appropriate links and icons!
Delete your cache and refresh your page!
(My page is under construction, since I was trying to figure it out, but it worked for me, so please let me know if you have problems)