csbecker
Forum Replies Created
-
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] Getting error in JWShortcode.phpThat did the trick! Thanks so much!
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] Jw Player 1.7.2 WordPress 3.5.1 errorsI also have the same error:
http://www.beckerstudio.com/portfolio/portfolio-animation/ocular-therapeutix-product-animation-3d-protein/It would be really great to have this fixed.
Forum: Plugins
In reply to: [Glossy] Fatal error with update to 1.5.3OK, all is ok. I updated both Glossy and Tippy and made sure both were active and it looks like I didn’t get errors. Sorry for the false alarm.
Thanks for a good plugin.
Chris
Forum: Plugins
In reply to: [Glossy] Fatal error with update to 1.5.3I’m also getting a Fatal Error with Tippy as well.
Fatal error: Call to undefined function tippy_format_title() in /homepages/29/d231077926/htdocs/review/wp-content/plugins/glossy/glossy.php on line 128
I would appreciate help with either getting one version back or that this gets resolved.
Thanks so much!
ChrisPlease disregard this note – I installed older versions of Tippy and Glossy and Tippy was giving me an error because it wasn’t Activated. I activated and this particular error is gone and everything works now. I will try updating again and make sure both plugins are activated.
I’m getting these warnings – looks like the same from above.
Warning: simplexml_load_file() [function.simplexml-load-file]: URL file-access is disabled in the server configuration in /homepages/18/d271803039/htdocs/website/wp-content/plugins/fbf-facebook-page-feed-widget/fbf_facebook_page_feed.php on line 48
Warning: simplexml_load_file(http://www.facebook.com/feeds/page.php?id=466485706717579&format=rss20) [function.simplexml-load-file]: failed to open stream: no suitable wrapper could be found in /homepages/18/d271803039/htdocs/website/wp-content/plugins/fbf-facebook-page-feed-widget/fbf_facebook_page_feed.php on line 48
Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity “http://www.facebook.com/feeds/page.php?id=466485706717579&format=rss20” in /homepages/18/d271803039/htdocs/website/wp-content/plugins/fbf-facebook-page-feed-widget/fbf_facebook_page_feed.php on line 48
I added this code in my .htaccess file:
php_value allow_url_fopen 1
and I got a 500 error.I then created a php.ini file with this code:
<?php ini_set("allow_url_fopen", true); ?>
and I get the original error again.
I’m sure I’m missing something and would appreciate your help.
Thanks, ChrisJames, how close are you to getting the Conditional engine into the system. I’ve purchased Pro and I was hoping that it was in there.
Also, when does the form’s answers get submitted when you have sections? When you click on NEXT or not until you click Submit? I’m guessing not until you click SUBMIT. How would you suggest submitting an unfinished form before you get to the end? My client wants users to have the ability to fill out part of the form (because it’s so long) and then go back in to modify it. Any suggestions with this would be very helpful.
Thanks, Chris
Forum: Plugins
In reply to: [Tippy] [Plugin: Tippy] IE 8 issue – not working?It now works. I just had to update WordPress and other plugins. Duh!
Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP-jScrollPane] Can't get the plugin to workThank you very much Cornfeed. That helped tremendously. It’s working great now except for one page. This is kinda tricky and I’ll try to explain. I’ve also only been able to see this issue in Firefox and IE (latest versions) – it works fine in Chrome and Safari.
All other pages on this site are working as hoped. This page though is having issues: http://www.kolman.beckerstudio.com/applications/architectural
The content shows fine in the window but clicking on these linked pictures sometimes doesn’t pull up the image. To replicate this, scroll the content on the right all the way up so you can see the bottom of the content. Now left-click the bottom-left image to make it zoom up. Instead of showing the link, the zoomed-up image, the content moves and the zoomed up picture doesn’t show.
Please let me know if you are able to replicate this issue.
It would be great if you could help get this fixed. My client wants to launch the site.
I would be happy to contribute to the plug-in if this can be fixed.
Thanks! Chris
Forum: Plugins
In reply to: [Tippy] [Plugin: Tippy] HTML not functioning between tagsI was able to make the HTML work if I used the additional Glossy plugin.
Working great with that now!!
Great plugin.OK – solution found. Thanks Alex.
I have a shared hosting solution for this site.
I created a new php.ini file and uploaded it to the site’s root WordPress installation directory.The php.ini file simply included the following:
allow_url_fopen = OnHopefully this will help someone.
You replied:
You need to modify your php configuration.
Edit your server php.ini and set “allow_url_fopen” to “On”. You may need to talk to your hosting service to add that for you.I’m going to see if I can get that done.
Thanks for the direction.
Forum: Fixing WordPress
In reply to: Sorting combined list of posts from multiple categoriesThanks Esmi. Orderby did it, but I had to do it with title. My final code is:
<?php query_posts('cat=32,33&orderby=title&order=ASC&posts_per_page=-1');
Thanks again!
Forum: Fixing WordPress
In reply to: Dynamic Page_Title in ShortcodeCode for my original question above.
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: Copy Pages from one DB to another?Been off this topic for a while.
Thanks Adiant! –answered–