maxlefou
Forum Replies Created
-
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 3 months, 1 week 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 10 months, 3 weeks 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!
Forum: Plugins
In reply to: [Social Icons Widget by WPZOOM] Prevent the plugin from loading FontAwesomeHow are we supposed to do if the theme used by the blog actually uses fontawesome?
Forum: Plugins
In reply to: [Google AdSense plugin] How delete Google AdSense plugin?Uninstalling via FTP might be not a good idea for your WP installation. WP has been built to NOT have to use FTP again. Why forcing people going back to FTP when going back to FTP takes longer than a couple of clicks ? Plus, WP uses to put entries in the database about installed plugins. Removing files and not the DB entries of the plugin itself might be harmful for the WP installation.
Thank you, Jan, for the info. I indeed checked on Firefox and i found the plugin (while it still doesn’t appear in Chrome) and i could uninstall it properly.
It is clearly a glitch affecting the plugin on Google Chrome installations. (else, it would appear like in Firefox.
Forum: Plugins
In reply to: [Google AdSense plugin] How delete Google AdSense plugin?I second the ask.
Please, how to uninstall this plugin without messing up my install?Forum: Themes and Templates
In reply to: [Duena] trouble changing social iconsI have a similar problem.. I just would like to change my linkedin icon so it links to my ask.fm. i found out how to change the icon in bootstrap.css. But i would like to put this change with my childtheme.
I’ve put the modified bootstrap.css in the fodler bootstrap/css in my cildtheme,n identically to the original theme. It didn’t worked. So i included a
@import url("bootstrap/css/bootstrap.css");
in my childtheme’s style.css. Nothing. Also tried to put.icon-linkedin:before {content: "\f0e6";}
at the end of style.css. Nothing either.Am i really forced to mod the original bootstrap.css file or did i do something wrong ?
thanks for your reply ^^
Forum: Themes and Templates
In reply to: [Duena] Problem with Facebook plugin on Duena and translationsNo, i won’t touch to jetpack again. The second i installed it, it broke my whole website and i had to do operations on the database to get it back, it took me a whole day to fix it.. will never touch it again.
And for the translation it really sucks because there’s alot of words not translated in there.. Not only the “search” but also the “read more”, the “no comments” or “# comments” and other stuff
Thanks for the help tho. I’ll see what i can do with the elements i got.
Forum: Plugins
In reply to: [Jetpack by WordPress.com] 500 internal server error When Activating Jetpack?this is even worse to me.. It did the same thing to me so i uninstalled jetpack… and even after it’s uninstalled and the files away, i’m still getting randomly error 500 that i need to unlock using the FTP of my website !!