Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1230012
    Arns
    Participant

    Hi there,

    I want to put two images in the header of the accordion. In the front a flag of a country, and in the end a flag of a country. How is that possible? Maybe there are Icons or something like that?

    regards,

    Christian

    #1230110
    Rupok
    Member

    Hi Christian,

    Usually it’s not possible to add any content to accordion title. But it would be inserted though some script. So let’s add a custom class to an accordion and update us with URL. Also add a mockup or a example of what you are trying to achieve. We’ll try to provide you some tailored code if that’s possible.

    Cheers!

    #1233667
    Arns
    Participant
    This reply has been marked as private.
    #1234199
    Lely
    Moderator

    Hi Christian,

    On Cornerstone, Add accordion > Click Accordion Item> On ID field add acc-title-1.
    Then add the following on Settings > Custom JS:

    jQuery(document).ready(function($) {
        $('#acc-title-1>div>a').prepend('<img src="http://imagesourcehere.png" />');
         $('#acc-title-1>div>a').append('<img src="http://imagesourceherepng" />');
    });

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1230012 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>