silico26
Forum Replies Created
-
Forum: Plugins
In reply to: [Newsletter Sign-Up] Submit buttonwould love this option as well.
Thanks.. was hoping to still get notifications for (the less frequent) theme updates, so maybe on a future release these will be separated.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Blocking post intro/text snippetsI should mention that it would be even better if there’s a way to completely block the blog to non-registered/logged in members… so they can’t view the blog titles, etc. this would also eliminate the need to manipulate the php files – even better!
Forum: Themes and Templates
In reply to: [Twenty Eleven] IE issue with navbar color stylingThat CSS gradient generator is awesome, it fixed my issue. Here is the final code I used in my child theme stylesheet:
/* Menu/Navigation Bar Background Color */ #access { background: #89c8ff; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg5YzhmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYTJkODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==); background: -moz-linear-gradient(top, #89c8ff 0%, #207cca 39%, #1a2d84 100%, #2989d8 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#89c8ff), color-stop(39%,#207cca), color-stop(100%,#1a2d84), color-stop(100%,#2989d8)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #89c8ff 0%,#207cca 39%,#1a2d84 100%,#2989d8 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #89c8ff 0%,#207cca 39%,#1a2d84 100%,#2989d8 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #89c8ff 0%,#207cca 39%,#1a2d84 100%,#2989d8 100%); /* IE10+ */ background: linear-gradient(to bottom, #89c8ff 0%,#207cca 39%,#1a2d84 100%,#2989d8 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89c8ff', endColorstr='#2989d8',GradientType=0 ); /* IE6-8 */ }
thanks for pointing out this generator, bookmarked!
Forum: Themes and Templates
In reply to: [Twenty Eleven] IE issue with navbar color stylingNo worries, thank you!
Forum: Themes and Templates
In reply to: [Twenty Eleven] IE issue with navbar color stylingAh okay, so it wouldn’t work for a child theme stylesheet?
I’m using the latest IE, version 10
Forum: Themes and Templates
In reply to: [Twenty Eleven] IE issue with navbar color stylingInstalled, activated, cleared IE cache, problem still persists. Dang. Thanks for the tip though
As an alternative, you can pretty easily disable the mobile version of the theme… not the best solution, but worked for me.
did you ever find a solution for this?
Forum: Themes and Templates
In reply to: [Hatch] hover link issue in main content/body areaI just found the following in my custom CSS field:
a:link {color:#CCCCCC;} /* unvisited link */ a:visited {color:#CCCCCC;} /* visited link */ a:hover {color:#242222} /* mouse over link */
Haha! I don’t even recall putting that in there (must have been weeks ago)… completely slipped my mind that this theme even uses a custom css field!
@rcaiin, this worked for me as well, thanks.
@ratatam, can you specify which plugin was causing the issue with your image doubling?
Forum: Themes and Templates
In reply to: Simple Catch theme – main body custom link color hover color?@gaptours, you should always make these sort of changes in a Child Theme. You certainly CAN change them in your main stylesheet, but it’s bad practice (you may end up breaking you site + you will lose the changes if you update your theme)
Forum: Themes and Templates
In reply to: [Hatch] Removing footer from specific page?I see, that makes sense. I figured something like this might be the case as companies with millions of dollars invested into their website are still bringing up errors (ebay, yahoo, etc). That being said, everything seems to be functioning properly in the major browsers, so I guess I’m just going to leave it alone… hopefully this sort of thing doesn’t hurt your SEO, but I guess that’s a whole other discussion ??
Thanks again, I appreciate your help
Forum: Themes and Templates
In reply to: [Hatch] Removing footer from specific page?Thanks for pointing this out. It found 108 errors (!!) however, when I delete all of my custom CSS from the stylesheet, it still finds 85 errors. So I can only assume these 85 errors must be present with a fresh install of the theme. Perhaps it’s just outdated? Still seems like a lot..