inserting estate
-
Insert your plugin on one of my sites: localizadorimobiliario.com.
I can not insert the categories nor the types. Your plugin does not retain the information.
They are also not recorded in DB.https://www.ads-software.com/extend/plugins/intellectual-property-basic/
-
Hey there,
It sounds like property sale types and categories are not working for you – is that correct?
When you add a property, are you able to see any sale types or categories to select from? Or are the lists empty?
Are you able to save a property? If so, could you link to it here?
Thanks – we’ll sort it out!
Andy
Yes I see the categories after entering but then it disappears.
The lists are empty.
I did not save any property because I could not enter the categories and types.
Thanks@local9ssb– can you post a sample of the category names you’re trying to insert? I’m wondering if some characters aren’t getting filtered properly?
eg.
Apartments, Offices, Lands
in my language:
apartamentos, salas comerciais – escritórios, terrenosHey again,
I haven’t been able to replicate your problem, but let me ask a couple of more questions:
1. Are you trying to add your category through this add interface?
2. What browser are you using (Internet Explorer 8/Safari/Chrome/Firefox)?
Let me know the answers to those questions and I’ll keep investigating.
I’d also recommend trying to disable other plugins one-by-one to see if there is some conflict happening.
Thanks!
I’m testing your plugin directly into a production site.
This is a real test and not a simple simulation.
It would be easy to install and test on a clean site.
There are security plugins (BulletProof) and (Better WP Security) as well as cache (W3 Total Cache).
I’m not using https://www.evernote.com.
Install the plugin directly in the admin area of wordpress.
I use all browsers but Chrome constantly.
I believe this is good test for you, check in localizadorimobiliario.com – view-source what would be the problem.
Continue helping, I wish the success of your initiative.
I suggested once that you guys develop for DRUPAL.
Thank you.Could you provide a demo version of the plugin. And then, of course, the full version for those who wish to pay the total use.
Vers?o 0.1.4 – OK
I will try.
Thank you.Hey again,
Just a quick note – Version 0.1.4 does not address the particular issue you’re talking about. We haven’t quite figured out what your problem is, but we will. Thanks!
The plugin does not allow the inclusion of photos of the property?
See page created:
https://localizadorimobiliario.com/property/bcp-green-valley-commercial/
The template does not render.
See the last item in the menu – news (your pages are listed in sub-menus)
Thanks!To all who desire to see the plugin in actual operation (another CMS) can click on the following link nadiapro.com
Plugin Author: There widget for this plugin?
Looking at the page you linked (https://localizadorimobiliario.com/property/bcp-green-valley-commercial/), it looks like your theme is not outputting the header in the normal WordPress way. I’m not sure there is much you can do about that – with IProperty, we’re assuming a theme follows WordPress standards. If they’re doing something strange, it may require special support.
If you could paste the code from your theme’s index.php file, I could try to figure out what is going on.
As for widgets – there are widgets included in the paid version of the plugin.
Thanks!
I can insert images of properties? Where?
index code
<div class="content"> <div class="content_botbg"> <div class="content_res"> <?php if ( file_exists(STYLESHEETPATH . '/featured.php') ) include_once(STYLESHEETPATH . '/featured.php'); else include_once(TEMPLATEPATH . '/featured.php'); ?> <!-- left block --> <div class="content_left"> <?php if ( get_option('cp_home_layout') == 'directory' ) : ?> <div class="shadowblock_out"> <div class="shadowblock"> <h2 class="dotted"><?php _e( 'Ad Categories', APP_TD ); ?></h2> <div id="directory" class="directory <?php if ( get_option('cp_cat_dir_cols') == 2 ) echo 'twoCol'; else echo 'Col'; ?>"> <?php echo cp_create_categories_list( 'dir' ); ?> <div class="clr"></div> </div><!--/directory--> </div><!-- /shadowblock --> </div><!-- /shadowblock_out --> <?php endif; ?> <div class="tabcontrol"> <ul class="tabnavig"> <li><a href="#block1"><span class="big"><?php _e( 'Just Listed', APP_TD ); ?></span></a></li> <li><a href="#block2"><span class="big"><?php _e( 'Most Popular', APP_TD ); ?></span></a></li> <li><a href="#block3"><span class="big"><?php _e( 'Random', APP_TD ); ?></span></a></li> </ul> <?php remove_action( 'appthemes_after_endwhile', 'cp_do_pagination' ); if ( get_option('permalink_structure') == '' ) $post_type_url = add_query_arg( array( 'post_type' => APP_POST_TYPE, 'paged' => 2 ), site_url('/') ); else $post_type_url = get_bloginfo('url').'/'.get_option('cp_post_type_permalink').'/page/2/'; ?> <!-- tab 1 --> <div id="block1"> <div class="clr"></div> <div class="undertab"><span class="big"><?php _e( 'Classified Ads', APP_TD ); ?> / <strong><span class="colour"><?php _e( 'Just Listed', APP_TD ); ?></span></strong></span></div> <?php // show all ads but make sure the sticky featured ads don't show up first $paged = ( get_query_var('paged') ) ? get_query_var('paged') : 1; query_posts( array( 'post_type' => APP_POST_TYPE, 'ignore_sticky_posts' => 1, 'paged' => $paged ) ); $total_pages = max( 1, absint( $wp_query->max_num_pages ) ); ?> <?php get_template_part( 'loop', 'ad_listing' ); ?> <?php if ( $total_pages > 1 ) { ?> <div class="paging"><a href="<?php echo $post_type_url; ?>"> <?php _e( 'View More Ads', APP_TD ); ?> </a></div> <?php } ?> </div><!-- /block1 --> <!-- tab 2 --> <div id="block2"> <div class="clr"></div> <div class="undertab"><span class="big"><?php _e( 'Classified Ads', APP_TD ); ?> / <strong><span class="colour"><?php _e( 'Most Popular', APP_TD ); ?></span></strong></span></div> <?php get_template_part( 'loop', 'featured' ); ?> <?php global $cp_has_next_page; if ( $cp_has_next_page ) { $popular_url = add_query_arg( array( 'sort' => 'popular' ), $post_type_url ); ?> <div class="paging"><a href="<?php echo $popular_url; ?>"> <?php _e( 'View More Ads', APP_TD ); ?> </a></div> <?php } ?> <?php wp_reset_query(); ?> </div><!-- /block2 --> <!-- tab 3 --> <div id="block3"> <div class="clr"></div> <div class="undertab"><span class="big"><?php _e( 'Classified Ads', APP_TD ); ?> / <strong><span class="colour"><?php _e( 'Random', APP_TD ); ?></span></strong></span></div> <?php // show all random ads but make sure the sticky featured ads don't show up first $paged = ( get_query_var('paged') ) ? get_query_var('paged') : 1; query_posts( array( 'post_type' => APP_POST_TYPE, 'ignore_sticky_posts' => 1, 'paged' => $paged, 'orderby' => 'rand' ) ); $total_pages = max( 1, absint( $wp_query->max_num_pages ) ); ?> <?php get_template_part( 'loop', 'ad_listing' ); ?> <?php if ( $total_pages > 1 ) { $random_url = add_query_arg( array( 'sort' => 'random' ), $post_type_url ); ?> <div class="paging"><a href="<?php echo $random_url; ?>"> <?php _e( 'View More Ads', APP_TD ); ?> </a></div> <?php } ?> </div><!-- /block3 --> </div><!-- /tabcontrol --> </div><!-- /content_left --> <?php get_sidebar(); ?> <div class="clr"></div> </div><!-- /content_res --> </div><!-- /content_botbg --> </div><!-- /content -->
I did another test and your claim proceeds.
Landbank/All Properties
In this case I used another theme and the display is almost ok.
Below are the property of improper insertion of the research, pages and categories.
I appreciate the attention.
- The topic ‘inserting estate’ is closed to new replies.