*

dragutturgut

  • ***
  • 54 posts
Hi osclasspoint / Mb theme

I need guide/help on how to delete/hide text " What are you looking for? " from inside the search button both in homepage and search page. Can i know in which file folder location this text at.. non coder here, but i may do it slowly if proper steps and code is provided. Really i need to delete or at least able to hide these text from inside the search button both in homepage and search page for both pc and mobile view.

Sorry if i am asking too much

Thank you in advance

Regard

*

MB Themes

@dragutturgut
Edit search.php and remove/change it on placeholder attribute.
Code: [Select]
                    <input type="text" name="sPattern" placeholder="<?php _e('What are you looking for?''delta'); ?>" value="<?php echo Params::getParam('sPattern'); ?>" autocomplete="off"/>

into:
Code: [Select]
                    <input type="text" name="sPattern" placeholder="" value="<?php echo Params::getParam('sPattern'); ?>" autocomplete="off"/>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

dragutturgut

  • ***
  • 54 posts
Thank you

Tried to use that code but it doesnt work. the text " what are you looking for " still there inside the search box

*

MB Themes

There can be multiple occurences of this input type.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

dragutturgut

  • ***
  • 54 posts
I went .. and tried do it in search.php file loation
i used crtl + f , i can only find 1 occurance for " what are you looking for ? " in there.

or else is it in inc.search.php file location..  in there, i could find 3 times for " what are you looking for ? "
5 places for " placeholder " but to delete/remove tht one that inside the search button i afraid. used to made it once.. end up with re installing osclass because i put wrong code and dont know how to retrack the original one.

really need help

Regard

*

MB Themes

@dragutturgut
You may check other files as well including search.php, footer.php, other "inc." files, header.php
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

dragutturgut

  • ***
  • 54 posts
@dragutturgut
You may check other files as well including search.php, footer.php, other "inc." files, header.php

Thank you for helping. Tried to configure it. but i afraid if i would ruin something else. therefore i decide not to alter anything unless i have someone sit next to me who truly know about this. i am a complete beginner. Thank u osclasspoint. i am happy with the theme

Thank u very much. sorry for very late reply.

*

MB Themes

Np, if you do not try, you will learn nothing  :-*
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

dragutturgut

  • ***
  • 54 posts
Np, if you do not try, you will learn nothing  :-*

Hi Mb theme, sorry for a very old paused. really i appreciate ur help. finally i make it :D. i mean i able to follow ur steps. many thanks, so many thank from me. in future i may go for epsilon theme once i am ready. so far delta theme suit me well.

Thank u very much mb theme @osclasspoint.

Cheers