How do i fix the Gallery Slider? - html

I bought a tempalte website for a friend since i am no coder and tried to customize as far as possible.
This is the URL:
http://www.roxaneroffler.com
I have a problem with the gallery, it gets buggy when i add more than 6 or 7 images. It jumps from one image to the beginning and going back behaves weird as well.
I have no idea where to start.
Can you guys check the CSS code through the given website or do i have to post the CSS class? im afraid the horizontal gallery css class is too big.

Related

Changing a site-wide banner image with another image?

Kind of new to coding and website building and have a company asking to make them a simple website. Well I cant just do something simple. Website link. Not my choice on using SS. So the banner image is set to default for the whole website. All I want to do is pick a couple of pages and override the image and keep the fixed position effect. Here is the code I am trying:
banner-image: url("https://static1.squarespace.com/static/5b8838fbe74940afd72fe383/t/5bd0af80f4e1fc41dabbc23c/1540403072779/Oil-Field.jpg") !important;
Any help would be great.

Should i be using the picture tag in bootstrap so i have 4 different pictures of the same image for each size screen

Just a quick one as i can not seem to find anything on this one anywhere.
I am using bootstrap 4 css and some JavaScript to make my first website for a portfolio.
I know that my page is responsive now but i'm wondering should i be using 4 different size images of the same picture with the picture tag or is it ok just to compress the one picture down to a reasonable size for example 60kb
then use this one image for all screen sizes as it will be responsive..
Just wondered what all you professional developers do as i am still a novice and do not know how it is done. what would you do if you were making a website using bootstrap 4 images one for each breakpoint with the picture tag and max/min width...or just go for the easier option and have one image for all less code but im guessing that it may be a longer loading time on a mobile device??
..sorry i do not have the code to show you guys it is just i have not got round to figuring out how to use the picture ta with bootstrap and i am still at the stage of compressing all of my images.
Any answers will be greatly appreciated.

How to solve the issue of image size template slider?

I have a question regarding a carousel slider in a template I recently uploaded on my blog. I downloaded the free ELEGANT template which allows you to have a slider at the top of the page. When you add the tag featured in the post, the blog post will also appear in this slider.
Only thing I don't understand: the images which I have appear different in scale (see attached screenshot) I tried to fix it in the actual image in the blog post, but that doesn't seem to work. Also the HTML code of the carousel is locked, so I cannot change the image sizes there. Does anyone know how to fix this problem? So I can always add my latest blogpost there and all the images have the same size?
I am a basic HTML coder, so I have a little knowledge of coding.
Thanks in advance!
Jorien

Need help making a portfolio gallery

so im building my portfolio webpage and after fooling around with my gallery i decided that with my knowledge limited to html/css, i would't be able to make a great gallery yet. so i decided to take a look around the web to find something i liked,but i didn't find anything that fitted my needs except a picasa plugin..
i found this picasa gallery plugin, which looks really great, and is responsive, which for me is a must: http://galleria.io/themes/folio/
But before buying it i wanted to ask you if you knew a great way to make something like this so heres a list of need for my gallery.
Gallery needs:
- I want it to be simple tiles side by side, same size.
- I want them to be clickable to view bigger versions, like lightbox.
- Be responsive.
Any good suggestions ?
Have you looked at using http://masonry.desandro.com ? It has what you're looking for and it's free to use. Also the link you have just comes with a blank screen, they have JS error on their page.

How to make simple HTML page more responsive?

So I've been tinkering with a REALLY simple web page (and this is why this is painful for me - it's a simple page) and I've been trying to make it responsive. I sort of had it looking right on a mobile screen, but the more I tweaked my code, the worse it got on other sizes.
So..I really hope that I'm not asking TOO much - but again the page is super simple, so this might be simple to answer..so I'll just jump in and ask a few questions :/
I want the page's big call to action image to disappear on a phone screen, and I'm trying to get the logo to center and the phone number to center right under it. I'm trying to get the bullet points images to center above the two lines of text..and the contact form to just fall in right below it (contact form was working just fine it seemed, so no big question there)
I'll link a live copy of the page as a reference - and a link to a page I've been mimicking in case it helps.
http://lab.blacksunresearch.com/ is my page
http://landing.trugreen.com/growth29 is the page im mimicking (sort of)
Again, I hope it doesnt sound like a TON of stuff, but the page is so simple, I'm probably only missing a few lines of code in my media queries
Thanks!
Edit: Moose, emoticon removed - also, I did ask a question - "How do I make this page more responsive?"
Open their CSS and look at parts with media-queries. There is what you want.
There are only 2 css which you should look through:
themeform.css
themeresponsive.css
You have to include some css to make it responsive ( Custom css , Jquery ,Jquery Mobile , Bootstrap etc) . Or you can simply put some Media Queries where you want your webpage to Act differently, ie responsive .