cchumi
Forum Replies Created
-
Forum: Plugins
In reply to: [Database for Contact Form 7, WPforms, Elementor forms] Exclude a formHi if you go to the plug-in settings page there is checkbox to exclude forms you don’t want.
Forum: Plugins
In reply to: [Database for Contact Form 7, WPforms, Elementor forms] TranslationHi I just modify all your plugin to be translated. Everything works for me in my language (French) and for Notes to be displayed in a site network environnement.
Do you want an archive and where can I post the PO and MO french files ? Also the POT file with new entries.
Forum: Plugins
In reply to: [Database for Contact Form 7, WPforms, Elementor forms] TranslationHi thanks . I just verify the process and I am in a mutlisite environnement.
I look at your code and in SQL query to get the notes you take$wpdb->prefix . 'users';
so the user table are not located in this multisite table.If I use
$wpdb->base_prefix . 'users';
It work well.For the translation if I look at the translation page of your Plugin there is a red notice about localization saying this :
This plugin is not properly prepared for localization (View detailed logs on Slack). If you would like to translate this plugin, please contact the author.
I use poedit to translate your POT file but some of the strings are missing in the POT file. like Form Entries of
- This reply was modified 4 years ago by cchumi.
Forum: Plugins
In reply to: [Kirki Customizer Framework] TYPOGRAPHY VARIABLES SCSSHi thanks for your answer.
I search a way to output all typography control values as scss variable.
Eg:
I set my typography control an output variable name “menu”
What I want is in a custom scss file write the content of this typography content like that or perhaps it is possible to do this without writing in a file :$menu-font-family: …
$menu-font-size: …
$menu-font-color: …
…Hope I am much clear with that explanation.
Thanks
Cchumi
- This reply was modified 6 years, 6 months ago by cchumi.
Forum: Plugins
In reply to: [GaugePress] load after scoll?Email sent .
Hope you can integrate this the more generic way.
CcHuMi
Forum: Plugins
In reply to: [GaugePress] load after scoll?Hi i just saw this topic and i have done what staceyvaz wants.
I use waypoints js to analyze the scroll position so it could be different for you.I modify the plugin-shortcode.php file and add my waypoint function juste below the shortcode declaration. I also add more option to be able to draw donut for example and the id.
In my waypoint function i just use
g'.$id.'.refresh('.$value.');
where id is also a modification because your $gid was a random and don’t know really why it has never work so i change that to $id which is$id = (isset($atts['id'])) ? $atts['id'] : $gid;
.If you want my code modification i could send you.
Hope this help
CcHuMi
Forum: Plugins
In reply to: [Awesome Weather Widget] Widget CustomizationForum: Plugins
In reply to: [Awesome Weather Widget] Widget CustomizationForum: Plugins
In reply to: [Awesome Weather Widget] Widget CustomizationForum: Plugins
In reply to: [Awesome Weather Widget] Widget CustomizationOh ok sorry i made a mistake in the link.
This one work for me :
I made some minor changes to put in the admin panel widget section the ability to choose the icon set.
And register the array for the icon set in the php file mentionned in my previous post.
The last things was to rename icons to be the same as openweather API.Also translate the plugin in French.
And tadaaaamA great thanks again to the plugin author ??
Hope this work fine for you now
P.S: I have no time to spend actually but the suggestion Nikolay is the best one i think. Just fonts need no more icon.
Forum: Plugins
In reply to: [Awesome Weather Widget] Widget CustomizationHi mike
Hi Allhere is the link of the plugin. Inside there is the files I modify (awesome-weather.php) the one I add (icons folder and files) and FR_fr translations(not full).
Hope it help someone!
Forum: Plugins
In reply to: [Awesome Weather Widget] Widget CustomizationGreat i don’t know that weather font exist. Happy to see that. It looks very nice.
I will try to implement that if the plugin owner is agree…?Forum: Themes and Templates
In reply to: [Customizr] Customizr Upgrade kills my sliderGreat thanks for me in fact this is Nivo Slider for WordPress….
Resolved for me .Thank youu
Forum: Themes and Templates
In reply to: [Customizr] Customizr Upgrade kills my sliderYes this the first thing i try before post here.
Forum: Themes and Templates
In reply to: [Customizr] Customizr Upgrade kills my sliderSame thing happen for me.
It does not slide and featured image animation don’t work.
Do you have error in browser dev tools ?