Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Mohammad –
I’m well aware of where custom CSS goes. What I’m asking is how I tell Supreme to switch to the mobile menu at a different width than where it currently changes. I believe that’s a javascript trigger, not CSS. Am I incorrect?
June 6, 2013 at 4:14 pm in reply to: Limit categories on "next" and "previous" portfolio navigation? #7388Hi Ed, I have installed and activated the plugin, and no changes. This particular video is only in one category which has several items. Still can’t understand why the code isn’t working, Any thoughts?
<div class="pagination-wrap portfolio-pagination full-width clearfix">
<div class="nav-previous"><?php next_post_link(__('<i class="icon-chevron-left"></i> <span class="nav-text">%link</span>', 'swiftframework'), '%title', TRUE); ?></div>
<div class="nav-next"><?php previous_post_link(__('<span class="nav-text">%link</span><i class="icon-chevron-right"></i>', 'swiftframework'), '%title', TRUE); ?></div>
</div>June 5, 2013 at 9:48 pm in reply to: Limit categories on "next" and "previous" portfolio navigation? #7279Cosmin –
The only thing I can think of is having the portfolio items in more than one category.
Thanks Cosmin, that fixed it!
June 3, 2013 at 4:19 pm in reply to: Limit categories on "next" and "previous" portfolio navigation? #6935Understood, however I’ve made sure that there were multiple posts. Was there anything wrong with the code I pasted?
The only other issue I could think of is that many of my portfolio items belong to multiple categories. Would that break it?
http://designpointdev.com/RDCWP/portfolio/the-recommendation/
Hi Cosmin –
I appreciate the help, this has made the links SEO friendly, but I’m still hoping that I can change the URL structure from “Portfolio” to “Projects”. What line would I change for that? Thanks!
May 31, 2013 at 5:18 pm in reply to: Limit categories on "next" and "previous" portfolio navigation? #6729OK, so I added TRUE to the lines on 177 and 178 but instead of limiting the categories, it eliminated the links entirely. Here’s one of the lines, so you can tell me if I did this correctly or if I screwed it up.
<div class="nav-previous"><?php next_post_link(__('<i class="icon-chevron-left"></i> <span class="nav-text">%link</span>', 'swiftframework'), '%title', TRUE); ?></div>
Thank you, that fix worked.
Followers of this thread should know that although I value this theme and intend to use it on another project, I had to abandon it in favor of another for Wear&TearKits.com. Its a great theme and will use it for a different project in the future.
Thank you Cosmin,
PaulHi Cosmin –
To clarify, I’m not talking about the right arrows. I’m talking about the little arrow that follows the selected top menu item in the main navigation.
-
Posted in: We hit Power Elite.