Forum Replies Created
-
AuthorPosts
-
Thank you Mike, that did the job!!! :)
Hi Rikard,
I still have a rounded corner on the images after:
.avia-content-slider .slide-image {
border-radius: 0;
}
I can adjust corner radius with the code, but not to zero. There must be another border-radius class in there as well.I’d also like to adjust the Image hover effect. Right now it seems like a glassy white. I’d like it to be dark.
It probably did! Thank you both! I’ll have to check it asap and get back to you.
Best,
FrederikHi Rikard,
Great, thank you!
I would like to be able to adjust the gap between the images/columns in the Blog posts grid layout.Best,
FrederikHi Mike,
So great! That did the job perfectly! Much better than to change the svg… Thank you so much Mike. 5 stars support :)BR,
FrederikHi Mike,
Yes, that’s what I’ve been trying to do. Altering the parameters in the code is not the issue.
/FrederikHi Mike,
They work “alright”. But I would like to alter the size of them on mobile and could not get the media query (last of Ismaels code above) for the colors to work. But I better check all my code before bothering you :)
I’m thinking it might be due to how they are implemented in the table cells:
<p> <span class=”yellow”></span><span class=”petrol”></span><span class=”pearl”></span><span class=”sand”></span><span class=”white”></span></p>…but they work on desktop.
Hi Ismael,
You’re right! Found the missing curlybrace :) I guess I’ll figure it out from here, thankyou! :)
/Frederik
Hi Ismael,
Thankyou, really appreciate it! Cant get the media query for the color dots to work. Well, I’ll probably missing something! :) I’ll work with this. Thankyou!!
/Frederik
No, just checked. No media query… like on the screen provided. Should I do that or?…
Hi Ismael,
Apologies. Page is avalable now.
Issue: The table changes a lot from 767pixels and below. I wish it to look something like the image provided.
BR Frederik
Thanks for the try. This does not make a difference. Ant other idea to why it won’t accept my custom code on mobile?
Example:
My custom code that works everywhere above 479 pixels:
.av-inner-tab-title {
font-family: baskerville-urw, serif;
font-size: 0.9em;
line-height: 1.5em;
font-weight: 300;
font-style: italic;
text-transform: none;
display: block;
margin-top: 7px;
margin-bottom: 0px;
margin-left: 0px;
background-color: transparent;
}The CSS that seems to overide below 479 pixels:
.av-inner-tab-title {
text-transform: uppercase;
display: block;
line-height: 1.2em;
margin-top: 7px;
margin-bottom: 3px;
font-size: 13px;
text-align: center;
}Hi Rikard,
Strange. I deactivated some one.com plugins, now it works! Please check again…
Br Frederik
Hi again Ismael,
Disabled maintenance mode now.
Basically, I just want the table to look like on tablet and desktop breaks, but on the narrower space of a mobile. Please see the image links provided.
Here’s my tablet custom code (this might reveal my limitations as a coder, that’s why I love your Enfold theme :)
Moved to: https://pastebin.com/H0sJCpLS
Hi Ismael,
Oh sorry, of course :) Disabled maintenance mode now.
Basicly, I just want the tabs to look like tablet and desktop breaks, like the image link provided. It seems to use other code for the mobile break?
How can I adjust mobiel tab look?This is my custom code:
/*TAB SECTIONS*/
.av-tab-section-container {
background-color: #ffffff;
}
.av-tab-section-tab-title-container {
background-color: #ffffff;
}
.av-inner-tab-title {
font-family: baskerville-urw, serif;
font-size: 0.9em;
line-height: 1.5em;
font-weight: 300;
font-style: italic;
text-transform: none;
display: block;
margin-top: 7px;
margin-bottom: 0px;
margin-left: 0px;
background-color: transparent;
}
.av-active-tab-title .av-inner-tab-title {
position: relative; /* Ensure proper positioning */
}
.av-active-tab-title .av-inner-tab-title::after {
content: “”; /* Empty content for pseudo-element */
position: absolute; /* Position the line */
left: 0; /* Align with the text */
right: 0; /* Align with the text */
bottom: -3px; /* Adjust the space between text and line */
border-bottom: 1.5px solid; /* Create the line */
}
/*Remove greyscale from inactive tabs*/
.av-tab-section-image {
filter: opacity(100%) !important;
}
/*Increase tab spacing*/
#top .av-section-tab-title {
padding-right:7px!important;
padding-left:7px!important;
}January 30, 2024 at 9:10 am in reply to: Middle aligning content in Columns when stacked on mobile? #1432464Hi Rikard,
Thnks! You can go ahead and close it.
January 29, 2024 at 3:23 pm in reply to: Middle aligning content in Columns when stacked on mobile? #1432397Thanks Nikko,
I’ll consider that! :)Best,
FrederikJanuary 25, 2024 at 9:38 am in reply to: Middle aligning content in Columns when stacked on mobile? #1431983Hi Nikko,
Thanks a lot Nikko, that worked. Except now all content in columns below 767px are middle aligned, right? I guess have have to work with that in the design.
Best,
FrederikHi Ismael,
Thankyou just what i’m looking for. Can’ t get the “Active submenu highlight” to work though. Does the JS function script go in “functions.php” or “functions-enfold.php”?
Best Frederik
Oh sorry. Now I found the customization features in the content button. This does the trick I think! Please ignore this tread!
Best,
FrederikIsmael, the genius white baby seal… you’re the best. Really thankfull for this support from all of you.
The only thing I’m missing now is the blackening of the search icon hover state. I’m trying to figure it out, but if you should have a quick solution in mind, don’t hesitate to write :)
Hi,
You can close it – thank you :)Hi Ismael and thankyou. Somehow it affects my transparant headers as well – making the links black on them as well….
BR,
FrederikOctober 23, 2023 at 11:03 am in reply to: Specific order in sort order menu buttons for Portfolio Items #1423388Great thank you Ismael! That worked perfectly – I managed to add script for other occasions of the portfolio-gris as well :)
If I, by any chance, only should rearrange the buttons for one specific occasion of the portfolio-grid, would I then be able to ID that particular portfolio-grid? And then how what would the script look like? (If its possible)
BR,
FrederikHi Ismael,
Yes, that’s acceptable thank you. But the optimal solution would be if it aligned with the edges of the site. Perhaps using something like the columns feature “Space Between Columns”. Perhaps in future releases :)
BR,
FrederikHi again,
Think I figured out why. I’ve set a margin right, to add a gap between images. But I only wish to add a gap between images, not in the page margin area. How do I do that?
This is the code:
.grid-entry .inner-entry {
box-shadow: none;
margin-right: 14px;
}Hi Rikard,
Yes sorry, here’s the urls…also, can I rename the slug so it’s not called “xxx/portfolio-item/xxx”?
/Frederik
Hi,
It seems my hamburgermenu in Transparant header gets white in active state and hover as well.
How do I force hamburger menu to be #232323 in active state and hover on transparant header. I tried to adapt the above code, with no luck:@media only screen and (max-width: 767px) {
#top .header_color .av_header_transparency .av-hamburger-inner.is-active,
#top .header_color .av_header_transparency .av-hamburger-inner.is-active::before,
#top .header_color .av_header_transparency .av-hamburger-inner.is-active::after {
background-color: #fff;
}
}Thanks in advance,
FrederikHi Ismael,
Thank you Ismael. I managed to make it work with Social Bookmarks visible on mobile below the flyout/mobile menu.
I had to remove the comment (/* Add your Mobile Styles here */) to make it work though. Strange since it should not read that, but it made the difference.
Note: If you can refer to code that put/places the Social Bookmarks within the flyout/mobile menu, I might consider using that instead.
Consider this case closed, and thank you again :)
Thanks for the fast reply.
This code seems to change the look of the transparent header ass wellCan I add code that adjusts the social bookmarks to black and uses another logo (the black version) as well? I guess it still inherits the social bookmarks color and logo from “transparant header” :)
-
AuthorPosts