rickyspires
Forum Replies Created
-
Hello.
Thank you for your reply.
I can not get it to work globaly ?
i have this in my header as a test. can i change the session without passing it in the url. maybe with jquery onclick ?
`
<?php
session_start();
if (!isset($_SESSION[‘hospitality’])) {$_SESSION[‘sector’] = $_GET[‘hospitality’];
echo $_SESSION[‘sector’];
} elseif (!isset($_SESSION[‘retail’])) {$_SESSION[‘sector’] = $_GET[‘retail’];
echo $_SESSION[‘sector’];
} elseif (!isset($_SESSION[‘popup’])) {$_SESSION[‘sector’] = $_GET[‘popup’];
echo $_SESSION[‘sector’];
}
?>Hosp session
Ret session
Pop session
<?php
if(isset($_GET[‘a’])){
$test = $_SESSION[‘link’]=$_GET[‘a’];
echo “current session =” . $test;
}
?>Hello
I have found the issue.
My theme is called consolis-child so when i did the export and change everything from consolis to consolis-systems the name of the theme in the database was changed to consolis-systems-child which is wrong so it broke.
so instead of doing consolis to consolis-systems I did consolis.co.uk to consolis-systems.co.uk
Now it works ??
Thanks
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Export hanging ?All-in-One WP Migration 2.05 works
Forum: Plugins
In reply to: [Simple Staff List] wp database tablesFIXED IT ??
it wasnt in the db at all. i just forgot to add them to the admin-install-uninstall.php file.
you can have the code if you like
??Forum: Plugins
In reply to: [Simple Staff List] wp database tablesI might be something else.
when i go make to _staff_listing_default_tags the ones i have added are not there no more?
the same happens to _staff_listing_default_tag_string
where have i gone wrong ?
thanks
rickyForum: Plugins
In reply to: [Simple Staff List] lightboxthanks
Forum: Plugins
In reply to: [Simple Staff List] lightboxHi Brett,
I cant get it to work ??
I copied your template code over mine
then copied your css code in to the admin css area
then i copied you jquery in to my headerand nothing ?? just a list of people showing all info
Forum: Plugins
In reply to: [Simple Staff List] lightboxHello Guys.
Brett, your amazing. THANKS for much for putting in the time to work this out for us. It looks great.
I will definitely use it ??
Rick. ??
Forum: Plugins
In reply to: [Simple Staff List] lightboxThats great .thanks ??
Forum: Plugins
In reply to: [Simple Staff List] lightboxi just tried it a different way useing groups but that just gives me an empty lightbox
[staff_loop] <div id="staffBlock"> <a href="#" class="lightbox"> <img class="userImg" src="[staff-photo-url]" alt="[staff-name] : [staff-title]"> <div class="userBasic"> [staff-name-formatted] [staff-position-formatted] [staff-email-link] <h4> [staff-phone]</h4> [staff-bio-formatted] </div> </a></div> <div class="videoLbox"><div class="close">x</div> <?php echo do_shortcode('[simple-staff-list group="[staff-name]"]'); ?> </div> [/staff_loop]
Forum: Plugins
In reply to: [Simple Staff List] lightboxIf i can get this working… I will be able to just have a list of images and names on the main page and the rest of the info in a lightbox ?? which would be perfect ??
Forum: Plugins
In reply to: [Simple Staff List] Show individual member of staff from list by idwell.
im trying to create a list of staff that open in a light box.
i have installed a lightbox plug and created each member as a group so i can open the one member of staff in the lightbox.
in the lightbox i want to show all the staff info but in the list i only want to show only the image and title. i think i will have to hide sections using js ??
thanks
Forum: Plugins
In reply to: [Simple Staff List] Show individual member of staff from list by idThats great.
Another cool feature would be a lightbox. so the list only shows the image and name then if you click the image you get a pop up with the rest ??
rick ??
Forum: Plugins
In reply to: [Simple Staff List] Phone number format ?Thanks for your help.
That worked fine ??