Viewing 30 results - 3,961 through 3,990 (of 142,852 total)
  • Author
    Search Results
  • #1464825

    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,
    Rob

    #1464816

    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.9rpaf

    3. 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.
    #1464798

    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,
    Rikard

    #1464796

    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,
    Rikard

    #1464787

    Hey 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,
    Mike

    #1464775

    Thanks. Where should that go in functions.php, at the top, at the bottom?

    #1464772

    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:

    View post on imgur.com

    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 >.<‘

    #1464766
    This reply has been marked as private.
    #1464754

    Thank you for your answer! You can close the topic.

    #1464753

    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.

    Hi,
    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
    Screen Shot 2024 08 15 at 7.17.05 PM
    so try deactivating your plugins, them build your menu, and if that works activate your plugins again.

    Best regards,
    Mike

    #1464729

    Hi,
    You can use css to replace it, see this thread for examples

    Best regards,
    Mike

    #1464720

    In 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
    Ralf

    Hi,

    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,
    Rikard

    #1464704

    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,
    Rikard

    #1464701

    Topic: Changes not realized

    in forum Enfold
    MysticMimi
    Participant

    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.

    https://julieeb.sg-host.com/

    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!

    #1464699

    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,
    Rikard

    #1464698

    In reply to: post slider on 1 row

    Hi,

    Please try this selector instead:

    .responsive #top #wrap_all .post-entry .slide-entry

    Best regards,
    Rikard

    #1464696

    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,
    Rikard

    #1464691

    Thank you! That worked great for my desktop!
    On my cellphone, it looks too small. How do I fix that one?
    Mimi

    #1464683

    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,
    Rikard

    #1464682

    Hey laptophobo,

    What exactly are you looking to do or achieve?

    Best regards,
    Rikard

    #1464677

    In 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…

    #1464674

    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, Diana

    #1464670

    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. Perfect

    And 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!

    #1464656

    In 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,
    Ismael

    #1464650

    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,
    Ismael

    #1464648

    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,
    Ismael

    Hey 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,
    Mike

    #1464643

    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

Viewing 30 results - 3,961 through 3,990 (of 142,852 total)