Viewing 30 results - 61 through 90 (of 138,324 total)
  • Author
    Search Results
  • #1446898
    NCATIT
    Participant

    Hello there, I’m currently using a filter like this to display sticky posts in a blog grid.
    This affects all blog grids on the site.
    We have many blog grids and only want these sticky posts to display on the home page.
    Is there a way to do this?
    Thank you!

    • This topic was modified 6 days, 2 hours ago by NCATIT.
    • This topic was modified 6 days, 2 hours ago by NCATIT.
    #1446896

    Hey jbcomcleaning23,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .iconbox_left_content .iconbox_icon {
    	 margin-right: 44px;
    }

    Please see the screenshot in the Private Content area of the expected results.

    Best regards,
    Mike

    tonyiatridis
    Participant

    Hi Guys,

    I’m mocking up a new site for a client. I have anchors for two color sections, about and contact.

    The contact anchor is the same on the desktop and mobile.

    The about anchor however leads to a color section which is different on the desktop and mobile. I need it scroll to the about section on the mobile version. It does scroll to contact obviously as thats the same on both versions.

    So I made a separate menu for the mobile version and used the anchor #about-mobile whereas the desktop uses #about. The about section hides from the larger screens on the mobile version and likewise the desktop hides the smaller screens.

    Thought I was being very clever, however the mobile menu doesn’t scroll to the about-mobile anchor but does to the common #contact anchor.

    I can’t figure out why it doesn’t work. If it in fact can’t work that way is there another way of pulling this off?

    Thanks so much.

    #1446869

    have a look on that page – open editor – on the right side there are layout options – including a part for footer setting and footer behaviour.

    Unfortunately, exactly this option is missing – only display the socket and hide the footer page.
    There is probably no other option than to set the footer page to display none with the page ID.

    f.e.:

    #top.page-id-3 #footer-page {
      display: none;
    }

    yes – or you decide to influence the placeholder text and input text.

    #top .header_color input::placeholder,
    #top .header_color input[type="search"] {
      color: #fff !important;
    }

    or a combination:

    #top .header_color input::placeholder,
    #top .header_color input[type="search"] {
      color: #fff !important;
    }
    
    #top .header_color #s {
    	background: linear-gradient(-90deg,#7ea338,#3b4b1e);
    }
    #1446864

    Hey Guenter,
    Well aren’t you fast! Thanks for the help. I also had to include the following to make it work for us. Hope this gives other inspiration. Have a great day and please close ticket. Thank you!

    #scroll-top-link[data-av_icon]::before {
    content: url(/wp-content/uploads/top.svg);
    }
    #scroll-top-link.avia_pop_class, #av-cookie-consent-badge.avia_pop_class {
    opacity: 1;
    visibility: visible;
    }
    html, #scroll-top-link, #av-cookie-consent-badge {
    background-color: transparent !important;
    }
    #scroll-top-link, #av-cookie-consent-badge {
    border: none !important;
    }

    #1446861

    a fast way might be to only replace the content:

    #scroll-top-link[data-av_icon]::before {
      content: url(/wp-content/uploads/myTest.svg);
    }

    But I only tested it with an svg file, so I had no problems getting the dimensions to fit.

    #1446860
    welswebmaster
    Participant

    Hi Enfold team,
    I’m wanting to replace the “^” for the top of page link with instead the site’s favicon image (jpg). I didn’t see anything in the forum. How might I attempt this?
    Thanks for your help.

    #1446851

    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

    #1446848
    extraeyes
    Participant

    I have a picture in my New Jersey Fishing Pier Photography Page New Jersey Fishing Piers

    On the top left, I added a picture of the Steel Pier in Atlantic City, then deleted it.

    Then, I added a different picture of Ocean City Pier to it. ON THE LIVE SITE, THE CORRECT IMAGE SHOWS. ON THE BACK END THE DELETED AC PIER PICTURE STILL SHOWS

    I deleted the Atlantic City pier picture from the media section completely, and it will not go away and show the correct image that is there.
    Is this a sign from the Universe to use the AC pier picture?? (kidding)

    I DISABLED all plugins, and the issue still exists. This happened on my freinds Enfold theme too.

    Why is this happening and how can I fix it??

    Thank you in advance.

    UPDATE…. Now my site went down with this errror.
    The page you requested generated a server error and could not be processed. You might try refreshing the page. If you continue to get this message, you should contact the site owner. UPDATE… The host said it was a brute force attack.. disregard teh site down info please. JUST the original issue. thnaks.

    • This topic was modified 6 days, 12 hours ago by extraeyes.
    #1446845

    Hi,
    As I previously wrote the code works fine so we can close the topic.

    If I may suggest I would love to have the possibility to use a sticky menu on tablets and mobiles and be able to select it directly in the HEADER settings.
    And have calculated by the theme all the top margins of the containers perfectly.

    Best Regards
    Manu

    #1446843

    Awesome! Thank you :)

    Topic can be closed

    #1446842

    That’s great! Thanks a lot. Topic can be closed

    #1446841

    Alright, so I just need to switch back to standard to get the post-image.
    Topic can be closed, thank you!

    Hey Lupine-andy,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .header_color #s {
    	background-color: #ffffff;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1446830

    Hi,

    Finally, if I want the pipe to be shorter, how do I adjust the overall length of the pipe from both the top and bottom?

    To control the size of the border, you can replace the previous css code with the following code:

    #footer .flex_column.first:before {
        height: 80%;
        width: 1px;
        position: absolute;
        right: -20px;
        background: #ffffff;
        visibility: visible;
        top: 30px;
    }

    Adjust the height property as needed.

    Best regards,
    Ismael

    Lupine-andy
    Participant

    Hi All
    I just updated my enfold to 5.7.1 and the search box background is now green.

    You can see the problem here (search icon is in the top right)
    http://www.lupineadventure.co.uk

    I have the following in my custom CSS which has always worked to turn it white up to now.

    /* Search Field*/
    #top .header_color input[type=’text’] {background-color: #ffffff;}

    Can anyone suggest why this is no longer working

    #1446816

    In reply to: Missing lightbox

    Hi Ismael,

    Thanks for your support. I am sorry… I’ve completely overlooked this :-)
    You can close this topic.

    Regards,
    Bernd

    • This reply was modified 6 days, 16 hours ago by Bernd.
    #1446815

    In reply to: Timeline Navigation

    Yes, thank you very very much. The code works perfectly!!!!
    The topic is solved!

    #1446814

    This is solved. You can close this topic. Thanks

    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

    #1446810

    In reply to: Demo download issue

    Hi,

    Great, I’m glad to hear that you got things working. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    underthedial
    Participant

    For a few days I have no post editors displaying when making new posts. The editor is still displaying at the top of text blocks previously published posts.
    All software and plugins are up to date
    I have tried switching off all plugins (didn’t fix problem)
    I’ve tried clearing cache (didn’t fix problem)
    I’ve tried using other browsers (didn’t fix problem)
    I normally have the Gutenberg editor bar at the top and an option for Advanced Editor

    Quill & Pad editor problem

    Regards, Ian

    #1446806

    Thank you. I can see the pipe now, but instead of there being space between the widget and the board (which would be great), it looks as if the text has simply spread to the right to fill up the space created. Thoughts?

    Also, how can I make the pipe be white like the surrounding text, etc.

    Finally, if I want the pipe to be shorter, how do I adjust the overall length of the pipe from both the top and bottom?

    xfacta
    Participant

    Hi there
    I have created a code block to be able to add a colored background behind the text. however I now want to add the same colored background behind the text “Dowsers Society of NSW Inc.” as well – however I have used a special heading element and changed the font size of the H1 heading to be larger on desktop and a different size on mobile. How can I create the same sizing but with the colored background like the ”
    Looking for answers?
    Learn to dowse” text?

    <div style = “padding: 20px; background: rgba(0,0,0,0.3);”>
    <section class=”av_textblock_section av-lvg5hiz5-387748b8bb20df7039517ac6d2cf3547 “>
    <div class=”avia_textblock av_inherit_color”>
    <h2 style=”text-align: center;”><span style=”color: #ffffff;”>Looking for answers?</span><br>
    <span style=”color: #ffffff;”>Learn to dowse</span></h2>
    </div>
    </section>

    Hi again,

    I’m not sure I understand. I changed the container width back to 100% in the theme options, and the pricing page columns are still ‘responsive’ to small changes in browser width on my laptop and then correctly break down to a single column when the browser becomes thin enough.

    If I toggle off ‘responsive’ in the same theme options, the 3 columns do not adjust to small changes in browser width and do not break into a single column when the browser is thin enough because they are now not responsive.

    What I’m trying to achieve is a mixture.

    The columns should not be responsive until the browser break size is thin enough, when they break into 1 column. Exactly like the other comparison website i showed.

    1) is there a way we can do this over the whole website?
    2) is there a way that this can be achieved just for this pricing table?

    Thanks for the help so far.

    #1446764

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1446756

    Perfect! Thanks a lot. Topic can be closed

    #1446754

    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

    #1446723

    Hey northorie,
    Thank you for the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    	#top.home .flex_column.av_three_fifth.avia-builder-el-17 {
    		  transform: scale(1);
    	}
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 results - 61 through 90 (of 138,324 total)