Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3767320
Widget
Open

Comments

  •  1
    vehuel started the conversation

    Hi,

    I would like to insert a booking.com widget into the internal pages of the web site, practically in place of the main slider, between the menu and the content, is it possible to do this?

    Thanks

  •  2,658
    PenciDesign replied

    Hi,

    Yes, you can insert it while building the content with Elementor Page Builder.

    Please follow the detailed instructions provided in the document at this link: https://www.youtube.com/watch?list=PL1PBMejQ2VTwp9ppl8lTQ9Tq7I3FJTT04&v=fSZCdy1HsLI

    Regards,
    PenciDesign.

  •  1
    vehuel replied

    Hi,

    but it is possible to do this for existing articles too?

    Thanks


  •  2,658
    PenciDesign replied

    Hi,

    Please send me the article link.

    Regards,
    PenciDesign.

  •  1
  •  2,658
    PenciDesign replied

    Hi,

    Please disable maintenance mode and update this ticket once it has been turned off.

    Regards,
    PenciDesign.

  •  1
    vehuel replied

    Ok, disabled

  •  2,658
    PenciDesign replied

    Hi,

    It is still displaying the maintenance mode.

    DvLa1HW.png

    Regards,
    PenciDesign.

  •  1
    vehuel replied

    Hi,

    i can not leave for much time the site visibile, you have user and pwd to login


    thanks

  •  2,658
    PenciDesign replied

    Hi,

    In general, you can add the booking form code to the current post by navigating to Dashboard → Soledad → Ads Manager → Single Posts and inserting the Google AdSense/Custom HTML code at the end of the content posts.

     

    Regards,
    PenciDesign.

  •  1
    vehuel replied

    Hi,

    yes i know, my question was another and that is whether it was possible to insert customized code in the internal pages between the menus and the content, exactly where the slider is on the home page

    Thanks

  •  2,658
    PenciDesign replied

    Hi,

    You should paste this code into the function.php of the child theme or via the CodeSnippet plugin here: https://wordpress.org/plugins/code-snippets/

    add_action( 'penci_below_header_wrap', function(){
        if ( is_single() ) {
        ?>
        <!-- in sert the HTML code here -->
        <?php
        }
    });

    Regards,
    PenciDesign.