Announcement

Collapse
No announcement yet.

I would like to turn OFF the "Quick View" Pop-Ups. And I can't find the Switch.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    I would like to turn OFF the "Quick View" Pop-Ups. And I can't find the Switch.

    Working on customizing the Suivant ReadyTheme

    I've been trying to find some way to
    turn OFF the "Quick View" pop-up / Link.

    Sadly, every way I phrase it in the top search box produces zero results.
    It's a pretty High-profile Feature to not have an "off switch".

    Is there a page item I can un-assign to make it go away?
    or a line of code I can remove safely?

    Thanks In Advance! :)

    #2
    Re: I would like to turn OFF the "Quick View" Pop-Ups. And I can't find the Switch.

    I don't know if there is a better way, but if you locate the /css/pages.css file, look for

    .quick-view and at the end (before the } ) add

    /* diable quick-view */
    display: none;

    that will do it
    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment


      #3
      Re: I would like to turn OFF the "Quick View" Pop-Ups. And I can't find the Switch.

      You can also comment out the code. On the CTGY screen in the section "Category Product List Layout" . Find this code:

      Code:
      <mvt:if expr="l.settings:seo_settings:sl_active">
      						<span class="button button-square bg-yellow white uppercase quick-view" data-product-link="&mvte:product:link;?show=quickview">Quick View</span>
      					<mvt:else>
      						<span class="button button-square bg-yellow white uppercase quick-view" data-product-link="&mvte:product:link;&show=quickview">Quick View</span>
      					</mvt:if>
      And comment it out like this.....

      Code:
      <!-- <mvt:if expr="l.settings:seo_settings:sl_active">
      						<span class="button button-square bg-yellow white uppercase quick-view" data-product-link="&mvte:product:link;?show=quickview">Quick View</span>
      					<mvt:else>
      						<span class="button button-square bg-yellow white uppercase quick-view" data-product-link="&mvte:product:link;&show=quickview">Quick View</span>
      					</mvt:if> -->
      Highly caffeinated
      http://www.coffeehouseexpress.com

      Comment


        #4
        Re: I would like to turn OFF the &quot;Quick View&quot; Pop-Ups. And I can't find the Switch.

        'Was away for a week, but Thank You for the Reply and Solution!
        ..
        I did not get a chance to try it, though I'm sure it would work.

        This morning,
        I saw the additional solution from Jim Cockerham and tried that since I had the
        MIVA 9 controls already open and it did the trick!

        Thank You though... Now I have 2 methods for turning this on and off. :)

        Comment


          #5
          Re: I would like to turn OFF the &quot;Quick View&quot; Pop-Ups. And I can't find the Switch.

          Thanks Much!!
          That was the "on / off switch".
          'Worked perfectly. :)

          Comment

          Working...
          X