Home Forums Product Support Jorgen Filters, timeline_stop, gallery…

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #2045
    Nicolas Becquet
    Participant

    Hi,

    I’ve got several questions and it may be rookie questions!

    1- I use [aesop_timeline_stop num="10"], it’s a list from 10 to 1. But, when I click on “10” in the bottom menu bar, it doesn’t go to 10, but upper in the page “Du Flac…”. Then 9 goes to 10… I don’t understand why, there’s not “timeline_stop” upper. If I add upper like “Top” as name, it works, but I don’t want to do so, just 10 to 1.

    2- Is it possible not to display the number of [aesop_timeline_stop num="10"]?
    I’ve tried to add css via Simple Custom CSS, but it doesn’t work.
    Am I doing something wrong?

    .aesop-timeline-stop h2 {
    display:none;
    }

    3- I would like to change the name of “Written by”, “Previous”, “Enlarge”, “Comments”… I don’t how “filters” work and how to change them.

    4- I’ve got troubles with preview, it loads long and I need to refesh the page to see the content. It’s the same when the article has been published.

    5- There are pictures that appear in gallery even if they’re not been added in the gallery self. Any idea? (Example: At the end of the text, gallery grid => the rotary printing machine is not part of the gallery).

    Here is the link, I’ve published the article to enable you to check.

    http://labo.mediatype.be/presse-top-10-des-tendances-a-ne-pas-suivre/

    Thank for helping a beginner!

    Nicolas

    #2162
    Jenny @ Aesop
    Keymaster

    Hi Nicolas!

    #1 This is actually a small bug with the scrollnav feature. I have logged this issue in our bug system. We’ll try to get a fix out asap. In the meantime, this CSS fix should work:

    
    .scroll-nav__section {
      padding-top: 5%;
      margin-top: -5%;
    }
    

    #2 Close! Try:

    
    h2.aesop-timeline-stop {
      display: none;
    }
    

    #3 When writing PHP code to use with a theme, I recommend using a plugin like Code Snippets to save your PHP (https://wordpress.org/plugins/code-snippets/). Using this plugin, your PHP code will be safe and will not be overwritten with Aesop updates.

    Nick wrote up an awesome tutorial on filters too. You can check it out at https://aesopstoryengine.com/tutorials/using-aesop-filters/.

    To change the “Written by” text in Jorgen, use the following code:

    
    add_filter("my_written_by","jorgen_written_by");
    
    function my_written_by() {
      return "New Text";
    }
    

    Just replace “New Text” with your desired text, including the author names.

    #4 I’m not sure what you mean by this. Can you provide an example? Have you tried in multiple browsers (in case it’s a browser issue)?

    #5 I can’t find the gallery on the page so I’m not sure which one you’re talking about. My suggestion is to make sure it isn’t included in the WP Gallery and be sure you’ve used the correct shortcode in your post (ex: [aesop_gallery id="150"])

    Hope this helps!

    #2186
    Nicolas Becquet
    Participant

    Unfortunately,

    – nothing happens when I’ve added your CSS code via Simple CSS…
    – Since I’ve your PHP code, all the “aesop_chapter label” disappeared ! And the size of the Youtube video changed, even if the code has not changed (“with=”700px”)
    – I’ve desactivated Code Snipets et Simple CSS, but problems still the same. I really need help! 🙁

    One more question, I’ve just bought Aesop Social but I don’t see any share buttons in the article? I hope It’ll be so.

    http://labo.mediatype.be/presse-top-10-des-tendances-a-ne-pas-suivre/

    Thx

    Nicolas

    #2218
    Nicolas Becquet
    Participant

    Hi,

    Every thing is back correctly, I’ve desinstalled Snippets plug-in. It was certainly a mispelling when I’ve added the code (my fault). New CSS code is also Ok.

    But…

    1- The PHP code added via Snippets isn’t displayed: Written by still… (I’ve activated the each snippets)
    2- I didn’t find “Previous”, “comments” in the whole page of filters.
    3- The problem with [aesop_timeline_stop num="..."] has’nt been resolved by the piece of CSS code. No matter, i’ll delete it and use Front Page Header for the navigation.
    4- I’d like to add “share buttons” right in the article. I thought Aesop Social was made for this purpose, but it doesn’t look so (Even on the Front Page Header). Am I wrong? How to?

    Thank for your help!

    Nicolas

    #2234
    Jenny @ Aesop
    Keymaster

    Hi Nicolas! Thanks for your reply. Glad the CSS code is ok. 🙂

    #1 & #2 My mistake on this one! Jorgen doesn’t have those filters added yet but we will get them added in an update asap.

    #3 Okay. Sorry I couldn’t be of more help here.

    #4 More information on Aesop Social is at https://aesopstoryengine.com/library/aesop-social/. It is a great way to ensure your titles, post meta, and images are displayed properly when shared on social networks. Further information is available in our docs at https://aesopstoryengine.com/product-documentation/ (just click Plugin | Social). It’s also used to let your readers know where to follow you. There are several social sharing plugins available at https://wordpress.org/plugins/search.php?q=social+sharing&sort=. I have personally used “Social Sharing Toolkit” but not any others.

    Hope that helps!

    #2237
    Nicolas Becquet
    Participant

    Thanks Jenny.

    I hope it’ll be possible soon to use filters on the Jorgen Theme.

    To be honest, I’m disappointed by Aesop Social. For 15 $, I expected it includes “share buttons” with the look and feel of this great Jorgen design.

    Anyway, thanks for your reactivity and your help!

    Nicolas

    #2239
    Nicolas Becquet
    Participant

    I tried Social Sharing Toolkit, but it doesn’t work. The share buttons are not display on the article. Did you try with Jorgen Theme?

    #2257
    Jenny @ Aesop
    Keymaster

    Hi Nicolas! Just a heads up, the filters will be in the next release of Jorgen.

    I am testing out the Social Sharing Toolkit in Jorgen now. I will report back. 🙂

    #2258
    Jenny @ Aesop
    Keymaster

    Ok, reporting back! 🙂

    Social Sharing Toolkit does work fine with Jorgen. You need to do two things to set up the plugin otherwise it has nothing to display:

    1. Settings –> Social Sharing Toolkit –> General Settings: Select something for “Button location”. SAVE.
    2. Settings –> Social Sharing Toolkit –> Content: Check the boxes for the social sharing platforms you want to use. Then pick a “Button orientation” at the bottom. SAVE.

    Refresh your site and you’ll see the icons!

    Note: If you choose “horizontal” for the “Button orientation”, the icons will be floated to the left of the page, if you want to center them, use the following custom CSS code:

    
    .mr_social_sharing_wrapper {
      text-align: center;
    }
    

    And as a final note, please send me an email to jenny (AT) aesopinteractive.com – I have something for you!

    #2517
    Jenny @ Aesop
    Keymaster

    Since we’re working together via email, I’m marking this topic as resolved.

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.