pisandelli
Forum Replies Created
-
Yeah! 1.7.2 works great!
Thank you very much!Dear Marcin, thanks for the awesome plugin and fast response!
Unfortunately the update still doesn’t work.
I have a Custom Post Type with no WYSIWYG Editor. Maybe thewp_enqueue_media()
is instantiated by the editor, so when you turn it off, you can’t call the media manager.
I’m not sure about the impact of add this towpcf_admin_enqueue_scripts()
, but for now is the only solution for me.
I’ll keep an eye on the forthcoming updates.Sorry my bad english.
I have the same issue with Types 1.7.
This article helped me to figure out what was going on: https://goo.gl/zanu64I got the error in JS console: Cannot read property ‘frames’ of undefined
So I just added ‘wp_enqueue_media()‘ to wpcf_admin_enqueue_scripts function in …/plugins/types/admin.php file.
Now Images and Files upload are working fine
I hope they fix this.
Cheers!
Forum: Themes and Templates
In reply to: [Maskitto Light] portfolio doesn't workOk, for now I just add a “display:none;” using the CSS editor in the Theme Options.
Thanks
Forum: Themes and Templates
In reply to: [Maskitto Light] portfolio doesn't workWell, is almost done, but it has some “information” title above the gallery.
Is the same title in contact widget (that I can not translate or eliminate without hacking the code).
Can I take it off?By the way, THANKS for the fast reply and attention! You just saved me from a big scolding from my client! ??
Forum: Themes and Templates
In reply to: [Maskitto Light] portfolio doesn't workI’m not sure, but it seems that the website is slow now…
Home page
lilianramos.pisandelli.comPortfolio
lilianramos.pisandelli.com/fotosForum: Themes and Templates
In reply to: [Maskitto Light] portfolio doesn't workActually it broke my home page and the portfolio page. Nothing appears anymore.
When remove the portfolio widget, everything appears again.
Is there something I should do first or after?Forum: Themes and Templates
In reply to: [Maskitto Light] portfolio doesn't workjust10minutes, it didn’t work.
The Widget only works using the Home Page template. ??Forum: Themes and Templates
In reply to: [Maskitto Light] portfolio doesn't workSame here. The page was working fine, but I had to delete all photos and then upload again (particular reasons). After this, the portfolio page doesn’t show any picture. Portfolio looks fine in home page.
I tried a new page… nothing…
When I use the widget in another internal page, all other widgets stops in that page.Thanks in advance for any help
Forum: Plugins
In reply to: [Ultimate Fields] get repeater values from Post Meta typeSame question here. I didn’t found any Docs… is there in any place?
I created a repeater and added it to Main menu (Options Page), but can’t retrieve any data from the loop.I tryed to call it like this:
foreach( get_uf_repeater('parallax')... or using just foreach( get_uf('parallax')
But it always return this:
Invalid argument supplied for foreach()Something very ODD happened then: I just change the repeater and added it to an especific page. Everything worked as expected, BUT putting back the repeater to be at Main Menu again, the foreach still worked. I thought it was fine, but actually it was retrieving the meta-data from the page. Even if I delete the repeater, the foreach still brings me data… It is doing a real mess in my DB.
And I forgot to add something during these tests and the plugin broke my whole site… front and backend…
So with no docs, no website, no answers in foruns, and being so unstable… It doesn’t worth.