displaying attributes twice in [mphb_rooms]

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1012256
    Bernd Grimm
    Participant

    Hello,

    i would like to realize the presentation as shown on the screenshot.
    it seems that the list .mphb-loop-room-type-attributes exists twice
    How can i achieve this?

    many thanks

    Bildschirmfoto-2020-10-02-um-16-22-26
    Bildschirmfoto-2020-10-02-um-16-22-10

    #1013814
    Andre Flores
    Moderator

    Hello, Bernd!

    You may duplicate the Attributes section by adding the following code to your active theme functions.php file:

    add_action( 'mphb_sc_rooms_render_details', array( '\MPHB\Views\LoopRoomTypeView', 'renderAttributes' ), 0 );

    Please note that you will need to adjust the added section via custom CSS in order to make it look as in the provided screenshot.

    Regards,
    Andre

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.