Paolo

Forum Replies Created

Viewing 15 posts - 16,816 through 16,830 (of 27,715 total)
  • Author
    Posts
  • in reply to: Category File for WPgeodirectory? #67500

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    geodirectory-templates/listing-listview.php. Make sure to make a copy of it in your child theme in a folder named geodirectory to avoid losing changes after every update.

    https://wpgeodirectory.com/docs/customizing-geodirectory-templates/

    Thanks

    in reply to: Display of franchises #67499

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    I can no longer login with the credentials provided earilier in this topic.

    Let us know,

    Thanks

    in reply to: Design Problem with spaces in Header #67492

    Paolo
    Site Admin
    Post count: 31211

    sorry if we missed your request :(, but glad you were able to solve! 🙂

    Thanks

    in reply to: Setting up user locations and categories #67489

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    what you described is the main scope of GeoDirectory. You can do some testing here by creating your won sandbox if you want to test all add-ons too: http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/

    Just click the launch demo button and a sandbox will be create for you as admin.

    Thanks

    in reply to: Navigation Menu #67488

    Paolo
    Site Admin
    Post count: 31211

    You are welcome 🙂

    in reply to: display only subcategories #67487

    Paolo
    Site Admin
    Post count: 31211

    If by main menu you mean what you have below search, you should try the GD > CPT Categories widget instead of the popular category widget.

    If by main menu you mean the main navigation, that is impossible to achieve with wordpress.

    Let us know how you went,

    Thanks

    in reply to: Highlight a category in the menu #67485

    Paolo
    Site Admin
    Post count: 31211

    add that in GD >> Design >> Scripts >> Custom CSS

    Let us know,

    Thanks

    in reply to: White stripe below our menu #67484

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    try to add the code provided by Guust in GeoDirectory >> Design >> Scripts >> Custom CSS.

    Let us know how you went.

    Thanks

    in reply to: Navigation Menu #67483

    Paolo
    Site Admin
    Post count: 31211

    You can in text widgets after you add this line into functions.php of your theme:

    add_filter('widget_text', 'do_shortcode');

    Normally widgets don’t parse shortcodes.

    Thanks

    in reply to: Disbale link to Profile page for Free listings #67482

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    you’ll have to create a geodirectory folder in your child theme. In that folder create a copy of the listing-listview.php template and customize the code.

    To check if a listing is claimed:

    
    
    global $post;
    $is_owned = geodir_get_post_meta($post_id,'claimed',true);
    if ($is_owned == '0') { // your function here }
    

    To check if a listing is featured

    
    
    global $post;
        if(isset($post->is_featured) && $post->is_featured){
            // your function here
        }
    

    To check for both things in one statement:

    
    
    global $post;
        $is_owned = geodir_get_post_meta($post_id,'claimed',true);
        if(isset($post->is_featured) && $post->is_featured && $is_owned == '0'){
            // your function here
        }
    

    Let us know how you went.

    Thanks

    in reply to: Navigation Menu #67479

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    for point 3 and 4 there is no easy way to do that.

    Sorry

    in reply to: Translate GeoDirectory and Get 1 Year Free! #67478

    Paolo
    Site Admin
    Post count: 31211

    Yes it is, thanks!

    in reply to: Move from one CPT to another? #67477

    Paolo
    Site Admin
    Post count: 31211

    Ok,

    please let us know how you went.

    Thanks

    in reply to: Redirect after Login #67472

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    that is how it normally works.

    If that is not the case, you must have a plugin that is setting new redirect rules.

    If you share a link and admin credentials, we can check your install and tell you more.

    Thanks

    in reply to: Send Enquiry feature Customization #67471

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    I’ve moved this in the jobs section of the forum.

    Just FYI,

    Thanks

Viewing 15 posts - 16,816 through 16,830 (of 27,715 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount