Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • gbelli Friend
    #191546

    I set up 6 categories on JA VMProducts module for Joomla! 2.5 to show up on home page:

    http://www.caesartist.com

    You will need to login in order to see the site:

    (contact me for superadmin credentials)

    Goto Portfolio Gallery > All Categories > Covers

    You will get all the Cover products available. If you choose to go to page 5 or any page larger than the next page, the layout gets distorted. It only happens to this category.

    I checked all configurations and cannot find out why this is happening.

    Also, on home page, go to the last tab of the VMProducts module and you will see that the last tab (3D Media) hides itself when selected to view product slider in that category

    Please advise. Thanks

    I attached an image


    1. Screen-shot-2013-10-19-at-2.59.38-PM
    Ninja Lead Moderator
    #509856

    You can pm me super admin login info of your site. I shall help you to debug this problem

    Ninja Lead Moderator
    #510112

    @gbelli: I guess the problem on your site is fixed, see the screenshot

    I could not find the problem as you mentioned


    1. working_fine
    gbelli Friend
    #510251

    You can recreate it like this:
    Please click on any image in the bottom sliding images display.
    Login with the un/pw I sent you.
    Go to Portfolio Gallery menu at top and go to “Covers” from the drop down
    Click on any cover image
    Click on “Cover” link in the breadcrumb menu
    Go to bottom of page and click on page navigation 5 or 6.
    You should see my issue now. If you don’t see it, continue going forward or back on pages at the bottom of the Cover category pages and it will eventually break the layout.

    Ninja Lead Moderator
    #511014

    I spent a lot of my time to debug the problem on page navigation 5 or 6. I found the problem on the VM product Items as below

    <blockquote>Red Sonja Cover
    Red Sonja Foil Cover 8
    Red Sonja 4 Wrap Cover
    Red Sonja Foil Cover 9
    Red Sonja Hard cover
    Red Sonja Marcos Cover 2
    Red Sonja Watson Cover 1
    Red Sonja Watson Cover 2
    Red Sonja 25 Marvel Feature</blockquote>

    and I did disable them from VM product items but you can fix the problem in them this way

    + Short Description need to remove div tag

    For sample


    <div style="margin-left: 30px;"><a href="/images/stories/virtuemart/flash/RedSonja25MarvelFeature.html" onclick="window.open(this.href,'RedSonja%2025%20Marvel%20Feature','scrollbars=no,resizable=no,location=no,menubar=no,status=no,toolbar=no,left='+(screen.availWidth/2-400)+',top='+(screen.availHeight/2-607)+',width=800,height=1214');return false;"><img alt="btn-line-to-color" src="images/stories/virtuemart/flash/btn-line-to-color.jpg" /></a>*</div>

    Change to


    <a href="/images/stories/virtuemart/flash/RedSonja25MarvelFeature.html" onclick="window.open(this.href,'RedSonja%2025%20Marvel%20Feature','scrollbars=no,resizable=no,location=no,menubar=no,status=no,toolbar=no,left='+(screen.availWidth/2-400)+',top='+(screen.availHeight/2-607)+',width=800,height=1214');return false;"><img alt="btn-line-to-color" src="images/stories/virtuemart/flash/btn-line-to-color.jpg" /></a>

    + Product Description: need to change editor form to and change script

    From

    <div> </div>
    Change to

    <div></div>

    Let me know if it helps

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum