Forum Replies Created

Viewing 30 posts - 1 through 30 (of 56 total)
  • Author
    Posts
  • in reply to: website not showing #1327470

    Yes, that’s it/ I found the culprit plugin and got rid of it.
    Thanks!

    in reply to: updraftplus compatibility issue #1314217

    Thanks Rikard
    I managed to make it work.
    June

    in reply to: gallery breaking points #1309748

    Hi Rikard

    Thank you so much for your help. You’re quite the star!
    I adjusted the pixels and switched the id’s around and it’s now working how i want it to :)

    Thank you!

    in reply to: gallery breaking points #1309593

    Hi Rikard,

    I had a copy added all along. One is for desktop (top one) and the one below is for smaller screens. Now I’m lost as to what exactly you want me to do. If you want to add another copy please go ahead. You have the logins. Thank you!

    in reply to: gallery breaking points #1309488

    Hi Rikard
    The Gallery isn’t even at the bottom at break points 989-1341px.
    Here’s a screenshot of what I mean:
    https://snipboard.io/4fyH2j.jpg

    This is how it looks below the break point:
    https://snipboard.io/2YoCuf.jpg

    And this above it:
    https://snipboard.io/pmtALX.jpg

    How do I target the gallery at break points 989-1341px so it behaves like the second screenshot.
    Thank you!

    in reply to: portfolio element #1308981

    Thank you Mike
    I did try this version. I did like that once you’re in you can click through all items in the portfolio. With this new set-up that isn’t possible anymore. Hmm, I have not flagged this with my client and as long they don’t say it bothers them I will not change it.
    Thank you for you input though.

    in reply to: loading speed #1308980

    Thank you Rikard,
    that page looks somewhat scary to me. Can I just turn everything on there or do I have to mind certain things? It says they are turned on by default by mine are all off? Eeek

    in reply to: backend page not the same as live page #1307347

    Ah ok I get ya. I have renamed it. Thank you!

    in reply to: portfolio item display #1307346

    Hi, I resolved the issue with the thumb by displaying a ‘slide’ not a gallery.
    I tried the customisation you suggested for the image display, but it messes up the containers and the margins.

    in reply to: menu and favicon #1307145

    Thank you Rikard!
    Most things are resolved other than the colour change on the rotator. No idea why?

    in reply to: backend page not the same as live page #1306971

    Hi Rikard
    I am using the portfolio items to build mine. Is that what you mean?

    in reply to: menu and favicon #1306728

    Hi Rikard, thanks so much for this.

    #2 worked well. Thank you! But the underline still shows on hover. Can I remove that as well?

    #3 I resolved by removing all references in the media. For some reason it was still pulling the old image.

    #4 I placed a multiline section underneath the main headline on the image of the home page. I have just switched it on for you to see.

    Thank you and I will separate my requests next time.

    in reply to: backend page not the same as live page #1306708

    Hi Rikard, thank you so much for your response.
    I actually changed the slug from “portfolio” to portfolios” which seems to have helped, but ideally I would like to have the slug without the s. The minute I do that the page layout changes and I am not quite sure why. It’s like it’s picking up information from a different source.

    in reply to: portfolio grid margins #1049602

    Thank you! Can you also let me know how to change the colour of the caption section underneath the cover images?

    in reply to: portfolio grid margins #1049268

    I would also like to change the background colour of the caption section underneath the cover images.
    Thanks for your help.

    in reply to: margins #1026347

    Hi Ismael and thanks a lot for your response.
    I ended up adding the following which seems to resolve the problem I had, but please let me know if this isn’t ideal and/or if you have a better solution:

    .page-id-206 #after_layer_slider_2 .content,
    .page-id-206 #after_section_6 .content,
    .page-id-206 #after_section_8 .content,
    .page-id-206 #after_section_9 .content {
    padding: 0;
    min-height: 0;
    }
    .page-id-206 #after_layer_slider_2 .container,
    .page-id-206 #after_section_6 .container,
    .page-id-206 #after_section_8 .container,
    .page-id-206 #after_section_9 .container {
    height: 0;
    min-height: 0;
    }

    in reply to: padding/margins #1025662

    Amazing, that worked a treat. Thank you Victoria-superstar! :)

    in reply to: margins #1024541

    Hi Victoria
    I don’t think I can follow you :-( Would you mind showing me?
    Thank you
    June

    in reply to: margins #1022959

    Yes, Mike made the following change in order to make the mobile burger menu work. Maybe this has something to do with it?:

    Hey june,
    I took a look at your page and menu items and found that you had many of each ID that were the anchors for the links, this causes problems for the page because you can only have one unique ID on each page. I see that you have many of each section, and ID, because you wanted to hide some elements on different screen widths. So the challenge is to group sections together to share menu anchors, I achieved this on your page by adding code block elements before each group and including the anchors like this:


    Your anchors are now working, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: margins #1022956

    Hmm, that’s still not how it used to be because now the headlines are straight at the top with no padding. Can you find out what changed in the first place as I’m not aware of any changes I made that could have caused this.
    Thank you

    in reply to: margins #1022862

    Yeah exactly, the white bits weren’t there before… How did they end up there?
    June

    in reply to: mobile header #1022775

    Hi Mike

    I personally like this. The site is not for me though. I will check and see.

    June

    in reply to: mobile menu #1022305

    Yep, you may close this. Thank you!

    in reply to: mobile header #1022304

    Thank you Mike, that does not work fully.
    I put in the code below and adjusted the margin to zero actually otherwise space is added at the top. The header stays sticky, but it sits on top of the slider. Is there a way to push the content below down so it’s all visible?

    /* Sticky header on mobile */
    @media only screen and (max-width: 767px) {
    .responsive #top #main {
    /* Margin top value should be equal to header height*/
    margin-top: 180px;
    }
    .responsive #top #wrap_all #header {
    position: fixed;
    }
    }

    in reply to: mobile menu #1021211

    Amazing! Thanks so much for your help. I can see that it’s working now.
    June

    in reply to: layer slider display #1020354

    Hey Rikard
    I had another look and it’s working now. I didn’t clear my cache but maybe it just took a while to update. I’m pleased to find out I’m not completely useless.
    Thanks for your great support though, you helped me with a lot of other things.
    June

    in reply to: drop shadow on gradient text #1020346

    Yes! That’s a clever way of solving the problem. I will do just that.
    Thank you!

    in reply to: image positioning #1020344

    Amazing, that is exactly what I was after. I had trouble figuring out how to name the class…
    Thanks for your help.

    in reply to: image positioning #1019964

    Hi Ismael

    I tried what you said, but I think I’m targeting the element incorrectly. Could you have a look? I duplicated the “About” section and set it to invisible on all devices for now and added the custom css class ‘ipad’. I removed my quick CSS.

    I would like the image to be right aligned with no margin nor padding (as part of the image is cut) and then float between About and Services over the diagonal border.

    I added access in the private section. Hopefully you can resolve this.
    Thanks a lot, June

    in reply to: layer slider display #1019935

    Hi Victoria
    Thanks so much for your response.
    I posted the access in private.
    Thanks
    June

Viewing 30 posts - 1 through 30 (of 56 total)