Paolo

Forum Replies Created

Viewing 15 posts - 9,331 through 9,345 (of 27,715 total)
  • Author
    Posts
  • in reply to: Geo relocation problems SSL #289318

    Paolo
    Site Admin
    Post count: 31211

    all tables

    in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #289315

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    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

    in reply to: who can edit listing before claimed? #289308

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: Geo relocation problems SSL #289305

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: Listing image upload function gone #289298

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    please provide admin credentials in a private reply and we will have a look.

    Thanks

    in reply to: Cannot modify header information #289289

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: News / Travel Guide / City Guide Template #289283

    Paolo
    Site Admin
    Post count: 31211

    Glad it works, let us know if I can be of any further assistance.

    Thanks

    in reply to: iOS 10 – your location is currently unknown #289279

    Paolo
    Site Admin
    Post count: 31211

    You are welcome 🙂


    Paolo
    Site Admin
    Post count: 31211

    Hi 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

    in reply to: Sort Featured then Regular #289272

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    that is not possible, it would require 2 separate queries.

    Thanks

    in reply to: Shortcode looking different #289271

    Paolo
    Site Admin
    Post count: 31211

    My pleasure 🙂

    in reply to: Increase length of social importer URL field #289270

    Paolo
    Site Admin
    Post count: 31211

    You are welcome 🙂

    in reply to: Clicky stats don't show on places #289263

    Paolo
    Site Admin
    Post count: 31211

    Is it enabled in each price setting?

    Let us know,

    Thanks

    in reply to: Download Failed. Unauthorized #289260

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: franchise tab issues #289256

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    please provide a link and admin credentials and we will check, that is not normal behavior.

    Thanks

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