Forum Replies Created

Viewing 30 posts - 25,561 through 25,590 (of 34,863 total)
  • Author
    Posts
  • Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Change bullet for entypo-fontello and color #1001040

    Hi,
    I see the conflict with the icon list element, and also with the sidebar menu, and possibly others too.
    I believe the best solution is to consider that most likely the only place you would create a list that you do want to change will be in a text block element, or in a standard editor post, and we can target these two areas site wide by changing the css to:

    #main .av_textblock_section ul,#main .entry-content ul {
      list-style: none !important; 
    }
    #main .av_textblock_section li:before,#main .entry-content li:before {
      content: "\e875";
      font-family: entypo-fontello;
      color: #008C15;
      position: relative;
      padding-right: 11px;
      margin-left: -20px;
    }

    Please try this and see if it will meet your needs.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Heart-Shape for Top-Button #1001028

    Hey onlylettersandnumbers,
    Please try this code in the General Styling > Quick CSS field:

    #scroll-top-link::before {
      content: "\e806";
      font-family: entypo-fontello;
      color: red;
      font-size: 48px !important;
    }
    #scroll-top-link {
      background-color: transparent !important; 
      border: none !important; 
    }

    2018-08-23_224926

    Best regards,
    Mike

    in reply to: Change bullet for entypo-fontello and color #1001027

    Hey Marie-Claude,
    Please try this code in the General Styling > Quick CSS field:

    
    #main .container ul {
      list-style: none !important; 
    }
    #main .container li::before {
      content: "\e875";
      font-family: entypo-fontello;
      color: #008C15;
      position: relative;
      padding-right: 11px;
      margin-left: -20px;
    }

    2018-08-23_223241
    If this doesn’t help, please try adding the css to the WordPress > Customize > Additional CSS

    Best regards,
    Mike

    in reply to: Portfolio Raster soll sliden #1001026

    Hi,
    **Update**
    I was able to give the “Post Slider” element a slide effect with this css:

    div.slide-entry-wrap {
        position :relative;
        -webkit-animation: postslide 5s infinite; /* Safari */
        animation: postslide 5s infinite;
    }
    /* Safari */
    @-webkit-keyframes postslide {
        from {left: 100px;}
        to {left: 0px;}
    }
    
    /* Standard */
    @keyframes postslide {
        from {left: 100px;}
        to {left: 0px;}
    }

    gif_2018-08-23_221040.gif

    Best regards,
    Mike

    in reply to: Portfolio Raster soll sliden #1001021

    Hey utebuechele,
    Um einen Portfolio-Slider zu erstellen, verwenden Sie bitte das Element “ Post Slider “. Sie können Portfolio-Einträge auswählen . Standardmäßig verwendet dieses Element eine “Einblenden” -Animation für den Schieberegler. Eine andere Option, wenn Sie einen Effekt von links nach rechts haben möchten, wäre der “ Content Slider ” können Sie die Folienanimation auswählen, aber Sie müssen den Post innerhalb des Elements erstellen, anstatt einen Portfolio-Post auszuwählen.

    ———-

    To create a portfolio slider, please try using the “Post Slider” element, you can choose to use portfolio entries.
    By default this element uses a “fade in” animation for the slider.
    Another option, if you want a left to right slide effect, would be to try the “Content Slider” which will allow you to choose the slide animation, but you will need to create the post within the element, instead of choosing a portfolio post.

    Best regards,
    Mike

    Hey VerhoevenGroup,
    The reason you are having this issue is because the pdf file in link 1 has the title of “title”, please note that it was created with “ABCpdf” this setting can be changed when the file is created.
    2018-08-23_203822
    In contrast, the file in link 2 has no title field, so the “title” is taken from the file name, and was created with “Adobe InDesign CC”
    2018-08-23_204008
    So to correct, ensure your pdf creator uses the correct title, or no title.

    Best regards,
    Mike

    in reply to: White line #1001016

    Hey Marie-Claude,
    It seems the password is not correct for the post, please check.

    Best regards,
    Mike

    in reply to: LayerSlider – Demo Slider Missing #1001012

    Hey HannahWright,
    Which Enfold demo did you install? We can attach a export of the layerslider for that demo, that you can import.

    Best regards,
    Mike

    Hey Sorprentas,
    I took a look at your source code and only found one H1, for desktop, I assume you have since removed the mobile H1 element to remove this error.
    I recommend leaving the desktop H1 and adding a plain text title for mobile with no assigned H style, but instead use font size to make it look big for your real visitors.
    Google only looks at your source code once for all device sizes, and it will see your desktop H1, while your mobile visitors will see the larger text and perceive it as a H1.
    I hope I have explained this well.

    Best regards,
    Mike

    in reply to: Moving "You might also like" on blog pages #1000705

    Hi,
    Thank you for the ftp access, I added the function and the css, and tested a few posts which all seemed to work good.
    Please review your site and let us know if you find any issues. If you find none and are satisfied, let us know that we can close this thread.

    Best regards,
    Mike

    Hi,
    I believe that you are referring to the image overlay when a image is a link, a circle & arrow,
    while this can be changed with some css, there isn’t a standard built-in option other than the circle & arrow.
    Please see the Image Element Documentation
    We maybe able to assist if you have a certain style in mind.

    Best regards,
    Mike

    in reply to: Custom Font Caption Re-sizing Unresponsive #1000687

    Hi,
    For the image mouse-over caption, please try this css:

    .av-image-caption-overlay-center p {
        font-size: 30px !important; 
    }

    Best regards,
    Mike

    in reply to: Mobile menu not showing #1000573

    Hey bobika12345,
    I took a look at your css, but I didn’t see the code to correct to make your mobile menu show. But I did add this css to correct the issue.

    #top #wrap_all #av-burger-menu-ul > li {
        opacity: 1 !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Huge cell padding at mobile phone #1000570

    Hey bobika12345,
    For the cells on your homepage for mobile view, Please try this code in the General Styling > Quick CSS field:

    
    @media only screen and (max-width: 766px) { 
    #top.home .av_one_fifth {
    min-height: 100px !important; 
    }
    }

    Please clear any cache plugin and your browser cache and check.

    Best regards,
    Mike

    in reply to: Site identity tab not working #1000567

    Hey tankerhq,
    I’m not quite sure what you mean by “the site tab” please explain a little more.
    Can you please include a admin login in the private content area so we can assist.

    Best regards,
    Mike

    in reply to: Custom Font Caption Re-sizing Unresponsive #1000566

    Hey Haycreations,
    I tried to take a look, but I was unable to login, please check the login info.
    Please try this code in the General Styling > Quick CSS field:

    
    #top #wrap_all .avia-caption-content p {
    font-size: 30px !important;
    }

    Best regards,
    Mike

    in reply to: Changing font color in dropdown menu and Social Header #1000564

    Hi,
    That is great news, unless there is anything else we can assist with, shall we close this then?

    Best regards,
    Mike

    in reply to: Images disappear #1000562

    Hi,
    Sorry about that, let us know if your solution works, if not we will explain better.

    Best regards,
    Mike

    in reply to: Hamburger Menu Styling #1000561

    Hi,
    Please include the url to the site in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Transparent header w/ burger menu #1000560

    Hi,
    I took a look at your css and settings, but didn’t see a cause for your mobile menu not opening fully.
    I added this css to your Quick CSS to correct, Please clear any cache plugin and your browser cache and check.

    .av-burger-overlay-scroll, ul#av-burger-menu-ul {
    width: 300px !important; 
    }

    Please feel free to adjust the width to suit.

    Best regards,
    Mike

    in reply to: Moving "You might also like" on blog pages #1000555

    Hi,
    I see that you are getting the error message that the functions.php will need to be edited via ftp
    2018-08-22_192538
    I also see that you are using version 3.5.4, but in my browser test of the css & script the function preforms as the screenshot shows, but I didn’t want to try installing a plugin to add the script to the header or footer just in case the site has a major error as you described above.
    I recommend waiting until you can send us the ftp login, and then we will try to add this to your functions.php.
    We will leave this thread open until we hear back from you.

    Best regards,
    Mike

    in reply to: Moving "You might also like" on blog pages #1000310

    Hi,
    This sounds like either a curly quote error, please ensure the quotes or commas are straight and not curly.
    Or your functions.php is not saving, please try adding the function via ftp.
    If this doesn’t help, please include a admin login and ftp access in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Link opening in new page #1000306

    Hi,
    Did you try disabling your plugins to see if this flexbox action continues?
    I believe this is due to a plugin or a script, as this is not theme behavior.
    Please see the Private Content area for the action that I’m seeing, just to be sure that we are both looking at the same thing.

    Best regards,
    Mike

    in reply to: Transparent header w/ burger menu #1000286

    Hi,
    Please create a test page with the header active, It’s a little hard to guess at images and get the code right.
    If you also include a admin login I can adjust the current codes, it might be easier :)

    Best regards,
    Mike

    Hi,
    It tells the theme to use your child theme avia.js file.
    Note, in my haste, I posted the incomplete code here, I have since corrected.
    The error in the old script was ‘wp_print_scripts’ which should have been ‘wp_enqueue_scripts’
    But as you are using the same avia.js as the parent theme, and I assume have no planned changes for it, I would recommend removing this all together so any improvements to it with upcoming updates will take effect.
    If in the future you wish to customize avia.js, then this is how you would do it.

    Best regards,
    Mike

    in reply to: Changing font color in dropdown menu and Social Header #1000131

    Hey Michelle,
    To change the main menu text color, Please try this code in the General Styling > Quick CSS field:

    .header_color .main_menu .menu ul li a,.header_color .main_menu ul:first-child > li > a {
        color: #fff !important; 
    }

    please adjust to suit

    Best regards,
    Mike

    in reply to: adding code to text area #1000129

    Hey satucker,
    The first badge is not showing because the site it is hosted on is not https, and yours is.
    to correct, host the image on your site.
    The second badge is creating a table on top of a background image, but they have not declared the background so enfold wants to fill it in as white. To correct, try adding this code in the General Styling > Quick CSS field:

    
    .large_super_lawyers_badge table,.large_super_lawyers_badge tr:nth-child(even),.large_super_lawyers_badge tr:nth-child(odd),.large_super_lawyers_badge tr th:first-child,large_super_lawyers_badge tr td:first-child {
    background-color: transparent !important; 
    }

    Best regards,
    Mike

    in reply to: Gallery image effect #1000125

    Hi,
    Glad we were able to help :) we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 30 posts - 25,561 through 25,590 (of 34,863 total)