Paolo
Forum Replies Created
-
AuthorPosts
-
all tables
October 21, 2016 at 4:56 pm in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #289315Hi,
here is the content of that file:
<?php get_header(); ?> <?php $sidebar = false; $full_width = false; if (bp_is_members_directory()) { $sidebar = apply_filters('whoop_members_page_sidebar', true); if (!$sidebar) { $full_width = true; } } if (bp_is_activity_directory()) { $sidebar = apply_filters('whoop_activity_page_sidebar', true); if (!$sidebar) { $full_width = true; } } ?> <div id="geodir_wrapper" class="geodir-single"> <?php //geodir_breadcrumb();?> <div class="clearfix geodir-common"> <div id="geodir_content" class="<?php if ($full_width) { echo "whoop-full-width-content"; } ?>" role="main"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <article id="post-<?php the_ID(); ?>" <?php post_class( 'cf' ); ?> role="article" itemscope itemtype="http://schema.org/BlogPosting"> <?php do_action('whoop_bp_page_header'); ?> <?php // end article header ?> <section class="entry-content cf" itemprop="articleBody"> <?php // the content (pretty self explanatory huh) the_content(); /* * Link Pages is used in case you have posts that are set to break into * multiple pages. You can remove this if you don't plan on doing that. * * Also, breaking content up into multiple pages is a horrible experience, * so don't do it. While there are SOME edge cases where this is useful, it's * mostly used for people to get more ad views. It's up to you but if you want * to do it, you're wrong and I hate you. (Ok, I still love you but just not as much) * * http://gizmodo.com/5841121/google-wants-to-help-you-avoid-stupid-annoying-multiple-page-articles * */ wp_link_pages( array( 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', GEODIRECTORY_FRAMEWORK ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', ) ); ?> </section> <?php // end article section ?> <?php do_action('whoop_bp_page_footer'); ?> <?php comments_template(); ?> </article> <?php endwhile; else : ?> <article id="post-not-found" class="hentry cf"> <header class="article-header"> <h1> <?php _e( 'Oops, Post Not Found!', GEODIRECTORY_FRAMEWORK ); ?> </h1> </header> <section class="entry-content"> <p> <?php _e( 'Uh Oh. Something is missing. Try double checking things.', GEODIRECTORY_FRAMEWORK ); ?> </p> </section> <footer class="article-footer"> <p> <?php _e( 'This is the error message in the buddypress.php template.', GEODIRECTORY_FRAMEWORK ); ?> </p> </footer> </article> <?php endif; ?> </div> <?php get_sidebar('bp-details'); ?> </div> </div> <?php get_footer(); ?>Thanks
Hi,
this is how it works.
1 any user can add a listing and declare if they are the owner or not when adding the listing. If they declare they are the owner nobody will be able to claim it afterwards
2 if they declare not to be the owner when adding the listing, anyone can claim it. Once claimed and approved the new user becomes the only person that can edit the listing. The old author will see that the listing has been claimed and he no longer has editing capabilities.
3 It is not possible to have collaborating listings. WordPress allows only 1 author per post and if I’m the owner and I claim it to be able to edit it, I sure don’t want anyone else capable of changing what I do.
Thanks
Hi,
the website is still loading mixed content. Make sure to find all old instances of the url with http and replace them with https in your database.
This plugin makes it super easy: https://wordpress.org/plugins/better-search-replace/
Let us know once done so that we can check.
Thanks
Hi,
please provide admin credentials in a private reply and we will have a look.
Thanks
Hi Peter,
please see: http://stackoverflow.com/questions/8028957/how-to-fix-headers-already-sent-error-in-php
99% of cases it is because you left a Whitespace after ?> in functions.php or another php file.
If you are unsure how to debug this please provide a link and admin credentials and we will have a look.
Thank you
Glad it works, let us know if I can be of any further assistance.
Thanks
You are welcome 🙂
October 21, 2016 at 4:07 pm in reply to: GeoDirectory/X-Theme Site – My Listings selector on dashboard not working #289276Hi Dan,
GD Core is updated, but the 2 add-ons installed were not.
You will need 1st to activate the licenses for the that URL, currently they are only activated for the staging website. Go to GD > Auto Updates / Licensing, deactivate them, re-enter them and activate them again. This will add the new URL.
Please use this account to post any future support request: https://wpgeodirectory.com/support/members/[email protected]
As a free user you are not entitled to support for website with add-ons installed.
Thanks
Hi,
that is not possible, it would require 2 separate queries.
Thanks
My pleasure 🙂
You are welcome 🙂
Is it enabled in each price setting?
Let us know,
Thanks
You need to go to GeoDirectory >> Auto Updates / Licensing, deactivate the licenses, enter them again and reactivate them to add the new domain to the activation list.
Let us know how it goes.
Thanks
Hi,
please provide a link and admin credentials and we will check, that is not normal behavior.
Thanks
-
AuthorPosts