Simone

Forum Replies Created

Viewing 15 posts - 2,686 through 2,700 (of 2,874 total)
  • Author
    Posts
  • in reply to: PHP & MySQL Versions #11407

    Simone
    Expired Member
    Post count: 3515

    Hello, Im using it on PHP Version 5.4 and MySQL v.5.1.1

    in reply to: Membership Plugins – Thoughts & Feedback? #11405

    Simone
    Expired Member
    Post count: 3515

    Hello, used s2member (well just tested), and it works well, I would recommend this, but maybe someone else could suggest you a better plugin 🙂

    in reply to: Sidebar Margin on Listings Page #11333

    Simone
    Expired Member
    Post count: 3515

    add to your style.css, in the child theme, this

    
    
    section.widget {
    margin-top:10px;
    }
    in reply to: Sidebar Margin on Listings Page #11331

    Simone
    Expired Member
    Post count: 3515

    Please,login details, as there is the maintenance plugin so we can’t see the website

    in reply to: Choice of Tags when Users Add a Listing #11325

    Simone
    Expired Member
    Post count: 3515

    Hmm…this is kind of tricky..
    What if you use a drop down menu as a custom field? (and get rid of the wordpress tags)?

    in reply to: GD and Page/Post Formatting #11324

    Simone
    Expired Member
    Post count: 3515

    Hello, it will be helpful if you could please write your URL so we can take a look,
    thanks

    S.

    in reply to: Output Listing information on custom page #11323

    Simone
    Expired Member
    Post count: 3515

    You have to place the function in your functions.php inside your child theme,

    for example, this function will add a text in the main content, in the detail page and it will add the author of the listing

    
    
    add_action( 'geodir_details_main_content', 'show_author', 45 );
    function show_author() {
    global $post; 
    
    $current_posttype = geodir_get_current_posttype();
    
    	$author = get_the_author();
    	echo '<p class="clearfix">Listed by' . $author . '</p>';
    }
    
    in reply to: location manager error #11322

    Simone
    Expired Member
    Post count: 3515

    Hello, I’ve notified this error, thanks.
    S.

    in reply to: Output Listing information on custom page #11316

    Simone
    Expired Member
    Post count: 3515

    Nice, the file for the detail page is in /wp-content/plugins/geodirectory/geodirectory_template_actions.php

    but, you need to create a function in order to do not loose the modification if the plugin will be updated

    in reply to: Output Listing information on custom page #11313

    Simone
    Expired Member
    Post count: 3515

    Hmm…could you please try deactivating this language plugin and see if is this working?

    in reply to: Output Listing information on custom page #11311

    Simone
    Expired Member
    Post count: 3515

    Ok, you just need to enable the debug in the wp-config.php in the root of your website by adding this line:

    
    
    define('WP_DEBUG', true);
    

    Also, what steps did you take so far?

    in reply to: Output Listing information on custom page #11306

    Simone
    Expired Member
    Post count: 3515

    HI, could you please write us your URL so we can take a look (in a private reply)

    S.

    in reply to: Output Listing information on custom page #11302

    Simone
    Expired Member
    Post count: 3515

    Hello Scott,
    yes it is possible, it depends on which field you want to output, it could , for example, something like

    geodir_get_post_meta($postid,'post_city',true);

    (that will output the city)

    S.

    in reply to: New Install Layout Problems #11197

    Simone
    Expired Member
    Post count: 3515

    Hello Jason, could you please provide your login/psw for the backend (in a private reply), so I can take a look?
    thanks
    S.

    in reply to: How do I turn off comments on pages? #11158

    Simone
    Expired Member
    Post count: 3515

    Hi Mike,
    You can disallow comments on each page. When you are in the edit page (in the backend) just enable the discussion tab in the screen options section (on the top of the page) and then on the bottom On the page you’ll see the discussions option and from there you can enable/disable comments.
    That’s a wordpress feature (not gd).

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