gettinger
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Zerif Lite] Post Links don't show up in the previewSure.
So Here: http://actionunited.org/category/news/
We have a list of news articles we have been featured in. When you click a post, like this: http://actionunited.org/hundreds-convene-in-capitol-in-support-of-fair-education-funding-pennlive-com/
you can see the READ MORE link at the end of the description links to the article.
I want links to show up on http://actionunited.org/category/news/ but they do not currently.
Forum: Themes and Templates
In reply to: [Zerif Lite] Post Links don't show up in the previewThank you!
I am working with a child theme. I can only assume this is something in the stylesheet or in the php file that dictates how things post. Ideally I’d love for all my stylesheet stuff to transfer over to the post portion, but I’ll be happy with clickable links.
Thanks!
Forum: Themes and Templates
In reply to: [Zerif Lite] Post Links don't show up in the previewTo clarify,
I want the READ MORE found on the news page to link to the news article.
Forum: Themes and Templates
In reply to: [Zerif Lite] Changing the Colors of the Main ButtonsThanks so much man! Appreciate it a lot!
Forum: Themes and Templates
In reply to: [Zerif Lite] Changing the Colors of the Main ButtonsHey Sam,
I meant the interactive buttons on the splash page Donate and Sign up for the newsletter, not the navbar.
Thanks in advance!
Forum: Themes and Templates
In reply to: [Zerif Lite] Changing the Colors of the Main ButtonsI wanted to change them to the blue and yellow like in our logo.
Thanks Sam!
Yep, I’m using a child theme. My website is test.actionunited.org
I’m going to be using the “contact us” form to get emails for our newsletter, so thats why I don’t need the additional fields.
Thanks for all the help Hardeep!
Hardeep, that works for the message box, however I also want to remove the subject box. Also, when I try to submit using the form, it gives me an error that I need to fill in the message.
Is there a way to disable that?
Thanks!
I want to hide the subject and message field.
Thanks Hardeep you the man!
I have not tried to do that. Could you help me on how to hide them in frontpage.php? I’m not sure where I would do this.
Forum: Themes and Templates
In reply to: [Zerif Lite] Header PositionThank you very much, worked perfectly! The padding for .navbar-brand was not specified, not sure why it defaulted to 15px but i added padding: 0px; and it worked!
Thanks Inkers!
Forum: Themes and Templates
In reply to: [Zerif Lite] Header PositionNot sure if someone saw this or not, still need help on positioning the header image. I know it has to do with padding, but is it the navbar in styles.css?
Forum: Themes and Templates
In reply to: [Zerif Lite] Changing the Navigation BarI figured out what to do, here is the code for anyone who runs into the same thing
.navbar { background: #add8e6; border: 0; border-radius: 0 !important; text-align: left; -webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08); box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08); } #main-nav { position: fixed; width: 100%; z-index: 1000; min-height: 75px; } #main-nav.fixed { position: fixed !important; top: 0; } .navbar-inverse .navbar-nav >li { display: inline; margin-right: 20px; margin-top: 20px; } .navbar-inverse .navbar-nav>li:last-child { margin-right: 0 !important; } .navbar-inverse .navbar-nav>li>a { color: #000000; padding: 0; line-height: 35px; } .navbar-inverse .main-navigation ul > li { display: inline; margin-right: 20px; margin-top: 20px; } .navbar-inverse .main-navigation > ul > li:last-child { margin-right: 0 !important; } .navbar-inverse .main-navigation > ul > li > a { color: #add8e6; padding: 0; line-height: 35px; } .navbar-inverse .navbar-nav ul.sub-menu { display: none; position: absolute; top: 100%; background:#fff; width:200px; box-shadow: 3px 3px 2px rgba(50, 50, 50, 0.08); } .navbar-inverse .navbar-nav ul.sub-menu { margin:0; } .navbar-inverse .navbar-nav ul.sub-menu ul.sub-menu{ position: absolute; left:100%; top:0; } .navbar-inverse .navbar-nav ul.sub-menu li { float: none; position: relative; list-style:none; padding:10px; } .navbar-inverse .navbar-nav ul.sub-menu li a { color:#404040; } .navbar-inverse .navbar-nav ul.sub-menu li:hover > a { color:#e96656; } .navbar-inverse .navbar-nav li:hover > ul.sub-menu { display: block; } .navbar-brand { height: 76px; position: relative; line-height: 45px; } .current a { color: #e96656 !important; position: relative; outline: none; } .current:before { position: absolute; margin: auto; z-index: 1; content: ""; width: 75%; height: 2px; background: #e96656; bottom: 0px; left: 12.5%; } .navbar-inverse .navbar-nav>li>a:hover { color: #e96656; outline: none; } .navbar-toggle { border: 0; background-color: #808080; margin-top: 23px; } .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus { background-color: #e96656; filter: alpha(opacity=100); opacity: 1; box-shadow: none; } .navbar-toggle.active{ background-color: #e96656 !important; } .navbar-toggle.collapsed{ background-color: #808080 !important; }Forum: Themes and Templates
In reply to: [Zerif Lite] The Menu Bar is looking strangeHaha! Okay I’ll take that recommendation.
Thank you!
Forum: Themes and Templates
In reply to: [Zerif Lite] Changing the H1, h2, color, sizeYes that worked!
Thank you!