-
AuthorSearch Results
-
August 17, 2024 at 4:34 pm #1464825
In reply to: Change scroll down arrow for ONE color section only
Hi Mike,
Thanks for the prompt response. I am not a css programmer so I appreciate your help.Here is the page:
https://www.thomashenthorne.com/21-edgewood-way-san-rafael/I found this old thread that seems to solve what I would want to do:
Can you help me figure out the page id and the css I would add so just that color section is modified?
Thanks much,
RobAugust 17, 2024 at 3:02 pm #1464816In reply to: Changes to right sidebar header
Hi,
1. I’ve already enabled Append search icon to main menu as I wrote, the search icon is showing in the menu on the mobile. However, it is not showing on the desktop.
2. Regarding the burger menu:
When the menu is closed, I would like for the container background to be – #8c8c8c and the burger menu itself to be #ffffff
and when the menu is open the container background should be #ffffff and the – X should be #8c8c8c.
so I used the code you gave me and I added padding on the left and right and didn’t use this code=line: line-height: 40px;
but the pudding does not fit into the container no matter what I tried it either too small on the right or it’s too big on the left –
https://img.savvyify.com/image/Screenshot-2024-08-13-010003.9rZ05
https://img.savvyify.com/image/Screenshot-2024-08-13-005948.9rpaf3. I would like the menu links inside the burger menu to be in this color – #92B743. I’ve tried changing it in advanced styling, but nothing has changed on the desktop and mobile views.
Thank you so much for all the help
Reut
-
This reply was modified 1 year, 7 months ago by
Rachel.
August 16, 2024 at 8:43 pm #1464798In reply to: Importing Template Issue “Import: Résumé Demo”
Hey gocmenmustafa,
Is this the same problem as you posted in this thread? Please only post about the same problem in one thread so that we can see the history of help that you have received. Also please my question and other comments in the other thread.
Best regards,
RikardAugust 16, 2024 at 8:40 pm #1464796In reply to: Issue with Page Scaling on Enfold Template
Hi,
Thanks for the update and for sharing. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardAugust 16, 2024 at 4:41 pm #1464787Hey Richard,
You will need to use two filters, one for the standard logo and one for the transparent logo, please see this post.Best regards,
MikeAugust 16, 2024 at 2:20 pm #1464775In reply to: Hide portfolio preview settings
Thanks. Where should that go in functions.php, at the top, at the bottom?
August 16, 2024 at 1:29 pm #1464772In reply to: header bg in a transparent header
thanks a lot for the instructions, personally noticed inkscape have really joining stuff togheter withour multiple groups, for some reason figma is making this groups ramdomly (what makes me very preocupated since i have another projects running using svg from figma).
Well, i can with this css control the svg.. i really do prefer control the svg ouside but couldn’t find the “#top .logo svg ” part of code… when i inspect in chrome it always shows a lot of random “#s” and i can’t target the exact thing im trying to set rules for. (any tips in this area would be apreciated).
i gonna make more tests no logo svg css, but this point is close for me.
—another point i have mentioned but got ecclipsed by logo svg was about that line:
any tips in css that can make change it color (i do prefer to have a setting in color with transparency to make more attuned with the visuals around it)
last stuff about that header >.<‘August 16, 2024 at 11:47 am #1464766In reply to: Fetch to JSON field path
This reply has been marked as private.August 16, 2024 at 8:49 am #1464754In reply to: Problem with forms and WP Super Cache
Thank you for your answer! You can close the topic.
August 16, 2024 at 8:21 am #1464753In reply to: header bg in a transparent header
first: You then no longer need to change the svg code to make further settings regarding the dimensions.
#top .logo svg { padding: 5px 0; }(although I think it’s actually good if everything remains legible even when it’s shrunk)
in your case – i picked up your svg code from your site and open it in a good vectorbased Program. ( Adobe Illustrator or for Mac from Apple: Affinity
btw. that Affinity Suite : With three programs, they offer at least as much functionality as the Adobe programs and currently cost 90 euros (one-off payment | incl. tax) for all three programs.
In your case, I can see that a lot of unnecessary groups have been created. So I first ungroup all the existing groups and removed several clipping masks. I then created some meaningful groups (the branding is a group, and the subliner is a group).
Unfortunately, these programs (Adobe Illustrator etc.) always create meta data that has no need to be placed in the actual vector code. I remove such code manually. For multi-colored or even gradient-filled areas, the different classes on the paths make sense, but if groups or even the whole svg only have one color, I manually delete this information and only add it back to the groups. This sounds very time-consuming, but with a good text editor it can easily be done in one go using search and replace.
you see that i replace even one space behind the class and replaced it with nothing – Replace All will do the job then.
PS: my personal preference with svg is to leave only the viewbox in the svg-tag and remove widths and heights.
August 16, 2024 at 1:19 am #1464734Hi,
Thanks, I have not seen this before, it looks like a plugin conflict, I see an error at the top of your page:It looks like there may be a problem with the dsIDXpress that’s installed on this blog. Please take a look at the dsIDXpress diagnostics area to find out more about any potential issues
and an on “dsIDXpress diagnostics” page it says that the plugin is not active

so try deactivating your plugins, them build your menu, and if that works activate your plugins again.Best regards,
MikeAugust 16, 2024 at 12:16 am #1464729In reply to: Icon and text style, with 2 columns
Hi,
You can use css to replace it, see this thread for examplesBest regards,
MikeAugust 15, 2024 at 8:35 pm #1464720In reply to: Code Korrekturen
Hi Ismael,
take this Code:
<ul style="list-style-type: none; margin-left: 02px; padding-top: 8px; padding-bottom: 12px; padding-left: 0px;"> <li style="display: flex; margin-bottom: 12px;"> <span style="font-size: 18px; color: green; white-space: nowrap; margin-right: 10px;">✔ </span> <span style="font-size: 18px;">xzzz</span></li> <li style="display: flex; margin-bottom: 12px;"> <span style="font-size: 18px; color: green; white-space: nowrap; margin-right: 10px;">✔ </span> <span style="font-size: 18px;">text</span></li> <li style="display: flex; margin-bottom: 12px;"> <span style="font-size: 18px; color: green; white-space: nowrap; margin-right: 10px;">✔ </span> <span style="font-size: 18px;">topic</span></li> </ul>Save it, click again on the Text-Element, it will be lost in this moment.
BR
RalfAugust 15, 2024 at 7:15 pm #1464716Hi,
Please try this CSS as well:
@media only screen and (max-width: 767px) { .responsive.html_header_sidebar #top #header .social_bookmarks { display: block; } }Best regards,
RikardAugust 15, 2024 at 3:56 pm #1464704In reply to: adding padding on insides of a column (or margins)
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardAugust 15, 2024 at 3:49 pm #1464701Topic: Changes not realized
in forum EnfoldMysticMimi
ParticipantHello
I am trying to do some tweaks on the top of the page. Namely, I want all of that type to be beige and centered. It is correct in the coding (as far as I can see), and I’ve cleared every cache I can think of, including Sitegrounds, but the changes won’t show up.
Am I allowed to add a screenshot? I’ll just give you a link to the page, and you can see on the left what I mean.ALSO, the client wants the centered copy to be a little higher in that area. I’ve tried putting a spacer on the bottom, but it doesn’t look higher in the box. How should I accomplish this?
Thank you for your help!
August 15, 2024 at 3:48 pm #1464699In reply to: Portfolio raster text under title by preview
Hi,
Great, I’m glad that we could help. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardAugust 15, 2024 at 3:47 pm #1464698In reply to: post slider on 1 row
Hi,
Please try this selector instead:
.responsive #top #wrap_all .post-entry .slide-entryBest regards,
RikardAugust 15, 2024 at 3:37 pm #1464696In reply to: Adjust transparency strength header?
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardAugust 15, 2024 at 2:59 pm #1464691In reply to: logo on top menu sizing
Thank you! That worked great for my desktop!
On my cellphone, it looks too small. How do I fix that one?
MimiAugust 15, 2024 at 12:21 pm #1464683In reply to: how and where to insert a code into the tag?
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardAugust 15, 2024 at 12:20 pm #1464682August 15, 2024 at 11:00 am #1464677In reply to: post slider on 1 row
Yes, that worked. Thanks much.
I’d like to limit that style to only the post slider. When I add “#postslider” to your above code, it breaks it. For example:#postslider .responsive #top #wrap_all .slide-entry { …}
I recall that when there’s a “#top” included in a code, it needs to be handled differently?
Thanks again…
August 15, 2024 at 10:35 am #1464674In reply to: Content column cut off Mobile version
Dear Support Team,
I have to contact you again regarding the script mentioned above: the specified script no longer works:
@media only screen and (max-width: 768px) {
#top .flex_column_table.av-equal-height-column-flextable.av-wu3tsa-2f8288ffd7b4a522ef607878953863b5 {
margin-top: 0px;
margin-bottom: 0 !important;
}
}I think it’s because of the “av-wu3tsa-2f8288ffd7b4a522ef607878953863b5”.
I have already tried to solve it via an ID by assigning the ID #cell-blue to this column and then tried to reactivate this script in various ways. Unfortunately without success. I have now also integrated the script in the CSS:
@media only screen and (max-width: 768px) {
#cell-blue {
margin-top: 0px;
margin-bottom: 0 !important;
}
}Can you please help me to make this solution work permanently? Even if we then switch the edited version of the website from the subdomain to the main domain?
Many thanks and best regards, DianaAugust 15, 2024 at 9:13 am #1464670In reply to: Mobile version table view
Hello Ismael and Guenni007,
thank you very much for your support.
Yes, it was the wrong CSS code: I removed it and now the beige boxes are gone. PerfectAnd regarding the repeated first description text, Ismael’s tip of inserting a blank line at the top of the table worked perfectly!
Thank you very much, my problem is solved!
August 15, 2024 at 5:51 am #1464656In reply to: post slider on 1 row
Hey laptophobo,
Thank you for the inquiry.
This is possible, but the same number of columns displayed in the desktop view will also appear in the mobile view because each row is wrapped or set within its own container. It’s not possible to separate the slider items without major modification to the post slider script and templates. If that works for you, please add this css code:
@media only screen and (max-width: 768px) { /* Add your Mobile Styles here */ .responsive #top #wrap_all .slide-entry { width: 32%; margin-left: 1%; float: left; clear: none; } .responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd, .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even { margin: 0; clear: none; } .avia_desktop .av_slideshow.avia-slideshow .avia-slideshow-controls a, .avia_desktop .av-slideshow-ui .avia-slideshow-controls a { opacity: 1; } }Best regards,
IsmaelAugust 15, 2024 at 4:36 am #1464650In reply to: Special Heading Fonts overlapping Columns/ too small
Hi,
Thank you for the update.
You can either decrease the size of the font to make sure it fits in the container or add this css code to change how words or text breaks.
#top #wrap_all .av-inherit-size .av-special-heading-tag { word-wrap: break-word; }Best regards,
IsmaelAugust 15, 2024 at 4:22 am #1464648In reply to: Issue with Page Scaling on Enfold Template
Hi,
Thank you for the update.
The site and the demo looks fine on our end. What is the screen resolution of your desktop monitor? Have you tried checking it on a different desktop with a screen resolution lower than 2K? It’s possible that your current desktop monitor has a larger screen resolution, perhaps 2K, 4k or higher. Also, make sure that the browser zoom is set to 100% or default.
Best regards,
IsmaelAugust 15, 2024 at 1:04 am #1464644Hey tonyiatridis,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .inner-container { display: flex !important; flex-wrap: wrap !important; } #top .logo.avia-standard-logo { order: 1 !important; } #top .av-sidebar-social-container { order: 2 !important; border-bottom: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; } #top nav.main_menu { order: 3 !important; }After applying the css, please clear your browser cache and check.
Best regards,
MikeAugust 15, 2024 at 12:29 am #1464643In reply to: logo on top menu sizing
Hey MysticMimi,
Thanks for the link to your page, but we could not login without a user name, nonetheless try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (min-width: 1024px) { .logo.avia-standard-logo { height: 200px; top: -49px; } }After applying the css, please clear your browser cache and check.
Best regards,
Mike -
This reply was modified 1 year, 7 months ago by
-
AuthorSearch Results
Viewing 30 results - 3,961 through 3,990 (of 142,852 total)
-
Search Results
-
Topic: Changes not realized
Hello
I am trying to do some tweaks on the top of the page. Namely, I want all of that type to be beige and centered. It is correct in the coding (as far as I can see), and I’ve cleared every cache I can think of, including Sitegrounds, but the changes won’t show up.
Am I allowed to add a screenshot? I’ll just give you a link to the page, and you can see on the left what I mean.ALSO, the client wants the centered copy to be a little higher in that area. I’ve tried putting a spacer on the bottom, but it doesn’t look higher in the box. How should I accomplish this?
Thank you for your help!
