Viewing 15 posts - 16 through 30 (of 37 total)
  • Author
    Posts
  • Felipe Santos Friend
    #274808

    Read this topic until begining, you will find a solution.

    jwellman Friend
    #274812

    Hi nextideas,
    Thank you. I had already read your comments. I have absolutely no idea what part of the Shape 5 module script (there is no CSS file) I would have to use or even worse, where to put the information if I had it. :-[

    We have tried and tried to find the “Add to the Cart” text so we could delete it. We can clearly see (when viewing the source) that somewhere, amongst many files, the text “Add to Cart” is being pulled.

    We thought perhaps the images transparency was causing the error in IE. We took “Transparency” off the CSS property…that didn’t work either.

    We’ve searched Joomlart and Virtuemart’s forums. No luck there either. It’s as if no one but us is having the issue. Perhaps it is our combination of Larix, JANews, JA slideshow, or the JAMenues… something perhaps interfering… We have no idea.

    I’m sure it is a simple fix but we are at a complete loss.

    wooohanetworks Friend
    #274813

    <em>@nextideas 85232 wrote:</em><blockquote>Read this topic until begining, you will find a solution.</blockquote>

    Better tell the big 2 Ws:

    WHAT to change WHERE exactly. To say you can change the values is not answer, but a brief description of WHAT TO CHANGE WHERE. :confused: Do not await that people can read minds but desire real help like. πŸ˜‰

    Step 1 —> Step 2 —> Step 3 —-> Solution:)

    Like I said, replacing the overlaying picture with the text with a new one, same name, same size, same format, same transparency but without text will at least make the error disappear! Than is still time for another solution.

    Tell me if you want me to make you one and I will send you one until Sunday evening the latest!

    Have a great eveninja! πŸ™‚

    jwellman Friend
    #274814

    <em>@wooohanetworks 85240 wrote:</em><blockquote>Like I said, replacing the overlaying picture with the text with a new one, same name, same size, same format, same transparency but without text will at least make the error disappear! Than is still time for another solution.</blockquote>
    Thanks,
    I wish I could say we haven’t already tried that… but we did… days ago. *sigh*

    jwellman Friend
    #274817

    Thanks for those who have tried to help. I’m sure whatever we are doing wrong is an easy fix but I’m simply too tired to try and figure it out tonight.

    To clarify my earlier post, we made a new image and overwrote the one from the Larix template. It works in IE but this is what happens in Firefox: Click Here

    Tomorrow is another day…

    wooohanetworks Friend
    #274820

    <em>@jwellman 85244 wrote:</em><blockquote>Thanks for those who have tried to help. I’m sure whatever we are doing wrong is an easy fix but I’m simply too tired to try and figure it out tonight.

    To clarify my earlier post, we made a new image and overwrote the one from the Larix template. It works in IE but this is what happens in Firefox: Click Here

    Tomorrow is another day…</blockquote>

    Like i said, have a good night and head on tomorrow…but remember, some say “Tomorow never comes” :p

    tonyg Friend
    #274841

    Hi JW

    Drop the attached image in yourdomaintemplatesja_lariximages to over write the existing image.

    I thought your brother would have finish this project by now, whilst you were away, tell him to pull his fingers out, lol.


    1. button-addtocart
    Menalto Friend
    #274844

    what is missing from make the text show up is in the language file for VM or the shop.brose page i guess, if you check the source it shows up as value=””/> and thats it.
    It should be value=”add to cart”/>
    You can open up and edit the shop.brose page or flypage and manually change the text if you want:

    value="<?php echo $button_lbl ?>"

    Or check that you really have all language files in adminsitrator/components/com_virtuemart/languages/

    specially a folder called common and that you have the language file there called english.php

    Or it is set to show image button in the backend maybe?

    andymate Friend
    #274846

    hi there….i saw that when a product is added to cart from list it doesn’t update the cart…to solve this problem you have to to turn out the AJAX in Virtuemart! Go to Admin>Configuration. Click on the Site tab. On the right side under Layout, click on the Configuration link. In there, you can turn on or off the Ajax features for adding to the cart.

    2 prob: whe you add 3 or 4 different product there is a problem with the border fo the cart…

    i have the same problem…any suggestion?
    greets

    wooohanetworks Friend
    #274890

    <em>@andymate 85277 wrote:</em><blockquote>hi there….i saw that when a product is added to cart from list it doesn’t update the cart…to solve this problem you have to to turn out the AJAX in Virtuemart! Go to Admin>Configuration. Click on the Site tab. On the right side under Layout, click on the Configuration link. In there, you can turn on or off the Ajax features for adding to the cart.

    2 prob: whe you add 3 or 4 different product there is a problem with the border fo the cart…

    i have the same problem…any suggestion?
    greets</blockquote>

    Before I say anthing more to that I would now like to know one thing:

    I already went into two directions…The Text over the Add to cart is the text of the show text button, that can be changed in the CSS.. Now I read beforewards that this comes from a image, it was explained that there are 2 images that are lying over each other. This was my first suggestion but it was said both are images.

    Is it now like that or not, as suddenly it is said, “Remove the text in the code” to not show “Add to cart” and this was my first tip, that the text is a text and not an image. Now is the problem there that when the image was replaced with a new one without text, the complete texts were gone, the text of the button and the text of the layer above it.

    When it is that way, it was the case that the text of the add to cart button was displayed twice, meaning when removing the file or adding a new one without the text, logically nothing is displayed as both layers were fed by one file, both texts were coming from one file.

    (In this case, one must switch of the double layer in the CSS somewhere, where it can be that in some line must be a “off” statement as a code with no statement what to do, may be set to “on” by default and only an code order like “off” would work.)

    When it is text the text must be removed, when it is an error that the same text file is displayed twice, than this must be changed.

    Otherwise….>:(

    [ From all the help requests I answer, same types like those, I usually find the way or a leading hint for the other member to a 90-95%, but the problem here is, one does not really know all facts about what the basics are, most important, is it now text or image, and mostly I also can find a solution without needing a test server with the same stuff like the answer seeker or even a site with the same template online.:) ]

    jwellman Friend
    #275459

    Okay thanks again for all the suggestions!

    I think that Menalto’s advise lead Becca to the solution!!!!!!! WAHOO!!!!!!! :D:D:D

    Here is how to fix it:

    Go to this folder:
    components/com_virtuemart/themes/default/templates/browse/includes/

    Edit this file:
    addtocart_form.tpl.php

    Change line 17 from:
    <input type=”submit” class=”<?php echo $button_cls ?>” value=” <?php echo $button_lbl ?>” title=” <?php echo $button_lbl ?>” />

    To this:
    <input type=”submit” class=”<?php echo $button_cls ?>” value=”” title=”” />

    Menalto Friend
    #275462

    Maybe im not so stupid after all then

    jwellman Friend
    #275465

    Who the heck called you stupid??? I’ll kick their butts if I find out who. πŸ˜‰

    wooohanetworks Friend
    #275514

    <em>@wooohanetworks 85225 wrote:</em><blockquote>Thanks, now I am a happy customer again. πŸ™‚

    Can double image mean both options enabled, like text option on and picture option on at the same time, so the cart diplays the image “add to cart” and on top also the text “add to cart” or transparent image “add to cart” at the same time. It kinda looks like that.

    </blockquote>

    Your client wants to go online on Monday?

    You still have more than 24 hours left, mam!</blockquote>

    Seems you haven’t read my messages a few days before! πŸ˜‰

    wooohanetworks Friend
    #275515

    Also refer to http://www.joomlart.com/forums/topic/change-edenite-font-colour-css/

    Kind of strange how some people act in here.

Viewing 15 posts - 16 through 30 (of 37 total)

This topic contains 37 replies, has 7 voices, and was last updated by  Menalto 16 years ago.

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