Forum Replies Created
-
AuthorPosts
-
Hi Victoria,
isn’t it maybe possible to give an absolute position to each menu item to avoid this behaviour?
It looks really unprofessional on a website..Thanks
CarolinHi Jordan,
here is the website I am working on, see private content.
I don’t understand why the arrow currently doesn’t display between “Kollektion” and “haendler” section..Thanks
CarolinCiao Victoria,
is it possible to change the size of the down triangle and make it a little smaller?
Thanks,
CarolinGreat, thank you!
August 27, 2019 at 9:51 am in reply to: Masonry gallery – title below image and new image effect #1131263Perfect, that solved it! Awesome, you’re the best!
Thank you so much!August 21, 2019 at 10:16 am in reply to: Masonry gallery – title below image and new image effect #1129528Hi Mike;
I tried the first code that you gave me because I indeed wanted the inactive font in semibold (thinner than before).
Now the only problem is that the hover seems to work on the whole gallery and not on the single photo. If I hover over a photo, all photo captions get the hover effect instead of just the one.Thanks again for your excellent support!
All the best
CarolinAugust 14, 2019 at 11:12 am in reply to: Masonry gallery – title below image and new image effect #1127562Hi Mike,
it should be
font-family: Gilroy-Semibold;
font-size: 16pt;
when inactiveand
font-family: Gilroy-Bold;
font-size: 16pt;
on hoverThanks again
No, fine like this thanks a lot!
You’re really supportive, thanks again!Hi Mike,
thank you, this solution helped me!Concerning the alternative solution: I checked my menu options but I don’t have the “one page (Enfold Child Main Menu) in my dropdown options.. Maybe something went wrong when I installed the demo data?
All the best
CarolinThanks for your fantastic support, Mike!
August 14, 2019 at 8:53 am in reply to: Masonry gallery – title below image and new image effect #1127516Awesome, Mike, that is really great!
Is it also possible to add a hover effect to the caption below the image?
(font-family: Gilroy-Bold)?Thanks a lot!
Best, CarolinHi Mike, thank you, that looks really great! Just a little thing: is it possible to vertically center the content of the first table row?
At the moment it seems to be a little too high.Thanks
CarolinHere it is..
Hi Vinay,
I’m not sure which point in the instruction you are referring to that could help me to solve the problem?
The highlighting works well with the sections that I defined. The only problem I have when the page is initially loaded?!
If you load the URL given below, the first section KOLLEKTION is already highlighted (although it should not be active then, the section is further below)Please advise, thank you..
Best
CarolinYes, exactly. KOLLEKTION should only be highlighted once you clicked upon it but not when the page is initially loaded (none of the menu items should be active/highlighted then)
Thank you!!
Hi Mike,
thanks for your help. I did everything your suggested concerning the placeholder, added the firefox code, cleared the FF browser cache, and it now looks fine!Concerning the checkbox,: it IS now in front of the sentence but it doesn’t quite look nice because it is not vertically centered in front of the line but too high.
Can you see it?
I also lost the 30px margin above and belove the part with the checkbox.
Here is the code that I currently have in quick css. Do you generally recommend to cut and paste it into the custom.css of the child theme or in the WordPress Additional Css box that you told me about?.input_checkbox_label
{
font-family: Gilroy-Semibold;
font-weight: normal !important;
font-size: 16pt !important;
line-height: 26pt !important;
margin-top: 30px !important;
margin-bottom: 30px !important;
}#top.home .av_form_privacy_check {
float: none !important;
}.. I’ve just checked: on firefox, the formatting of placeholder and input fonts doesn’t seem to work?!
Hi again,
I resolved point 1) by myself with the help of another of your posts by adding
#top .input-text, #top input[type=”text”], #top input[type=”input”], #top input[type=”password”], #top input[type=”email”], #top input[type=”number”], #top input[type=”url”], #top input[type=”tel”], #top input[type=”search”], #top input[type=”submit”], #top textarea, #top select{
font-family: Gilroy-Bold;
font-size: 16pt;
line-height: 26pt;
}Now I only need help with
2)
The clickbox for the data protection acceptance should be in front of the sentence and not above.Thanks!
- This reply was modified 5 years, 3 months ago by bm_cw.
Hi Rikard,
this solves the problem that the letters are cut in the bottom but now, the Copyright note and the social media icons are not on the same line as the menu items anymore and it all looks very crooked..
Thanks
CarolinHi Victoria,
thank you, this is exactly what I was looking for!
Excellent!Best regards
CarolinAugust 6, 2019 at 9:57 am in reply to: Masonry gallery – title below image and new image effect #1125029Hi Victoria,
I am trying to achieve what you see on top of the masonry gallery.
As I tried to explain, I simulated the effect that I want with single elements that I obviously cannot use because I am missing the gallery features like lightbox, etc.
If you go on the website (private content), you see the line above the gallery.Thanks
CarolinHi Victoria,
ikf you read above, this subject has only been solved partly, I still have trouble with the three points listef above?
The only think resolved by now is the color of the button!Thanks
CarolinAugust 5, 2019 at 3:50 pm in reply to: Masonry gallery – title below image and new image effect #1124776I simulated what I want to achieve with one 4 columns row of single images with the caption underneath, to explain what I am looking for within the gallery.
I need the gallery to have less space between the images and columns but what’s more, to have the lightbox feature to browse through all the photos.
Thanks!
Hi Jordan,
when you go on the website, the menu item KOLLEKTION already has the :active BOLD css format although you haven’t clicked on that menu item yet.Do you know what I mean?
August 5, 2019 at 12:40 pm in reply to: Masonry gallery – title below image and new image effect #1124700Hi Victoria,
I’ve tried all possible settings but as you can see, if you checke the website now with the title always shown, it is still not below the image but on top, and covers part of the image.
I would like to have a line below the image, on the normal blue background.How about the second question about a custom color overlay?
Thanks
CarolinYour solution for the button went fine, thank you!
Hi Mike,
thank you for your reply. I checked in another browser and saw what you mean. Strangely, I see the placeholder with the correct font in Chrome but not in Firefox.
Maybe I did something wrong?These are the modification in quick css that I am using now to achieve:
1) Placeholder font Gilroy Bold, 16pt
2) Input font Gilroy Bold, 16pt + line-height 26pt
3) Checkbox data security sentence. font Gilroy-semibold, 16pt, line-height 26pt with checkbox in front of the sentence (right now it is in the line above) with margin 30px above and below the sentence to the boxes above and below.::-webkit-input-placeholder
{
font-family: Gilroy-Bold;
font-size: 16pt;
}.avia_ajax_form input
{
font-family: Gilroy-Bold;
font-size: 16pt;
line-height: 26pt;
}.input_checkbox_label
{
font-family: Gilroy-Semibold;
font-weight: normal !important;
font-size: 16pt !important;
line-height: 26pt !important;
margin-top: 30px !important;
margin-bottom: 30px !important;
}No, it is still there. In the footer menu in the socket on the right..
I applied this to quick css
#socket .sub_menu_socket li a {
font-family: Gilroy-Bold;
font-size: 16pt;
font-weight: normal;
font-style: normal;
}Thanks, Nikko, I didn’t see that Guenni was only a participant himself.
I tried the css and it works perfectly fine! Thanks for your great support! -
AuthorPosts