claudiasaraiva

Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: Change number of posts in lisitng view from a category #112898

    claudiasaraiva
    Expired Member
    Post count: 16

    Ohhhh… Thanks…

    My mistake… don’t even think about that..

    Thanks very much..

    in reply to: Add Category drop down in sort filter #69204

    claudiasaraiva
    Expired Member
    Post count: 16

    I really am interested in these feature. Please let me know if there is any development.

    Thanks

    in reply to: Where do I found Add listing page #63261

    claudiasaraiva
    Expired Member
    Post count: 16

    THANKS I ALREADY RESOLVED THIS ISSUE.

    Hello. I installed the GEODIRECTORY in a website test but i cannot see the Add Listing for GD EVENTS.
    I already tried change the url http://comunicarsimples.com/agenda/add-listing/?listing_type=gd_place to
    http://comunicarsimples.com/agenda/add-listing/?listing_type=gd_event

    But this page is redirect to HOMEPAGE…

    Please could tell me what I am doing worng.

    Thanks.

    in reply to: Image gallery lightbox stretches images #56246

    claudiasaraiva
    Expired Member
    Post count: 16

    Hello..
    I read that you fixed the stretch image error…
    Please explain how to fix this error…
    Or where is the fix for the for the other paying customers…

    Thanks

    in reply to: SHow All Categories list in HTML with a List and sublists #56198

    claudiasaraiva
    Expired Member
    Post count: 16

    Hello… I’d like to know if there is some news about the update for GD LISTING widget show structure of CPT NAME > CATEGORY>SUBCATEGORY > SUBSUB……

    Thanks

    in reply to: upload images #56197

    claudiasaraiva
    Expired Member
    Post count: 16

    Hello…

    This is also my suggestion… Make possible choose to upload from media library or use the default system that you have in GD.

    The option to use Media Library is valid because of concerns to SEO,we can insert title, legend, description at images…

    And also very important it doessn’t to upload the same photo over and over again…

    Thanks again.

    in reply to: GeoDirectory Plugin and the WordPress Media Library #56195

    claudiasaraiva
    Expired Member
    Post count: 16

    Hello…

    Theres is no way to change this option?
    And turn possible to upload images to media library?

    Thanks

    Cláudia Saraiva

    in reply to: Categories and Subcategories #55645

    claudiasaraiva
    Expired Member
    Post count: 16

    Hello…

    Idon’t know you can please se this code…

    I’m still tryng to mage a way to show the category > subcategory structure in the breadcrumbs….

    I know that is not a good pratice to change the code because of future problems with updades.. but well i am trying to get a solution for a problem that i seems is a general request at your forum…

    So please review and gave me your opinion… I’m not a great programmer…

    SO I tried this adjustment in the page at:
    pluginsgeodirectorygeodirectory-functionsgeneral_functions.php

    at line:
    your code: if (geodir_is_page(‘detail’))
    I enter this new one:

    
    
    if (geodir_is_page('detail'))
    
    //the new code
    {
    			
    				$category = get_the_terms( $post_type->ID, $gd_taxonomy );     
    				foreach ( $category as $cat){
    				$cat->name.'  ';
    				$cat->slug. '';
    				}
    				
    				$breadcrumb .= $separator . '<a>slug.'">'.$cat->name.'</a>';
    //end new code
    //code origianl
    $breadcrumb .= $separator . get_the_title();
    $breadcrumb .= '</li>';
    //end code original
    
    // new code
    }

    I know that this option gives me an error…

    The outocome is right and i can view the right levels of the breadcrumbs until the second level, like this:

    CPT CATEGORY > MAIN CATEGORY> SUBCATEGORY > NAME OF POST

    But if i need a new subcategory, gives me a litle error… it jumps a category..
    It’s suposed to write:
    CPT CATEGORY > MAIN CATEGORY> SUBCATEGORY > SUB-SUBCATEGORY > NAME OF POST
    but it jumps a subcategory..
    CPT CATEGORY > MAIN CATEGORY> SUB-SUBCATEGORY > NAME OF POST

    I think it’s possible to wrote a code, not changing a thing in the database, in the general_fucntions.php based on the the WIDGET GD POPULAR POST CATEGORY… because it display all the categories and subcategories…

    I just don’t know how to improve the code at general_functions.php…

    Please advice…

    Thanks

    Cláudia Saraiva

    in reply to: Image gallery lightbox stretches images #55459

    claudiasaraiva
    Expired Member
    Post count: 16

    Hello.

    I’m having the sama problem..

    I’m using DIVI CHidl Theme..and the last version of GeoDirectory.

    Cláudia Saraiva

    in reply to: Categories and Subcategories #55364

    claudiasaraiva
    Expired Member
    Post count: 16

    Hi thank you for your reply….

    I insist… ins’t there a way to change the way the geodirectory works with categories and subcategories?

    I need that the structure works with at least 3 levels CATEGORY > SUBCATEGORY > SUB SUB CATEGORY…

    I already tried to create for each MAIN CATEGORY a Custom Post Type… but the problem is the same…

    Thanks again.

    Cláudia Saraiva

    in reply to: Categories and Subcategories #55131

    claudiasaraiva
    Expired Member
    Post count: 16
    This reply has been marked as private.
    in reply to: Categories and Subcategories #55114

    claudiasaraiva
    Expired Member
    Post count: 16

    Hello.

    I’m using the default PLACE Post Type…

    My demo site is: http://cloudsidea-design.com/DEMOS-SITES/mvm02/

    The example:
    http://cloudsidea-design.com/DEMOS-SITES/mvm02/museu/agricultura-pastoricia-e-aquacultura/viveiro-da-fonte-santa/
    This link is of a place that suposed is linked to the subcategory Agricultura, Pastorícia e Aquacultura that is part of the main category “ECONOMIA LOCAL“:

    The beadcrumbs looks like this:
    Home > Museu > Agricultura, Pastorícia e Aquacultura > Viveiro da Fonte Santa

    And It should be like this:
    Home > Museu > Economia Local > Agricultura, Pastorícia e Aquacultura > Viveiro da Fonte Santa

    It’s necessary to create one Custom Post Type for all the main categories that I need? Doesn’t make sense… for me I guess…

    Thanks for your reply
    Cláudia Saraiva.

    in reply to: SHow All Categories list in HTML with a List and sublists #54504

    claudiasaraiva
    Expired Member
    Post count: 16

    Hi…
    Thank for your reply…

    I will wait with great expectation for the release of the beta version of the new widget.

    Thanks a lot.

    Cláudia Saraiva

    in reply to: SHow All Categories list in HTML with a List and sublists #54224

    claudiasaraiva
    Expired Member
    Post count: 16

    OK…

    So is this means that this new widget with this new function will be create…
    If so… in what estimated time…

    Thanks for your reply in such short time.

Viewing 14 posts - 1 through 14 (of 14 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount