Forum Replies Created

Viewing 30 posts - 181 through 210 (of 375 total)
  • Author
    Posts
  • Hi Yigit,

    In fact I solved it by doubling the size values of each image.
    But as I told you in my previous message, I would prefer to use your first solution:
    “Setting size in “#menu-item-2127 ul” to 420px and in “#menu-item-2120 ul” to 360px removes whitespaces.”
    The only thing I need is some code to move images to the left, so they point to the good part of the picture.
    Could you help me on this point?

    Thanks a lot!

    in reply to: Editing search dropdown #1215266

    Hi Mike,

    Your code works great!
    I added some CSS to increase the padding between thumbnails and titles.

    Now the last thing I need to achieve is to align titles vertically. You could find a mockup in private content.
    Which code do I need to add?

    Thanks a lot!

    in reply to: Unavailable and variable products #1215252

    Hi Mike,

    1) Your code works perfectly. Thanks a lot!
    Now how could I modify “Read more” (on catalogue pages when product is out of stock), “Out of stock” and “Available on backorder” (both on product pages) texts?

    2) On the other hand, I would like to adjust design of my variable products pages.
    In private the link to an actual variable product page and an exact mockup of what I would need to achieve. In fact the same design as a simple product page, only with the option selector between price and “Add to cart” button.
    What do I need to achieve this?

    Thanks a lot!

    Hi Yigit,
    Thanks for your reply.
    Double the values works but it would need to create new thumbnails for images as soon as I would like to change them.
    So I would prefer your first solution. It works but images are not correctly centered… How could I move them to the left?
    Thanks a lot!

    in reply to: Mega menu images size #1214407

    Hi Mike,
    You can see what I’m talking about on any page of my website.
    Indeed, this is in my main menu, when you go to the “NOS UNIVERS” submenu.
    Best regards.

    Hi Yigit,
    Thanks for your reply.
    It works fine for this specific image because it’s a square, but not for the other ones in my main menu…
    In fact, I created special images sizes to make them the perfect size for my menu. That’s the reason why I added special image size in the code, like “250×250” or “300×327”.
    So now, as you told me, I changed all my code to this one (in private content), but as you can see on the screenshot, other background images are not correctly resized so there are white borders on top and bottom.
    How could I fix this?
    Thanks a lot!

    in reply to: Editing search dropdown #1214398

    Hi Mike,

    Thanks for your reply.
    I think i will put this problem aside for now.

    Could you only tell me how to align products titles to the left in search results, please?

    Thanks a lot!

    in reply to: Unavailable and variable products #1214387

    Hi Mike,

    Thanks for your reply.

    1) Your code works great! Thanks a lot!
    Now how could I hide the product counter and the “Add to cart” button when product is “Available on backorder”?
    And how could I modify “Read more” (on catalogue pages when product is out of stock), “Out of stock” and “Available on backorder” (both on product pages) texts?

    2) Also, could you please help me with the second part of my previous message?

    Thanks a lot!

    in reply to: Products search bar widget #1210583

    Hi Ismael,
    Thanks for your reply!
    I understand. I will open new threads from now.
    Best regards.

    in reply to: Mega menu images size #1209778

    Hi Victoria,

    I spent many hours on this but I finally found a solution to achieve what I wanted.
    But now I’m trying to do something more… Maybe you could help me for that ;-)

    I would like to add borders to images ONLY. I did it with some CSS but there is a problem: borders belong to the the image, so they disappear on hover.

    Do you have an idea?

    Thanks a lot! :-)

    in reply to: Products search bar widget #1209020

    Hi Ismael,

    I’m finally really close to achieve what I needed to.

    It only needs some tiny adjustments:

    1) (see screenshot in private content)
    For main menu search results, I already added some CSS to hide products excerpts:
    .header_color .ajax_search_excerpt {display: none;}
    How could I replace them by products prices?
    Also, I would like to align products titles and prices to the left.

    2) (see screenshot in private content)
    Which function do I need to add to modify the text for search with no results?

    3) (see screenshot in private content)
    When clicking on the magnifying glass icon in the main menu, the search dropdown is opened but the selector is on the icon and not in the placeholder. I already added some code to hide the outline around the icon, but which code do I need to add to make the cursor to be in the placeholder and in this way, don’t need to click in the placeholder before typing search text?

    Thanks a lot!

    in reply to: Unavailable and variable products #1209018

    Hi Ismael,

    Thanks for your reply.

    1) In private the link to the page of a product that is out of stock, exactly! I finally changed my mind and the design of it is ok for me, I’m sorry.
    I added some CSS to define “Out of stock” text color to red, but if the product is “Available on backorder”, the text is red too but I would need it to be orange. I also would need to hide the product counter and the “Add to cart” button, when product is “Available on backorder”.
    How could I do this?
    Moreover, I would need to modify “Read more” (on catalogue pages when product is out of stock), “Out of stock” and “Available on backorder” (both on product pages) texts.
    What do I need to add to achieve this?

    2) For my shop, attributes are always different. So I applied them directly in the Edit Product page of each product, this is maybe the reason why there is no attribute on the Attributes page. Is it a problem if I proceed like this???
    In private the link to an actual variable product page and an exact mockup of what I would need to achieve. In fact the same design as a simple product page, only with the option selector between price and “Add to cart” button.
    If it could help, I already added some CSS to adjust product counter and “Add to cart” button on simple products:

    .single-product-summary form.cart {padding-top: 14px !important;}
    #top div.single-product-summary .quantity input.plus, #top div.single-product-summary .quantity input.minus,#top div.single-product-summary .quantity input.qty {
    	line-height: 10px !important;
    	width: 33px !important;
    	height: 33px !important;
    	margin-bottom: -10px !important;
    }
    #top div.single-product-summary button[name=add-to-cart] {padding: 10.4px !important;}
    div.single-product-summary form.cart div.quantity {min-width: 50px !important;}

    Maybe it would only need to add a tiny piece of code to apply it to all pages of all types of products…

    Thanks a lot!!

    in reply to: Products search bar widget #1208518

    Hi Ismael,
    Thanks a lot for your answer :-)
    I added your code, but nothing really changed. I also tried to add #top before this code or add !important everywhere, but nothing…
    This is how it looks like: https://imgur.com/sJk9P75
    Last days I also noticed something. When I create a widget area on a page and then I add an Enfold search bar in it, it is one more different design: https://imgur.com/pgkqpY9. I don’t understand why… Anyway, this design is exactly the one I would like to achieve for my WooCommerce search bar.
    Thanks a lot for your help!

    in reply to: Mega menu images size #1208514

    Hi Victoria,
    Thanks for your answer.
    I added a zoom on hover effect to images and if you try it, you can see that images overflow is hidden on top, left and right of the images, but not on their bottom. That is what I would need to resolve.
    Thanks a lot!

    in reply to: Mega menu images size #1208051

    Hi!
    Any help on this please? :-(
    Thanks a lot!

    in reply to: Headline rotator with icons in secondary menu #1207817

    Hi Mike,
    It works perfectly!
    Thanks a lot!

    in reply to: Headline rotator with icons in secondary menu #1207334

    Hi Mike,
    I’m trying to increase the padding between icons and texts on my headline rotator in secondary menu.
    I tried to attribute a custom class to it and then add this css:
    .slogan-rotatif-menu-secondaire .av-icon-char {padding-right: 4px!important;}
    but it doesn’t work.
    Do you know what I could do to achieve this?
    Thanks a lot!

    in reply to: Unavailable and variable products #1207064

    Hi,
    Any help on this?
    Thanks a lot!

    in reply to: Products search bar widget #1207063

    Hi,
    Any help on this?
    Thanks a lot!

    in reply to: Mega menu images size #1207010

    Hi again ;-)
    I’m now sooooooo close to achieve what I wanted!
    I only need one tiny little thing…
    If you could have a look to my menu in private content, I only need to hide overflow at the bottom of the images during animation.
    Could someone help me?
    Thanks a lot!

    in reply to: Price filter widget #1206991

    Perfect!
    Everything is ok for me about this now :-)
    Thanks a lot!

    in reply to: Price filter widget #1206979

    Hi Jordan,
    Thanks a lot for your reply!
    Your code works great for the first part, but which code do I need to add if I want the button and the prices to not be horizontally centered?
    To be clear, what I would need to do is this: https://imgur.com/rZP0h2M
    Best regards.

    in reply to: Mega menu images size #1206720

    I was making some tests and if I add a custom class to my submenus in the menu builder, after that I can apply some css to images on hover like this:

    .my-custom-class a:hover {
        padding-right:20px!important;
    }

    and it works.
    So the only thing I would need is the css code to apply animations to images, like image zoom or image overlay…

    in reply to: Mega menu images size #1206709

    Hi Victoria,
    Thanks a lot for your reply.
    Your code is working great!
    I’m really annoyed with the last step. Is there really no way to add animation to the images in mega menu? :-(

    in reply to: Customize product page #1206259

    Hi Jordan,
    Everything is ok for me on this topic.
    Thanks! :-)

    in reply to: Price filter widget #1206258

    Hi Jordan,
    I have two questions more about this price filter:
    – what is the code to adjust the padding between the price slider and the “Filter” button?
    – what is the code to adjust the padding between the price slider and the prices?
    Thanks a lot!

    in reply to: Price filter widget #1205986

    Hi Victoria,
    I understand.
    Thanks for your reply :-)

    in reply to: Customize product page #1205985

    Ok.
    Thanks Victoria!

    in reply to: Products search bar widget #1205984

    Hi Victoria,

    As you can see on this screenshot (https://imgur.com/4EjC4Wo) or on my website, I temporarily added two search widgets in the third column of my footer:
    – The first one is a woocommerce products search widget a little bit customized using css
    – The second one is a classic Enfold search widget

    So, to be clear, I would like to do two different things:
    1) In my footer, I would like to keep the woocommerce search widget, but with exactly the same design than the Enfold search widget (I don’t know what is the easier way between adding some css to a woocommerce search widget, or changing action of an Enfold search widget using some php…)
    2) For the second thing (in the header), I only want to keep exactly the same design, with the magnifying glass icon on the right of my main menu, but I want this icon to use woocommerce products search and not Enfold search.

    What do I need to do to achieve these two things?

    Thanks a lot! :-)

    in reply to: Mega menu images size #1205980

    Hi Victoria,

    Thanks for your reply!

    I finally found another solution, trying to customize this mega menu and it solves the issues and does exactly what I want, using this code:

    #top #header #menu-item-2080 .avia_mega_div > .sub-menu.avia_mega_hr {
    	padding: 10px!important;
    }
    #menu-item-2080 .sub-menu {
    	padding: 10px!important;
    }
    #top #header #menu-item-2080 .avia_mega_div > .sub-menu > li {
    	padding-left: 10px!important;
    	padding-right: 10px!important;
    	padding-top: 10px!important;
    }

    I also disable the vertical lines using this code:

    #header .avia_mega_div .units {
        border-right-width: 0;
    }

    But now I would like to do some customizations more:
    1) Disable the horizontal line
    2) Increase a little bit the padding between images and texts
    3) And add a zoom hover effect on images

    Could you help me on these points?

    Thanks a lot!

Viewing 30 posts - 181 through 210 (of 375 total)