• Resolved stankoberonja

    (@stankoberonja)


    Hi there,

    is there any way to edit resp. change the appearence of search edit page in oceanwp? I am using Elementor too, and also AE Templates, which I used to edit the single post entry.

    Thank you very much in advance

    Stanko

    • This topic was modified 6 years, 8 months ago by stankoberonja.
Viewing 15 replies - 16 through 30 (of 34 total)
  • emeszaros6

    (@emeszaros6)

    Many thanks for your help!

    Amit Singh

    (@apprimit)

    You’re welcome!

    emeszaros6

    (@emeszaros6)

    Could you help me please @apprimit with one more thing? The text “search result for” is in the inc/breadcrumbs.php file. How can I put this modified version to the function.php that will work?

    Amit Singh

    (@apprimit)

    Hello,

    Try to copy the file in your child theme and check it is working or not. Also, try to copy the function and paste it into the functions.php of the child theme and change the text as you did for the above functions.
    Let me know it works or not.

    emeszaros6

    (@emeszaros6)

    Modify the text in the breadrumbs.php in the child theme is not working. I tried to put the function to the function.php in the child theme but it will show some bug. So I do not put it by the right way.

    Amit Singh

    (@apprimit)

    Hello, Are you using Yoast SEO plugin?

    emeszaros6

    (@emeszaros6)

    Yes, I use that.

    Amit Singh

    (@apprimit)

    Okay, then go to Dashboard > SEO > Search Appearance > Breadcrumb tab and edit the text.

    emeszaros6

    (@emeszaros6)

    Sorry for my late answer! Thank you for your help, I really appriciate it!

    Amit Singh

    (@apprimit)

    You are welcome!

    I want to redesign search result page, as the page does not match to my look and fill. Is it possible to make custom design for Search Result page that displaying my posts as result?? I am using Ocean WP theme with Elementor.

    Also, Thank you for your awesome work..

    You need to edit search.php file using the child theme and design it as per your need.

    Hey,

    thanks for

    Hi, try this css code:
    
    .search-results #main #content-wrap {
        padding-top: 150px;
    }

    this worked but what is id or class for page no results found “Sorry, but nothing matched your search terms. Please try again with different keywords.”? Because this page is not worked with this code

    @tetyana-fesenko try the below code –

    .search #main #content-wrap {
        padding-top: 150px;
    }

    Hi guys,

    I added the little piece of css code to my website and it worked. Thanks a lot.

    There’s still a problem, concerning the website’s logo this time. It shows on top of the text that says “you searched for XYZ”.

    Anything to do about it ?

    Thank you in advance !

    David

Viewing 15 replies - 16 through 30 (of 34 total)
  • The topic ‘Edit search results page in Oceanwp’ is closed to new replies.