Uolt
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [evolve] Remove entry titleNow it works. thank you so much.
Forum: Themes and Templates
In reply to: [evolve] Remove entry titleThis last code you send me is not working and if you see the the “courses” page the path string (home > courses) has a different format respect to the other pages…
Forum: Plugins
In reply to: [qTranslate X] remove a languagethank you so much…
Forum: Themes and Templates
In reply to: [evolve] error using spanish versionI’m having the same problem and a new question. My website has a woocommerce section that works perfectly in English and in Italian but in Spanish there’s no translation. is it possible to fix it without going into php files?
thanksForum: Themes and Templates
In reply to: [evolve] Remove entry titleThe code works quite well except for the page “Courses” that is a woo-commerce function.
Forum: Themes and Templates
In reply to: [evolve] Remove entry titleyes, sure. the site is https://www.smart-planning.org/sitoprova
Forum: Themes and Templates
In reply to: [evolve] error using spanish versionI’m having the same problem and a new question. My website has a woocommerce section that works perfectly in English and in Italian but in Spanish there’s no translation. is it possible to fix it without going into php files?
thanksForum: Themes and Templates
In reply to: [evolve] Slider SizeHi, would like to reduce the slider size to 1200X350. Do I have to add a css code? thanks
Forum: Themes and Templates
In reply to: [evolve] get rif of the sidebarIt works perfectly, thank you so much..
Forum: Plugins
In reply to: [Child Theme Configurator] Editing functions.phpHi, the child theme plugin is great, but I have paste e short code on the funtions.php file, then cancel it and now my site has crushed…is there a way to recover the funtions.php code?
I cannot identify the error in the code…can you help me please? the code as I see it right nos is this:
<?php
// Exit if accessed directly
if ( !defined( ‘ABSPATH’ ) ) exit;// BEGIN ENQUEUE PARENT ACTION
// AUTO GENERATED – Do not modify or remove comment markers above or below:if ( !function_exists( ‘chld_thm_cfg_parent_css’ ) ):
function chld_thm_cfg_parent_css() {
wp_enqueue_style( ‘chld_thm_cfg_parent’, trailingslashit( get_template_directory_uri() ) . ‘style.css’ );
}
endif;
add_action( ‘wp_enqueue_scripts’, ‘chld_thm_cfg_parent_css’ );// END ENQUEUE PARENT ACTION