Forum Replies Created

Viewing 30 posts - 31 through 60 (of 101 total)
  • Author
    Posts
  • in reply to: Woocommerce unit display of ml #817839

    link below

    in reply to: Woocommerce unit display of ml #817835

    Hi Victoria,

    add the product in private link to the cart. on cart page it’s written Ml in product description.

    This is supposed to be ml.

    Thanks, Tobi

    in reply to: Product Variations in WC Shop #810292

    HI Victoria,
    ok. thanks. I think i get along with that.

    You can close the thread,

    Tobi

    in reply to: Product Variations in WC Shop #808063

    Hi Victoria,

    thanks, but is there a chance to provide me with a code, as i am not getting along to good with php code?
    Additionally this article describes a similar, but different issue.

    As for the first part of my question, changing the font color on product pages:
    I already changed text items on these pages by using quick css.
    I only need to know the css class of the dropdown field as i assume…

    Thanks for futher help,

    Tobi

    in reply to: Woocommerce Shopping Cart Item Count #808055

    Hi Ismael,

    great. Had to adjust the code a bit more as it was a border that caused the lines:

    .cart_dropdown {
    top: 44px;
    border:none;
    }

    But now i am happy and you can close this very long thread.

    Thanks so much. You are my favourite support guys…. :-)

    Tobi

    in reply to: Woocommerce Shopping Cart Item Count #806906

    Hi Ismael,

    great. this works fine.

    one more tiny thing:

    i realized, there are some thin lines close to the cart symbol.
    (one veritical above and one horizontal to the right)
    any suggestion, how to get rid of them?

    Thanks, Tobi

    in reply to: Product Variations in WC Shop #806905

    Any ideas?

    Thanks, Tobi

    in reply to: Separator / Whitespace CCS field #805576

    ok, found the reason. grid.css was also overwritten during update.
    inserted the changes and everything is back to normal.

    is there a way to include this in the child theme?

    All the best, Tobi

    in reply to: Separator / Whitespace CCS field #804455

    Hi Rikard,

    right, that’s what i meant. i followed that link and it’s back again. But obviously that was not my problem (as this was only a matter of visibility of the CSS class field in all elements).

    My Site behaves very differently in lower resolutions after the theme update. Also it behaves even more different on Internet Explorer.

    Have a look at the Home Site: http://neu.lebeneo.de/ on IE.
    Pictures are not scaling any more. Also the grid row middle moves to the left…(e.g. yellow box – compare with chrome)
    And between a resolution width of 768px and 960px it’s a complete mess…

    It took me a lot of time to adjust everything in every resolution fpr all browsers.
    Maybe it would be the best, to undo the theme update?

    This would also mean a lot of work for me.

    Please tell me, if there is an easier solution…

    Thanks, Tobi

    in reply to: Woocommerce Shopping Cart Item Count #804437

    Yes, this is really strange. I’d really appreciate if you find this out for me.

    Should I go back to the state with the symbol in the breadcrumbs bar (and the doubled number)?

    Thanks, Tobi

    in reply to: Separator / Whitespace CCS field #802952

    Can it be, that this field for addiotional css has also been removed from the columns?

    in reply to: Separator / Whitespace CCS field #802947

    How could that be removed? This will mess up completely a lot of sites using enfold… Or am i wrong?

    in reply to: Separator / Whitespace CCS field #802945

    Which options would that be? I used the separator a lot, so i need a similar element that i can assign a css class to…

    Thanks, Tobi

    in reply to: Woocommerce Shopping Cart Item Count #802553

    Hi Nikko,

    ok, i commented this code in functions.php (deacitivated it) and also commented/deactivated this code in quick css:

    #header_main > .cart_dropdown {
    display:none;
    }

    That works, but i am there where i was in the beginning, the symbol is above the bar in the very upper right corner. But i really want to place the cart symbol inside the breadcrumbs bar.
    Is there no way to find out, why it always displays the double number?

    Tobi

    in reply to: Woocommerce Shopping Cart Item Count #791561

    HI Nikko,

    Great. Knew it must have to do with the update…

    Changed h3 to h2 on 3 other places and adjusted font size. looks better again now.

    Thanks for that.

    As for the cart count. Seems to be a real strange thing…
    Created you an FTP access, see in private data:

    Good luck!

    in reply to: Woocommerce Shopping Cart Item Count #790985

    Please note, that all my quick CSS code concerning shop product titles doesn’t seem not to work anymore…

    like this one:

    .product-category.product a h3 mark.count{
    display:none !important;
    }

    in reply to: Woocommerce Shopping Cart Item Count #790980

    Hi Ismael,

    seems that the password did not work anymore. Created a new one. See below.

    And i added your code to quick CSS. No effect. Please habe a look, too, when you are logged in.

    Thnaks, TObi

    in reply to: Woocommerce Shopping Cart Item Count #790463

    Also, my product/category images and the titles below are now way too big and also i removed the number at the end of the category title (see link below). Thought this was adjusted in Quick CSS, but obviously not.

    Any idea where i lost these settings during update?

    Thanks, Tobi

    in reply to: Woocommerce Shopping Cart Item Count #790451

    Hi Ismael,
    ok, all updates done. WP, Theme and Woocommerce.
    Problem with the cart count remains.

    Thanks for having another look.

    Tobi

    in reply to: Woocommerce Shopping Cart Item Count #789351

    Right, there are still no prices set. Only here:

    Tobi

    in reply to: Woocommerce Shopping Cart Item Count #787228

    Hi Nikko,

    i deactivated all of them, without succes. See admin acces data below.

    Check out Custom CSS. I added somes code to set the cart symbol inside breadcrumbs bar. Maybe there is something wrong…

    Tobi

    in reply to: Woocommerce Shopping Cart Item Count #786474

    Here a screenshot

    in reply to: Woocommerce Shopping Cart Item Count #786464

    Hi Nikko,

    Sorry, i was not completely clear:

    The number on cart page is right. It’s the number next to the cart symbol in the breadcrumbs bar (right side).
    It’s alway double than the items , that are really in cart.

    So only a visual problem.

    Tobi

    in reply to: Quick CSS Code problem #766030

    Ah, this was exactly the one thing i did not check ;-)
    This solves everything.

    Awesome help, thanks Rikard

    Thread can be closed

    in reply to: Menu in mobile view #766029

    Hi Victoria,

    yes, i just found out yesterday, where the problem was and corrected it. Therefore it looks allright now.

    I did not close the media query. Copy/Paste error…

    In the code above the last } is missing.

    Everything fine now with:

    @media only screen and (min-width: 960px) {
    .av-inner-masonry-content {
    display:none !important;
    }
    }

    Anyway thanks for you help, you can closae the thread

    Tobi

    in reply to: Menu in mobile view #763676

    Hi Victoria,

    thanks for your reply. Unfortunately this does not change anything.

    The matter is quite strange, as said removing this code:

    @media only screen and (min-width: 960px) {
    .av-inner-masonry-content {
    display:none !important;
    }

    does solve the problem. But it hasnt got anything do to with my menu and the cart symbol.
    And i do have to hide these masonry image titles on bigger screens.

    It might has to do with other quick css code i added before.
    Would you have a closer look?

    Thanks, Tobi

    • This reply was modified 7 years, 9 months ago by td8000.
    in reply to: Woocommerce Shop questions #758325

    Hi Jordan,

    yes, this brought me on the right track.

    Could change it directly in the template php files.

    Thank you for the great support.

    You can close the thread.

    Tobi

    in reply to: White pixels in image corners #758283

    Yes, that works.

    Thanks Rikard.

    Thread can be closed.

    in reply to: Shopping cart icon position #758282

    Hi Vinay,

    thank you so much. This makes me happy :-)

    You can close this thread.

    Great support!

    in reply to: Woocommerce Shop questions #756902

    Right. Sorry ;-)

    “You may also like…”

    and

    “YOU MAY BE INTERESTED IN…”

    (Up-Sells and Cross-Sells)

    Regards, Tobi

    • This reply was modified 7 years, 9 months ago by td8000.
Viewing 30 posts - 31 through 60 (of 101 total)