Quantcast
Channel: Toolset » All Posts
Viewing all 20145 articles
Browse latest View live

Reply To: [Assigned] how to remove warning for type_access

$
0
0

Dear David,

I'm trying to log in the site but I can't, can you check the credentials again and send me it?


Reply To: [Assigned] Views + qTranslate + pagination = odd behavior

$
0
0

Dear Peter,

I need to see this, can I reproduce this? Is the site online?

Reply To: [Waiting for user feedback] Views + qTranslate + pagination = odd behavior

$
0
0

The site is still in development, and can be visited here for the time being:
http://nrg.be/go/devldg

The default language is Dutch (Nederlands) for this website. If you select English, then notice the "Are you looking for a great voice" (= wpv-post-title ) + "AT LDG, YOU HAVE…" (= wpv-post-body) being reverted back to Dutch the moment the second headline is displayed.

Off topic, but related to this same news view: the wpv-post-body part doesn't fade at all. Not a big issue, but I have been wondering as well why this is happening.

Reply To: [Waiting for user confirmation] search filter – return select menu(s) to default state after submit

$
0
0

Thanks, Bigul.

Here's the solution that worked for me.

<script type="text/javascript">

jQuery(document).on('ready', function(){

jQuery('#wpv_control_select_book_author option[selected="selected"]').prop("selected", false);

jQuery('#wpv_control_select_publisher option[selected="selected"]').prop("selected", false);

});

</script>

Reply To: [Assigned] access and s2members do not get along

$
0
0

ok now you can access it.
i created a website and installed everything.
inmonsey.com

I have 3 problems and all involve Access.

i have 2 main menu pages to be concerned about:
'creation options' and 'add a post'

if a subscriber clicks 'add a post', they SHOULD be taken to the creation page so they can pay and then they would be allowed to access the add a post page.

Access ruins this by making the subscriber not level 0.

2) it allows the user to access the dashboard, which is blocked by s2members.

3) side problem: raptor wont work. its a small plugin which allows editing on the spot. it allows contributors and up to edit, but not subscribers.

Reply To: [Assigned] Views Javascript bug

$
0
0

Hello Paul,
sorry for the delay,

i am checking the issue now

Reply To: [Assigned] Parent of Parent Short Code (from 3rd level)

$
0
0

Hello Ryan,
to my knowledge this is not possible out of the box,
but maybe you can create a shortcode for this

Reply To: [Waiting for user feedback] Views Javascript bug

$
0
0

Paul,
i do not see any javascript issue with ajax on that page.

Am i supposed to see sth specific, any steps to follow?


Reply To: [Assigned] Parametric Search Custom Post Drop Down & Field Dependency.

$
0
0

I would still like to see what you have to say, but I worked out a temporary solution until I can find a better one.

For those of you looking for something similar to this here's what I did.

1. Create a new taxonomy named "Search Custom Post Types" – Obviously you would replace with something you'd like.
-Make it Hierarchical
-We'll pretend it's registered slug is: "cptsearch"
2. Under this Taxonomy Register something akin to your post types, if you were doing real estate I would do:
-Name: "Single Family Homes"
-Slug:"single-family-home-search"
-Name: "Apartments"
-Slugs: "apartment-search"

Only the slugs have to be unique as I understand it, the names can be duplicated.

3. Register Child Taxonomies under these For The State's and then the Cities:
-Name: "California"
-Slug: "california-single-family-homes"

Under California in a Nested Taxonomy:
-name: "Los Angeles"
-Slug: "los-angeles-ca-single-family-homes"

This automatically creates a search WordPress will fulfill through Archive pages. Your URL will look like this:
http://www.website.com/cptsearch/apartments-search/california-single-family-homes/
http://www.website.com/cptsearch/apartments-search/california-single-family-homes/los-angeles-ca-single-family-homes/

Both of these will query WordPress and only display the posts that match those taxonomic filters.

The downside of this system is that you have to individually register a State and City with a unique slug for each custom post type. The upside is you only have to create a custom View and archive page and you're set with nested search.

This system will also work with this plugin for a search.

Category Ajax Chain Selects
http://wordpress.org/extend/plugins/category-ajax-chain-selects/

I hope this helps someone else, WordPress seems to be a pain on the searching front, especially for chained selects or field dependencies.

Reply To: current user can -not being affected

$
0
0

is there a seperate function i can use instead of current_user_can('edit_posts'); special for CRED?
then i can perhaps fix this by changing wherever it says this to the new function

Sortable Table with JQuery

$
0
0
I've been following the Real Estate tutorials and have created a Taxonomy View that displays a table containing the custom fields of the posts that show up for that Taxonomy in the Archive page.

I was wondering if there's a way to make the data sortable by headings using this JQuery plugin or any other one?

http://tablesorter.com/docs/

If it's possible what's the potential downside of implementing it.

Thanks,

Shelby

Reply To: [Waiting for user confirmation] CPT remove title and editor

$
0
0
Is it possible to do it the other way round? that is save title so it is the same as the CF "Name"? would this be a filter I would need to add to my theme to repress the title atribute on the cpt, and then a function to set the title to the contents of the CPT on save_post? do you have a code example?

Reply To: [Waiting for user feedback] Custom fields not coming through properly in import/export

$
0
0
I'm sending 2 databases by email – the DB from Dev 4 is the original, where everything appears to be fine, and the DB from Dev 6 is the new one, in whose site the error becomes apparent.

Reply To: [Waiting for user feedback] Views + qTranslate + pagination = odd behavior

$
0
0
I'm sorry, but the solution provided in your suggested url does not help me. There is no difference in output or behavior when I implement the suggested shortcode setup (including the functions.php addition).

I think something else is interfering since the translated text does show up on the initial (first displayed) text, but reverts back to the default language the moment the pagination transition starts.

Reply To: [Waiting for user confirmation] Custom Taxonomy Meta/ CPTs as taxonomies

$
0
0
What exactly is not possible? the enrichment of taxonomies created by Toolset, or that Toolset has a UI for creating taxonomies which can contain meta?

Image Slider within One Custom Post

$
0
0
This may be easy and I'm just missing it. If so, let me know.

I have a custom post type of 'Events'. Each event can have multiple images associated with it. All of those images are different custom fields (featured-image, imageone, imagetwo, map-image, etc.). I want to insert an image slider that cycles through these. All of the ones that I find on the example/learn site seem to go through an entire post type. So they're not constrained to the current post.
So, if I want to cycle through all the various images associated with the particular post I'm on, how would I go about that?

Reply To: [Assigned] Installer

$
0
0
Dear William,

Deleting the plugin wont affect your data, but you should see updates coming up now.

Thank you for your input, I will forward your feedback to the right person.

Best,
David

Reply To: [Resolved] Use wildcard in view filter

$
0
0
stevenD, I need to solve the exact same problem as you are describing here. What was your idea about building your own function?

Reply To: [Waiting for user feedback] WYSIWYG Field Not Working?

$
0
0
I've attached a screenshot of the image. The field is "Image Details." I didn't see errors in the console, but not sure if I'm looking in the right spot. What should I be looking for?

Hierarchical Custom Taxonomies In Permalinks

$
0
0
Hello.

@Chris' post:
http://wp-types.com/forums/reply/reply-to-resolved-custom-taxonomies-not-showing-on-permalink-5/

was very helpful in getting my custom taxonomies to show in my permalink.

However, I would like the permalink to display the whole hierarchy.

I have have a projects type with a taxonomy called "Locations" that looks like this:
California >> Bakersfield

Chris' fix above allowed me to get the following url structure:
/projects/bakersfield/projectname when both the 'California' parent location and 'Bakersfield' child location were selected.

I'd like to have this url structure:
/projects/california/bakersfield/projectname when both the 'California' parent location and 'Bakersfield' child location are selected.

I assume I need to make a change to the PHP that chris included, but I don't know what changes I need to make. Any help is greatly apprciated as I have over 1300 url's from an old site that will be broken and need explicit redirects written if I can't get the url structure to be hierarchical.

Thanks!

Viewing all 20145 articles
Browse latest View live




Latest Images