magnaromagna
Forum Replies Created
-
AuthorPosts
-
Hi, thanks for useful tips. I’ll wait for italy/italia database fix. But I update one listing some minutes before reading your message, I don’t know if you already made your changes…
Hi
I have a big issue with location switcher, I’ll try to replicate it:I have region
http://www.baltazar.it/geodirectory/locali/italia/emilia-romagna/
and it shows all listings correctly
(and location switcher show the region “emilia romagna”, ok)If I try to digit directly one city (example: faenza)
http://www.baltazar.it/geodirectory/locali/italia/emilia-romagna/faenza/
it gives 404 error
(and location switcher show the region “emilia romagna”…)But if I click on one of the listings shown in region page mentionned above, example
http://www.baltazar.it/geodirectory/locali/italia/emilia-romagna/faenza/villa-rotonda-faenza/
I see it correctly, and clicking on the breadcrumb, on Faenza, it shows correctly the url mentionned above
http://www.baltazar.it/geodirectory/locali/italia/emilia-romagna/faenza/
(and location switcher show the region “emilia romagna”, not the city)So, why I’m not able to show directly the
http://www.baltazar.it/geodirectory/locali/italia/emilia-romagna/faenza/
?Moreover, the switcher selector remains on region, and I’m not able to select any city
In general, my users are not able to change from region to city (and viceversa) through the switcher locator
Thank you as usual
Thanks, I was looking only under Geodirectory settings / Multiratings
February 23, 2015 at 12:54 pm in reply to: How to change default tab (from profile to review)? #31755Hi, I’m still having some issues on this little hack: the order of the tabs has changed, but it still shows the description as active tab instead of reviews tab. I used the code following above tips, where I’m wrong? Thanks!
I put it on gdf child theme / functions.php , before the final ?>
// begin change order tabs // /** https://wpgeodirectory.com/support/topic/how-to-change-default-tab-from-profile-to-review/#post-24021 **/ add_filter('geodir_detail_page_tab_list_extend', 'geodir_detail_page_tab_list_extend') ; function geodir_detail_page_tab_list_extend($tab_array) { // here u can modify this array, u can create a completely new one too. if(isset($tab_array['reviews'])){ $new_tab_array['reviews'] = $tab_array['reviews'];// set in new array $new_tab_array['reviews']['is_active_tab']='1'; unset($tab_array['reviews']);//unset in old one } if(isset($tab_array['post_profile'])){ $new_tab_array['post_profile'] = $tab_array['post_profile']; // set in new array unset($tab_array['post_profile']);//unset in old one } 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 } 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 } if(isset($tab_array['post_info'])){ $new_tab_array['post_info'] = $tab_array['post_info'];// set in new array unset($tab_array['post_info']);//unset in old one } 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 } 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 } 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 } // 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 ; } // end change order tabs //
This reply has been marked as private.Hi. After a whole upgrade (core + plugins) the issue come back. I never changed by myself any options but now I see two columns, and the third one goes under the central one. I restored the backup of file gd modern /style.css but nothing changed. What should I have to check?
ThanksHi. Sometimes I stil see the issue. I mean: the breadcrumbs is correctly show the city I selected, but the city selector remains to a previous city. And neighborhood listings show the wrong city.
I’m not able to replicate, it does not occurs all times and I still not understood the “criteria” of this issue
Ok. Now the top breadcrumb has a fixed position.
Wait for duplicate breadcrumbs patch/fix release.
I was forgotten, was an old issue (in same post there are login details)
https://wpgeodirectory.com/support/topic/breadcrumb-twice-on-map-pages/
This reply has been marked as private.Worked perfect, thanks
Both duplicate listings have many comments: I think I have to change via phpmyadmin the post id of each comment before. I will take a look.
Thanks Simone,
I have enabled this plugin, but the items were added before. Any tips to do the right procedure?
Thanks againAfter updating it with new version, and added the www. before all urls, it seems working fine now.
Hi Stiofan, can you please take a look? I need to fix this issue before launch the directory. Resuming: if I enable GDBooster the whole website became blank. In previous message the ftp login
Thank you in advance!
-
AuthorPosts