battez
Forum Replies Created
-
change line 130 to ` if(isset($args->show_description) && $args->show_description == ‘into_link’) $after_link = $after_link . ‘</a>’;
`yeah it needs a variable declaration somewhere
function getCal() { $Page = get_page_by_title($which); $Page = apply_filters('the_content', $Page->post_content); return $Page; }anyone worked out a way to do this?
I have tried calling in the page directly and running the_Content() for that page but this doesnt work either.hey ruih how did you integrate gravity forms with registering an event? is there a guide somewher?
subscribing also 🙂
Ramrod – you shd find his page and email, he probably doesnt check here!
I know the cause anyway. Plugin looks for $_POST[‘album’] in php. It gets unset by conflicting plugins. Do a global grep on your server wordpress install files – for ‘abum’ if another plugin uses it it will conflict !!!
Ramrod! + Boki I fixed mine.
De-activate your plugin Simple Facebook Connect – it unsets $_GET[‘album’] …hence breaking this…
if you dont have that plugin, deactivate all your plugins until you see which one is causing it..
hi Ramrod – Boki emailed me and replied with this, but it is not so much a fix as a workaround : . My problem was simple, I didn’t make Page link for Album. So, you go to gallery and you set page link (let it be new page, not the same as album link) and then, go to Albums and and in edit options for Album you can find also Page link (don’t use same page as for galleries)!
Ramrod – I am using 1.9.2 and latest WordPress…are you using same? Did it work before you updated wordpress or perhaps plugin?
I sent a message to Boki as he appears to have fixed the issue when I took a look at his nice website! What have you tried Ramrod?
cheers
Luke
hey did you guys get a fix for this?
cheers
Luke
hi Rob thanks worked for me with patch you sent also. Luke
thanks Otto for your replies. Yes, I figured out after reading some more facebook docs that what you say is correct.
What slightly confused me was the changes they made to the Application setup on facebook . One was able before to put in a URL – now it is not possible. I now realise the Like count is a separate entity for the new thing one is “liking” not anything existing. cheers. I think I will avoid the hack thing as I wouldnt want to fall foul of Facebook. Thanks for pointin g it out tho.
I don’t know if the problem is that my facebook application Id (which I created for this plugin) in no way is set (on facebook) to tie in with the Facebook community page.
There seems no way to tie my facebook app with the commnity page – just gives an option to create a new page in the profile settings of the application.
Forum: Plugins
In reply to: [Flickr Gallery] [Plugin: Flickr Gallery] Change to look of the post?you can use per-page attribute in shortcode eg per-page=10 to limit to 10. Use items= atrribute also together with it.