Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter redstormj

    (@redstormj)

    Thank you. Can confirm this to have fixed the issue on 2.9.68.

    All back to normal. Much appreciated (specially the response time, just phenomenal).

    Thread Starter redstormj

    (@redstormj)

    Massive thanks! this is much appreciated. Works as expected.

    Thread Starter redstormj

    (@redstormj)

    Actually, this isn’t working. I must be missing something simple somewhere.

    I am using:

    /**
     * Change listing post type labels
     */
    add_filter( 'wpsight_post_type_labels_listing', 'my_post_type_labels_listing' );
    
    function my_post_type_labels_listing( $labels ) {
    
    	// Set post type labels
    
    	$labels = array(
    	    'name' 			 => _x( 'Propiedades', 'propiedades', 'wpcasa' ),
    	    'singular_name' 	 => _x( 'Propiedad', 'propiedad', 'wpcasa' ),
    	    'add_new' 		 => _x( 'Agregar Nueva', 'propiedad', 'wpcasa' ),
    	    'add_new_item' 	 => _x( 'Agregar Nueva Propiedad', 'propiedad', 'wpcasa' ),
    	    'edit_item' 		 => _x( 'Editar Propiedad', 'propiedad', 'wpcasa' ),
    	    'new_item' 		 => _x( 'Nueva Propiedad', 'propiedad', 'wpcasa' ),
    	    'view_item' 		 => _x( 'Ver Propiedad', 'propiedad', 'wpcasa' ),
    	    'search_items' 	 => _x( 'Buscar Propiedades', 'propiedades', 'wpcasa' ),
    	    'not_found' 		 => _x( 'No se encontraron propiedades', 'propiedades', 'wpcasa' ),
    	    'not_found_in_trash' => _x( 'No se encontraron propiedades en el basurero', 'propiedades', 'wpcasa' ),
    	    'menu_name' 	 => _x( 'Propiedades', 'propiedades', 'wpcasa' ),
    	);
    
    	return $labels;
    
    }

    I can see labels changing so I am sure the code is working, but this is having no impact on the actual post type name (the url). So all properties are being listed under:

    http://mywebsite.com/listing/property-name

    I am hoping to change “listing” in the url for something different like:

    http://mywebsite.com/propiedades/property-name

    Hopefully that makes sense.

    Thanks!

    Thread Starter redstormj

    (@redstormj)

    Ha! I knew I had seen that somewhere!

    Thanks buddy.

    It boils down to personal preference… I can give you my unbiased opinion after reviewing over a dozen of these scripts, I ended up using this one PRECISELY for the reason you hate it. Because it is a “starting point”. It is in a sense bare bones as in “not bloated” with stuff you probably do not need but all the things you DO NEED to get started.

    You are probably after something that has every feature under the sun bundled in, that’s perfectly fine and fair. Others (like me) value the simplistic approach of having just what we need as a foundation to build on top of it.

    Also do consider that the developer of the theme DOES INVEST time, effort and money into making this FREELY AVAILABLE. It is only fair that he sets up ways to generate revenue and otherwise monetize certain portions of the application.

    I don’t believe your review to be “objective” or fair even. I just think it isn’t the plugin you are looking for.

    Thread Starter redstormj

    (@redstormj)

    Sure thing Simon, as soon as I have it nicely packaged I’ll be sure to make that available to you guys and anyone else using your plugin. It is the least I can do!

    Cheers,
    Jose R. Lopez

    Thread Starter redstormj

    (@redstormj)

    Hey Simon, thanks so much for your response.

    I was able to make a simple plugin myself to achieve this functionality and it works rather well (about the same as your premium themes). I have no plans on releasing this because I do not yet have access to hooks and filters information for an appropriate integration. Instead I am relying on a custom template file which isn’t the cleanest approach.

    So once you guys have a bit more documentation so I can have a proper plugin coded and if within your licenses terms I will release this as a free addon plugin to the basic plugin.

    Cheers,
    Jose R. Lopez

    I can confirm it is working fine now after the update.

    Thanks!

    I can confirm this behavior. Installed on a fresh new website and can’t save snippets.

    Thread Starter redstormj

    (@redstormj)

    Awesome. Excited to see the update. I had modified a few other things but I’ve kept notes of everything so I’ll just reset, update and re-implement my customizations as needed.

    One important update I did (as it looks way better) was a change to fancybox2 which has far more options to play with and better overall look. This was simple enough by just placing the folder in the package and pointing the correct links.

    Will report if I find any bugs or worthy suggestions.

    Thanks again for such great plugin!

Viewing 10 replies - 1 through 10 (of 10 total)