• Resolved roryrory

    (@roryrory)


    Hello
    Is it possible to get only the content of a FAQ without the title.
    Something like [faq p=442 onlycontent] or using <div id=”faq-faq-442″>FAQ 442</div>;
    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Support Upendra Kapse

    (@wpupen)

    Hello,

    I am afraid there is no direct way to just display the content with the shortcode parameters.

    But you can achieve this by doing some tweaks in the code. First, you can hide the title by adding this custom CSS into your Additional CSS section under Appearance>> Customize:

    .arconix-faq-title {
    display:none;
    }

    And then open a file named arconix-faq.js which is there under \wp-content\plugins\arconix-faq\includes\js\ and remove the code(line number 11 to 16) that is highlighted in this screenshot: https://www.screencast.com/t/oxj9zMqoxzp

    Hope this helps!

    • This reply was modified 5 years, 5 months ago by Upendra Kapse.
Viewing 1 replies (of 1 total)
  • The topic ‘Shortcode without the title of the FAQ’ is closed to new replies.