Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1120970
    Ryclan
    Participant

    Hello:

    I have tried searching the forums but could not find these answers.

    1. How do I put the search bar in the search results page right underneath the senescence “Below you’ll see everything we could locate for your search of “”?

    2. On the page http://www.ryarom.com/speed test, I am trying to have the widget resize with the container but instead it gets cut off. Any custom css I can add to make it resize with the container, i.e mobile friendly?

    #1121050
    Rupok
    Member

    Hi there,

    Thanks for writing in! It seems your website is under construction. Please take it off or provide us the credentials in private reply so that we can check and assist you on this.

    Thanks

    #1121103
    Ryclan
    Participant
    This reply has been marked as private.
    #1121417
    Rad
    Moderator

    Hi there,

    Please follow this instruction 🙂

    1. Because this requires a template change, I’d advise that you setup a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.

    2. Through your FTP, copy this file wp-content\themes\x\framework\views\integrity\_landmark-header.php to your child theme (eg. wp-content\themes\x-child\framework\views\integrity\_landmark-header.php )

    3. Edit _landmark-header.php of your child theme and find this line,

    <p class="p-landmark-sub"><span><?php _e( "Below you'll see everything we could locate for your search of ", '__x__' ); echo '<strong>&ldquo;'; the_search_query(); echo '&rdquo;</strong>'; ?></span></p>

    4. Under that line, please add this code.

    <?php get_search_form(); ?>

    And about this page http://www.ryarom.com/speed-test, it will not resize because that widget is within an iframe. And it’s hosted on your site. Check it here http://openspeedtest.com/Get-widget.php and it has a fixed size.

    Thanks

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