dizzybee0208
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Photo Album] Unable to activateBrilliant. Thanks for that. Both my issues were fixed with this update. Great work!
Forum: Plugins
In reply to: [Facebook Photo Album] Unable to activateI think I have worked some of my issues out. After removing the code from the above function, I was able to activate the plugin. Then when it ran, it would not display the images – only placeholders. This is because your code is using shortcut syntax for the echo command as <?=[variable]>?. I obviously do not have short_open_tag enabled on my server. I changed the relevant code to <?php echo [variable] ?> and it works fine now.
However, I am still unsure what the problem is is the code within _activate_ram108_fblink to prevent me to activate the plugin with this there. I will keep playing around and if I find a solution will let you know.
Thanks again for your prompt help and your useful plugin.
Cheers,
Renae.
Forum: Plugins
In reply to: [Facebook Photo Album] Unable to activate🙁 I installed the new version, but it is still giving the same error. If I comment out the code in the function concerning the error, the plugin activates, but doesn’t work as it won’t show any images just empty boxes. Do I have to install some jquery thing in WordPress to get it to work? I am new to WordPress as I usually use Drupal. Thanks again for any help.