Cannot view/edit anymore Default Page Attributes [Blog_Entry]
Permalink
Hello everybody.
this thing is driving me crazy.... O__O
I can't find anymore default page attributes, when I'm use Composer:
Passages are:
This page of type "Blog Entry" does NOT contain ANYMORE these default attributes:
1) thumbnail image
2) the content
I see only attributes like basic Informations such as Meta Title, Meta Description and so on, but there are no more main attributes, default attributes that BY DEFAULT this kind of page has.
I am able to add custom page attributes, going for example in this page
and then manage my custom attribute of a page, BUT that is NOT what I want, I want default attributes of Blog_Entry come back !
I don't know what I have done to lost default attributes of this page (adding .php file, manipulating others things via dashboard)
I'm going crazy, and don't know waht to do at all.
Thank you very very much
[My theme is a derivation of Bootswatch - It worked all fine for two months, since the begin of the project. Now I have done some mysterious error)
this thing is driving me crazy.... O__O
I can't find anymore default page attributes, when I'm use Composer:
Passages are:
Composer > Write > Blog_Entry
This page of type "Blog Entry" does NOT contain ANYMORE these default attributes:
1) thumbnail image
2) the content
I see only attributes like basic Informations such as Meta Title, Meta Description and so on, but there are no more main attributes, default attributes that BY DEFAULT this kind of page has.
I am able to add custom page attributes, going for example in this page
dashboard/pages/attributes/attribute_updated/
I don't know what I have done to lost default attributes of this page (adding .php file, manipulating others things via dashboard)
I'm going crazy, and don't know waht to do at all.
Thank you very very much
[My theme is a derivation of Bootswatch - It worked all fine for two months, since the begin of the project. Now I have done some mysterious error)
Hello HostCo,
thank u for your quikly answer, I didn't resolve.
Still do Not See Anymore DEFAULT Blog Content fields (it had handle named Main, mabe) and other default fields while I compose with the composer a PAGE of the page type BLOG ENTRY.
Another Question for a workaround:
Is there a method to edit contents BOTH in composer AND while editing block content inside a page?
We all know that: We can Edit a page using Composer.
I added a field name: MyContent (html content - advanced editor)
I specify for this the handle my_content
I can VIEW this content writing this code inside blog_entry.php :
But I don't know if is possible, and how, EDIT my_content ALSO using a block, an Area,
after an administrator user logged in and wants to modify the page.
(P.S. I don't have the voice "Composer Settings" in the pop-up you said)
Thank you for the time you will reserve to me, I'll appreciate so much :p
Roby
thank u for your quikly answer, I didn't resolve.
Still do Not See Anymore DEFAULT Blog Content fields (it had handle named Main, mabe) and other default fields while I compose with the composer a PAGE of the page type BLOG ENTRY.
Another Question for a workaround:
Is there a method to edit contents BOTH in composer AND while editing block content inside a page?
We all know that: We can Edit a page using Composer.
I added a field name: MyContent (html content - advanced editor)
I specify for this the handle my_content
I can VIEW this content writing this code inside blog_entry.php :
$c->getCollectionAttributeValue('my_content'));
But I don't know if is possible, and how, EDIT my_content ALSO using a block, an Area,
after an administrator user logged in and wants to modify the page.
(P.S. I don't have the voice "Composer Settings" in the pop-up you said)
Thank you for the time you will reserve to me, I'll appreciate so much :p
Roby
Here you set the attributes that you would like to display in composer.
Dashboard > Page Types > Blog Entry > Composer
Here you set the blocks that you would like to appear for this page type and in composer.
Dashboard > Page Types > Blog Entry > Defaults
After adding a block to the page, click on it and from the popup select "composer settings".
Check "include block in composer" then update.
Hope this helps