matlibu
Forum Replies Created
-
Forum: Plugins
In reply to: [User Access Manager] global $userAccessManager is not set ?ok, I’ve founded a solution : I need to include the class and instanciate the object myself
//Classes
require_once ‘wp-content/plugins/user-access-manager/class/UserAccessManager.class.php’;
require_once ‘wp-content/plugins/user-access-manager/class/UamUserGroup.class.php’;
require_once ‘wp-content/plugins/user-access-manager/class/UamAccessHandler.class.php’;if (class_exists(“UserAccessManager”)) {
$oUserAccessManager = new UserAccessManager();
}et zou
…
one more question : how configure a link different than the attachment ?… even if I place a link one an image, the link in the slider is the attachment link
?
ok i find a solution : I create a page with image inside to create slider in my home page 🙂
thanks for your plug in
I have the same problem if I place [slideshow custom=1] on a page of my website
…
I have the latest version but impossible to replace the caption by the title 🙁
it doesn’t work.
in gallery.php, when I replace every $slide -> title by $slide -> post_title (or inverse), it doesn’t work.
where I have to change it ?
And why there are 3 “-” on the caption ?
Hi,
thanks for response
It’s local website. no test link sorry
I use ‘
<?php if (class_exists(‘CMBSLD_Gallery’)) { $CMBSLD_Gallery = new CMBSLD_Gallery(); $CMBSLD_Gallery -> slideshow($output = true, $post_id = null); };?>
on my home page (because shortcode doesn’t run)
How configure your script to have title or description of any slide as caption ?