Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. Edrol97

    Gallery displaying differently in dev mode and on live website

    Hi all, I am wondering about my gallery lightbox displaying differently in dev mode and on my live website. It's zooming in on certain images and I don't really see a reason why as it's not doing it for any other galleries. Does anyone have any ideas what could be wrong?
  2. Edrol97

    JavaScript Problem with multiple lightbox galleries operating in a different way

    Hi all, I've recently added a new lightbox gallery to my site. I wanted it to be a flip through gallery that people are greeted with on my main art page above a series of openable lightbox galleries. However, when the lightbox gallery which is still currently in development is added to the site...
  3. Edrol97

    Positioning arrows and floating image gallery to centre

    Hi all, Wondering how to position the arrows of gallery in image below. I want them to be just over the vertical center of the image either side sort of hugging the focal point of the image. I also want the entire div to be centered. I attach both html and css code. CSS code is showing what...
  4. Edrol97

    Custom underline in css under links, any ideas?

    Hi all, I would like to add a custom underline to links on my site. Does anyone know how to add a drawn style, similar to this to a custom font. There is no way to do it with the font builder I built the font with and I'm wondering if it's possible with a combination of html, css, and JS? As...
  5. Edrol97

    Gallery loop on back button function when only 2 images in gallery

    Hi all, Details for this are that the loop function works on the forward arrow function, whereas it doesn't work on the back button functon. The code I use for the gallery is the same as all others and is below. <div class="slide-show_10container"> <div class="next_button"...
  6. Edrol97

    Problems with published site

    Hi all, I have now published my site- available at www.house-of-lord.co.uk. There are issues with font, specifically on mobile, layout of footer, layout of navigation bar (I’m assuming this can be changed with inline-block on the individual nav bars) and recognition of some images (not...
  7. Edrol97

    Have gone with TSOHost on advice of my tutor- anyone with any experience?

    Hi all, I have gone with TSOHost as a platform, but finding tricky to navigate. I've purchased a plan with it but then have this issue. I get to the Wordpress page which allows me to create or migrate a site, or set up later. When I click on any of them it takes me to a blank page with the title...
  8. Edrol97

    Individual hover styles for different <a> tags in navigation bar

    Hi all, wondering if anyone knows how to style an <a href> tag individually as seen incorrectly below. This was a try out. On this navigation bar I want a different colour for each menu option. <a href="about_me.html" style="a:hover{color: #540c75}">Bio</a>
  9. Edrol97

    Changing size of div

    Hi all, I've got this div on my site. All of the other divs seem to be of the adequate size and I can't seem to think why this one will be any different. I've checked that it's not a problem with the image size, but I don't know what's causing the size of the div otherwise. </head> <body>...
  10. Edrol97

    Best host for SEO and price?

    Thanks Josiah, I hadn't considered Obvi8. Looks decent.
  11. Edrol97

    Best host for SEO and price?

    Hi all, In the last two years I've spent around £368 for hosting with Wix. Wordpress is £384 for 2 years. I wonder if anyone has any other hosting platforms which they can recommend for hosting my new site. My domain is now detached from Wix and I am wanting to move on as quickly as possible...
  12. Edrol97

    Navigation bar style once clicked

    Yes, now I do, I didn't at the time of asking.
  13. Edrol97

    Footer menu- two columns at minimum width

    Hi Mir, Does this mean that on screens above 600px, the footer will appear in two columns. Ideally I'd like it scaling as it currently is on window sizes above 600px. Will this css do that? I also want it on a 2 column minimum at all times on screens smaller than 600px. Will this be the case here?
  14. Edrol97

    Navigation bar issues- hover colours not aligning

    Thanks John. This worked. Also hadn't looked at your website in the below link before. Really nice use of light in the photography!
  15. Edrol97

    Footer menu- two columns at minimum width

    Hi all, wondering how to scale my footer to be minimum two columns at its minimum width. This will probably either mean changing the gap between the two columns or changing the size of the text on display. I've already done the latter, but not entirely sure how to do the former at just the...
  16. Edrol97

    How do I align one image left in the header and one image right?

    Thanks Malcolm. Slowly but surely getting there.
  17. Edrol97

    Navigation bar style once clicked

    So once clicked styles and hover styles yes. So far, I have added these into the html body of the various pages with a <style> tag but am wondering if there is a better way of doing things for each individual style rather than writing quite a lengthy style for both the navigation bar and footer...
  18. Edrol97

    Navigation bar issues- hover colours not aligning

    Sure here's both. I'm liking to two css styles in my html but the relevant item from the other css file I have taken out and pasted in to the code below. @font-face { font-family: Eliot Lord; src: url(Fonts/Eliothand2-Regular.otf); } .title_text5 { font-size: 28pt; } header { width...
  19. Edrol97

    Navigation bar style once clicked

    Pretty much, yeah.
  20. Edrol97

    Navigation bar issues- hover colours not aligning

    So the navigation bar I have is great but I'm wondering about the gap between the options either side. How would I extend the individual <a> areas so that they align with the selected item? Hope this makes sense.
Back
Top Bottom