• Resolved jmmari

    (@jmmari)


    Hi i’m using editorial theme on my website. How to set the slider image automatically run for every 10 sec? and how to set the paragraph spacing in post?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello jmmari,

    About slider image you should edit some code in core as well for post’s paragraph spacing.

    Thanks,

    Thread Starter jmmari

    (@jmmari)

    Hi,

    Where can i find the code of the slider?

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello jmmari,

    If you can edit the jquery code than go to assets/js/custom-scripts.js file line no 17.

    Thanks,

    Thread Starter jmmari

    (@jmmari)

    Hi,

    I couldn’t find assets/js/custom-scripts.js file in my cpanel

    Thanks

    • This reply was modified 8 years, 2 months ago by jmmari.
    Theme Author Mystery Themes

    (@mysterythemes)

    Hello there,

    Here is full path

    wp-content/themes/editorial/assets/js/custom-scripts.js

    Thanks,

    Thread Starter jmmari

    (@jmmari)

    Hi,

    here is the code from line 16-22
    // Slider
    jQuery(‘.editorialSlider’).bxSlider({
    pager: false,
    controls: true,
    prevText: ‘<i class=”fa fa-chevron-left”> </i>’,
    nextText: ‘<i class=”fa fa-chevron-right”> </i>’
    });
    ——————–
    i added this code but the slide goes up and down not left and right.
    minSlides: 1,
    maxSlides: 1,
    speed: 3000,
    mode: ‘horizontal’,
    auto: true,

    Thanks

    • This reply was modified 8 years, 2 months ago by jmmari.
    Thread Starter jmmari

    (@jmmari)

    Hi,

    Now its working, thanks for the help, maybe it didn’t refresh immediately.

    Thanks

    Thread Starter jmmari

    (@jmmari)

    Hi,

    how about the paragraph spacing, where to change the code?

    Thanks,

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Slider Image and Paragraph spacing’ is closed to new replies.