wishie
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook] Social Publisher : select what post type to publish on FB TimelineI too want this feature. Please add it.
I also had to modify some other records.. here are my additions to the above PHP script:
$data->css_stylesheets = $base_url . ‘/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.css’;
$data->scripts = $base_url . ‘/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.min.js’;
$data->guid = $base_url . ‘/?p=21’;
I, however, still have an issue with my install that I can’t fix..
https://www.ads-software.com/support/topic/moved-sitecannot-find-where-to-replace-this
I can’t find where to update that data to point at the correct URL
*sigh*
My mods fix some more things, which stop a lot of timeout errors, but they don’t address the CDATA field.. GRR!
I just modified the script…
edit the script, add these 3 data entries
$data->css_stylesheets = $base_url . ‘/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.css’;
$data->scripts = $base_url . ‘/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.min.js’;
$data->guid = $base_url . ‘/?p=21’;
Confirmed working for me now.
Yeah, I just ran the script I mentioned, and still have the exact issue you do.. Great.
Ok, so..
https://www.ads-software.com/support/topic/nextgen-is-requesting-the-wrong-url-adress?replies=18
Use this script to fix it:
I am having the exact same issue.. moved my site from one server to another, now NextGEN gallery doesn’t work because its trying to pull data from the old (now non-existant) server.
I have searched all the code on my server for the old IP, and also checked the entire MySQL database..
Still can’t figure out where its getting the old URL/IP from.