rumlab
Forum Replies Created
-
Ok, already sorted it out.
Sometimes its hard to know where to look ??I added this to my .htaccess:
AddType image/jpeg .jpg_backup
M
thx!
Maybe I’m blind. Where can I find the array options?
No I don’t have wp_head and wp_footer. They mess up my Nextgen gallery. I had an issue with some jquery on a different site, where instead of adding wp_head/footer, I added these three lines to my header:
<script type='text/javascript' src='https://ncfg.dk/wp-includes/js/l10n.js?ver=20101110'></script> <script type='text/javascript' src='https://ncfg.dk/wp-includes/js/jquery/jquery.js?ver=1.6.1'></script> <script type='text/javascript' src='https://ncfg.dk/wp-includes/js/jquery/jquery.form.js?ver=2.73'></script>
Which did the the trick there, but it doesn’t work here. Are wp_head and footer mandatory to make your plugin work?
And yes, it does work with the default theme.
EDIT: It works :). I just added this code to my footer instead of wp_footer:
<div id="fb-root"></div> <script type="text/javascript"> window.fbAsyncInit = function() { FB.init({appId: '196828327005607', status: true, cookie: true, xfbml: true }); }; (function() { var e = document.createElement('script'); e.async = true; e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js'; document.getElementById('fb-root').appendChild(e); }()); </script>
Thanks!
M
On an extra note, I also tried it on another site I’m managing, also using wordpress 3.2.1, with the same result. I get HTML code generated but no button, and no meta tags.
Thanks
After investigating the mechanics of the facebook thing a little further ?? –
I noticed, that I don’t have any Open Graph tags generated…And replacing sfc_base with latest beta, I get a Server Internal Error, loading the site.
Sorry if I’m shooting left and right.
Hi Otto. I did that too ?? Also tried different modules, also changing the shortcode accordingly.
Too bad about the 0.25.
EDIT: I do have this code generated, but still no button:
<fb:like href='http%3A%2F%2Frumlab.dk%2Farchitecture%2Flearning-lab' send='false' layout='standard' show_faces='true' width='400' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>
Tried to disable all other plugins, also disabling my javascript in the header (simple show/hide), but still no button appearing. Is it possible to download ver 0.25 as it seemed to work?
Thanks
PS: Also tried beta files
Forum: Plugins
In reply to: [DB Cache] DB Cache crashed my WPme too………………….. argh.
When including wp head, all kinds of unnescessary nextgen code is generated. Just included the references to the jQuery script files instead of wp head, and the problem was solved.
No, I left it…
No problem ??
Its meant to go in your themes’ stylesheet.
/wp-content/themes/DoubleSixx/style.css
M
Ok, Sixx, there are a couple of options, but first guess is to try this in your own css:
.PostContent ul { padding:0; margin:0; }
(make a extra section underneath existing PostCentent class.
Best,
MortenHey Sixx. Did you get it sorted? I’m not sure I see the problem?
M
Haha. Ok, thanks for the straight up though discouraging answer.
PS: I see from FB EULA the text button option is (of course) a no-no.
M
Forum: Plugins
In reply to: Good Plug in for photosThere is this plugin:
https://www.ads-software.com/extend/plugins/nextgen-gallery-custom-fields/
Description is already available though – it would normally show up.
M