kmjwpdesign
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page navigation – subsite to new siteQuestion, I’ve gotten the redirect to work on valleyforgeaudubon.org/bfn/pdf/recommendedPlants031410FINAL.pdf to new.valleyforgeaudubon.org/back-yards-for-nature/recommended-plants/ using
Redirect 301 /bfn/pdf/recommendedPlants031410FINAL.pdf https://new.valleyforgeaudubon.org/back-yards-for-nature/recommended-plants/
but it doesn’t seem to work for hyperlinks in a blog post (backyardsfornature.org/?p=1003 see recommended shrubs or native tree links in post) is this because I would have to add the blog post URL?
Thanks!
Forum: Plugins
In reply to: [Redirection] PDFs Not RedirectingI’m having the same issue I think. Following to see resolution.
Forum: Fixing WordPress
In reply to: Page navigation – subsite to new siteGo it, was easier than I thought! Thanks!
Forum: Fixing WordPress
In reply to: Main Navigation – Move a few items to rightok so I tried it
.main-navigation { width: 100%; } li.id menu_item_808 { Float: right; }
and I don’t see a change?
Thanks for your help!Forum: Fixing WordPress
In reply to: Main Navigation – Move a few items to rightWhen I look at line 918 here’s what I see:
.css( { 'background-image' : 'url("' + src_item.attr( 'src' ) + '")', 'background-size' : '100% 100%', 'background-position' : 'center center'
Is that right? Sorry I am a noob ??
Forum: Developing with WordPress
In reply to: Header ButtonsI’ll try to get it working. I’ve also added these items to the menu and am hoping to get them right justified. I will post back once I have gotten the HTML added. Thanks!
Forum: Developing with WordPress
In reply to: Header ButtonsI’m really struggling to get this into a secondary nav. Not sure what I am doing wrong. I’ve added it after the main nav. and it either keeps showing above or not at all.
Forum: Developing with WordPress
In reply to: Header ButtonsThanks bcworkz.
I’ve added the HTML and I’m having problems with the placement of the Get Involved and Volunteer links. They seem to be all over. I used
.secondary-nav. inline-list { float:right; padding-top: 18px; }
and it did nothing. Any help is greatly appreciated!
Forum: Developing with WordPress
In reply to: Header Buttonsnew.valleyforgeaudubon.org is the site I’m working on.
johnjames.audubon.org is the site that I am trying to replicate the buttons from. I am new to CSS but am figuring it out, I just need help from you nice people from time to time ?? Here is the code from the john j site
Where We Are
<li class=”action-nav-item action-nav-item”>
Donate
<li class=”action-nav-item action-nav-item”>
Get Involved<ul class=”secondary-nav inline-list”>
<li class=””>
Volunteer
<li class=””>and the css:
ul.action-nav.inline-list {
float: right;
padding-top: 18px;
}
.inline-list li {
display: inline-block;
vertical-align: middle;
}
.button.tomato {
background-color: #f15936;
border-color: #dd360f;
color: white !important;
border-radius: 3px;
}
.button.small {
padding: 5px 10px;
font-size: 17px;
font-size: 15px;
}Thank you!!!
Forum: Developing with WordPress
In reply to: Header ButtonsGot it, I did create a child and found some code from a sister site that I can use. I’m having trouble figuring out the CSS to configure placement on the header any one willing to help? Thanks!!
Forum: Themes and Templates
In reply to: Adding Social Media Icons on headerWhat was your fix, thedatacrawler?
Forum: Fixing WordPress
In reply to: Add new site?Thanks!
Forum: Fixing WordPress
In reply to: Add new site?How do I find out if I can through the host? I am taking over this site and the client wants me to create a new one from scratch. Also, do you have info on the htaccess file? Thanks!
Forum: Fixing WordPress
In reply to: Looking for a themeGood idea, thanks!
Forum: Fixing WordPress
In reply to: Revert to old theme – Help!!!Yes they are there, you saved me! Thanks