Forum Replies Created
-
-
7 years ago in reply to: No image in mobile since version 0.4.1
Hi René,
it seems this problem is related to your theme you are using.
You should try if this problem is appear, if you switch your WP to another theme.
Could you please send us real url of your website and theme you are using.
Thanks,
Richard7 years ago in reply to: Cache directory not writeableHi Dan,
please try to re-save your Settings->Discussions screen and then FV Gravatar Cache settings.
You can also test if your upload work correctly in Media->Add New. When the new item is uploaded, what’s path displayed when you click on it?
777 permissions is not necessary, 755 is enough with proper set-up user and group ownership of that folder.
If none of steps above work you can send us screenshot of wp-content/uploads/ folder opened in your FTP client.
We will be also happy to get the issue fixed right on your website if you order our Pro support: http://foliovision.com/pro-support
Thanks,
Richard12 years ago in reply to: Can a testimonial be embedded into a widget?Hello Kriselle,
yes the code you’re using is displaying only the top most approved testimonial. You should use some of the built functions. Here is a sample code that displays random testimonials. It can be inserted into PHP widget.
<?php fpt_get_testimonials( array( 'where' => array( 'status' => 'approved' ), 'order' => array( 'rand()' => 'ASC' ), 'limit' => 1 ), true, 1 ); ?>
It echos the result automatically. The last 1 in the code is for template number, you can change it to your convenience.But be aware that this may be a little slow since using MySQL rand() for sorting is highly ineffective. If you have only like few hundreds of testimonials it should be fine.
Best regards,
Peter12 years ago in reply to: How to auto enlarge and gray-out backgroundHello Charles,
the easiest solution is to use some tool that enables this “lightbox” effect. There are many of those available and will have no problems with flowplayer (to my knowledge).
Hint: type “video in lightbox” into google and you’ll get many results.
Best regards,
Peter12 years ago in reply to: Can a testimonial be embedded into a widget?Hello Lisa,
I think this widget will only be available in PRO version and we have released a new basic version to WP Repository in order to release a brand new basic version (which is already finished) with related pro version in August.
Best regards,
Peter12 years ago in reply to: Compatibility with WP 3.2.2Hello Madson,
yes, FV Testimonials 0.9.6 Basic are compatible with WP 3.3.2. But there will be a major plugin update coming soon.
Best regards,
Peter13 years ago in reply to: Dragging to-do’s from BasecampHello Alise,
thank you for posting about this problem. Our system caught a problem inside some JavaScript parsing specific to your account. It was due to some special characters inside names for your users or companies or projects. I added additional checks for all characters that are used for parsing the data so you should not have any other problems.
Best regards,
Peter13 years ago in reply to: Basecamp integrationHi Mike, Jason, Technix,
Thanks for the suggestions. As of today, our signup is HTTPS with a signed certificate. And all your interaction with your own live ascentlist.com is HTTPS: all your communication is now encrypted and protected with HTTPS.
If anyone runs into any issues, please let us know right away!
Thanks and have a nice weekend!
Peter
13 years ago in reply to: Basecamp integrationHello Jason,
we installed a verified SSL Certificate, so the signup is encrypted.
Best regards,
PeterHello,
so here is the plugins page: http://foliovision.com/seo-tools/wordpress/plugins/fv-testimonials
There you can find information on how to work with FV Testimonials. How to approve and insert testimonials into page.
Best regards,
PeterHello Ray,
each added testimonial has to be approved in the administration before it appears on the site.
Best regards,
Peter13 years ago in reply to: Basecamp integrationHello TeckniX,
I’ll add some technical information to the conversation.
37 Signals suite (BaseCamp including) has OAuth verification. It is done through a token that you can generate inside every product they’re having. The problem is that every product has different token (HighRise has different token than BaseCamp). This creates a bit of unfriendly setup on your part. Also tokens are very inhuman like, whereas to usename and password everybody is used to.
In the end we decided that we want to have a username and password.
Furthermore, 37 Signals still have some problems with OAuth, as you can see in their developer forum if you search a bit. Also they’ve said that they will block usage of username and password for API, but it’s still on (In my opinion it’s because of this). And with token you can get the same information from BaseCamp as with UserName and Password (through API of course). You only make sure that we don’t login directly with your credentials.
On our server credentials are stored only for the duration of your login in Ascent list. They are ciphered with high security cipher (BlowFish) and the pass-phrase is generated for every user uniquely every visit.
We wouldn’t have to store it, but Ascent list offers to remember you on each visit and therefore we need it.
I hope these technical information helps as well.
Best regards,
Peter13 years ago in reply to: Can not create accountHello Chris,
I added some logging and debugging code to the sign up. Is it somehow possible that you made a typo in writing username or password? The sign up is not browser dependent since it doesn’t use any JavaScript.
Anyhow I hope you like Ascent List, any further questions and remarks are deeply appreciated.
Best regards,
PeterHi Alec,
this has been fixed. Alphabetical order is set by default in Setup. For now it can only be set by administrators, since it’s set for the whole account.
Hi,
I mean in the back end where I’m entering the links. Strangely I have found that after running “check all” yesterday the second page sprang to life, until this morning when I went to access it again, same as yesterday, nothing but the top menu. Again, after running the “check all” facility, the second page of entries is accessible.
I’m runing WP 3.1.3 with Link Robot 0.6.8.