• Resolved verseleo

    (@verseleo)


    Hello @phillip2532,

    Congrats! This is the first topic. ??
    Thanks for the simple and great plugin.

    I need to add a title for the carousel for example: “Latest News”.
    How to do it?

    Thanks again.

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

    (@phillip2532)

    Hi verseleo (@verseleo)

    Sorry but at the moment there is no way to add a title for the carousel, however, I will add this as an option to the next update.

    Also if there are other things that you would like to see added to the carousel, please let me know.

    Regards
    Phillip

    Thread Starter verseleo

    (@verseleo)

    Hi @phillip2532

    You’re welcome! Thanks for the reply.
    With pleasure! I would like to improve the performance of the plugin and share my idea with you.

    1. Number of Total posts to show. (I changed it from relevant PHP file)
    2. Specify the image size. (I changed it from relevant PHP file)
    3. Add an option for the carousel direction to RTL. fix by the below code:

    .owl-carousel,
    .bx-wrapper { direction: ltr; }
    .owl-carousel .owl-item { direction: rtl; }

    4. Carousel Title (this is the most important option right now :-)) on the field, any help can be useful. I know a little bit of change in PHP codes. But I don’t know where should I put it.

    Regards.

    Plugin Author phillip2532

    (@phillip2532)

    Hi verseleo (@verseleo)

    Thank you for these good suggestions.
    I will try to implement them in the next update.

    Regards
    Phillip

    Plugin Author phillip2532

    (@phillip2532)

    Hi Hi verseleo (@verseleo)

    I forgot to ask, are you using the plugin as a shortcode or as a SiteOrigin widget?

    Regards
    Phillip

    Thread Starter verseleo

    (@verseleo)

    Hi @phillip2532

    I’ve tested it with the shortcode.
    I think that if the plugin did not support the SiteOrigin, it could even be more Lightweight.
    Many users don’t use the SiteOrigin widget.

    Regards

    Plugin Author phillip2532

    (@phillip2532)

    Hi verseleo (@verseleo)

    I have updated my plugin so that you can add a title to each carousel using the shortcode. for example [paj-owl-slider title=’My Carousel Title’], however I am not yet ready to upload these changes to wordpress but if you wish I can email you the updated php file with the changes marked. There are 5 changes.

    Regards
    Phillip

    Thread Starter verseleo

    (@verseleo)

    Well done, it’s perfect now! Thanks, dear Phillip.
    If you want to check for possible bugs on the new changes, no problem. I can wait for the update from the WordPress repository.

    Regards

    Plugin Author phillip2532

    (@phillip2532)

    Hi verseleo

    I have uploaded my plugin to the wordpress repository. You will now be able to add a title to your carousel.
    To add the title you can use the shortcode [paj-owl-slider title=’My Carousel Title’]

    You can style the title by adding a style for the class h2.paj-carousel-title

    Kind Regards
    Phillip

    Thread Starter verseleo

    (@verseleo)

    Hi dear Phillip,

    Thank you very much, your support is greatly appreciated.
    I will try it and let you know if there is something else.

    Thanks again
    Best Regards

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Carousel Title’ is closed to new replies.