maxlefou
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Duena] How to centre a logoDon’t use Duena anymore. It’s too much outdated to WP standards and the Duena devs don’t care anymore for it.
You can try setting up your blog with Duena Revival, an updated fork of the Duena theme (not retro compatible so you might set up things again for your child theme) or use another different theme
Forum: Themes and Templates
In reply to: [Duena] Mobile Menu Not WorkingFirst, plz do not use this forum to get support on Duena Revival. Please do it directly on the Gitlab or Github repo of the theme:
https://github.com/maxlefou/DuenaRevivalTheme/
And second, Duena Revival is not retro compatible with Duena because Duena is way too much outdated to WP standards. Sorry about that.
Update to mention that this method stopped working for some reason.
I’ve started making a quick fix for that in the beta5 branch of my fork repo here:
https://gitlab.com/maxlefou/DuenaRevivalTheme/-/tree/beta5It uses a brand new method for the menu that doesn’t use jquery at all but might need some more tests before calling it stable.
Two suggestions for you:
1. Get this plugin. It fixes the problem: https://www.ads-software.com/plugins/enable-jquery-migrate-helper/
2. Use Duena Revival instead of Duena. Duena is outdated for years while Duena Revival is an updated fork.
https://gitlab.com/maxlefou/DuenaRevivalTheme- This reply was modified 4 years, 4 months ago by maxlefou.
Forum: Themes and Templates
In reply to: [Duena] SliderOnce you put Duena revival instead of old duena, go to customize, click on Slider (content) and ensure Show/Hide slide caption title is set as show
Forum: Themes and Templates
In reply to: [Duena] SliderNo need to post here. This theme is abandoned.
I suggest you take an eye on Duena Revival which is still actively updated. Maybe it already fixed your problem. And if it doesn’t, just ask for it!
Forum: Developing with WordPress
In reply to: custom theme settings not workingI got rid of arrays (was planning to anyway, to get a better code structure) and it worked! For some reason I suspected that the use of arrays would be the cause. I just wasn’t sure of it.
Thank you so much!
Forum: Developing with WordPress
In reply to: custom theme settings not workingAlso tried the same by replacing
'type' => 'option'
by'type' => 'theme_mod'
but still the same.Forum: Developing with WordPress
In reply to: custom theme settings not workingWell I’ve tried the following:
get_theme_mod('my_theme_g_search_box_id', '1') get_theme_mod('g_search_box_id', '1') get_theme_mod('my_theme[g_search_box_id]', '1') get_option('my_theme_g_search_box_id', '1') get_option('g_search_box_id', '1') get_option('my_theme[g_search_box_id]', '1')
But none of them has worked. The div is still visible no matter the option set and no errors reported.
Is there one I missed or something else?Thanks
- This reply was modified 5 years, 6 months ago by maxlefou.
Forum: Themes and Templates
In reply to: [Duena] Made an updated forkQuestion for WP admins:
I heard plugin forks were allowed in wp repository. Are theme forks allowed as well?
Forum: Themes and Templates
In reply to: [Duena] Made an updated forkWow that looks like a super great tool actually :O Doesn’t resolve the main problem but that can help people keeping the DuenaRevival theme updated more easily ^^
Thanks for the info, i’ll try on that!
Forum: Themes and Templates
In reply to: [Duena] Made an updated forkReleased the 2.1.1 yesterday. It adds more fixes, notably support for some lines that weren’t translatable. I also included almost all the po files of the archive so they can get updated as well.
Btw is any of the original maintainers are here? I’d like to make all of these updates official so the updated theme can be downloadable directly from wordpress. I can’t just put the update as a new theme because it’s not allowed in that case ??
Forum: Plugins
In reply to: [Custom Fields for Gutenberg] Add a validation buttonYes, this is what I meant.
So far, in the plugin, you can add a new custom tag or use an existing custom tag and add a value to it, as expected. But, when you do this, there’s no way to make wordpress save the changes without saving the whole page.
So, my idea is to add a “save” button (kinda more close than what i meant) which saves the added/edited tag and its value, then adds another new line to add/edit another custom tag and its value.
Sorry for my bad english, i’m not english native, i’m not sure I wrote it right.
- This reply was modified 6 years, 2 months ago by maxlefou.
Forum: Plugins
In reply to: [Contact Form 7 reCAPTCHA Extension] Problem solved! reCAPTCHA not showingI beg to differ from the developpers: Recaptcha doesn’t work AT ALL in CF7 5.1 and higher. No matter if the recaptcha is v2 or v3, it doesn’t work at all. Why are they releasing updates when they don’t work?
Thank you for the suggestion, @dexxonmartin. Reverting to 5.0.5 worked and did the thing.
Forum: Reviews
In reply to: [Social Icons] GoodBtw, dear developper, I’ve made a pull request that fixes the problem i’ve mentionned. Feel free to check out and review it!