Forum Replies Created
-
AuthorPosts
-
ianmatt
MemberI am not using taxonomies. I am using the post type plugin.
ianmatt
MemberIs this what I am needing?
http://codex.wordpress.org/Function_Reference/wp_enqueue_scriptianmatt
MemberAWESOME! Would you be able to help me with what the conditional should look like for SERVICES post type? I can then follow suite for the others. Where or what php page does the conditional go?
ianmatt
MemberMorning Jamie, wondering if you got a chance to view both of those links and if you have any ideas. This small problem is driving me crazy. Thanks
hover working : http://www.daydreamit.com/dev/milpond-2/portfolio/
hover not working: http://www.daydreamit.com/dev/milpond-2/portfolio-type/services/
ianmatt
MemberHey Brad were you able to view those two links by chance? Any thoughts on whats going on? This is bugging the heck out of me. thanks
ianmatt
MemberThis is the code added to the functions.php that is working fine for the portfolio archive page.
//* Enqueue portfolio image hover script
add_action( 'wp_enqueue_scripts', 'portfolio_image_hover_enqueue_script' );
function portfolio_image_hover_enqueue_script() {if ( !is_post_type_archive( 'portfolio' ) ) {
return;
}I have tried modifying this to make it work for the other portfolio type pages but its not working. What would be the proper php?
http://www.daydreamit.com/dev/milpond-2/portfolio-type/services/
ianmatt
MemberI have it working on the main portfolio archive template page. It just wonk work on the portfolio custom post type archive pages. So stumped. here is both pages.
http://www.daydreamit.com/dev/milpond-2/portfolio/
http://www.daydreamit.com/dev/milpond-2/portfolio-type/services/
ianmatt
MemberThat totally worked thanks so much. any chance you might be able to see why the javascript is only working on the main portfolio post page and not the portfolio custom type pages? so confusing.
ianmatt
MemberHey Jamie check this out. I have the hover effect and the title are showing on the main portfolio archive BUT none of it is working on the custom portfolio archive pages. I'm sure this is an easy fix just not sure how. can you help? Here is both links.
http://www.daydreamit.com/dev/milpond-2/portfolio/
http://www.daydreamit.com/dev/milpond-2/portfolio-type/services/
ianmatt
MemberI have this css in place but it is now working for portfolio custom archive pages.
.entry-title {
font-size: 20px;
line-height: 1;
display: none
}.post-type-archive-portfolio .entry-title {
display: block;
}http://www.daydreamit.com/dev/milpond-2/portfolio-type/services/
ianmatt
MemberThanks so much that worked for the 3 columns. I ended up following this tutorial that guided me through using the portfolio option. I think I may be too far along to go back to the regular posts option...? http://sridharkatakam.com/adding-portfolio-type-taxonomy-minimum-pro/
ianmatt
MemberHey Tonya hope you are well, wondering if you might peek at this quickly. Somehow I lost my 3 columns back to two. And I had css for titles to only display on portfolio pages but they are gone now. not sure what I did. thanks so much.
http://www.daydreamit.com/dev/milpond-2/portfolio-type/services/
ianmatt
MemberJust one other thing, now that I have the post types working I have lost my 3rd row and the titles are gone for each posting page.
ianmatt
MemberI dont know how to view the private reply you posted
ianmatt
MemberHi jamie so I think everything is working fine however the one thing that is really getting me bad is having the word portfolio in the URL. You mentioned updating my them would kill all my posts in the future, how would you treat this?
ianmatt
MemberHi Jamie thank you. so last night I followed this tutorial to the T. I still am not getting it to work. Would it be easier for you to be able to login to my site and see what I have set up? I cant figure out why my service page is reading services-3 in the url...
http://www.daydreamit.com/dev/milpond-2/services-3/ianmatt
MemberHI jamie, wondering if you could check something out. I followed the tutorial but am seeing a few problems. My custom page templates are not showing up as options when i create a new page. One of my page templates is names category-services.php The other is category-success.php , I posted a blog post in the new catagory services. If you got to this page in th url bar you can see the post on the page but it is not displaying the featured image. http://www.daydreamit.com/dev/milpond-2/services/
Any idea what I am doing wrong? thanksianmatt
Membercool thank you i will review the tutorial and go from there. Would using that method prevent me from being able to implement a type of category sorting in the future?
ianmatt
MemberJamie thank you SOOOOO much this is awesome. The ONE thing I am totally stuck on is if I change PORTFOLIO to SERVICES I won't be able to update the child theme and I will loose all the current posts. Would you be able to advise me on a different solution perhaps? I basically need to ability to display several different portfolio pages. I assume this will work by using portfolio categories. Thoughts?
ianmatt
MemberThanks Brad, I see that in the functions.php. So if I wanted to have a portfolio page for SERVICES and then also have a different portfolio page for SUCCESS STORIES how would I go about doing that? thanks so much. My only other problem is having the titles display on the portfolio thumbnails and not anywhere in the rest of the site.
-
AuthorPosts