Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Cedric W Member
@horussky · Joined 8 years ago · 34 posts · 7 topics · 2 reputation
Badges
Recent posts
-
Navigation | A way to create a field/array that replaces the page.title but outputs remaining titles if null
· 8 years ago
Thanks @paul for sending me in the right direction. I think I was overthinking it. What I wanted to do was trying to create a Slug-type field for the Page Title; Because the Page Title also serves for
-
Navigation | A way to create a field/array that replaces the page.title but outputs remaining titles if null
· 8 years ago
I've created a simple text field header.new_page_title I want to use this field to serve as a page title overwrite. For example. In the admin there is a Title field that also serves as the front-end
-
A Way to Override Page Media Field within Custom Blueprint or Route media to custom folder?
· 8 years ago
@dimitrilongo This worked for me. {% for image in header.overview.page_cta %} {% set myimagepath = '/' ~ image.path %} <div class="topcontent" style="background-image: url({{ myimagepath }})">&
-
A Way to Override Page Media Field within Custom Blueprint or Route media to custom folder?
· 8 years ago
@paul or @dimitrilongo So now I have my custom upload field working. It's uploading to the correct file folder. Now I'm trying to pull the image file from the folder on the front end and it seems dif
-
A Way to Override Page Media Field within Custom Blueprint or Route media to custom folder?
· 8 years ago
Thanks @dimitrilongo and @paul unset worked like a charm.
-
A Way to Override Page Media Field within Custom Blueprint or Route media to custom folder?
· 8 years ago
Is there a way to override the Page Media field in the admin or change the destination of the file being uploaded? By default I see the the media file is uploaded to the pages folder, but is there a w
-
Outputting data from custom fields
· 8 years ago
I think I figured out my issue. I wasn't prefixing my fields with "header." so my data wasn't storing. Therefore I couldnt see my data. Once I prefixed the field like so in my blueprint, header.overv
-
Outputting data from custom fields
· 8 years ago
Im sure this is a very rudimentary question, but I am having issues outputting data stored from my custom fields. Is there something I am missing when trying to output data from a custom text form fie
-
Page Blueprint Issues | Fields/Tabs not showing up
· 8 years ago
Ah, thanks. I think I have a better understanding now @paul . 👍
-
Page Blueprint Issues | Fields/Tabs not showing up
· 8 years ago
This may be a dumb question, but can you have more than one custom Tab? I have the Disclosure tab showing as intended but if I wanted to add say a Features tab as well, is that possible? Or do I have