nyoz
Forum Replies Created
-
Forum: Plugins
In reply to: [picu - Online Photo Proofing Gallery] French (France) translation for picu?
Forum: Fixing WordPress
In reply to: Don’t Save Style Variation after changing Global StylesThank you @hartsook : I just discovered this plugin thanks to your answer. It just is a shame that it isn’t a native feature indeed.
Well, still not working.
(Unexepect token on the first ” I guess, according to the console).But don’t worry, I found another way to use my instagram feed. It’s just down my page, that will be fine !
Thanks a lot for the help anyway, really much appreciated ! ??
Hi !
Thanks for the script and the time you spend helping us. ??
Sadly, I get an “Uncaught SyntaxError: Invalid or unexpected token” error from the Google Chrome console. It seems to be on the line starting with “</script><script …” but I can’t find the error it’s talking about.
And clicking on the portfolio item doesn’t do much.
Well I’ll try to display my feed another way. Maybe lower on this page.
I’ll leave the script as is right now, if you want to take a look at the error, and I’ll delete it later on.Cheers !
- This reply was modified 7 years, 1 month ago by nyoz.
… and it didn’t work.
Yeah sorry, I forgot to mention I’ve tried this already. ^^
Yep, mixItUp (not a wordpress plugin) triggering on other pages than the homepage.
Fixed it :
Found an undefined js function called out which preventing any further javascript from being executed.
Still an awesome plugin ! ??
Forum: Plugins
In reply to: [Simple Lightbox] Lightbox not workingI’ve you tried updating jQuery to 2.1.3 ?
EDIT: Nope, jquery 1.11.1 should be fine normally…(seems like I have the same issue)
Anyone ? ;(
Hi !
Thanks for the reply. ??
But sadly it didn’t work. Editing the plugins file got read of the .jmig-img-loaded class addition and the opacity:0 on the gallery initial state, but for whatever reason the .wow.fadeInLeftBig won’t work. I’ve also tried to merge those change into my theme by putting a masonryInit function inside an enqueued js file, but the plugin function seems to always prevails.
Well, I’ll keep the fadeIn for now as I don’t have much time to run around this “issue”.
Could be great if those changes (choice of class addition or animation to do) could be implemented directly from the admin.Thanks anyway ! ??
Hi flinsi,
Here is the setup in ACF of a Contact form 7 field for ACF I’ve used in a recent website (working like a charm with WP4.0) : https://image.noelshack.com/fichiers/2014/38/1411077672-capture-d-ecran-2014-09-18-a-23-59-07.jpg
And the code I gave you is the only other thing I put inside my template.
Are you sure you did attribute a cf7 in your post edit page ?
Forgot the example : https://dev.nyoz.fr/fantasy-miniatures/
@douglas Karr : I think how this field work is that it fetch the id of the form chosen from the dropdown list in the edit page, and then execute the CF7 shorcode accordingly. But that’s just a guess.
@ both : Here’s a code I’ve been using in my own template :
<?php if( get_field('formulaire_cta') ): the_field('formulaire_cta'); endif; ?>
As you can guess, the slug of my acf cf7 field is ‘formulaire_cta’. The if condition verifies if the field do exist.
Hope this help ??
Forum: Plugins
In reply to: [Custom Content Shortcode] Select parent by id Middle size imageGreat, thanks !! ??