Mokl
Forum Replies Created
-
I would like hide recuring events only on main page – list of all events, and show at recuring events only here – (it names “dlouhodobé akce” category) https://www.olomouczadarmo.cz/udalosti/kategorie/dlouhodobe_akce/
Its possible?
Thank you Angelo.
Sorry Angelo, I have service provide Geo Blocking on my site. Look at my site, it’s OK for you now.
Yes, I mean recurring events.
Thank you.Thank you Angelo.
It works. ??Great!
I don’t found source of this problems. I am reinstall from backup and it works.
Yes. Event list pagination. Every new page is opened to new window. Plugin SEO Smart Links makes wrong pagination. But now is all fixed OK.
Oops. My mistake. Plugin SEO Smart Links and options “Open in new window”
My apologies.Forum: Themes and Templates
In reply to: [Hueman] Width of header and foother backgroundIn the code I had it different then you write me above . I missed “template” there
get_template_directory_uri
at first line …
Great. It looks perfect. Good job Alex.
Thank you.Five stars. ??
Forum: Themes and Templates
In reply to: [Hueman] Width of header and foother backgroundHello.
It looks as my theme isn’t responsible. Look at this.
When I using original Hueman, is it OK, But when I change on child theme, it is wrong.THX
Forum: Themes and Templates
In reply to: [Hueman] Child theme – CZ language does not work FOLLOW and MOREHi Alexander.
Great! What little entry in wp-config.php file.
Very useful site.
A little note for all with the similar trouble.The name of .mo and po needs by as same as define (‘WPLANG’, ….. in the wp-config.php
For example (fom my case)
define ('WPLANG', 'en_CZ')
; = en_CZ.mo and en_CZ.poThanx Alexander.
Forum: Themes and Templates
In reply to: [Hueman] Child theme – CZ language does not work FOLLOW and MOREHi jurasjo.
Thank you for your note, but still no change.
MForum: Themes and Templates
In reply to: [Hueman] Child theme – CZ language does not work FOLLOW and MORECrazy… I checked one more language files. I inserted both files one more to active child theme – nothing changes. Active parent theme (together with EN files) – nothing changes. And them I maked own files with translate (only a few words)- and put on the server (child and parent). Nothing. I thing, I have broken parent theme.
Have you any prefer plugin for theme test? Or reupload Hueman 2.1.1. on site again – the best way?Forum: Themes and Templates
In reply to: [Hueman] Child theme – CZ language does not work FOLLOW and MOREHi Alexander.
1. yes, the language files is in the language folder in the child theme
2. below is whole code from functions.php, I change only this file.‘<?php
/* ————————————————————————- *
* Custom functions
/* ————————————————————————- */// Add your custom functions here, or overwrite existing ones. Read more how to use:
// https://codex.www.ads-software.com/Child_Themesfunction alx_styles() {
wp_enqueue_style( ‘style’, get_stylesheet_uri() );
if ( ot_get_option(‘responsive’) != ‘off’ ) { wp_enqueue_style( ‘responsive’, get_stylesheet_directory_uri().’/responsive.css’ ); }
if ( ot_get_option(‘custom’) == ‘on’ ) { wp_enqueue_style( ‘custom’, get_template_directory_uri().’/custom.css’ ); }
wp_enqueue_style( ‘font-awesome’, get_template_directory_uri().’/fonts/font-awesome.min.css’ );
}function alx_load() {
// Load theme languages
load_theme_textdomain( ‘hueman’, get_stylesheet_directory().’/languages’ );// Load theme options and meta boxes
load_template( get_template_directory() . ‘/functions/theme-options.php’ );
load_template( get_template_directory() . ‘/functions/meta-boxes.php’ );// Load custom widgets
load_template( get_template_directory() . ‘/functions/widgets/alx-tabs.php’ );
load_template( get_template_directory() . ‘/functions/widgets/alx-video.php’ );
load_template( get_template_directory() . ‘/functions/widgets/alx-posts.php’ );// Load custom shortcodes
load_template( get_template_directory() . ‘/functions/shortcodes.php’ );// Load dynamic styles
load_template( get_template_directory() . ‘/functions/dynamic-styles.php’ );// Load TGM plugin activation
load_template( get_template_directory() . ‘/functions/class-tgm-plugin-activation.php’ );
}
‘
3. .mo and .po file looks correct, I have checked a saved are one more
4. child theme is activeCache is not active.
Alexander, many thanx for your answer.
Martin.