Vad
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fukasawa] Gallery Image sorting isn’t workingForum: Themes and Templates
In reply to: [Fukasawa] Gallery Image sorting isn’t workingPost gallery no work…
https://www.andersnoren.se/upcoming-changes-to-my-wordpress-themes/Need hide:
.owl-next, .owl-prev, .owl-pagination { display: none !important; }
I found! Thanks!
desc="show" desc="hide"
Forum: Themes and Templates
In reply to: [i-excel] When post image big – can not be closed./* -------------------------------------------- Popup post image when click, .site-header { z-index: 30001;} ---------------------------------------------*/ #cboxOverlay {z-index: 30002;} #colorbox {z-index: 30002;}
But, how to turn off the popup image?
Forum: Themes and Templates
In reply to: [i-excel] slider multilingualForum: Themes and Templates
In reply to: [i-excel] slider multilingualNo work:
I added this code, it works.
This code work:
\i-excel-child\functions.php<?php /* * * i-excel Functions - Child Theme * ------------------------------------------------ * These functions will override the parent theme * functions. * * */ add_action( 'wp_enqueue_scripts', 'iexcel_child_enqueue_styles' ); function iexcel_child_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); // Add lang in Child theme load_theme_textdomain( 'i-excel', get_stylesheet_directory() . '/languages' ); }
Forum: Themes and Templates
In reply to: [i-excel] slider multilingual\i-excel-child\functions.php
<?php /* * * i-excel Functions - Child Theme * ------------------------------------------------ * These functions will override the parent theme * functions. * * */ add_action( 'wp_enqueue_scripts', 'iexcel_child_enqueue_styles' ); function iexcel_child_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); } // Add lang in Child theme add_action('after_setup_theme', 'iexcel_child_set_text_domain'); function iexcel_child_set_text_domain(){ load_theme_textdomain( 'i-excel', get_stylesheet_directory() . '/languages' ); }
I added this code, it works.
- This reply was modified 7 years, 8 months ago by Vad.
Forum: Themes and Templates
In reply to: [i-excel] slider multilingualAnd need too multilingual:
- Social Links – need links for each language
- Call us: Phone Number
- Mail us: Email Address
- Site header logo
- Default Blog Page – Other Slider Shortcode
- Default Blog Page – Banner Text
I am create:
- main-page-en
- main-page-ru
And I am edit main pages and add “Other Slider Plugin Shortcode” – work!
But when I am edit blog page, and add “Other Slider Plugin Shortcode” – no work.And need in “Child theme” add folder “languages”
Child theme download:
https://www.templatesnext.org/i-excel/
https://www.templatesnext.org/icreate/wp-content/uploads/2016/02/i-excel-child.zip Why need in Child theme .js files?I am translate and add (but no work Child theme):
\i-excel-child\languages\ru_RU.mo
\i-excel-child\languages\ru_RU.poWork only Mother theme (but need child):
\i-excel\languages\ru_RU.mo
\i-excel\languages\ru_RU.po