Kor
Forum Replies Created
-
AuthorPosts
-
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!
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!
Hi Baldari,
Do you mean you want to remove the white space in between the “Les Avis” tab and the comment box?
Thanks!
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; }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!
Hi Rita,
Looks like your Website is translating the custom CSS code from
#lightbox-nav-btnNextto
#lightbox-nav-btnSuivantas shown in the attached screenshot. Do you have a 3rd party plugin that does that? Never seen anything like this before.
This reply has been marked as private.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 ; }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; } }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!
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; }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
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!
Hi Mion,
Thanks for reaching us. Could you please check out the widget settings as shown in the attached screenshot?
Thanks!
Hi Josh,
Thanks for reaching us. Could you please share WP admin and FTP access so that we could recover your Website?
Thanks!
-
AuthorPosts