Viewing 7 Topics - 16 through 22 (of 22 total)
Author Posts
January 15, 2015 at 10:31 am 34158
Nayem Nayem

Hello onea,

You have to create a registration form for your user. To create a registration form you have to navigate to User fronted->Registration Form then create a new registration form. You can read this documentation- http://docs.wedevs.com/registration-forms/ to know more. After creating this form you have to copy the short code. Now you have to make a page for registration form then you have to paste that code into the page body. Now please navigate to User fronted->Settings->Login/Registration and set your registration page to registration. Please check and let me know.

Thank you 🙂

January 15, 2015 at 7:43 pm 34257
onea florin onea florin

thank’s a lot , what you’ve explained it’s only for the registration page ir it’s the same thing for login page
because now i have to make that for the original website

January 17, 2015 at 10:36 am 34314
Nayem Nayem

Hello Onea,

I think your problem is solved. Can i mark this topic as resolved?.

Thank you 🙂

January 17, 2015 at 7:55 pm 34382
onea florin onea florin

thank’s a lot you were very kind , topic resolved

February 3, 2015 at 1:59 am 35552
onea florin onea florin

hello i have a little problem , maybe if you know how can i create a scrollbar for the collapsing menu from the gmap .
http://www.vezicazare.ro on the map in the right side is the collapsing menu if you clik on the arrow for “Cazare pe judete” it will show you all the subcategories but whithout a scrollbar will not show al off the subcategories , some will go out off the page .

i think this is where i should input some code but i’m afraid that i will wreck something

</div>
<div class=”BottomLeft”></div>
<?php $map_cat_ex = get_current_city_cat_ex();$map_cat_exarr =explode(“,”, $map_cat_ex); if($catname_arr){ ?>
<div id=”trigger” class=”triggeroff”></div>

<div class=”map_category”>

<form id=”ajaxform” name=”slider_search” class=”pe_advsearch_form” action=””>
<input onkeydown=”if (event.keyCode == 13){limitReset();ajaxSearch()}” type=”text” class=”inputbox” id=”search_string” name=”search” value=”Title or Keyword” onclick=”this.value=”” />

<div class=”toggle” style=”display:none;”>
<ul id=”sitemap” class=”treeview”>
<?php
//print_r ($catname_arr);
if(get_option(‘ptthemes_map_sub_colapse’)){
for($c=0;$c<count($catname_arr);$c++){

$e=0;
if($catname_arr[$c][3]==’0′){
?>

  • <label><input type=”checkbox” value=”<?php echo $catname_arr[$c][4];?>” <php if(in_array($catname_arr[$c][4],$map_cat_exarr)){echo ‘checked=”checked”‘;} ?> id=”<php echo $catname_arr[$c][1];?>” name=”ptype[]” onclick=”limitReset();ajaxSearch()”/>“/> <?php echo $catname_arr[$c][0]; ?></label>

    php }

    for($d=0;$d<count($catname_arr);$d++){

    if($catname_arr[$c][3]==’0′ && $catname_arr[$c][4]==$catname_arr[$d][3]){
    if($e==0){echo ‘

      ‘; }$e++;

      THANKS

  • February 3, 2015 at 11:53 am 35595
    Nayem Nayem

    Hello Onea,

    I am really sorry to say that we do not provide support for customization. We only provide support for our built in features, installation and configuration.

    Thank you 🙂

    February 3, 2015 at 7:37 pm 35645
    onea florin onea florin

    i thought that you could give me an advice

    Viewing 7 Topics - 16 through 22 (of 22 total)