Forum Replies Created

Viewing 30 posts - 31 through 60 (of 155 total)
  • Author
    Posts
  • in reply to: Decrease space between team member title and description #714116

    Works perfectly Jordan– thanks so much!

    in reply to: Image container shows on hover #713275

    Hey Yigit,

    Awesome! This worked so well I was able to change the feature so these images have the darker overlay with link icon on hover like the others below– when I initially set it up, it did not look right.

    Guess I should have asked for help sooner– now that the overlay matches, the page looks great. :)

    Wish you had a tip jar, you are definitely my hero of the day today. :)

    Thanks!

    Works perfectly now.
    Thanks so much Yigit! :)

    I am going to work around question #1 above, so you can disregard that. :)

    The only remaining question is how to adjust the Quick CSS so that only the active item is highlighted in the mobile menu, even if it is a submenu item.

    Thanks!

    Actually, never mind– I just realized I can apply a different solution in the stack overflow thread to solve this problem.

    Sorry to have troubled you with this! You can close this thread.

    Hi Nikko,

    A link to a screenshot is below.

    Thanks!

    in reply to: How to make all hyperlinks bold in body text only? #712182

    Works perfectly, Yigit– thank you!

    Not sure I like the way it looks, but that is a separate problem to discuss with the client. ;-)

    Thanks so much as always for your excellent help!

    in reply to: How to make all hyperlinks bold in body text only? #712167

    Hi Basilis,

    It doesn’t look like this has changed anything. Any other suggestions?

    Thanks!

    Hi Ismael,

    This definitely makes it look like it is loading faster, and the client is good with this fix.

    Thank you!

    Hi,

    I adjusted to 45% and the tablet views look as good now as they can be– thanks so much!

    The last issue now is that on smaller mobile screens, only the title shows (the caption is being cut off at the bottom).

    It looked ok to me when the caption was centered top-to-bottom on small screens– even though the face was covered on the left, since half her face was showing on the right, it was ok.

    How to set that up for smaller screens/cell phones?

    Hey Vinay,

    I tried the snippet you provided– sorry, I was in a rush before and thought you were giving me something else, my bad.

    This is a cool trick I did not know, great to be able to get the image to be taller on narrow tablet views, and at least now part of her face is showing so it looks a little better– thank you!

    It doesn’t help though with the captions covering the face in wide tablet view, though. Any suggestions for that?

    Thanks so much for your help

    Hey Rikard,

    Yes, the images are optimized– what I was wondering is how to speed up the animation so the fade-in happens faster and the captions come in faster?

    Hoping maybe there is a way to do it with Quick CSS or child theme functions file…

    Thanks for your help, sorry I was not clearer in my original question.

    Hey Vinay,

    Thanks for this, but I want to move the captions, not change the image height– if I change the image height, it will look stretched since these are all @ 72dpi (I learned this the hard way).

    Is there a way to move the captions and change the font size only on this one page and only on mobile views? This is going to be a recurring issue for this client, so if I can get the right selectors, it will save me (and you) a lot of time.

    I need to reduce caption font size on a per-page basis and move either the center caption or the left caption (depending on which is used) for tablets.

    On this page, I adjusted the caption location on desktop views with this:
    .page-id-350 .slideshow_align_caption {
    top: 120px;
    }

    I adjusted on mobile views to at least get the caption visible with this, and it’s fine on small mobile screens (on those, there is no avoiding covering the image, but I would like to be able to reduce the font size in case the caption runs long):
    @media only screen and (max-width: 1200px) {
    .page-id-350 .slideshow_align_caption {
    top: 0px !important;
    }
    }

    ON OTHER PAGES (which have a different size slider and use the bottom caption), I got help from you and was able to move the captions with this:
    .caption_bottom .slideshow_caption {
    top: 425px !important; left: 350px !important;
    bottom: auto !important;
    }

    and I used this to shift it on a variety of mobile screen sizes (I split the breakpoints into 4):
    @media only screen and (min-width: 320px) and (max-width: 399px) {
    .caption_bottom .slideshow_caption {
    top: 160px !important; left: 10px !important;
    bottom: auto !important;
    }
    }

    I also was able to adjust the caption font size on the other pages with this:
    @media only screen and (max-width: 480px) {
    .responsive #top .slideshow_caption h2 {
    font-size: 16px !important;
    }
    }

    and this:
    @media only screen and (max-width: 359px) {
    .responsive #top .slideshow_caption h2 {
    font-size: 13px !important;
    }
    }

    The pages I am asking about now are all separate and have to be customized on a per-page basis, and they will use either the center or left caption because the bottom caption is customized for the featured large image size and I don’t want to mess with those settings.

    I really appreciate your help– I have tried every combination of the above I thought would work and it’s not doing what I thought.

    in reply to: 1/3 column alignment in tablet views #675959

    Hey Rikard,

    Thank you! This has been a recurring problem because I use this so much, but now I think I finally understand how to make these behave the way I want site-wide or per-page.

    Slowly but surely, I’m learning. :)

    Thanks so much!

    in reply to: 1/3 column alignment in tablet views #674888

    Hey Rikard,

    I am having one small issue with this– the boxes are aligned correctly but there is no space between them when they stack on mobile views, so it looks like they are all one big box.

    How can I adjust for this?

    A link to the page and a screenshot showing the problem are below.

    Thanks in advance for your help!

    in reply to: Hide mobile menu indicator on one page #668265

    Perfect!

    Thanks as always for the excellent support Yigit.

    Getting the right fix fast makes my job so much easier. :)

    Hi Yigit,

    Perfect!!!

    Thanks so much!

    Hi Josue,

    Problem fixed. :)

    Last thing– Is there an easy way to make the size of that header smaller? It looks huge compared to the rest of the site.

    Thanks!

    Hey Ismael,

    This gets it most of the way there, but “posts by” appears twice, so it says Posts by Posts by Randy. How to eliminate that duplication?

    Also, the font size on this is ginormous, how do I make it smaller?

    Thanks so much!

    Please try again :)

    Sure, see below, and thanks!

    Hey Josue,

    Thanks so much for the info, but it doesn’t seem to have changed the title displaying.

    Any idea what might be incorrect or missing?

    in reply to: Move date below title in magazine element #645787

    Hey Basilis,

    Thanks for your quick reply. I want to show blog posts by tag, and that option is unfortunately not available in the Recent Posts widget, Latest News widget or any of the other options except the blog posts widget– I just don’t think the available display options for that look as good.

    The magazine element gets close, but the dates are above the titles.

    Links to the pages in question and screenshots are below.

    Thank you for your help!

    in reply to: 1/3 column alignment in tablet views #641651

    Hey Rikard,

    Thanks so much– that fixed it!

    in reply to: 1/3 column alignment in tablet views #635922

    Hi Rikard,

    Thanks– that did the trick!

    One other issue– at the top of the same page, there is a 4/5 section with 2 lines of text and big button that is not centered on tablets. The 1/5 section that appears above it is centered (it has the logo and social sharing element), and I aligned center the text and big button code, but they are a little to the left.

    How can I fix that?

    Screenshot is linked below.

    Thank you so much for your help!

    in reply to: Blank 1/5 column not affecting layout #635433

    Hey Vinay,

    Re-creating the page fixed it– I tried everything short of that, guess I should have gone one step further before asking for help.

    Thanks for your help!

    in reply to: Caption on easy slider mobile views #628482

    Hey Rikard,

    Thanks! Because this is a Featured Large slider (630px tall), the numbers were very different to get the captions into view than what I’m used to (I normally use the Featured (430px tall) size).

    Took some time to figure it out, but I got it.

    Many thanks for your help!

    in reply to: Alignment of columns in tablet views #609616

    HI Andy,

    I have added a screenshot showing how there is more space between 1/4 columns 2 & 3 (the same thing happens between columns 3 & 4).
    Screenshots of the 1/3 and 1/4 columns not aligning in wide view were already provided above– I have linked to them again below.

    Thanks!

    in reply to: Alignment of columns in tablet views #608332

    Hi Rikard,

    Awesome– that did the trick in the narrow (portrait) view! It looks much better! I figured out how to add the bottom margin also, to get space between them, here’s what I used in case anyone else needs it:

    @media only screen and (max-width: 990px) {
    .page-id-21 .av_one_third {
    margin-left: 0% !important; margin-bottom: 20px !important;
    }
    }

    @media only screen and (max-width: 990px) {
    .page-id-21 .av_one_fourth {
    margin-left: 0% !important; margin-bottom: 20px !important;
    }
    }

    The last issue in the portrait view is that for some reason, there is extra space in the 1/4 column section between the box in columns 2 & 3, and 3 & 4– there actually was space separating those 2 only before I added the bottom margin. The way the page is set up, there is whitespace at the bottom of 3 of the 4 columns to even them up since I couldn’t use equal height, and there is also a full-width 60px separator (below all 4 columns), but I don’t know why either of those should create extra space only under 2 of these when they are vertically aligned.

    When you look at it now, you can see there is more space above the last 2 boxes. How can I fix that, do you know?

    The wider (landscape view) still has some issues. I see all of the original columns, but they do not line up– in the 3-column section, the right one is longer, and in the 4-column section, they vary. Is the only way to fix that to make these also full-width? (can’t adjust spacers without messing up the desktop view)

    Adjusting the max width on the code provided doesn’t seem to work– I get 4 narrow columns all squished together with no space between them. How can I get those to stack also?

    Thanks so much for your help!

    in reply to: How to center footer widget titles only #607914

    Hey Yigit,
    It is perfect now, thank you sooooo much!
    You’re the best. :)

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