Tagged: categories, csv, excel, integer
- This topic has 17 replies, 3 voices, and was last updated 10 years ago by BePro Software Team.
-
AuthorPosts
-
March 17, 2014 at 3:45 pm #1403[email protected]Participant
Hi,
I am using the create_listing_form shortcode for our registered users to add locations to their profiles. Is there a way to add categories to the form so that they can also choose which category they are in?
Currently, the only ways I see to give a listing a category is after a user submits their listing, we go in the admin end and approve it/select category OR if it’s directly added by an admin, not by the shortcode form. Having the category choices listed as they are on the filter form would make user-submission of listings much easier. Thanks!
March 17, 2014 at 4:32 pm #1404BePro Software TeamKeymasterHi @jmarie,
When confused about features, its always a good idea to refer to our $1 one dollar wordpress themes. If a feature exists there, then you are either A) missing something or B) there is an issue with your installation specifically. Here are examples of the front end submission form with category options:
– http://bycater.ca/add-your-business/
– http://whatlocalscallit.com/add-a-place/Its currently impossible to turn off the category selection option from the submission form. So unfortunately, you seem to have a unique issue. The only options we can recommend are
– Purchase 1hr of product support so we can investigate your unique scenario
– Switch to one of the base wordpress themes and see if the issue persists
– Re-install the pluginRegards
___
BePro Software TeamMarch 17, 2014 at 4:41 pm #1405[email protected]ParticipantHi, thanks for your quick response. I’m now checking to see what’s missing/if I did something wrong for them not to be showing. If all else fails, I will use the product support because everything else about the plugin is fantastic!
One more question I have… is it possible to use the map as a header on our site?
Thank you.
March 17, 2014 at 5:01 pm #1407BePro Software TeamKeymasterHi @jmarie,
Thanks for the feedback and *Yes* is the short answer to your question.
This is where BePro Listings really shines beyond the competition. With the shortcodes, hooks, and filters built into the plugin, it is definitely very possible to have the map anywhere you want it on your website.
The thing is, this level of customization, usually requires some php knowledge. Depending the on the complexity of your theme, we can complete a project like that within 1hr of wordpress development
– http://www.beprosoftware.com/shop/wordpress-development-1hr/
Regards
___
BePro Software TeamMarch 18, 2014 at 12:49 pm #1440[email protected]ParticipantHi, I installed the plugin fresh on another wordpress site using another theme. I made no changes at all to the plugin, added categories, made a blank page with the shortcode CREATE_LISTING_FORM and there are no categories showing like in the sample sites you mentioned. Are you sure something wasn’t changed in the latest update that would cause this to happen?
March 18, 2014 at 1:41 pm #1441BePro Software TeamKeymasterHi,
I’m 100% sure that the example websites are running the latest version of the plugin. For our testing practices, you can view this article
Here are some options to try, there is no need to move to a new website, server etc.
1) Activate the stock wordpress theme. Nowadays, wordpress comes with 4 themes, pick one. Does the issue persist?
2) Try one of our $1 one dollar wordpress themes. Does the problem persist?
3) Purchase 1hr of product support. If it turns out that the plugin does have an issue, you will be refunded 100% of the cost for the hour. You can choose to get that refund via paypal or credits you can use hereLet me know before purchasing so that i can alert a project manager
Regards
___
BePro Software TeamMarch 18, 2014 at 3:17 pm #1444[email protected]ParticipantOk so I tried it on another wordpress site we are working on unrelated to any directory. It has a standard wordpress theme, deactivated any other plugins and didn’t make any changes to the BePro plugin. Still no categories showing. I compared my files with the source code from http://whatlocalscallit.com/add-a-place/ and http://bycater.ca/add-your-business/ and I really can’t see what the difference is that could be causing this.
The person to make the final decisions isn’t here so I will let you know if we try with one of your $1 themes or if we will use the support. Thank you for your help.
March 18, 2014 at 3:50 pm #1445[email protected]ParticipantSorry to be a pest! I was able to determine that something in this part of the code below in form.php is causing an issue. When deleting that portion, we were able to get the category section on the page, but not displaying the categories we’ve entered. Still not sure exactly how to fix it! Perhaps you can see?
if($cats){
foreach($cats as $cat){
if(!empty($exclude) && in_array($cat->term_id, array_values($exclude))){}elseif(!empty($required) && in_array($cat->term_id, array_values($required))){
$required_list .= ”.$cat->name.’term_id.'” checked=”checked” disabled=”disabled”>’;
}else{
$normal_list .= ”.$cat->name.’term_id.'” checked=”checked”>’;
}
}March 18, 2014 at 5:39 pm #1447BePro Software TeamKeymasterHi,
Great, we are always open to discussing code with fellow developers
The first line of the code you referenced states, if $cats. So if cats exist, it will loop through them and display them.
Since you stated that you have categories in BePro Listings (as opposed to post categories), then you can see that it is impossible for categories not to be shown.
We are releasing a fix today regarding this file. It is focused on removing the default checked option for those fields. I doubt that will fix your issue since nothing else will be changed and you aren’t seeing the fields. However, you are free to upgrade and see if it helps you
Regards
___
BePro Software TeamMarch 20, 2014 at 1:15 pm #1500[email protected]ParticipantHi,
So we’d like to use your 1 hour of support because we can’t seem to find a fix for the categories not showing up on the form. How does this support work?
March 20, 2014 at 1:54 pm #1503BePro Software TeamKeymasterHi @jmarie,
Sorry to hear that the plugin has been causing this much confusion for you. This one is unfortunately difficult to diagnose just from the description. We even have other customer complains, about how the categories work, so we know others are seeing them too.
The support process is fairly straight forward. A project manager will receive it and contact you if there are any questions or conclusion to your project. The project manager will find the right developer for the project, manage its progress and verify its completeness.
To start, simply purchase a quantity of 1 for that product (1hr of product support). In the notes section during checkout, put your login info including ftp and wordpress admin account. It can take 12-24 hours to actually extend that hour of support (we live in canada). However, we have been averaging < 4hrs during normal operation times. Regards ___ BePro Software Team
August 13, 2014 at 10:38 am #2574ukhcaParticipantHi BePro guys and gals,
Please could you clarify something for me – when uploading a CSV how do I go about assigning categories per listing?
I have made all my categories within wordpress and then within the csv there are corresponding columns with the matching category name in the header and then either a value of “1” (for yes) or “0” (for no) per listing. Is this the wrong way to do this as categories don’t currently seem to be assigning correctly to the listings on upload.
Your help would be greatly appreciated!
Cheers,
Ben
August 13, 2014 at 12:39 pm #2584BePro Software TeamKeymasterHi,
That’s not the correct way to setup the csv file. You can view documentation instructions on the following page
– http://www.beprosoftware.com/documentation/listing-csv-upload/
In short, there is one column called categories, with their id’s in that single column. If you would like help with setting up the csv file, consider purchasing an hour of product support. We will create one row, using your information, which you can follow for other info
– http://www.beprosoftware.com/shop/product-support-1hr/
Regards
___
BePro Software TeamAugust 13, 2014 at 12:44 pm #2585ukhcaParticipantThanks for getting back to me.
I am making a directory of businesses, where each listing has multiple categories – do I then have a single column called ‘Categories’ and then listed all the relevant categories per listing in that column?
For example for Dave’s Autos I would list “Engines, transmission, oil”.
Apologies for all the questions but the CSV upload page is a bit sparse and unclear on this area.
Thanks,
Ben
August 22, 2014 at 5:16 am #2625ukhcaParticipantHi,
I would be grateful if you could get back to me on my last question.
I work for a not-for-profit so I don’t have the budget to purchase additional support whenever I hit a speed bump.
Many thanks,
Ben
-
AuthorPosts
- You must be logged in to reply to this topic.