A
AlejandroINK
Alfa
Verificado por Whatsapp
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Saludos Cordiales, inspecciona tu código y los input tienen un atributo llamado placeholder que es el encargado de colocar ese texto alternativo a las cajas lo cambias por la frase que desee que aparezca.
Hola, ya trate de buscar el código, me lo muestra en PHP y de esta menera no encuentro la palabra para remplazarla.😕
Si es un texto otra opción para encontrarlo es usando una herramienta como FileSeek, descargas en tu PC el theme y con la herramienta que busca el texto dentro de los archivos te dice dónde se encuentra.
Aquí te dejo la herramienta.
miraste en los widgets, o plugin de buscador?
Hola, el buscador lo trae por defecto la plantilla
Buenos días.
Espero que hayas resuelto tu problema.
Si no es así, revisa en los archivos header.php, index.php o search.php, pues es probable que la plantilla integre completamente el buscador con el header.php o que haga un llamado directo al search.php.
¿Cuál es el nombre de la plantilla, por cierto?
Cordialmente,
AlbertoTB
<?php get_header();?>
<!--==================================Section Open=================================-->
<section>
<div class="container page-container-five">
<div class="row">
<?php get_template_part( 'loop', 'index' ); ?>
</div>
</div>
</section>
<!--==================================Section Close=================================-->
<?php get_footer();?>
<!DOCTYPE html>
<!DOCTYPE html>
<!--[if IE 7 ]> <html class="ie7"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8"> <![endif]-->
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<!-- Mobile Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<?php listingpro_favicon(); ?>
<?php wp_head(); ?>
</head>
<body <?php body_class() ?> data-submitlink="<?php echo listingpro_url('submit-listing'); ?>">
<?php
global $listingpro_options;
$mapbox_token= '';
$map_style= '';
$mapOption = $listingpro_options['map_option'];
$search_view = $listingpro_options['search_views'];
$search_layout = $listingpro_options['search_layout'];
$alignment = $listingpro_options['search_alignment'];
$top_banner_styles = $listingpro_options['top_banner_styles'];
$alignClass = '';
if( $top_banner_styles == 'map_view' ) {
if ( $alignment == 'align_top' ) {
$alignClass = 'lp-align-top';
}elseif ( $alignment == 'align_middle' ) {
$alignClass = 'lp-align-underBanner';
}elseif ( $alignment == 'align_bottom' ) {
$alignClass = 'lp-align-bottom';
}
}
if($mapOption == 'mapbox'){
$mapbox_token = $listingpro_options['mapbox_token'];
$map_style = $listingpro_options['map_style'];
}
$primary_logo = $listingpro_options['primary_logo']['url'];
$listing_style = '';
$listing_styledata = '';
$listing_style = $listingpro_options['listing_style'];
if(isset($_GET['list-style']) && !empty($_GET['list-style'])){
$listing_styledata = 'data-list-style="'.$_GET['list-style'].'"';
$listing_style = $_GET['list-style'];
}
$header_views = $listingpro_options['header_views'];
$topBannerView = $listingpro_options['top_banner_styles'];
$videoBanner = '';
$imgClass = '';
if( $topBannerView == 'map_view' ) {
$imgClass = '';
}elseif ( $topBannerView=="banner_view") {
$videoBanner = $listingpro_options['lp_video_banner_on'];
if($videoBanner=="video_banner"){
$imgClass = 'lp-vedio-bg';
}
else{
$imgClass = 'lp-header-bg';
}
}
?>
<div id="page" class="clearfix" <?php echo esc_attr($listing_styledata); ?> data-mtoken="<?php echo esc_attr($mapbox_token); ?>" data-mstyle="<?php echo esc_attr($map_style); ?>" data-sitelogo="<?php echo esc_attr($primary_logo); ?>" data-site-url="<?php echo esc_url(home_url('/')); ?>">
<!--==================================Header Open=================================-->
<div class="pos-relative">
<div class="header-container <?php if(is_front_page()){ echo $imgClass; } ?> ">
<?php
switch ($header_views) {
case 'header_with_topbar':
get_template_part( 'templates/headers/header-with-topbar');
break;
case 'header_menu_bar':
get_template_part( 'templates/headers/header-menu-dropdown');
break;
case 'header_without_topbar':
get_template_part( 'templates/headers/header-without-topbar');
break;
default:
break;
}
get_template_part( 'templates/popups');
get_template_part( 'templates/banner');
?>
</div>
<!--==================================Header Close=================================-->
<!--================================== Search Close =================================-->
<?php
if(is_front_page() && !is_home()){
$topBannerView = $listingpro_options['top_banner_styles'];
if( $topBannerView == 'map_view' ) {
get_template_part( 'templates/search/template_search1' );
}
}
?>
<!--================================== Search Close =================================-->
</div>
<?php
/**
* The template for displaying Search Page.
*/
get_header();
// store the post type from the URL string
$post_type = $_GET['post_type'];
// check to see if there was a post type in the
// URL string and if a results template for that
// post type actually exists
if ( isset( $post_type ) && locate_template( 'search-' . $post_type . '.php' ) ) {
// if so, load that template
get_template_part( 'search', $post_type );
// and then exit out
exit;
}else{
?>
<!--==================================Section Open=================================-->
<section>
<div class="container page-container-five">
<div class="row">
<?php get_template_part( 'loop', 'archive' ); ?>
</div>
</div>
</section>
<!--==================================Section Close=================================-->
<?php } ?>
<?php get_footer();?>
<?php
/**
* The template for displaying Search result for Listings.
*/
get_header();
global $listingpro_options;
$listing_style = $listingpro_options['listing_style'];
switch($listing_style) {
case '1': get_template_part( 'templates/listing-simple' );
break;
case '2': get_template_part( 'templates/listing-with-sidebar' );
break;
case '3': get_template_part( 'templates/listing-with-map' );
break;
}
get_footer();
Hola, puedes usar Agent Ransack, es una herramienta parecida a la que te pasaron pero muy completa, te permite buscar texto entre muchas carpetas a la vez, te lo dejo por si algo Agent Ransack
Ingresa a tu panel de control de cPanel, en la sección "Administrar archivos", ve a la ruta donde tienes instalado WordPress y ubica el siguiente archivo: wp-content/themes/*nombre-del-tema*/loop.php o, en su defecto, ubica la ruta wp-content/themes/*nombre-del-tema*/templates/search/template_search1.php
Espero que puedas resolver este problema.
Cordialmente,
AlbertoTB
La forma correcta es descargando el idioma que por lo general esta en wp-content/theme/languaje
Y cambiarlo desde ahi
Hola, Esta forma no la sabia y en donde puedo descargar el idioma?
Utilizamos cookies y tecnologías similares para los siguientes fines:
¿Aceptas las cookies y estas tecnologías?
Utilizamos cookies y tecnologías similares para los siguientes fines:
¿Aceptas las cookies y estas tecnologías?