carn21
Forum Replies Created
-
To specify, I would like the ability to have products I choose be at the top. Right now I have products filtered by length, but there are cases where I’d like to select a product to showcase above other products in the 1-6 positions.
Do you have a working example of this? I’d like a user to be able to filter posts by different parameters.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Description Formatting and WordwrappingI finally got this figured out:
in “month.twig” using:
{{ event.filtered_title | truncate (20) | raw }}between: <span class=”ai1ec-event-title”> </span> fixed the issue.
This gets rid of the white overlay on images in Posterboard…
.ai1ec-posterboard-view .ai1ec-event-wrap {
opacity: 1 !important;
}- This reply was modified 8 years, 4 months ago by carn21.
So just to confirm, categories ignore the parent/child? Anyway to add sub-categories?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Description Formatting and Wordwrappinghttps://dobcalendar.staging.wpengine.com
Right now I added “nowrap” to the <td> just so it doesn’t spill out, but you can see it’s truncated mid-word. (try monthly view)Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Description Formatting and WordwrappingIt’s event titles that are not wrapping and breaking out of their container in the Month, week and day views.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Change category taxonomy nameNice.
- This reply was modified 8 years, 5 months ago by carn21.
Forum: Themes and Templates
In reply to: Replace Header with Parallax effectO sorry. I swapped the position of the nav and the header. I have the nav as a fixed position element at the top, so the page scrolls behind it. What I’d like to do is insert a parallax effect below the nav, so that when you scroll down the page, it engages the parallax effect.
Forum: Themes and Templates
In reply to: Replace Header with Parallax effectI’ve actually already created a child theme and have gotten everything looking how I want to. I would just like to have a section of images using a parallax effect below the nav where the header images are. Don’t know the best way to go about doing that.