• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

ianmatt

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 20 posts - 1 through 20 (of 32 total)
1 2 →
  • Author
    Posts
  • September 11, 2014 at 12:46 pm in reply to: titles not showing on portfolio #123994
    ianmatt
    Member

    I am not using taxonomies. I am using the post type plugin.

    September 11, 2014 at 12:10 pm in reply to: titles not showing on portfolio #123988
    ianmatt
    Member

    Is this what I am needing?
    http://codex.wordpress.org/Function_Reference/wp_enqueue_script

    September 11, 2014 at 11:57 am in reply to: titles not showing on portfolio #123977
    ianmatt
    Member

    AWESOME! 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?

    September 11, 2014 at 9:40 am in reply to: titles not showing on portfolio #123940
    ianmatt
    Member

    Morning 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/

    September 11, 2014 at 9:38 am in reply to: Captions on Hover not working #123938
    ianmatt
    Member

    Hey 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

    September 10, 2014 at 4:44 pm in reply to: titles not showing on portfolio #123841
    ianmatt
    Member

    This 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/

    September 10, 2014 at 4:17 pm in reply to: Captions on Hover not working #123837
    ianmatt
    Member

    I 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/

    September 10, 2014 at 4:15 pm in reply to: titles not showing on portfolio #123836
    ianmatt
    Member

    That 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.

    September 10, 2014 at 3:12 pm in reply to: titles not showing on portfolio #123829
    ianmatt
    Member

    Hey 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/

    September 10, 2014 at 1:26 pm in reply to: titles not showing on portfolio #123803
    ianmatt
    Member

    I 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/

    September 10, 2014 at 1:21 pm in reply to: titles not showing on portfolio #123801
    ianmatt
    Member

    Thanks 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/

    September 10, 2014 at 12:16 pm in reply to: home slider on minimum pro? #123788
    ianmatt
    Member

    Hey 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/

    September 10, 2014 at 12:12 pm in reply to: titles not showing on portfolio #123787
    ianmatt
    Member

    Just 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.

    September 10, 2014 at 10:33 am in reply to: titles not showing on portfolio #123759
    ianmatt
    Member

    I dont know how to view the private reply you posted

    September 10, 2014 at 10:01 am in reply to: titles not showing on portfolio #123751
    ianmatt
    Member

    Hi 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?

    September 10, 2014 at 9:21 am in reply to: titles not showing on portfolio #123744
    ianmatt
    Member

    Hi 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/

    September 9, 2014 at 9:30 pm in reply to: titles not showing on portfolio #123681
    ianmatt
    Member

    HI 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? thanks

    September 9, 2014 at 4:53 pm in reply to: titles not showing on portfolio #123659
    ianmatt
    Member

    cool 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?

    September 9, 2014 at 3:01 pm in reply to: titles not showing on portfolio #123640
    ianmatt
    Member

    Jamie 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?

    September 9, 2014 at 8:54 am in reply to: minimum portfolio change #123578
    ianmatt
    Member

    Thanks 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.

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 32 total)
1 2 →

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble