Félix Ortega
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [discover] blank boxes after theme updateMe the same thing has happened using a child theme.
Regards.Forum: Themes and Templates
In reply to: [Kage Green] Header image callnr_bg.pngHola, pdoltd.
Si sólo quieres cambiar el icono, tienes que modificar el archivoheader.php
(te recomiendo que uses un tema hijo), y cambia el texto<span class="phone_icon">
por<span class="mail_icon">
. Lo que ocurre es que cuando cambies el número de teléfono por una dirección de correo en ‘Header Phone’, dentro de ‘General Settings’ de las opciones del tema, no te hará el efecto delmailto
.
Saludos.Forum: Themes and Templates
In reply to: [Kage Green] Child themeAfter testing, it worked calling me “kage-child” to the theme child folder.
Forum: Plugins
In reply to: [Page Restrict] Page restrict in SpanishHola kelhara.
Yo lo pasé a espa?ol modificando los archivos “./wp-content/plugins/pagerestrict/pagerestrict.php” y “./wp-content/plugins/pagerestrictinc/admin.php”. Imagino que en caso de actualización, todos los cambios se perderían.
Saludos.Forum: Themes and Templates
In reply to: [Minamaze] Translate "Read More" tag to SpanishThanks for the replies.
I’ll wait to update it.
A greeting.
Forum: Themes and Templates
In reply to: [Minamaze] Translate "Read More" tag to SpanishHi.
After change the line 57 in functions.php (/lib/languages to /languages), the theme show again the same text.
A greeting.
Forum: Themes and Templates
In reply to: [Minamaze] Translate "Read More" tag to SpanishHi there.
I installed the “Minamaze” plugin. I have generated the “es_ES.po” files and “es_ES.mo”. I have checked the language in the “wp-config.php” file and the translation does not work, eg “Read More” to “Leer más” or “Search” to “Buscar”
A greeting.Forum: Themes and Templates
In reply to: [AccessPress Lite] Child themeThanks for all.
The line should contain this path: @import url(“../accesspress-lite/style.css”);
The name for master theme: accesspress-lite
The name for child them: accesspresslite-childWhat if anything can serve others, the code is:
/*
Theme Name: Accesspress Lite-Child
Theme URI: https://access-keys.com/accesspresslite/
Description: Accesspress Lite is a HTML5 & CSS3 Responsive WordPress Business theme with clean, minimal yet highly professional design. It is easily customizable as per requirement with all the options avaliable at the dashboard theme option.
Author: Access Keys Team
Author URI: https://access-keys.com/
Template: accesspress-lite
Version: 1.7.1
Tags: blue, white, light, custom-menu, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, custom-background, featured-image-header, sticky-post, theme-options, threaded-comments, featured-images, full-width-template, custom-header, flexible-header, responsive-layout
Text Domain: AccesspressLite-child*/
@import url(“../accesspress-lite/style.css”);
/* =Start From Here
————————————————————– */Regards.
Forum: Themes and Templates
In reply to: [AccessPress Lite] Child themeDoes not work:
/* Theme Name: AccesspressLite-Child Theme URI: https://access-keys.com/accesspresslite/ Description: Accesspress Lite is a HTML5 & CSS3 Responsive WordPress Business theme with clean, minimal yet highly professional design. It is easily customizable as per requirement with all the options avaliable at the dashboard theme option. Author: Access Keys Team Author URI: https://access-keys.com/ Template: AccesspressLite Version: 1.7.1 Tags: blue, white, light, custom-menu, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, custom-background, featured-image-header, sticky-post, theme-options, threaded-comments, featured-images, full-width-template, custom-header, flexible-header, responsive-layout Text Domain: AccesspressLite-child */ @import url("../\accesspresslite/style.css"); /* =Start From Here -------------------------------------------------------------- */