Forum Replies Created
-
AuthorPosts
-
Participant
Hi,
I just tried the fix above and I’m afraid it doesn’t work.
Neither the function, not the CSS.We are using Novella, and I have added:
function example_callback( $args ) { if ($args['minheight'] == '260px') { // if set to default, change the default value $args['minheight'] = '60px'; } return $args; } add_filter( 'aesop_chapter_defaults', 'example_callback' );
to our functions.php inside Novella.
The result:
Parse error: syntax error, unexpected ‘add_filter’ (T_STRING), expecting function (T_FUNCTION) in /themes/novella/functions.php on line 65I said OK, I will add the min-height to each chapter as we need to publish an article soon. Setting the min-height to 60px does not work, so I overrode the CSS as indicated by you:
.aesop-article-chapter .aesop-cover-title { position:inherit; }
No luck, the 60px min height is still ignored, even when set on the chapter component.
I ended up adding.aesop-article-chapter { height: 60px !important; min-height: 60px !important; }
as we really need this fixed. Currently, the height is set to 736px??? Why?
Can we get around this? Thanks.
-
This reply was modified 4 years, 4 months ago by
Cosmin Bumbutz.
June 14, 2016 at 10:11 am
in reply to: Chapters link on Novella stopped working after update to ASE 1.7.7
ParticipantWhen will Novella 1.3.7 become available?
Thanks-
This reply was modified 4 years, 10 months ago by
Cosmin Bumbutz.
ParticipantHi Michael,
Any news regarding this issue?
Thanks
-
This reply was modified 5 years, 6 months ago by
Cosmin Bumbutz.
ParticipantHere is a link to a published story: https://teleleu.eu/peloponez-in-sezonul-camperelor/
Once the page is loaded, just press the arrow down on the keyboard. The page will scroll down to the next chapter. Press arrow down key again, next chapter and so on.
April 21, 2015 at 9:41 am
in reply to: Link to Chapters is visible before scrolling down
April 18, 2015 at 10:51 pm
in reply to: Link to Chapters is visible before scrolling down
ParticipantChrome and FF.
I’ve just noticed the workaround actually doesn’t work. Now Chapters are gone. Will not show up afer scrolling down.
April 16, 2015 at 10:58 am
in reply to: Link to Chapters is visible before scrolling down
ParticipantThanks, Michael. The workaround works.
Do you have any idea why it is happening?ParticipantHi,
There is only one gallery right at the end of the article. Here is the screen capture: https://tinypic.com/r/2rclwm1/8
Thanks
ParticipantNo, I tried every option there, excluding video. I want again just a simple title chapter, plain text, no video, photo. I does not work. At least for me.
ParticipantHi Jenny. Installing the theme again fixed the menu issue but not the collection component.
Here is a page with the collection component for a specific category: https://codobelci.ro/category-collection/
[aesop_collection collection="12" columns="3" splash="off"]
And here is a page with the collection component set with splash on: https://codobelci.ro/collection-splash/
[aesop_collection columns="3" splash="on"]
ParticipantJenny, I am sorry, my mistake. The theme did update correctly but then I uploaded a modified CSS from my computers. The CSS file was based on the first download of the theme. Again, sorry.
ParticipantThis happens on all pages or posts. In post, after I scroll down, the menu with chapters and menu is displaying OK.
ParticipantThanks, Jenny. I managed to change to font with the help of CSS but I thought there is a setting I am missing in the theme customization. I would gladly do the translation on POeditor, we started doing it locally, but I believe you have to add Romanian to the project. Let me know when you do so I can start. Thanks.
-
This reply was modified 4 years, 4 months ago by
-
AuthorPosts