Ответы в темах

Просмотр 5 ответов — с 1 по 5 (всего 5)
  • мне фото на слайдере изменить нужно.. не знаю куда зайти ))

    Форум: Плагины
    Тема: плагин elementor

    спасибо )

    Автор nina124

    (@nina124)

    спасибо !

    Спасибо огромное ) попробую разобраться . Я впервые делаю сайт )

    Спасибо огромное за ответы.
    Подскажите, пжл, в дочерней теме у меня образовалось только два файла :
    1) таблица стилей (style.css)

    /*
    Theme Name: Education Hub Child
    Theme URI: https://wenthemes.com/item/wordpress-themes/education-hub/
    Template: education-hub
    Author: WEN Themes
    Author URI: https://wenthemes.com/
    Description: Education Hub is a clean and elegant WordPress education theme with simplistic but unique look and feel. This theme is best suited for college, school, university and other educational websites. But this theme is not binded to be fit for educational websites only. This is also flexible enough to be used for business and corporate websites. Theme is highly customizable with layout settings and several other theme options which can be customized by using Theme Options panel based on powerful Customizer API. Education Hub helps you to easily and intuitively create professional and appealing educational websites. Official Support Forum: https://themepalace.com/support-forum/ Full Demo: https://wenthemes.com/theme-demos/?demo=education-hub
    Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-menu,featured-images,full-width-template,post-formats,sticky-post,translation-ready,theme-options,threaded-comments,education,footer-widgets,blog,custom-logo,editor-style,custom-header
    Version: 1.9.7.1542259749
    Updated: 2018-11-15 12:29:09
    
    */

    2) и функции темы (functions.php)

    <?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', array( 'fontawesome' ) );
        }
    endif;
    add_action( 'wp_enqueue_scripts', 'chld_thm_cfg_parent_css', 10 );
    
    // END ENQUEUE PARENT ACTION

    ______________________________________________________________
    Как тогда редактировать файлы из дочерней темы?
    Спасибо 🙂

    • Ответ изменён 5 лет, 5 месяцев назад пользователем SeVlad. Причина: Оформляйте, пож, код как следует
Просмотр 5 ответов — с 1 по 5 (всего 5)