Viewing 30 results - 6,781 through 6,810 (of 142,933 total)
  • Author
    Search Results
  • #1428830

    Hey Lene,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 479px) {
    .responsive #top #wrap_all #header .social_bookmarks {
        display: block;
    }
    }

    Best regards,
    Rikard

    #1428792

    Hey MikeTandySwag,
    Thanks for the mockup, I recommend using the Masonry Element with the Display Title and Excerpt and Display as centered overlay (overlays the image) selected:
    Enfold_Support_4206.jpeg
    then under styling choose a Large Gap and Perfect Grid:
    Enfold_Support_4208.jpeg
    Then under the Advanced tab ▸ Developer Settigs add the custom class custom-masonry-with-button, note that you do not add the class dot:
    Enfold_Support_4210.jpeg
    For my example I choose to use two columns and only show four posts.
    Then add this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .custom-masonry-with-button .av-masonry-date {
    	display: none;
    }
    #top .custom-masonry-with-button.av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos {
        vertical-align: bottom;
    }

    Then add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_filter('avf_masonry_loop_prepare','avia_change_default_link', 10, 2);
    function avia_change_default_link($loop, $entries)
    {
    	foreach($entries->posts as $key => $entry)
        {
            if($entry->post_type == "post")
            {
                $more 	 		 =  "<br /><span class='custom-masonry-more-button avia-button avia-size-x-large avia-position-center avia-color-light'>".__('Read more','avia_framework')."</span>";
    			$loop['content'] =   avia_backend_truncate($entry->post_content, apply_filters( 'avf_masonry_excerpt_length' , 0) , apply_filters( 'avf_masonry_excerpt_delimiter' , ""), "", true, '') . $more;
            }
        }
    
        return $loop;
    }

    If you are not using a child theme I recommend the WPcode plugin this plugin supports PHP code snippets, JavaScript code snippets, & CSS code snippets, for this code you would choose the PHP snippet:
    Enfold_Support_4213.jpeg
    This is the expected results:
    Enfold_Support_4215.jpeg
    Please give this a try.

    Best regards,
    Mike

    #1428778

    In reply to: Icon Image

    Hey katewoods94,
    Thanks for your question, the icons used in the Enfold theme, such as in the icon element, are in a icon-font format and not in a image format that most icons are when you download them.
    You can download the icon-fonts from Fontello.com and add them in the theme setting Enfold Theme Options ▸ Import/Export ▸ Iconfont Manager, or you can use icons found elsewhere and convert them into the SVG file type and upload them into Fontello.com and create your own custom icon-fonts. Note that sometimes Fontello can be picky, so here is a way to fix them.
    Please note that icon-fonts can not have colors, so if you want to use color icons you should upload the images to your media library and then use css to show the images.
    One clever way to do this is to use a built-in icon-font that you would probably never use and then use some css to replace it with your icon image, see this thread.

    Best regards,
    Mike

    #1428777

    Hey biggsuccess,
    I added this CSS to the top of your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) and (orientation: landscape) { 
    .responsive #top #wrap_all #main {
    	padding-top: 119px !important;
    }
    }

    and tested on my Android device, please clear your browser cache and check.
    Please note that testing with iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    #1428772
    solinpaul2
    Participant

    Hi all,
    the menu/logo on my website homepage shows up white and transparent but when you go to any other page on the website the menu and logo use alternate version and show up in a banner at the top of the page. How can I keep the same menu and logo on all other pages as it is on the homepage. If I remove my alternate logo in theme options then the Enfold logo shows up on all other (not homepage) pages.

    I am using Enfold Health Demo theme.

    My website is currently unpublished so not visible to public but if someone can help me out that would be great.

    #1428770
    biggsuccess
    Participant

    I have a follow-up question from my thread here: https://kriesi.at/support/topic/need-help-with-header-widget/

    The CSS allows for the element below the header to show on mobile – but I’ve noticed only when the phone is vertical. When I turn the phone to horizontal view, the text block below the header is hidden.

    Is there a way to make that show from both vertical and horizontal view on the phone?

    Thanks for your time…

    • This topic was modified 2 years, 4 months ago by biggsuccess.
    #1428769

    In reply to: PNG Shows white

    Hi mirr,

    Please go to Enfold > General Styling > Quick CSS, then add this CSS code:

    #top .avia-content-slider .slide-image {
        background-color: transparent;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1428768

    I just don’t get it. I’ve tried incognito, restart and I still get different looks. Attached is what I see on desktop in Incognito mode. How is this and why does it keep doing this? https://1drv.ms/f/s!Atqg7SALbc65gj4AZLh7W8aPia9W?e=wsFVLL

    #1428757

    In reply to: A memory size problem

    Hi,
    no further help needed (this second ;-)

    Close the topic, thanks
    Grobi

    #1428750

    In reply to: Logo position mobile

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

    #top .av_header_transparency.av_alternate_logo_active .logo {
        height: 90px;
        width: 190px;
        padding-top: 0;
    }

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

    Best regards,
    Mike

    #1428736

    Hi,

    Great, I’m glad that we 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

    #1428733

    Mega .. top .. thats pretty cool now.
    Thank you .. we can close this ticket

    #1428722

    Hi,

    Thank you for the update.

    We edited the code a bit. Please remove the previous code and replace it with the following.

    #top #wrap_all #av-burger-menu-ul>li {
        opacity: 100;
        position: relative;
        top: 0;
        transition: none;
        transform: none;
        left: 0;
        right: auto;
        text-align: left;
        border-bottom: 0.1em solid #fff!important;
        text-align: left;
        font-weight: 800;
        font-size: 28px;
        text-transform: uppercase;
    }
    
    #top #wrap_all #av-burger-menu-ul>li:first-child {
        border: none !important;
    }
    

    Best regards,
    Ismael

    #1428720

    In reply to: doppeltes burger menu

    Hi,

    Thank you for the update.

    Adding this css code should hide the burger menu icon inside the main header container.

    @media only screen and (max-width: 1024px) {
      /* Add your Mobile Styles here */
      .html_header_top .av_bottom_nav_header .av-logo-container .main_menu li.av-burger-menu-main.menu-item-avia-special {
        display: none;
      }
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.

    Best regards,
    Ismael

    #1428708

    Hi Maggie,

    Thanks for giving us admin access.
    I have added this CSS code in Quick CSS to remove it:

    #top .blog-author,
    #top .post-meta-infos > .text-sep:nth-last-child(2) {
        display: none;
    }

    If there are still areas that the author’s name is appearing, please post the link.

    Best regards,
    Nikko

    #1428706

    Hi Petra,

    I can’t seem to see the issue on my end, is it fixed?
    If not, please try to add this CSS code in Enfold > General Styling > Quick CSS:

    .html_av-overlay-side #top #wrap_all #header .av-burger-overlay-scroll #av-burger-menu-ul li:hover a {
        color: inherit;
    }
    
    .html_av-overlay-side #top #wrap_all #header .av-burger-overlay-scroll #av-burger-menu-ul li a:hover {
        color: #8ca9d3;
    }

    Best regards,
    Nikko

    #1428703

    Hi Doug,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    .search-results .blog-author,
    #top.search-results .post-meta-infos > .text-sep:nth-last-child(2) {
        display: none;
    }

    Best regards,
    Nikko

    #1428699

    In reply to: Centering menu

    Hi MacKenzie,

    The link for the screenshot does not seem to show anything.
    Can you try to re-upload it?
    Also, the code should only affect larger screens like laptop or desktop, does it get fixed if the code is removed?

    Best regards,
    Nikko

    #1428698
    christian.wien
    Participant

    I have the script from Ismael https://kriesi.at/support/topic/show-tripadvisor-icon-in-header/#post-1420859 into the functions.php of the child theme, but the icon is still not displayed. If I replace the Tripadvisor logo with another one, everything is OK.
    The icon is integrated in the header and footer and should be displayed next to the Instagram icon.

    #1428685

    You are seeing it correctly? I’ve tried all mobile browsers and phone and none look right.

    That last pdf I sent shows the home page “New Patient Offers” on desktop view and Mobile view. They are different and there is no background image or frame.

    That code didn’t work either. Could this be a problem with some of my other code?

    #1428677

    Hey Alexandre,

    If you can’t get access to the account which was used to purchase the license, then I would recommend that you purchase a new license. Otherwise you will have this problem every time you need to update or access the theme files.

    Once you have access to the theme files, then the update to 5.6.9 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the new theme files via Appearance->Themes->Add New, and select to overwrite the old theme files after the upload has finished.

    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1428675

    Thank you for that!

    How do I line up the sidebar buttons with the top of the image on the main body of the page?

    Like this: https://www.agcce.com/our-approach-to-csr/

    Why is it adding that link? I just used the code from sidebar on the page above!

    Thanks,
    Brian

    Dear Mike,

    thanks for your remarks. I don’t know where to see the flashing of the menu items in Dev Tools, but indeed, this suggests that this change is somehow being obstructed.

    After my holiday break I will dive into this topic again. If you wish to continue searching for clues, be my guest. :-) The staging site is still available to you (see private content). Here all plugins of the live site are installed as well, but for testing purposes now deactivated. Special code for our menu issue (CSS and/or PHP) is not there anymore and might need to be implemented again.

    Wishing you and the rest of the Kriesi-Team merry x-mas and a happy new year!

    • This reply was modified 2 years, 4 months ago by CJGVD.
    #1428663

    Hi,

    Great, I’m glad that we 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

    #1428660
    JannyPolak
    Participant

    HI,
    I tried this as stated in de documentation
    *—————————————-
    // CSS – Contact form submit button
    //————————————–*/

    #top .avia_ajax_form input[type=’submit’] {
    border: none;
    background: #eb5424;
    color: #f6f6f5;
    }
    #top .avia_ajax_form input[type=’submit’]:hover {
    background: #000000;
    }

    but it did not change, even after clearing the cache.

    I changed submit to the Dutch ‘Verzenden’ for the button, so I tried that wording in the CSS as well, but without success
    Maybe ‘submit’ has to be something else,since I use the Dutch version of WordPress/Enfold?

    #1428653

    Hi,

    Thank you for the update.

    Did you set the Layout > Height > Content height settings of the Tab Section element to the first option (Same height for all tabs)? This will retrieve the height of the tallest section and apply it to other sections. You should also check each tab’s Styling > Alignment > Vertical align settings and adjust them from Middle to Top.

    Best regards,
    Ismael

    #1428641

    Hi,

    Thank you for the screenshot.

    The heading seems to be resizing correctly on our end, but if you still want to adjust it, you can try this css code.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #top #wrap_all .av-special-heading.av-1kii6-20aefa4b8a1e86b824c2b08956737de9 .av-special-heading-tag, #top #wrap_all .av-special-heading.av-3yvx2-b3a74335a955a8c783977b3748088567 .av-special-heading-tag, #top #wrap_all .av-special-heading.av-12jlsm-3c4c1638e4edbfc505398e6c922fa44b .av-special-heading-tag, #top #wrap_all .av-special-heading.av-118a8u-b260f37eef566a9c2d56de7e85194bae .av-special-heading-tag {
        font-size: 1.2em;
      }
    }
    

    Best regards,
    Ismael

    #1428640

    Hey Sebastian,

    Thank you for the inquiry.

    You can add this css code to disable the animation of the burger menu items.

    #top #wrap_all #av-burger-menu-ul>li {
        opacity: 100;
        position: relative;
        top: 0;
        transition: none;
        transform: none;
    }
    

    Best regards,
    Ismael

    #1428639

    Hey Munford,

    Thank you for the inquiry.

    The left and right columns are already set to be 50%, but the row doesn’t expand to full width when there’s little text in the right column. To fix this, please try adding the following css code.

    #top .isotope-item.special_av_fullwidth .inner-entry {
        text-align: left;
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    

    Best regards,
    Ismael

    #1428627

    And this pdf shows the home page New Patient Offers on desktop view and Mobile view. Can we get these to be the same?

Viewing 30 results - 6,781 through 6,810 (of 142,933 total)