How to enlarge thumbnail "inside" the gallery - gallery

I've been struggling with one thing for several days now, but I haven't found a solution yet.
On the website https://test3.kk-marketing.sk/test/ I have created a carousel with an image gallery. Now I need to do the following:
When I click on the thumbnail, I don't want the image to open in a lightbox. I would like it to be enlarged and displayed in the same place as the gallery (the enlarged image actually "overlays" the gallery). There will then be a close button in the right corner of the image, and after clicking on it, the entire gallery will appear again.
I would also like the text that I enter as the image description to be displayed next to the enlarged image.
For a better understanding, I am attaching a sample of how it should look.
Example
I've googled and googled but I have no idea how to start. Please, don't judge me :D. Thanks for help!

Related

Image resizing issues

So im building my first wordpress site at the moment. Most problems i come across i just do a google search, read, learn, fix.
But one continuous problem i keep getting is images and resizing them.
Im really lost as to how it works, its so simple, yet i cant seem to manage them at all.
Heres some of my issues:
I'm using customizr theme, it has a slider, featured images for posts-big and small (featured image and thumbnail).
I resize the picture to the recommended dimensions, but it never seems to actually resize the picture in the box. And that's for all of them, the slider, thumbnail and featured image.
I toy with the dimensions to try to learn whats happening, but it just doesn't make sense to me, the box just zooms further into the image, the image doesn't actually move or try to fit at all when the dimensions are changed.
They also share the same image for the featured image and thumbnail, even if i click 'thumbnail only' and change the dimensions, it effects all of the images.
The slider images are always cut off, even if i change to the recommended dimensions. I've given up with the slider after a week of resizing, trying new sliders, adding slider codes into .php, enough.
But now this issue with a simple featured image and thumbnail is the last straw. So here it is, my cry for help!
How can i get control of my images, resize effectively, so i dont get these issues every time i try to add images into various functions.
Any help is much appreciated, thanks.

How to create a grid style homepage for website?

can anyone tell me how to do like a grid layout homepage please?[how to code it or where to find this information.
the squares should respond/change colour or image when the mouse hovers over to show they can be clicked. i'd like to be able to have different sized and shaped squares too.
cheers
pic related
enter image description here
You can use boostrap ui components
E.g.
http://www.bootply.com/70929

How do I make a logo align to artboard as one object in adobe illustrator?

I have been working on this issue for days and have been trying different methods that I have found in similar questions on stackoverflow and other forums to make this work but can still not figure out what is keeping me from aligning the entire object as one in adobe illustrator.
I have grouped all of the objects and the objects are merged into one layer. I click Align in the control panel. Then I make sure Align to Artboard is selected. I also click on Transform to make sure the two boxes are unchecked. Then I click Align to center horizontal, everything moves accordingly. Then when I click Align to center vertically, the logo is altered. All I am trying to do is get the entire logo centered on the artboard.
Does anyone have an idea on what step I am missing to make the entire logo move as one object?
I didn't have enough reputation to post images so I provided the image links below.
Before: http://tinypic.com/r/fxyq1h/8
After: http://tinypic.com/r/2gui1ph/8
You can see that the smile is moved up a few pixels which is driving me crazy. I can resize the objects as one. I can move the objects as one. But I can't align the objects to the center of the artboard as one.
You have to active the guideline, but it's already activated.
You should see some tutorial one Adobe TV

Twitter style image movement while scrolling

How would one include an image on a website that behaves like the twitter users banner image which when you scroll one pixel it scrolls the page 2 pixels, moves the top of the image up one pixel and covers one pixel from the bottom of the image?
I don't know what to call this so I don't know how to search for it.
It is like the image moves up while the content behind it also slowly covers up the image like an extra layer of paper pushed up.
It's a form of parallax scrolling. There are plenty of good tutorials on parallax that I'm sure will help you achieve the effect you desire.

Lightbox 2 on html site - next/previous gifs not showing

I'm having problems getting the Next/Previous images to show up in lightbox 2. No other answers here about this have solved this for me so I don't know what I'm still missing.
It almost seems like the "outer container" (I think that's what it's called) that the image "sits" inside of isn't wide enough for the Next/Prev gifs to show up. The link is there; i.e., when you hover over the right left sides of the images and click, it will go to the next and previous images.
I would like for the next/previous images to be:
1. visible all the time
2. located below the image x of x text and above the Close - or - ideally centered at the bottom of the image:
Image 3 of x
Prev Close Next
I don't necessarily have to use images per say, simple text links will be fine.
If I have to change something in another file besides the css, please let me know which one because I am relatively clueless when it comes to programming language. ROFL
What did work is to remove all instances of, "../" in the lightbox.css file. For example, change, "../img/prev.png" to "img/prev.png". Basically go through the lightbox.css file and remove the "../" where ever it occurs.
I had the same issue the second time I implemented Lightbox. In my case, I've changed all the occurrences where the gifs are linked from
content: url(../img/close.png)
to
content: url(http://www.../img/close.png)
Now it works.
I had the same problem, nothing worked, finally got it to show the buttons by adding<!doctype html>to the first line of your html page, just before the head
I think the solution is just adding a gallery name in the "rel" tag.
So change this:
rel="lightbox"
into this:
rel="lightbox[gallery]"
in each of your image links.
Worked for me!
None of the above suggestions worked for me.
The problem is the background URLs in lightbox.css - these URLs link to nothing. So I downloaded the images and amended the URL's in lightbox.css. Here's an example:
Default:
background: url(../images/close.png) top right no-repeat;
Amended:
background: url(../../images/lightbox2/prev.png) top right no-repeat;
if you go in the lightbox.min.css file you can see that this line ".lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png)".
Maybe the "next.png" don't be in the default directory "images" so just change the path to your "next.png".
Example "background:url(..path/to/my/images/next.png) for the next button.
Do the same for the others buttons.
[Ctlr + F] and look for "next.png", then "previous.png", then "loading.png", and finally "close.png" and put the right path so that you can see these buttons.
just copy arrows and close icons from
lightbox2-dev (1)\lightbox2-dev\dist\images
to your project and link proper. it will 100% work.
I had The Same Problem,To Make The Arrows and Close Button Show The Key is the background URLs in lightbox.min.css Make Sure They Are Pointing to The Right Directory where the images close.png, prev.png, next.png & loading.gif are stored, for me i had To Copy them from lightbox2-master\dist\images folder to my projects images folder and made Sure that in the lightbox.min.css file, the line of code background:url(../images/close.png); background:url(../images/prev.png); background:url(../images/next.png); background:url(../images/loading.gif); points to the images folder where the Arrows and close button images are stored and each referenced respectively

Resources