Forum Replies Created

Viewing 30 posts - 28,411 through 28,440 (of 34,980 total)
  • Author
    Posts
  • in reply to: Same high of elements #935825

    Hi,
    Thank you, Try this code in the General Styling > Quick CSS field:

    #top.page-id-683 .flex_column.avia-builder-el-5 {
        margin-top: 25px !important; 
    }

    This looks even to me, but feel free to adjust to suit.

    Best regards,
    Mike

    in reply to: More distance #935824

    Hi,
    The login didn’t have admin rights so I couldn’t edit the page to show you how to make these changes easily in the editor for the future.
    But since I could view the page, I created this css to add 20px bottom padding to the images. Please add this code in the General Styling > Quick CSS field:

    #top.page-id-692 .avia-image-container.avia-align-left {
        padding-bottom: 20px !important; 
    }

    and adjust the padding to suit.

    Best regards,
    Mike

    in reply to: How to always show testimonial arrows #935822

    Hey DROR,
    Try this code in the General Styling > Quick CSS field:

    #top .av-large-testimonial-slider .avia-slideshow-arrows.avia-slideshow-controls a {
          display: block!important; 
          opacity: 1!important;
    }
    

    Best regards,
    Mike

    in reply to: I didn't receive demo data #935819

    Hey rkundu065,
    To install one of the demos, please go to “Enfold Theme Options > Demo Import > Import demo files” and choose the demo you wish to install.
    2018-04-01_141014

    Best regards,
    Mike

    in reply to: Same high of elements #935818

    Hi,
    Are you sure this is the right page, I see text below images, not side-by-side needing to start at the same height.
    Perhaps I mis-understood?
    Please see screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Hide some table columns on mobile. #935817

    Hey navindesigns,
    The best way to do this is to clone your table and remove the columns that you don’t want to show, then add a custom class to both.
    “desktoptable” for the desktop one, and “mobiletable” for the mobile one.
    Then add this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    .desktoptable {display: none !important;}
    }
    @media only screen and (min-width: 768px) { 
    .mobiletable {display: none !important;}
    }

    I have done this for you so you can see how it works, feel free to adjust to suit.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Style tab section ONLY in one place #935812

    Hey navindesigns,
    To have the css only effect the first page, add the page ID to the css. The page ID for the first page is: page-id-5655
    So your result is:

    .page-id-5655 .av-inner-tab-title {
    font-size: 18px !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    text-transform: uppercase;
        font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    }
    .page-id-5655 .av-tab-section-tab-title-container {
    	background-color: #7f7f7f !important;
    }
    
    .page-id-5655 .av-inner-tab-title{
        min-width: 190px!important;
    }
    

    I have made this change, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Same high of elements #935811

    Hey nimo1024,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: More distance #935810

    Hey nimo1024,
    Did you add the text and image in the default editor or the advanced layout builder?
    Basically you will want to add some padding to the bottom of the image.
    If you include a admin login in the private content area and a link to the page we can assist by example so you will know next time.

    Best regards,
    Mike

    in reply to: Trying to change my front page #935809

    Hey fionayoung,
    To choose a new front page please go to Enfold Theme Options > Frontpage Settings and choose the page you want to show.
    2018-04-01_131815

    Best regards,
    Mike

    in reply to: Elements not displaying correctly after update #935808

    Hey mcmahon_pt,
    Can you please tell us how you updated, though FTP or WordPress?
    Also I see that you are using a CDN, have you tried clearing the CDN cache?

    If updating via FTP, you don’t want to overwrite your old theme folder as it will leave old theme files, you will need to remove the old folder and files first.

    Best regards,
    Mike

    in reply to: Theme updates #935806

    Hi,
    I uploaded a new version of enfold and your site seems like it is working correctly again.
    Please check.

    Best regards,
    Mike

    in reply to: Adding a PNG image to header edge? #935804

    Hi,
    You could do that or you could use the PNG as the background and set the header as transparent so only the png was visible, this should solve for mobile.

    Best regards,
    Mike

    in reply to: can't import demos #935802

    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
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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: can't import demos #935799

    Hi,
    I reset your password, sorry about that.
    I see that all of the pages from the demo are installed, for example the Enfold 2017 Demo homepage is linked below.
    Plus many more pages.

    Best regards,
    Mike

    in reply to: Adding a PNG image to header edge? #935798

    Hey govus,
    You should be able to do this by adding a div just below

    <div class='header_bg'></div>

    in the /wp-content/themes/enfold/includes/helper-main-menu.php file.
    This is the div:

    <div class="top-edge"></div>

    this is the css they used:

    .top-edge {
        background-image: url(https://www.dap.fi/images/dap/top-edge.png);
        height: 21px;
        width: 100%;
        background-repeat: repeat-x;
        margin-bottom: -21px;
        position: relative;
        z-index: 100;
        background-position: center;
    }

    This is the result:
    2018-04-01_110446
    By adding this css, the div will not show when the header is transparent, before scrolling:

    .av_header_transparency .top-edge {
    display: none !important;
    }
    

    Best regards,
    Mike

    in reply to: can't import demos #935791

    Hi,
    Sorry, I was not able to do this for you. There are just too many limitations on your hosting plan.
    You will need to continue building it as you have been, let us know if there is anything we can assist with while you build your site.
    You can take a look at Enfold documentation here
    and the video tutorials 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: Demo Import Problem #935790

    Hi,
    The demo has been installed, please check all settings and verify your email address with the link sent to you from your site to change the site email:

    Yeni adres doğrulanmadan etkinleşmeyecektir.

    You can remove the temporary admin account if you wish.
    Let us know if there anything else we can assist with on this, or shall we close this?

    Best regards,
    Mike

    in reply to: Uploading Demo-Shop #935788

    Hi,
    Froh, dass wir helfen konnten, schließen wir das jetzt. Danke für die Benutzung von Enfold.
    Zu Ihrer Information können Sie sich die Dokumentation hier herunterladen
    und die Video-Tutorials hier
    Und wenn es Funktionen gibt, die Enfold haben möchte, können Sie diese anfordern und die gewünschten abstimmen
    Für weitere Fragen oder Probleme, können Sie neue Threads unter Enfold Sub Forum starten und wir werden gerne versuchen, Ihnen zu helfen :)

    ———-

    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
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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: Different headers on different pages #935786

    Hi,
    Yes, but setting up a child theme is easy, Read about using a Child Theme

    Best regards,
    Mike

    in reply to: demo import problems #935681

    Hi,

    @brentatwater
    Please open a new thread so we can assist, we will want communicate in the Private Content area, such as your URL & admin login, but as this is not your thread your info will not be private. Thanks for your patience and understanding.
    In your new thread please provide admin login info and ftp access.

    Best regards,
    Mike

    in reply to: Installment issue #935680

    Hi,
    Thank you, but I received an error that I will need to update the functions.php via FTP, please include FTP access.
    Please see screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: demo import problems #935676

    Hey henkvalk79,
    I have linked to a theme export file from my Enfold 2017 Demo on my localhost.
    I use it with a child theme, which should not matter. Let us know if this helps.

    Best regards,
    Mike

    Hey friefodspor,
    1: The easiest way would be to add your text as a widget, but I imagine that you will want to have different blocks of text depending on the page and the other items in the sidebar. So the solution is to use the plugin: Widget Logic which will allow you to decide which ones will show for each category or page.

    2: Try this code in the Enfold > General Styling > Quick CSS field:

    .html_elegant-blog .avia-content-slider .slide-meta {
        display: none!important; 
    }

    3: To edit the functions.php go to WordPress > Appearance > Editor > functions.php
    2018-03-31_204843
    2018-03-31_205025

    Best regards,
    Mike

    in reply to: icon import #935673

    Hey berkant53,
    Buna göre: Flaticons ile ilgili bilgiler zip dosyalarını açtıktan sonra SVG ile fontello.com’a tüm SVG’yi sürükleyip “Özel Simgeler” Alanına bir kerede bırakabilirsin.
    Sonra yeni yazı tipini indirin ve enfold icon fontmanager’e (içe / dışa aktar) içe aktarın.

    —translate—

    According to this: Info on Flaticons unpack the zip files, then with the SVG you can upload to fontello.com by drag and drop the whole SVG at once into the “Custom Icons” Field.
    Then download the new font and import it to enfold icon fontmanager (import/export)

    Best regards,
    Mike

    in reply to: Demo not working #935672

    Hi,

    @rafaelmontilla
    please include ftp access so we can try manually installing the demo.

    Best regards,
    Mike

    in reply to: Font size in the menu #935671

    Hey FJakub,
    Try this code in the General Styling > Quick CSS field:

    .header_color .sub_menu>ul>li>a {
    font-size: 12px !important;
    color: red !important;
    }
    .header_color .main_menu ul:first-child > li > a {
    font-size: 14px !important;
    color: blue !important;
    }
    

    Best regards,
    Mike

    in reply to: Team Member Link #935663

    Hey mgould,
    It should be the “Add/Edit Social Service or Icon Links” inside the team member element.
    and you are probably using css to hide the icon.

    Best regards,
    Mike

    in reply to: Theme updates #935661

    Hi,
    No don’t install layerslider, it’s built into Enfold and it’s suppose to show. I’m just asking to figure out what the godaddy people did. I’m thinking that re-uploading the theme will solve the issue, or cause the original error to occur again.
    If so I will need FTP access to solve the error.
    The account you just posted is not the one, it would be GoDaddy.

    Best regards,
    Mike

    in reply to: Theme updates #935654

    Hi,
    Do you recall disabling the layerslider? Odd that I don’t see it. Can you also include ftp access and access to PHPmyAdmin in the cPanel?

    Best regards,
    Mike

Viewing 30 posts - 28,411 through 28,440 (of 34,980 total)