vitor
Members-
Posts
25 -
Joined
-
Last visited
Everything posted by vitor
-
How can i integrate HTML Kickstarter with processwire?
vitor replied to siulynot's topic in Getting Started
Great work Joshua, I would love to see it using Flexslider instead of BXSlider, as Joss commented above, Is there any reason for not using it? Thanks- 29 replies
-
- html kickstart
- html
-
(and 1 more)
Tagged with:
-
How can i integrate HTML Kickstarter with processwire?
vitor replied to siulynot's topic in Getting Started
Wow, that would be really awesome Joss, +1 for the Kickwire profile, can't wait to have it and try it- 29 replies
-
- html kickstart
- html
-
(and 1 more)
Tagged with:
-
@alanfluff Yes, but the OEM version states "Integration with open-source CMS/software" but I agree that the best way to be clear about all this is to directly ask the developers.
-
Maybe this helps: http://support.grabaperch.com/index.php?pg=forums.posts&id=3008
-
Isn't something like this already implemented in PW using FieldsetTabOpen?
-
This is the correct code from: http://jsfiddle.net/brianhadaway/2xrf6/4/light/ $("#ubaPlayer").ubaPlayer({ volume: 0.1, swfObjectPath: "http://brianhadaway.com/audio/js/swfobject.js", flashAudioPlayerPath: "http://www.brianhadaway.com/audio/swf/player.swf" }); You have this: $("#ubaPlayer").ubaPlayer({ codecs: [{name:"MP3", codec: 'audio/mpeg;'}] });
-
Hi, maybe you are looking for this? http://processwire.com/api/fieldtypes/images/
-
Directive 'allow_call_time_pass_reference' is no longer available in PHP
vitor replied to buddy's topic in General Support
Hum, it seams to be it, Thanks apeisa. -
Directive 'allow_call_time_pass_reference' is no longer available in PHP
vitor replied to buddy's topic in General Support
Hi guys, Yes I'm also seeing this error in the admin side using MAMP running PHP 5.4.3 this does not happen in PHP 5.3 Really strange... -
Admin language not working with custom admin theme
vitor replied to Soma's topic in Multi-Language Support
Hello varvanin, Everything you need to know about Multi-Language Support is covered very well here: http://processwire.c...nguage-support/ it is a great read, please check it out, and if you still have doubts, post them here. Rest assure that you don't need any programming to do it Best -
Ryan as posted a sample contact form to use as a simple contact form here: It can be useful for what you are trying to do.
-
Hi onjegolders, You can find several ideas here on how to process/create your own forms:
-
Hi charliez, thanks for your input. Yes, I tend to agree with you on the forms, will try work with the client to change that. Well, I'm using Google translate for the Website, this was the only way, because the client did not want to translate himself the content.
-
Thanks Diogo, Well, the site went live today, so the client did not add the time yet to populate that page yet.
-
Hi guys, just want to share with you my first ProcessWire powered website, let me know what you think take it easy... I'm a ProcessWire newbie. ehehe http://caic-consultores.com/
-
Great stuff, on the translation work Diogo, thanks. Let me know if you need any help.
-
Problem with columns and fields and FieldsetTabOpen
vitor replied to landitus's topic in General Support
Hi landitus, Are you using the latest version available? I remeber this issue was fixed already. -
Admin language not working with custom admin theme
vitor replied to Soma's topic in Multi-Language Support
I'm lost here, can it be caused by the German translation files? Can you try using another language like Portuguese? http://processwire.c...rtuguese-pt-pt/ That's the one I'm using. EDIT: Nope, I've just downloaded the German language files and it is working ok for me, like I've said completely lost here. -
It was not working with Safari, only with Chrome, but the latest version, fixed this, I've tested myself and it is working. What browser are you using, marcin? is ProcessWire the latest version? Best
-
Admin language not working with custom admin theme
vitor replied to Soma's topic in Multi-Language Support
That's strange, I'm using your Theme with the latest version of ProcessWire, and it is working for me, for Portuguese. Just to be sure, did you changed the Language in you Profile / Language also, Soma? -
Ok, I've managed to resolve this using the Module Fieldtype Select (AKA Drop Down) here: this way I just created a new Select field and add the required options. Thanks guys for the Module. Best
-
Hi guys, I'm trying to create a front end form using the FormTemplateProcessor with Page Fieldtype to create some selectable and radio elements, everything is working great, The only issue I'm having and I've searched everywhere is that, when I submit the form the values from the select and radios on the email sent come as id's and not the title of those pages. is there any way I could just grab the titles for the select and radio buttons? Or is there any better way to achieve this? Thanks
-
Field settings when used with/in template not being saved
vitor replied to vitor's topic in General Support
Thanks guys for your help, @ryan I'm using latest version of Safari (Version 5.1.4 (7534.54.16)) in a Mac most of the time, and I believe this was the problem, I've changed to Chrome repeated the process and it worked. Thanks -
Hi Guys, really don't know if this is due to my limited knowledge of the system or a bug. I'm trying to configure several settings based in templates, but after saving this changes, they revert to the previous values. For instance, when I go to Setup -> Templates > and then click basic-page I get all the fields for that template, I then click one of the fields to change some settings just for that template, but when I save nothing happens. Maybe is just me, I'm running the latest version of ProcessWire. Best
-
No, I don't think it is something related with cache at all. I've done what WillyC, suggested above and still got some issues that diogo mentioned. I'll continue to test it, and see how it goes.