Giri

Forum Replies Created

Viewing 15 posts - 451 through 465 (of 2,661 total)
  • Author
    Posts

  • Giri
    Expired Member
    Post count: 3155

    Hi Billy,

    I guess the problem is something to do with your server or the image you uploaded.

    This is your image meta data. https://prnt.sc/fe6his

    The image on your site has EXIF orientation set. If the image has EXIF orientation set, some browsers will interpret this and automatically rotate the image.

    See more here. https://stackoverflow.com/a/31735472/736037

    Hope that helps.

    Thanks

    in reply to: Can I have a 1 star rating? #380749

    Giri
    Expired Member
    Post count: 3155

    Hi Ian,

    Its not possible. If rating is required then u have to give one start. If it has no start its not considered a review but a comment. So there would be no difference

    Thanks

    in reply to: Don't show past events #380741

    Giri
    Expired Member
    Post count: 3155

    Yes Eric, you are right. we mean the same thing.

    Thanks

    in reply to: Don't show past events #380634

    Giri
    Expired Member
    Post count: 3155

    Showing future events for everyone is a bad idea.

    I meant that we should display all events for author. But ofcourse it makes sense to display future events for everyone else.

    The patch will be included in next version.

    Thanks

    in reply to: Don't show past events #380601

    Giri
    Expired Member
    Post count: 3155

    Hi Eric,

    Showing future events for everyone is a bad idea.

    I have changed it to display future events for other users and all events for the author.

    Please post your FTP. I’ll apply the fix.

    Thanks

    in reply to: Call listing category #380591

    Giri
    Expired Member
    Post count: 3155

    Detail page category and tags are coming from this function.

    geodir_action_details_taxonomies

    https://github.com/mistergiri/geodirectory/blob/master/geodirectory_template_actions.php#L1099

    You have to either call that function or create custom code by yourself.

    I would go with calling that function. Just place that function where you need those categories. It would print them. Keep in mind it will also print the tags. You may have to use CSS to hide the tags if you don’t need them.

    Thanks

    in reply to: CSS on menu #380590

    Giri
    Expired Member
    Post count: 3155

    I’m glad you fixed it.

    Let me mark this thread as resolved.

    Thanks

    in reply to: CSS on menu #380581

    Giri
    Expired Member
    Post count: 3155

    You seem like you add this custom CSS.

    Thats what causing that issue.

    
    
    .gd-cptcats-widget .gd-cptcat-gd_place {
        width: auto;
    }
    in reply to: CSS on menu #380577

    Giri
    Expired Member
    Post count: 3155

    Hi Marcus,

    Give me some minutes. I’ll give you the fix.

    in reply to: Supreme Directory – detailpage – avatar logo link #380164

    Giri
    Expired Member
    Post count: 3155

    Hi Atilla,

    The code I provided make the author link empty. Which means its empty href tag. So it points to the same page. In your case this is fine.

    If you want to completely remove the link, then you need edit the code and remove the html a tags manually.

    So your code becomes like this

    
    
    printf('<div class="author-avatar">%s</div>',  $entry_author);
    printf('<div class="author-link">%s</div>', esc_attr($author_name));

    Giri
    Expired Member
    Post count: 3155
    This reply has been marked as private.
    in reply to: How/Where to change the H1 tags #380161

    Giri
    Expired Member
    Post count: 3155

    Hi Christopher,

    You need to remove the old action and then creation new function and hook it to the action.

    Something like this

    
    
    remove_action('geodir_search_page_title', 'geodir_action_search_page_title', 10);
    add_action('geodir_search_page_title', 'customized_geodir_action_search_page_title', 10);
    function customized_geodir_action_search_page_title() {
    
    }

    Here customized_geodir_action_search_page_title function is an modified copy of geodir_action_search_page_title function. Just copy paste that function contents and then modify it as per your needs.

    in reply to: Advance Search Not Showing #380159

    Giri
    Expired Member
    Post count: 3155

    You are welcome 🙂

    in reply to: Language file update – German / Payment Manager #380157

    Giri
    Expired Member
    Post count: 3155

    Hi Atilla,

    GD Business hours is a 3rd party addon. I think its better you give your translation file to Jeff. So he can include that in languages folder.

    in reply to: GeoDirectory Lists manager #380155

    Giri
    Expired Member
    Post count: 3155

    You are welcome.

Viewing 15 posts - 451 through 465 (of 2,661 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount