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

Reply To: [Assigned] [wpv-post-body] does not render post content using template on WPViews 1.3.0.1

$
0
0

Hi Bruce,

The issue is resolved with the views update you send me. Thank you for your swift resolution.

Best Regards,
Ioannis


Reply To: [Assigned] (Wrongly) duplicate content in Content Template since Views 1.2.3

$
0
0

Dear Graham,

I have been re-assigned this issue and I suspect that the "Add this" plugin is related to this problem. Can you disable it while I get all the information from Luo?

Regards,
Caridad

Reply To: [Waiting for user confirmation] wpv-item Shortcode will not execute

$
0
0

I could certainly try :)

But I am not sure I fully understand your suggestion.

Reply To: [Waiting for user feedback] URGENT: Bug with conditional and empty fields after updating

$
0
0

Thanks Bruce… you made my day!
Keep on with this great work/support!

Best regards
Carlo

Reply To: [Resolved] Views with option to compare items

$
0
0

having trouble making it work
I have change the

<form id="myform" action="/compare/products-comparison/">
and JS to
window.location.replace("/compare/products-comparison/?product-skus[]=0");

do i have to create the child page /products-comparison/?

and past the second view for selected search results?

at step 2. Displaying the Selected Products With a View

Reply To: [Assigned] Custom Field Layout in Admin

$
0
0

Dear Carla,
Upon further examination and coordination with the Types plugin developer; the simplest way you could attain your suggested layout (from your original screenshot) is to create your own meta box content and just name fields as they were rendered from Types wpcf[$field_name]. We cannot think of any other easier way(as jQuery is even more complicated). Editing HTML structure is not yet supported on Types 1.4 but we look at it in the future release.
You can do this using WordPress hooks like add_meta_box : http://codex.wordpress.org/Function_Reference/add_meta_box then write a callback function that would generated the desired HTML structure. In the form you create, use Types name fields so it will be processed correctly by Types plugin. This requires you have some knowledge in PHP as well. But we cannot think of any other easier way. Please let me know what you think. Thanks.

Cheers,
Emerson

Reply To: [Waiting for user confirmation] wpv-item Shortcode will not execute

$
0
0

@CaridadZ – I know you are trying here. But I'm not having any luck.

old vs new

$
0
0

Hi – I can display one view created in an older version, imported in, but not 2 other views (identical except as to post type). If I create all new views I can display nothing (even one identical to the previous view).

Can I roll back now???? Everything worked *perfectly* on my other site & just will not work with the new version.


Reply To: [Assigned] having problems with views/templates on second site

$
0
0

it didn't fix it. it fixed one thing if i removed the id (weird) and it was a really important thing for me that it fixed – included template body with a view inside, but there are many things with PERFECT functionality on my first site that are totally broken on my second site!

Reply To: [Waiting for user feedback] Types Shortcode Function box displaying incorrectly

$
0
0

Hi there,

I have just updated to the latest versions of Types & Views and my problem has disappeared. That's a relief for sure!

Just letting you know.

Regards,

Ray

Reply To: [Assigned] Continued support for Parent Child items

$
0
0

Dear Laura,
My most sincere apologies in forgetting my reply to you on this ticket.. Is this still the page you are having problems with? https://www.piedmonthealthcare.com/wpdev/locations/

The first issue is simple to fix. You can add the following line to your style.css and test to see if its working well (no side effects to your site):

.wpv-filter-form {
    margin-top: -155px !important;
}

If this solution is not working well, I need to access your site and change something. Please send the access details to my email: emerson.m@icanlocalize.com

The second issue appears unclear to me. When I click on the link "Piedmont Healthcare Urology" (see my screenshot attached for the link I've clicked) it will take me to this page: https://www.piedmonthealthcare.com/wpdev/facilities/piedmont-healthcare-urology/

It is not anymore forwarding me to the page you have mentioned in your issue: https://www.piedmonthealthcare.com/wpdev/providers/michael-h-schlesinger-md/ , can you confirm this issue is already fixed? The same result if click on the other "Piedmont Healthcare Urology" link. If I misunderstood something, please clarify.

Please let me know how it goes. Thanks.

Cheers,
Emerson

Is it possible for the echo statement to not display if…

$
0
0

Is it possible for the echo statement to not display if there is nothing in the custom field in the admin?

 
<?php
 
$hometown_port = types_render_field("hometown_port", array("raw"=>"false","separator"=>", "));

echo '<li><span class="descHead2">Hometown:</span> '.$hometown_port. '</li>' ;
?>

The word Hometown: appears even if there is nothing added to the field.

Cannot update plugins

$
0
0

I have Installer activated on my site. I am logged in to the Toolset repository. When I go to the plugins page, it says Views, etc. need to be updated. There is a "login to Toolset" link which I thought was not needed since Installer is active. In any case, when I click "login to Toolset", I get a popup "form" which shows user name and password fields, but they are disabled. I cannot enter anything into those fields.

I'm running Chrome and WP 3.7 beta.

Reply To: [Waiting for user confirmation] Template adding paragraph tags around 1 chunk of view output, not the first one

$
0
0

i have worked around this for now, if i see the problem again i'll come back & ask again, thank you for your assistance!

Reply To: [Waiting for user confirmation] output sub-taxonomy on taxonomy page

$
0
0

hm yes, i think i was trying to do it in a taxonomy archive, which obviously wouldn't work. i am on discover-wp and do consult with it extensively before asking questions!

so i have this page – http://mommysplurge.com/subscription-boxes-list/ – i think you should be able to tell that it uses the classifieds categories method. i then used the same method with a different view and then a view inside of it to generate a link to all the posts (this is ugly as sin right now and i actually need to do what i do on the sub-pages, for search purposes, but i also need to move to a VPS because types/views has stretched the limits of my shared hosting memory! so i have that part covered, i think. what i would ALSO like to do on _this_ list is show the subcategories with the posts in the proper order – that is, the posts that are inside a SUB taxonomy should not be shown in the main list like they are now. is that at all possible? (to avoid duplication). i tried throwing my directory lists view back into the directory lists view (essentially the same thing as classifieds categories view, but it currently displays a view like the magazine one you showed me in order to show the posts), but it kind of just hung, i don't think it was happy for me to do that. so that is my first question. this page is just a page with the views inserted via shortcode.

the second thing i would like to do is:
show the taxonomy archive, unpaginated (i have not been able to achieve with several different functions attempting it!), with the list of posts in the taxonomy, a list of sub-taxonomies, and a block of featured items just like there is on the home page of the classifieds website.

perhaps you can help me alter the classifieds website to achieve the functionality that i want. i think it is fairly close to what's going on there now. I *do* have pre-existing pages that i can use instead of the taxonomy archives if need be. as it is now i need to redirect them. i am not tied to a completely dynamic structure because i would not like to add any more top level categories. so that is also a possibility for the category pages. point me in the right direction to get started? thanks for your assistance.


Reply To: [Waiting for user feedback] Problem with Mashup

$
0
0

"Solved" ignoring erros on output.

Bootstrap theme custom CSS

$
0
0

Hi every one

Any help in how to customize a site when use the bootstrap theme??

Sort by count not working on new posts

$
0
0

I have a view which is supposed to be counting by count of child posts in a category. It was working fine, and the older posts pre views update are still ordered correctly it seems. However, new ones are not being ordered by count. See screenshot attached.

View set as follows:

Content Selection – Taxonomy
Query Options – Don't show empty terms
Include terms that have non-empty descendants
Include children in the post count
Ordering – Count, Descending
Query Filter: Taxonomy set by the current page

Layout HTML

[wpv-layout-start]
<!-- wpv-loop-start -->
   
      <wpv-loop wrap="3" pad="true">
         [wpv-item index=1]
        <div class="row-fluid">
          <div class="span4 thumbnail tipsgrid"><h3 class="category-title">[wpv-taxonomy-link] 
            <a href="[wpv-taxonomy-url]"><i class="icon-long-arrow-right pull-right"></i></a></h3>
             
            <div>[wpv-view name="Tips Categories Grid - single item landing"]
              <a href="[wpv-taxonomy-url]"><i class="icon-comments-alt"></i> [my-taxonomy-tips-posts-count] opinions</a><div>
              <a href="[wpv-taxonomy-url]" class="btn btn-mini btn-primary btn-tip">
                See All [wpv-taxonomy-title] tips</a>
              </div>
              </div>
          <div>
            
</div> </div>
         [wpv-item index=other]
            <div class="span4 thumbnail tipsgrid"><h3 class="category-title">[wpv-taxonomy-link] 
              <a href="[wpv-taxonomy-url]"><i class="icon-long-arrow-right pull-right"></i></a></h3>
                            
              <div>[wpv-view name="Tips Categories Grid - single item landing"]
                <a href="[wpv-taxonomy-url]"><i class="icon-comments-alt"></i> [my-taxonomy-tips-posts-count] opinions</a><div>
                <a href="[wpv-taxonomy-url]" class="btn btn-mini btn-primary btn-tip">
                  See All [wpv-taxonomy-title] tips</a></div></div>
          <div>
            
</div> </div>
         [wpv-item index=3]
            <div class="span4 thumbnail tipsgrid"><h3 class="category-title">[wpv-taxonomy-link] 
              <a href="[wpv-taxonomy-url]"><i class="icon-long-arrow-right pull-right"></i></a></h3>
              
              <div>[wpv-view name="Tips Categories Grid - single item landing"]
                <a href="[wpv-taxonomy-url]"><i class="icon-comments-alt"></i> [my-taxonomy-tips-posts-count] opinions</a>
               <div><a href="[wpv-taxonomy-url]" class="btn btn-mini btn-primary btn-tip">
                 See All [wpv-taxonomy-title] tips</a></div></div>
          <div>
            
</div> </div>
          </div>
         [wpv-item index=pad]
            <div></div>
         [wpv-item index=pad-last]
            <div></div>
      </wpv-loop>
<!-- wpv-loop-end -->
[wpv-layout-end]

Not sure if this is me doing something wrong, but as I said, all items added before update were and still are working fine. Very odd

Reply To: Sort by count not working on new posts

$
0
0

forgot the image. Note how first 7 are in the correct sequence, while the last two I just added.

Reply To: Add Multiple Price per unit under a property type

$
0
0

I am thinking maybe I would create 2 different types…ie a properties type as well as a unit type…Perhaps, then I can tie the unit type to a given property type? If this is the case, can I then create a search based on the unit types and include information from the tied property?

Thanks.

Viewing all 20145 articles
Browse latest View live


Latest Images