Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • pitxi_glass Friend
    #183323

    Hello, I installed virtuemart with Mero, the product images appear on the top of the web, one above the other: Picture 1

    How I can change this to appear in its normal place? picture 2

    Thank you!

    Sorry for my poor english.


    1. mero-virtuemart
    2. beez5-virtuemart
    Stork11 Friend
    #477146

    Hello pitxi_glass,

    Can you PM me with your site information (your site URL, your site admin account) and your FTP account? So I can diagnose this problem.

    BTW, please include this forum thread URL in your PM, so I can follow it.

    Regards.

    pitxi_glass Friend
    #477183

    Thank you.

    I sent you a PM

    Stork11 Friend
    #477383

    Hello pitxi_glass,

    You can open “/templates/ja_mero/css/themes/light/template.min.css” and comment “.modal” style at line 467. There is a confliction between virtuemart and template style.

    Regards.

    pitxi_glass Friend
    #477497

    Thanks for your help. Finally, the solution was to comment the style “.modal” in file /template/ja_mero/css/themes/ligth/bootstrap.css….

    pitxi_glass Friend
    #477502

    <em>@pitxi_glass 352183 wrote:</em><blockquote>Thanks for your help. Finally, the solution was to comment the style “.modal” in file /template/ja_mero/css/themes/ligth/bootstrap.css….</blockquote>

    Sorry, the right solution is modify file /templates/ja_mero/css/themes/light/template.min.css…

    Thank you

    tonymira70 Friend
    #481566

    Hi, I am having the same issue with my JA Mero template and VM 2.0.18a

    Will there be a template fix/update to take care of this issue?


    1. VM_example
    Stork11 Friend
    #481586

    Hello tonymira70,

    Did you apply above solution?

    Regards.

    tonymira70 Friend
    #481722

    <em>@Stork11 357590 wrote:</em><blockquote>Hello tonymira70,

    Did you apply above solution?

    Regards.</blockquote>

    Of course. I am using the default theme though not the light theme but I do not know which folder the default them is in.
    In line 467 of the template.min.css I changed this line
    .pager .disabled>span{color:#999;background-color:#fff;cursor:default}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop,.modal-backdrop.fade.in{opacity:0.8;filter:alpha(opacity=80)}.modal{position:fixed;top:50%;left:50%;z-index:1050;width:560px;margin:-250px 0 0 -280px;background-color:#fff;border:1px
    to
    .pager .disabled>span{color:#999;background-color:#fff;cursor:default}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop,.modal-backdrop.fade.in{opacity:0.8;filter:alpha(opacity=80)}/*.modal{position:fixed;top:50%;left:50%;z-index:1050;width:560px;margin:-250px 0 0 -280px;background-color:#fff;border:1px*/
    When that did not work I tried
    /*.pager .disabled>span{color:#999;background-color:#fff;cursor:default}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop,.modal-backdrop.fade.in{opacity:0.8;filter:alpha(opacity=80)}.modal{position:fixed;top:50%;left:50%;z-index:1050;width:560px;margin:-250px 0 0 -280px;background-color:#fff;border:1px*/

    Again this is in the light folder of the themes.

    Thank you for any further assistance you can provide.
    I love this template and I want to use it.

    tonymira70 Friend
    #482393

    Note that if you have the development feature turned on then any changes you make to the CSS will not be activated because the development option is using the LESS files.

    But this issue has still not been resolved and I ran into another issue with resizing images on the K2 items. It seems that if you have a featured article on the home page and you click on the article to get more info the image is larger than the main content area and overlaps on the right side.

    I hope there will be an update to this template because right now it has a lot of bugs it seems from what I have read in the forums and I would like to put this template into production at some point in the next few months but at this rate that may not happen.

    Thanks

    Stork11 Friend
    #482617

    Hello tonymira70,

    Can you PM me with your site information (your site URL, your site admin account) and your FTP account? Because I can’t reproduce the problem on my local for testing.

    BTW, please include this forum thread URL in your PM, so I can follow it.

    Regards.

    tonymira70 Friend
    #482709

    Thank you for your response, I have decided to change some things on the site I was working on as a new user of JoomlArt products it is important to get some information that I am not aware of before I proceed with questions regarding virtuemart. I was having problems with images overlapping on the right side of the main content area however I reinstalled the site from scratch and the issue went away. I am not sure what was causing it perhaps it was the image size or a setting. I have therefore installed 2 sites now the JA Mero site with the sample data that I can use as a guide to set up and configure my site. I will have to resize all my images to make it work. I have decided not to use K2 as that seems to complicate things and since I’m not setting up a blog it seems like a waste. I know a guide is being worked on for this site so I will see what I can gain from it. As far as VirtueMart goes I would like to know what exactly I have to change to make it work. I am using the Default color scheme. I know if I look above in previous posts there was something about commenting out a section but no specific data as I am new to this I would like more details. Show me the current line of code I need to change and the new line with the changes so I can copy and paste it in my CSS. I would also like to say that I am not going to use the LESS files as they seem to cause issues with resizing of images. What I think happened that made my images overlap was I changed the size of the space for the logo on my site and made it 600px wide which I think was then expanding the pictures on the rest of the site. I am not sure that this was the case but that is the only thing I remember changing that might affect the position of the pictures. So basically I have 2 questions.
    1. what is the image size I need for images in Mero is it 488×240?
    2. Please show me the code on the default template style of how to fix the VirtueMart issue.

    Thank you, hope to get a response before the 7th. 🙂

    tonymira70 Friend
    #484468

    I still haven’t heard on how to resolve my issues is there someone else I should be contacting?

    Stork11 Friend
    #484710

    Hello tonymira70,

    JA Mero doesn’t come with any special VirtueMart styles. If you wanna match the template styles, I am afraid you will have to get it done yourself.

    If you get problem with “.modal” class as other users in this thread, you can find solution here https://github.com/t3framework/t3/issues/33#issuecomment-14152180

    You should also try to change the template to Joomla default to see if its a Joomlart template problem or virtuemart issue.

    Regards.

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

This topic contains 14 replies, has 3 voices, and was last updated by  Stork11 11 years, 8 months ago.

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