Viewing 30 results - 6,601 through 6,630 (of 142,928 total)
  • Author
    Search Results
  • #1429966

    Hi MikeTandySwag,

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

    @media only screen and (max-width:767px) {
        .responsive #top #wrap_all .main_menu {
            width: auto !important;
        }
    }

    Hope it helps.

    Best regards,
    Nikko

    Hi liuxuewu,

    I’m not very familiar with the Ultimate Member plugin but membership plugins usually have settings for it, please try to contact the support of the plugin instead as they are more knowledgeable on the topic.

    Best regards,
    Nikko

    #1429959

    Hi lkerbyson1,

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

    #top .avia-content-slider .slide-entry {
        width: 25%;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1429957

    In reply to: Centering menu

    Hi vantagepointmg,

    Please try to replace the CSS code I gave with this one:

    @media only screen and (max-width:767px) {
      #top #header_meta {
        padding-top: 10px;
      }
    
      #top #header_meta .sub_menu .menu-item {
        margin-bottom: 12px;
      }
    
      #top #header_meta .sub_menu * {
        font-size: 14px;
      }
    
      #top #header_meta #menu-item-130, 
      #top #header_meta #menu-item-131 {
        text-indent: -999em;
      }
    
      #top #header_meta #menu-item-130 img, 
      #top #header_meta #menu-item-131 img {
        position: absolute;
        top: 0;
        left: 0;
      }
    
      #top #header .av-burger-menu-main a {
        max-height: 80px;
        line-height: 80px !important;
      }
    
      .logo img, 
      .logo svg {
        max-height: 80px !important;
      }
    
      #top #header_meta .sub_menu #avia2-menu {
        height: auto;
      }
    
      #header_main {
        padding-top: 8px;
      }
    }

    Best regards,
    Nikko

    #1429952

    Topic: Privacy Policy

    in forum Enfold
    GoodchildsMedia
    Participant

    How do I stop the black privacy box popping up when the site 1st loads?

    #1429950
    joandjaxx
    Participant

    Hi I added this code to my site to make the icon box icons larger when they are display icon on left side. It works but it also makes the icons in the social header and buttons larger. The section these are in are the blue one with the title COACHING ONLINEOR IN PERSON. I have some other code on my site for the top icons that it is also conflicint with. Please advise

    Code for left icons

    /* Icon Size */
    [data-av_icon]:before {
        font-size: 50px!important;
    }
    .iconbox_icon {
        margin-right:20px!important;

    }`

    Code for top icons

    .iconbox_top .iconbox_icon {
        font-size: 60px!important;
        text-align: center;
        height: 60px;
        width: 60px;
        line-height: 56px;
        top: -34px;
        margin-left: -45px;
    }
    #1429941

    and – you had to adjust the padding-top of #main in your setting.
    i can see this rule inside your css:

    body.category #wrap_all #main, body.tag #wrap_all #main {
      padding-top: 0 !important;
    }

    that is why there is an overlap with your logo.

    #1429940

    by the way: https://www.stanventures.com/blog/multiple-h1-tags/
    Since there are more and more one-pagers on the Internet, duplicate h1s are no longer viewed so strictly. In any case, Google no longer complains about this.

    ____________

    Offtopic if there was a conflict with breadcrumbs you can change that h1 tag too.

    And
    if you do not like to change the h1 in the single post – you can decide to change the title tag on your bread-crumbs:
    this to child-theme functions.php :

    
    function avf_remove_header_title($args) {
        $args['heading'] = 'span';
        return $args; 
    }
    add_filter('avf_title_args', 'avf_remove_header_title');

    or whatever you like to set for tag maybe h2

    liuxuewu
    Participant

    I adjust the height and font size of the top bar in the header by using custom CSS.
    /* Increase the height of the top bar */
    .site-header .top-bar {
    height: 60px; /* Adjust the height as needed */
    }

    /* Increase the font size of the top bar */
    .site-header .top-bar a {
    font-size: 16px; /* Adjust the font size as needed */
    }
    But it doesn’t work?

    #1429932
    katrinam14
    Participant

    I am running the latest version of Enfold. Updated recently.

    One of the pages I’m working on doesn’t show the saved updates when viewed via mobile – link below.

    You will see that elements that should be visible on mobile aren’t…..and updates that have been made such as full stop after fist sentence isn’t shown

    Happy to provide login details. Thanks

    #1429924

    Hey NicomIT,

    You have the following custom CSS code:

    
    .solutions-header
    {
      padding: 10%;
      margin-bottom: 0;
    }
    

    Please change it to the following and clear caches:

    
    #top .solutions-header
    {
      padding: 10%;
      margin-bottom: 0;
    }
    

    Best regards,
    Yigit

    #1429918

    In reply to: ENFOLD Theme Info

    Hi Francesco,

    I replied to your questions on your other thread at https://kriesi.at/support/topic/info-enfold-theme/.

    3- Our forums are open 24/7 however response time is slower on the weekends.

    Best regards,
    Yigit

    #1429917

    In reply to: Info ENFOLD Theme

    Hey Francesco,

    1- Key features are listed on Enfold’s ThemeForest page ( https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 ). You can find the list of recommended plugins at https://kriesi.at/support/topic/recommended-plugins/.

    Enfold is a responsive theme out of the box. You may want to adjust the options to fine-tune the layout but all elements are responsive.

    2- We usually respond to support threads within 24 hours however depending on how busy the forums are, it may take longer.

    3- Our company is based in Vienna, Austria. However, we have moderators from all over the world so we can keep our forums active.

    I hope this helps. Let us know if you have any other questions.

    Regards,
    Yigit

    #1429905

    Topic: avia button as circle

    in forum Enfold
    xeovision
    Participant

    Hi
    is it possible to create avia button as circle? -> “Ich möchte verkaufen”

    111
    https://ibb.co/6bd5vN4

    I found this css but the button text won’t break inside the circle, display only in one line.

    /* Round buttons */
    #top #wrap_all .my-custom-button,
    #top #wrap_all .my-custom-button a.avia-button {
    padding: 0;
    min-width: 100px;
    border-radius: 100px;
    line-height: 100px;
    }

    • This topic was modified 2 years, 3 months ago by xeovision.
    • This topic was modified 2 years, 3 months ago by xeovision.
    • This topic was modified 2 years, 3 months ago by xeovision.
    • This topic was modified 2 years, 3 months ago by xeovision.
    #1429879
    ebenanders
    Participant

    Hi,

    in the customer reviews section, I would like to align the text at the top. What is the best way to do this?

    Thanks for your help!

    Best regards,
    Karin

    Hi Ismael,

    So the full snippet to paste in the Quick CSS should be the set below? I have updated the but without the desired effect.

    /* Activate burger menu */
    @media only screen and (max-width: 1224px) {
    #top #header .av-main-nav>li.menu-item {
    display: none !important;
    }

    #top #header .av-main-nav > .av-burger-menu-main, #top #header .av-main-nav > .menu-item-search-dropdown {
    cursor: pointer;
    display: block!important;
    }

    #top #header .av-burger-menu-main,
    #top #header .menu-item-search-dropdown {
    cursor: pointer;
    display: block !important;
    }
    }

    Kind Regards

    garysch37
    Participant

    Dear Support Team:

    I am almost ready to publish my new website, but in testing I am unable to scroll through my menus & submenus in the burger menu on my iPhone or via mobile emulation on my Mac. Because I can’t scroll down, only the topmost menu items are visible and accessible. This issue has come up for me throughout development, but I just postponed solving it until now. Clearing browser cache for my website on the devices I’m testing this on doesn’t help.

    You can see what I mean in this illustration: https://www.dropbox.com/scl/fi/3fvermfa0p8o2lwltl1dj/scrolling-broken-in-burger.png?rlkey=abni1zusq7240arrhptb3rsts&dl=0

    On the left in the illustration is the starting situation, where I can’t scroll down to reveal the last menu item, Contact. On the right, after opening the Services submenu, I can’t scroll down to reveal the last few pixels of the Relines & Rebases submenu item, the remaining 3 submenu items after that, and the bottom 3 main menu items: all of those are inaccessible to me.

    This happens on both my iPhone X itself, as well as using DevTools’ mobile emulation in Chrome on my Mac (Developer Tools > Device Toggle Bar > choosing the mobile device under the Responsive menu to auto-set the dimensions for that device), whether I choose my iPhone X or an Android device (e.g. Samsung Galaxy S8+).

    On a PC (in e.g. Windows 7), I don’t have a problem using the Chrome mobile emulator: I can scroll. I haven’t tried on an actual Android phone, but it certainly doesn’t work on my iPhone. I’m wondering if this is an Apple issue with Enfold/Avia.

    Do I need an “overflow-y: auto;” somewhere, somehow? I tried it here, but that didn’t work:

    #top #av-burger-menu-ul {
       padding-top: 0 !important;
       overflow-y: auto !important;
    }

    Any help would be appreciated.

    Thanks,
    Gary

    • This topic was modified 2 years, 3 months ago by garysch37. Reason: Trying the full URL with parameters from my Dropbox because without the parameters it forced the user to log into Dropbox

    Hi,

    Thank you for the update.

    Please make sure to place this css code:

    #top #header .av-main-nav > .av-burger-menu-main, #top #header .av-main-nav > .menu-item-search-dropdown {
        cursor: pointer;
        display: block!important;
    }
    

    .. after this code:

    #top #header .av-main-nav > li.menu-item {
        display: none!important;
    }
    

    You may need to purge the cache after applying the modification, or disable the compression settings temporarily.

    Best regards,
    Ismael

    #1429850

    Hi menainfosec,

    Please add this code in functions.php of your child theme, if you don’t have a child theme then you can use the plugin called WPCode to insert this code snippet:

    function move_postmeta() {
    ?>
    <script>
    	window.addEventListener('load', function() {
    		var postMetaInfos = document.querySelector('.single-post .post-meta-infos');
    		var postTitle = document.querySelector('.single-post .entry-content-header .post-title');
    
    		if (postMetaInfos && postTitle) {
    			postTitle.parentNode.insertBefore(postMetaInfos, postTitle.nextSibling);
    		}
    	});
    </script>
    <?php
    }
    add_action('wp_footer', 'move_postmeta');

    Then go to Enfold > General Styling > Quick CSS, then add this CSS Code:

    .html_modern-blog #top .post-entry .post-meta-infos {
        margin-top: -20px;
    }
    
    .html_modern-blog #top .post-entry .blog-categories {
        top: -15px;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1429846

    Hi HJ,

    On the empty Color Section with an ID of “leistungen”, try to Layout (tab) > Margin and Padding, then check Custom Margins.
    In Custom Top And Bottom Margin make sure to uncheck Apply the same value to all?
    And finally set Top Margin to -400px (just adjust the value as you see fit).
    Hope it helps.

    Best regards,
    Nikko

    #1429845

    Hi Audrey,

    Can you try this CSS code instead:

    #top #header.av_header_transparency .avia_mega_div, .avia_mega_div {
        right: auto !important;
        left: 50%;
        transform: translateX(-50%);
    }

    Hope it helps.

    Best regards,
    Nikko

    #1429837

    And where did the info come from that you got more than one h1 on that page.
    If it is the page of your former postings see:

    and btw:

    Here’s the link to the actual page.

    as I said – I’m just a participant like you ( and private content is only seen by mods and you ) – but with some expertise and helpfulness on Enfold topics .

    Dear Mike,

    It looks like it worked: https://img.savvyify.com/image/9u8tB.
    Thanks!

    It appears there is a limitation on the number of characters as you can see: https://img.savvyify.com/image/9uyYu, even in the desktop version, can this be changed so it shows the full title, or it will be ugly? Also, why does it say two times blog/blog?

    Thanks in advance.

    BR,
    Dimitar

    #1429827

    Hi Nikko, thanks for your response!
    As previously stated, I already set General Layout to Boxed Layout and set a Maximum Container Width. Perhaps I didn’t clearly articulate the problem. After setting to Boxed+ Max Width, I expected content (color sections, headers and footers) to align with the background/header picture at the top of the page. But there seem to be margins to the right and left of my content sections. How can I remove those margins (?) so that all content aligns with the image at the top of each page? Please see the link 1 in the original post which illustrates the problem and link 2 which is the overall look I want to achieve.

    #1429826

    Hi,
    Thanks for the link to your site and your css, here are two examples that work in my test:
    slide-in-left, I changed the time to 2 seconds so you can see the animation, feel free to adjust to suit.

    @keyframes slide-in-left {
    from {
    transform: translateX(-100%);
    }
    to {
    transform: translateX(0%);
    }
    }
    #top .phone-info div {
    animation: slide-in-left 2s;
    }
    

    slide-in-right:

    @keyframes slide-in-right {
    from {
    transform: translateX(100%);
    }
    
    to {
    transform: translateX(0%);
    }
    }
    #top .phone-info div {
    animation: slide-in-right 2s;
    }

    Best regards,
    Mike

    Hi,
    Thank you for the link to your site, I didn’t find the same page where the breadcrumbs were three lines, but I found a page where the breadcrumbs were two lines and this css seems to work, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px){
    .responsive .title_container .breadcrumb {
        position: relative;
        margin-top: unset;
        top: unset;
    
    }
    }

    If this doesn’t help where the breadcrumbs were three lines please include a link to the page directly.
    Please see the screenshot in the Private Content area of the expected results.

    Best regards,
    Mike

    #1429818

    Yes! Your additonal padding did the trick! It prevented the header from coming down over the page title when correcting height of extra elements bar. Terrific!

    However (and don’t you just hate that word), while trying to solve that problem, I messed up the animation and can’t get it to work for me.
    I am not sure if I am messing up the METHOD or the SELECTOR. Below are the two methods I’m trying. I have removed them from my css so you can point me to the proper solution:

    Please look at page: https://calvarybaptistdunnellon.com

    Honestly, don’t care if from right or left, just would like to see animation working.

    Thanks for checking this out…and appreciate the extra elements height solution.

    Method #1
    #top div.phone-info{
    visibility: visible;
    animation: caption-left 2s s cubic-bezier(0.985,0.005,0.265,1)!important;
    }

    Method #2
    //https://kriesi.at/support/search/?bbp_search=animate+left+to+right

    @keyframes slide-in-left {
    from {
    transform: translateX(-100%);
    }
    to {
    transform: translateX(0%);
    }
    }
    @keyframes slide-in-right {
    from {
    transform: translateX(100%);
    }

    to {
    transform: translateX(0%);
    }
    }

    //#top div.phone-info {
    //.phone-info{
    #top div.phone-info div {
    animation: slide-in-right 1000ms!important;
    //animation: slide-in-left!important;
    }

    #1429815
    Anouk
    Participant

    Hi,
    One of my pages is called blogs.

    When I go to this page in the space where I can edit it, the content is almost empty. However, when I click the button ‘view page’ in the right top corner, I get to see the page with all my blogs (instead of what I added in the page in the editing space)

    When I am on the blogpage itself, I see in the topbar ‘edit POST‘ instead of ‘edit PAGE‘. When I click on this, edit post, it brings me to one of my blogposts instead of to the page of the blogs. So in short, I am not able to edit the blogs page somehow.

    Where does the content in the blogpage come from (the raster with all my blogs)? Where can I edit it or add other things? How/where is the blogpost connected to the blogpage?

    I have some (test) content in the blogpage but it is not shown on the blogpage.

    For me it seems like a mystery.

    Thank for the help in advance!

    Hey Enfoldfanatic,

    Thank you for the inquiry.

    We made slight adjustments to the css code to make sure that the search icon remains visible alongside the burger menu icon.

    
    /* Activate burger menu */
    @media only screen and (max-width: 1224px) {
      #top #header .av-main-nav>li.menu-item {
        display: none !important;
      }
    
      #top #header .av-burger-menu-main,
      #top #header .menu-item-search-dropdown {
        cursor: pointer;
        display: block !important;
      }
    }

    Best regards,
    Ismael

    #1429776

    In reply to: Centre Footer

    Hi ballindigital,

    I think you are using Contact Form 7 for that, so try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top .wpcf7-submit {
        width: 100%;
    }

    Best regards,
    Nikko

Viewing 30 results - 6,601 through 6,630 (of 142,928 total)