• Resolved cstvnl

    (@cstvnl)


    Hi! I love the plugin.

    Is it al?so possible to let the ticker float?
    I would like to have it visible at the bottom of every page.

    Is that an option?

    Regards,
    Susana.

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author metaphorcreations

    (@metaphorcreations)

    Yes, this is possible with a little custom css. Add the following to your Appearance > Customize > Additional CSS screen:

    .ditty[data-id="20474"] {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
    }
    #gtranslate_wrapper {
        bottom: 25px !important;
    }

    I also added a bit of css to push the Google Translate flags up slightly to match the spacing of the notification bell.

    Let me know if you have any issues with this.

    Thread Starter cstvnl

    (@cstvnl)

    Hi!

    Awesome, it works.
    I have it on the frontpage now. Can I also have it under every post or on the whole wbesite?
    .
    Thank you so much for the quick help.

    Susana.

    Thread Starter cstvnl

    (@cstvnl)

    Maybe useful to add:

    I used a shortcode which I placed on the frontpage.
    But Elementor does not let me make a template for the posts. The theme does not let me.

    Or maybe it is possible but I do not know how.

    Susana.

    Plugin Author metaphorcreations

    (@metaphorcreations)

    Instead of using a shortcode to add your Ditty you can add it with a Global Ditty. Check out this documentation: https://www.metaphorcreations.com/article/ditty/general/global-ditty-rendering/

    For your specific instance, set the the HTML Selector to body and set the Position to End of Element.

    This will add your ticker to all pages on your site.

    Thread Starter cstvnl

    (@cstvnl)

    Thanks for the answer.

    Before I do that, can I leave the CSS code you gave me so it will be visible as sticky at the bottom of every page?

    Thanks again!
    Susana

    Thread Starter cstvnl

    (@cstvnl)

    Actually I think I should rephrase my question.

    I do not want to have it anywhere on my website.
    Just on the frontpage, my posts and some pages.

    So I assume I have to put the shortcode with a Widget?
    Or in the Customizer? I hope I don′t ask stupid questions.

    Regards,
    Susana.

    Plugin Author metaphorcreations

    (@metaphorcreations)

    You can use multiple html selectors with your global Ditty. In the HTML Selector field add:

    .home, .single-post, .page-id-13649

    This targets 3 classes that are added to the body element. .home is a class added to the home page. .single-post is added to all single blog posts, .page-id-13649 targets a specific page with the ID 13649.

    You should be able to target any set of single pages/posts or types of pages/posts by using the various classes added to the body element of your pages.

    Also, yes, you can still use the same CSS I gave you before.

    Thread Starter cstvnl

    (@cstvnl)

    Thanks a lot.
    I have some difficulties. I am not so savvy.

    Is there a possibility you can do it for me? (for a payment ofcourse)

    To make it easy I want it on all pages as it is now at the homepage.

    Or is that a strange question?

    support at commonsensetv dot nl

    Plugin Author metaphorcreations

    (@metaphorcreations)

    I can help you out if you need. If you do want it to display on all pages, you can just use the instructions I initially posted here: https://www.ads-software.com/support/topic/possible-to-let-ticker-float/#post-16020802

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Possible to let Ticker float?’ is closed to new replies.