Vikas
Forum Replies Created
-
AuthorPosts
-
July 19, 2014 at 11:38 am in reply to: Excerpt length for related listings on Detail Page inconsistent #9089
Hi,
Plz find attached zip, extract it and upload custom_functions.php in geodirectory > geodirectory-functions folder using FTP.
This should make things consistent when excerpt length field is left blank.Hi,
Plz find attached zip, extract it and upload custom_fields_functions.php in geodirectory > geodirectory-functions folder using FTP.
This will not change editor behavior but will show p tags in More info content.
U can do this too.
Put this piece of code in ur theme functions.php fileadd_filter('the_content' , 'geodir_default_content_if_content_is_blank') ; function geodir_default_content_if_content_is_blank($content) { if(empty($content) && geodir_is_page('detail')) $content= 'Set content here which u want to show when default content is blank.' ; return $content ; }
This function is using geodir_is_page(‘detail’) which is defined in geodirectory plugin files, so please remove this function before deactivating geodirectory plugin whenever u needed else u will get an error in ur theme functions.php file.
But new release should fix your original issue which is related to more info tab’s content formatting on listing detail page.
Plz advise ?
Hi,
@bonzoren, this is wordpress default editor behavior. Plz try to do same in wordpress backend, add new post editor.http://wordpress.org/support/topic/paragraph-tags-disappear-between-html-and-visual
Thanks
July 19, 2014 at 9:41 am in reply to: View All link goes to 404 when Add City Slug option is selected #9079Hi,
Plz find attached zip, extract it and upload geodir_location_functions.php in location manager ad-on folder.
Thanks
Hi,
Plz have a look on attached image. That option was unchecked in backend options.
Hi,
Did u check it again? Its working fine for me.
Please advise ?Good to know.
Yes plz, Create a folder with name ‘geodirectory’ inside ur child theme folder and put template related files in it.
Thanks
Yes probably, i will check it too.
Hi,
Plz make sure that post name does not match to any city , region or country ?
This reply has been marked as private.Hi,
I need ftp and db access of this staging server.Thanks
Sorry i didnt understand the problem.
Listing Widget also has a setting to make it filterable based on selected location. Plz check backend widget setting.
-
AuthorPosts