Kor

Forum Replies Created

Viewing 15 posts - 9,211 through 9,225 (of 15,414 total)
  • Author
    Posts
  • in reply to: Website refreshes every 5 seconds #416565

    Kor
    Moderator
    Post count: 16516

    Hi Attila,

    Thanks for reaching us. I’ve just checked your Website and it’s working fine. Could you please try clearing your browser cache or use another browser and see if it works for you? Also, I’m seeing this mixed content error on your homepage as shown in the attached screenshot. You might want to fix that first.

    Thanks!

    in reply to: Menu and logo relocation #416499

    Kor
    Moderator
    Post count: 16516

    Hi Jonathan,

    Sorry, I’m still not getting this. I’ve inspected https://bikefriendly.bike/hoteles-para-ciclistas/ and it is displaying a menu bar similar to yours. It has a logo and some navigation menu links. Do you mean you want to remove the logo and just display a menu icon on the left?

    Thanks!

    in reply to: Avis / Details Page #416498

    Kor
    Moderator
    Post count: 16516

    Hi Baldari,

    Do you mean you want to remove the white space in between the “Les Avis” tab and the comment box?

    Thanks!

    in reply to: Supreme theme : shades / responsive #416497

    Kor
    Moderator
    Post count: 16516

    Hi Baldari,

    Try adjusting the padding on the custom CSS code I’ve shared earlier. To make the texts white, use this

    
    
    .sd.home .cat-link, .sd.sd-location .cat-link {
        color:#fff!important;
    }
    in reply to: Page Not Found #416496

    Kor
    Moderator
    Post count: 16516

    Hi Don,

    Could you please list the pages that you’re facing this issue? This could be a permalink issue, so could you please try resaving permalinks and see if it works better?

    Thanks!

    in reply to: places slider behavior #416475

    Kor
    Moderator
    Post count: 16516

    Hi Rita,

    Looks like your Website is translating the custom CSS code from

    #lightbox-nav-btnNext

    to

    #lightbox-nav-btnSuivant

    as shown in the attached screenshot. Do you have a 3rd party plugin that does that? Never seen anything like this before.

    in reply to: Neighborhoods #416472

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    in reply to: order of Tabs #416431

    Kor
    Moderator
    Post count: 16516

    Hi Baldari,

    Just made some adjustments to the custom PHP code.

    
    
    // this is the snippet that adds the filter, calling the function below. 
    add_filter('geodir_detail_page_tab_list_extend', 'geodir_detail_page_tab_list_extend') ;
     
    // this is the function that does the re-ordering that we call with the add filter snippet above.
    function geodir_detail_page_tab_list_extend($tab_array)
    {
    
     // here you can modify the array and re-arrange tabs as you wish, you can create a completely new array too.
     
      
     
        // this is the post profile tab, by default is the 1st
        if(isset($tab_array['post_profile'])){
             $new_tab_array['post_profile'] = $tab_array['post_profile']; // set in new array
             // IMPORTANT the following code tells GeoDirectory that this is no longer the default active tab 
    	  $new_tab_array['post_profile']['is_active_tab']='1';
             unset($tab_array['post_profile']);//unset in old one
         }
       // this is the speacial offer tab, appears only if there are special offers and by default is the 5th
        if(isset($tab_array['special_offers'])){
             $new_tab_array['special_offers'] = $tab_array['special_offers'];// set in new array
             unset($tab_array['special_offers']);//unset in old one
         }
       // this is the post info tab (optional for custom fields), by default, if available, is the 2nd.
        if(isset($tab_array['geodir_fierte'])){
             $new_tab_array['geodir_fierte'] = $tab_array['geodir_fierte'];// set in new array
             unset($tab_array['geodir_fierte']);//unset in old one
         }
       
      
       // this is the images tab, by default is the 3rd
        if(isset($tab_array['post_images'])){
             $new_tab_array['post_images'] = $tab_array['post_images'];// set in new array
             unset($tab_array['post_images']);//unset in old one
        }
      
      
        // this is the review tab, by default is the 7th, but here we moved it to position 1.
        if(isset($tab_array['reviews'])){
             $new_tab_array['reviews'] = $tab_array['reviews'];// set in new array 
             unset($tab_array['reviews']);//unset in old one
         }
     
       
        // this is the map tab, by default is the 6th
        if(isset($tab_array['post_map'])){
             $new_tab_array['post_map'] = $tab_array['post_map'];// set in new array
             unset($tab_array['post_map']);//unset in old one
         }
      
       // this is the related listing tab, it is optional and by default is the 8th
        if(isset($tab_array['related_listing'])){
            $new_tab_array['related_listing'] = $tab_array['related_listing'];// set in new array
            unset($tab_array['related_listing']);//unset in old one
        }
     
       
      
        // this is the video tab, appears only if there are videos and by default is the 4th
         if(isset($tab_array['post_video'])){
             $new_tab_array['post_video'] = $tab_array['post_video'];// set in new array
             unset($tab_array['post_video']);//unset in old one
        }
     
       
     
        // this is the related listing tab, it is optional and by default is the 8th
        if(isset($tab_array['related_listing'])){
            $new_tab_array['related_listing'] = $tab_array['related_listing'];// set in new array
            unset($tab_array['related_listing']);//unset in old one
        }
         
        // now we set any remaining tabs that have not been assigned an order
        foreach($tab_array as $key=>$tab){
        $new_tab_array[$key]=$tab;
        }
     
        return $new_tab_array ;
    }
    in reply to: Mobile Popular Categories Display #416424

    Kor
    Moderator
    Post count: 16516

    Hi Evan,

    You can use this custom CSS code to achieve what you needed there.

    
    
    @media only screen and (max-width: 500px) {
        .sd.home .featured-area .geodir-pcat-show, 
    .sd.sd-location .featured-area .geodir-pcat-show {
        width: 30%!important;
        margin-right:10px!important;
        margin-bottom:10px!important;    
    }
    }
    in reply to: Remove Favorites Heart CSS Not working #416392

    Kor
    Moderator
    Post count: 16516

    Hi Evan,

    Please replace the custom CSS with the below.

    
    
    .geodir-addtofav, .geodir_category_list_view li .geodir-addinfo a.geodir-pcomments, .geodir_category_list_view li .geodir-addinfo span {
    display: none!important;
    }

    Thanks!

    in reply to: grid view – only one column #416391

    Kor
    Moderator
    Post count: 16516

    Hi Sara,

    Insert the custom CSS code below into GD > Design > Scripts > Custom Style CSS to fix this.

    
    
    li.clearfix.geodir-gridview.gridview_onefifth {
        display: inline-block!important;
    }
    in reply to: login page #416346

    Kor
    Moderator
    Post count: 16516

    Hi Ann,

    Please share WP admin access in private reply and I’ll check why your login/register page is missing. Meanwhile, to see the list of users, refer to the attached screenshot. It’s in your WP dashboard > Users > All Users

    in reply to: places slider behavior #416343

    Kor
    Moderator
    Post count: 16516

    Hi Rita,

    The custom CSS code below should force the “NEXT” and “PREV” button to display without hovering.

    
    
    a#lightbox-nav-btnNext {
        background: url(http://leguidedesvoyageurs.ma/wp-content/plugins/geodirectory/geodirectory-assets/images/lightbox-btn-next.gif) right 15% no-repeat!important;
    }
    
        
    a#lightbox-nav-btnPrev {
        background: url(http://leguidedesvoyageurs.ma/wp-content/plugins/geodirectory/geodirectory-assets/images/lightbox-btn-prev.gif) left 15% no-repeat!important;
    }

    Unfortunately, changing the caption and making the slider infinite would require customization.

    Thanks!

    in reply to: i want to remove counts from catagories #416341

    Kor
    Moderator
    Post count: 16516

    Hi Mion,

    Thanks for reaching us. Could you please check out the widget settings as shown in the attached screenshot?

    Thanks!

    in reply to: This page isn’t working #416340

    Kor
    Moderator
    Post count: 16516

    Hi Josh,

    Thanks for reaching us. Could you please share WP admin and FTP access so that we could recover your Website?

    Thanks!

Viewing 15 posts - 9,211 through 9,225 (of 15,414 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount