Simone
Forum Replies Created
-
AuthorPosts
-
Hello, Im using it on PHP Version 5.4 and MySQL v.5.1.1
Hello, used s2member (well just tested), and it works well, I would recommend this, but maybe someone else could suggest you a better plugin 🙂
add to your style.css, in the child theme, this
section.widget { margin-top:10px; }
Please,login details, as there is the maintenance plugin so we can’t see the website
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)?Hello, it will be helpful if you could please write your URL so we can take a look,
thanksS.
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>'; }
Hello, I’ve notified this error, thanks.
S.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
Hmm…could you please try deactivating this language plugin and see if is this working?
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?
HI, could you please write us your URL so we can take a look (in a private reply)
S.
Hello Scott,
yes it is possible, it depends on which field you want to output, it could , for example, something likegeodir_get_post_meta($postid,'post_city',true);
(that will output the city)
S.
Hello Jason, could you please provide your login/psw for the backend (in a private reply), so I can take a look?
thanks
S.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). -
AuthorPosts