• Resolved 温唯

    (@unbosomjam)


    I have no idea what happened to Slider Pack after updating to version 1.14 .
    Everything was fine yesterday, but after updating to version 1.4, I suddenly found all of the titles of [related posts] below the content added by Owl Carousel 2 are captured by toc plugin due to those posts titles have been set as H3 .
    It’s strange because the posts titles should be H1,thus I can set toc plugin to skip H1 , because I don’t want the TOC plugin to capture any post titles as table of content, but I have no idea why the [related posts] added by Owl Carousel 2 are set as H3.
    If it is possible to change the headings type in Owl Carousel 2 ?
    Please help me to resolve it.
    Thanks in advanced.

    • This topic was modified 5 years, 3 months ago by 温唯.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Piyush Patel

    (@piyushpatel123)

    Hi,

    Thanks for reaching out us.

    For your information, the H1 tag is one time on the page as per the WordPress and SEO standard. So, we can not give H1 tag in our plugin because of standard format.

    That’s why we have given H3 tag in our plugin and it can be used for multiple time in one page.

    Thanks.

    Thread Starter 温唯

    (@unbosomjam)

    But I’ve used TOC plugin to capture h2&h3 to generate toc , now after updating , Slider Pack give h3 to posts carousel added with Owl Carousel 2 , I don’t want TOC plugin capture those h3 of posts carousel .
    if is it possible to remove the headings to posts carousel?
    Now I’ve restored site to previous backup , if it would give headings to posts carousel , I dare not update it .

    Plugin Contributor Piyush Patel

    (@piyushpatel123)

    Hi,

    Thanks for reaching out us.

    We have given H3 tag in our plugin. So front-end side H3 tag comes by our plugin.

    Do you want to remove “Post Title”? If yes then put below CSS here: Appearance > Customize > Additional CSS on back-end side.

    .wp-spaios-owlslider-container .wp-spaios-title { display: none; }

    Please check and let me know.

    Thanks.

    Plugin Contributor Piyush Patel

    (@piyushpatel123)

    Hi,

    Thanks for reaching out us.

    Open below file from our plugin.
    Path: includes > design-files > post > design-1.php

    In the above file replace “h3” to “div” tag on line number 126. This is only for the owl-carousel slider.

    Please check this screenshot: https://prntscr.com/ozk6a3

    Please check and let me know.

    Thanks.

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello

    Any update, please.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Titles of related post added by Slider Pack captured by toc’ is closed to new replies.