Forum Replies Created

Viewing 30 posts - 31 through 60 (of 205 total)
  • Author
    Posts
  • in reply to: Masonry gallery of portfolio entries #1289700

    Just wanted to say thank you! This works :)

    in reply to: Plugin conflict removes kitchen sink from wysiwyg #1282540

    Hi Yigit,

    I’m circling back on this issue – I got a little busy so I put it on the backburner! Despite having the Kitchen Sink plugin installed, I’m still not getting the option in the Avia Layout Builder.

    I’ve been going back and forth with Woocommerce/Skyverge about the plugin conflicts and they say they’ve narrowed it down to the Layout Builder plugin. They did a “fresh install” on another server and it worked fine until importing my website’s “Layout Builder Template file” and suddenly the Kitchen Sink disappears.

    Not sure if there’s anything we can do?

    Thanks!

    in reply to: Grid Rows w/ image backgrounds on mobile #1280643

    Hi! Just checking in.

    in reply to: Grid Rows w/ image backgrounds on mobile #1280333

    If I use a different element for mobile, how do I hide the other element for desktop? Again, I only see one built in option to hide elements on mobile. What do I do to hide an element on desktop?

    in reply to: Grid Rows w/ image backgrounds on mobile #1280213

    That worked in Quick CSS – only problem is now there’s just a LOT of space in between those sections. Essentially did the same thing I was thinking of doing by adding padding/whitespace, but doesn’t exactly solve the problem.

    I am not sure if it applies but I do have a minimum height for that grid row set to 550px.

    Perhaps there’s another Layout Element I can consider using instead of the Grid Layout? Although I do want that full width effect rather than the container effect. What about having two different versions – one grid row that I have set for desktop, one for mobile? I see there are pre-existing options to show/hide on Mobile, but if I were to recreate a Grid Element that only shows for desktop, would there be a way to do that on a custom element sort of way?

    Thanks!

    in reply to: Grid Rows w/ image backgrounds on mobile #1279895

    Hi Victoria,

    That had no effect, unfortunately, and I tried both Quick CSS and adding to custom.css file.

    Any other avenues to pursue?

    Thanks!

    in reply to: Grid Rows w/ image backgrounds on mobile #1278399

    Hi Victoria,

    I disabled Autoptimize and cleared my server cache, checked Enfold settings for any other settings as well but the issue still remains.

    I’ve added access information to the private data in case you need to take a look!

    in reply to: Padding between product grid #1277801

    I already have the CSS minify option disabled. The code provided added space between the columns and pushed down the 4th column to the next row. I guess I still don’t understand which of the margin options adds space between the rows and not really messing with other spacing between columns, for instance.

    The only work-around I can think of right now is changing the minimum height of the inner product header but it doesn’t look great on mobile so I’m trying my VERY basic CSS knowledge and ability to Google things to fix it….

    It just seems to me there should be some simple padding rules here but what do I know!

    in reply to: Padding between product grid #1277262

    Hmm I have nothing. Can you help me identify which line determines this spacing between rows in a product grid? I am aiming for about 30 pixels between those rows. My sample link is in the private content. Thank you!

    in reply to: Padding between product grid #1277009

    Came across this post doing a search and tried the CSS but it only added padding to the top of the entire Product Grid, not between the rows of products as indicated in the screenshots. Would there be a new(er) solution to this issue?

    Thanks!

    in reply to: Product widget #1262826

    That’s SO much better- thank you so much! The first code worked perfectly.

    in reply to: Hide avia-arrow on product grid #1262471

    NM I figured it out! (I’m starting to get a hang of this….) I used the following?

    .inner_product_header .avia-arrow {
        display: none;
    }
    

    As always I appreciate the help of this amazing support team!

    in reply to: Product widget #1260843

    Price looks better! I’ll play around with it a little bit.

    For the Product Widget thumbnail, I added that filter code you provided to the functions.php file – is that where I was supposed to add it? Either way – it didn’t work. That code ended up making ALL product thumbnails that size – and that doesn’t work for the rest of the website that displays the shop (for instance, the home page product feed and the shop page). I just need to fix the problem with the footer widget displaying products – if you look at any of the pages of the website you’ll see they are REALLY fuzzy.

    When I inspect that element I still see coding forcing a 36px wide thumbnail – screenshot link in private notes. Not sure if that helps narrow it down.

    Thanks!

    in reply to: Product widget #1259672

    Sorry about that! I turned off the two factor authentication.

    I didn’t start a new topic because my issues are directly related to my original question.

    Thanks!

    in reply to: Product widget #1258131

    This is great! I just have a couple of followup issues I was hoping you could help with:

    1) When viewing on my computer/desktop, there is quite a lot of space between the Product Name and the Price. I think the price is lined up with the bottom of the thumbnail image, causing that to float down and look a little detached from the Product Name. It looks great on mobile, however!

    2) I have three products displaying in my footer (link in Private Content), the first image for Canary Gold is showing up just fine – nice and clear. The next two are quite fuzzy and I can’t figure out why! This may not be related to the new code you provided – I think it’s been happening for a while (we just didn’t notice since the images were so small!). I regenerated thumbnails but that didn’t have an effect on anything. The images load up just fine on mobile and look great, so I’m baffled!

    I’ve including login info just in case you need to poke around the back-end.

    Thanks so much!

    in reply to: Underlining links & the catalogue #1257875

    Hi Victoria! It’s a difficult issue because of the underline requirement. I think it’d be appropriate for the menu title/name to be underlined, but not the descriptive content below. Does that sound like something we could do?

    Thanks!

    in reply to: Underlining links & the catalogue #1256939

    Link in the private content! Note that the only item affected so far is the single item under Breakfast Menu.

    Thanks!

    in reply to: Catalogue images #1256462

    This is a great start! No way to make it rectangular by removing the rounded corners?

    Thanks so much!

    in reply to: Catalogue images #1256300

    And, gosh, sorry one more thing. How do I make it so the bullet points appear on the List Item Description in the Catalogue?

    Thanks again!

    in reply to: Socket styling on mobile #1255117

    Appreciate that – I’ll give it a shot! The other two questions, however, remain:

    2) How can I increase the size of the Social Media icons on that mobile version only?
    3) Lastly, how can I remove the underline on those Social Media icons? For some reason, nothing I’m trying has worked so far!

    Cheers,

    in reply to: Socket styling on mobile #1254494

    Update! Despite my cache clearing and multiple refreshing, the code I had for centering the Copyright line and social icons did end up working! Here’s what I used (in case anyone needs it for reference):

    @media only screen and (max-width: 550px) {
      #top #footer .widget_nav_menu li {
        display: block;
      }
    
      #top #socket .container {
        text-align: center !important;
      }
    
      #top #socket .social_bookmarks, #socket .copyright {
        float: none;
        display: block;
        margin: 0 auto;
      }
    
      #top #socket .social_bookmarks {
        text-align: center !important;
      }
    
      #top #socket .social_bookmarks li {
        float: none;
        display: inline-block;
      }
    }
    

    However the centering is just a little off, it looks like maybe the socket Menu links aren’t quite centering and I’m wondering if there’s some adjusting I can do so it all evenly centers?

    The other two questions remain as well. Thanks!

    in reply to: Masonry grid as displaying portfolio entries #1229495

    You are the best – thank you so much! Sorry for all the back and forth. You can close this ticket now!

    in reply to: Masonry grid as displaying portfolio entries #1228999

    Hmm give it another go with the same user/password?

    in reply to: Masonry grid as displaying portfolio entries #1228479

    Hi Rikard! No worries just want to make sure we’re on the same page! I added the login in the private content. I did add the custom css to the Quick CSS section, and to answer your other question – yes! I’m trying to make the preview image without any opacity.

    Thanks!

    in reply to: Masonry grid as displaying portfolio entries #1228125

    Yeah it’s weird – I can’t seem to get it to work even with the !important addition. I’ve included a link to the screenshot of the mouseover effect just to make sure we’re talking about the same thing! I don’t mind the actual mouseover effect, it’s that the thumbnail/featured image is slightly opaque before mousing over.

    Thanks again!

    in reply to: Masonry grid as displaying portfolio entries #1227837

    Sorry about that, use the included link instead!

    in reply to: Masonry grid as displaying portfolio entries #1227357

    That didn’t seem to work even trying it at an opacity level of 1. I did clear cache on both my website and browser.

    Thanks again!

    in reply to: Masonry grid as displaying portfolio entries #1219962

    Thanks! Worked except I’d also like to manipulate the level of opacity applied to the featured image on the grid. Is there a short code I can include for that?

    Cheers!

    in reply to: SKU field missing under Product Data #1172451

    You’re right! I assumed that if I removed that code, the SKU would appear back. but it didn’t!

    Thank you we can close this ticket!

    in reply to: SKU field missing under Product Data #1172037

    Thank you for looking into everything! I am not sure why there’s so many “copies” of the theme on there – I’m looking into that right now.

    As I was digging around I noticed that the Enfold theme, instead of the Child theme, worked just fine – so I narrowed down the problem to my functions.php file, and then found this script:

    add_filter( 'wc_product_sku_enabled', '__return_false' );

    That was a script I’d added a long, long time ago in order to hide the SKU from showing on a product page (so the customer didn’t see it) but for some reason has now started hiding the SKU for admins as well! Do you have a good fix to hide that SKU on the product page that won’t interfere with our admin fields?

    Thank so much!

Viewing 30 posts - 31 through 60 (of 205 total)