Forum Replies Created

Viewing 30 posts - 32,701 through 32,730 (of 34,859 total)
  • Author
    Posts
  • in reply to: Easy Slider Overlay #821887

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Colors of shopping cart #821886

    Hey Zaccc,
    Your link seems to be down, unless you are blocking IPs?
    Please advise :)

    Best regards,
    Mike

    in reply to: Custom Social Icons (Houzz) #821885

    Hey T3 Marketing,
    Please read here: http://kriesi.at/documentation/enfold/custom-social-icons/

    Best regards,
    Mike

    in reply to: Portfolio items – Excerpt alignments… #821883

    Hey kwanumzen,
    Your link seems to be down, unless you are blocking some IPs?
    Please advise.

    Best regards,
    Mike

    in reply to: How to Create Author Page Enfold #821882

    Hey Philippe,
    Is this the author page in the demo you are referring to: http://kriesi.at/themes/enfold-2017/author/kriesi/
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: custom CSS not working after Enfold Version 4.1 Update #821881

    Hey Katja,
    Which custom css is not working, can you add it here so we can see it?
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Adding Social Media inside the webpage #821879

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

    Best regards,
    Mike

    in reply to: Add Hover On Logo #821877

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

    Best regards,
    Mike

    in reply to: Google fonts local #821868

    Hey Xinspirit,
    The following code in functions.php will remove the Google Fonts inclusion:

    add_action( 'init', 'enfold_customization_switch_fonts' );
    function enfold_customization_switch_fonts() {
        global $avia;
        $avia->style->print_extra_output = false;
    }

    Best regards,
    Mike

    in reply to: Close gap between header and body content #821867

    Hi,
    To remove the body padding try going to Enfold Theme Options > General Layout > Dimensions and change the “Maximum Container width” to something like 3000px or 100% and then add this code in the General Styling > Quick CSS field:

    .container {padding: 0px 0px !important; }

    But I would recommend making the last zero a 10px to make reading a little easier, but try for yourself.

    Best regards,
    Mike

    in reply to: Transparent AND sticky header on WooCommerce #821866

    Hi,
    I’m not sure I understand, if you want a transparent header Try this code in the General Styling > Quick CSS field:

    .header_color .header_bg{background-color: rgba(255,255,255,0.1)!important; }

    Please note that the background of that page is black at the top making it look like you have a black header, scroll down and you will see the header is transparent.
    Hope this helps :)

    Best regards,
    Mike

    Hi,
    When I look at your screenshot it looks like you have three footer columns and three widgets, but your description says you have no widgets in your footer?
    Have you tried removing the custom widget area you were adding when this happened?
    Have you tried disabling all of your plugins?
    Is there a chance your parent theme was enabled when you normally use a child theme?
    Have you added any new code in your functions.php?
    At this point we would want to take a look, but you say you only a localhost version.
    Unfortunately I can’t recreate your issue on my localhost.

    Best regards,
    Mike

    Hi,
    To remove the extra space between the header and the menu in tablet & desktop, Try this code in the General Styling > Quick CSS field:

    .html_header_top.html_header_sticky.html_bottom_nav_header #main {
        padding-top: 65px!important; 
    }

    For mobile Try this code in the General Styling > Quick CSS field:

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

    Best regards,
    Mike

    in reply to: Pricing table on mobile #821848

    Hey DjBeau,
    Can you please explain how your table is not working, perhaps with some screenshots of what you see and what you would like to see, and a url to the page in question so we can take a closer look?

    Best regards,
    Mike

    in reply to: Header static logo #821845

    Hey led-consult,
    If I understand correctly, your left logo changes size when scrolling the page down, and you would like to stop this, Try this code in the General Styling > Quick CSS field:

    .header-scrolled .first-logo { max-height: 88px; }

    Best regards,
    Mike

    in reply to: Adding Social Media inside the webpage #821841

    Hi,
    Glad to help, just let us know if we can offer any other assistance :)

    Best regards,
    Mike

    in reply to: Change URL link from Logo #821839

    Hey Mark,
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    add_filter('avf_logo_link','av_change_logo_link');
    function av_change_logo_link($link)
    {
        $link = "https://www.website.com/";
        return $link;
    }

    Best regards,
    Mike

    Hi,
    We will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Adding Social Media inside the webpage #821834

    Hi,
    For your mobile devices this code will make the icons half size with 10px spacing between:

    @media only screen and (max-width: 767px) { 
    .avia-icon-list .iconlist_icon {
    height: 32px!important; 
    width: 32px!important; 
    line-height: 32px!important; 
    font-size: 10px!important; 
    margin-right: 10px!important; 
    }}

    You can experiment with the numbers if you like :)

    To change the spacing for all other screen sizes add this code too:

    .avia-icon-list .iconlist_icon {
        margin-right: 15px !important; }

    PS: I just looked at your page and it looks like you need to add this code in the General Styling > Quick CSS field:

    .sbox ul.avia-icon-list li {
        float: left;
        clear: none;
    }
    
    .sbox .iconlist-timeline { 
    display: none;
    }

    Best regards,
    Mike

    • This reply was modified 8 years, 3 months ago by Mike.
    in reply to: Warning Message in Enfold! #821830

    Hi,
    If I understand, you only get the above error when the Wordfence Security plugin is enabled making the LayerSlider Plugin not work, and when disabled the LayerSlider Plugin works fine?
    If so this seems to be an issue with Wordfence Security braking LayerSlider, perhaps Wordfence Security support has a fix for this, have you looked in their support forum?

    Best regards,
    Mike

    in reply to: Installation Theme #821827

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

    Best regards,
    Mike

    Hi,
    Glad we were able to help, shall we close this then?

    Best regards,
    Mike

    in reply to: Blurry images on image gallery #821824

    Hi,
    The charts in your gallery look sharp on my end. What browser are you using and what screen size?

    Best regards,
    Mike

    in reply to: Adding Social Media inside the webpage #821816

    Hi,
    Shall we close this then?

    Best regards,
    Mike

    in reply to: Scroll Phone Info Font Small Strong Small #821813

    Hey Ingogaube,
    Bitte geben Sie die URL auf die jeweilige Seite ein, damit wir uns genauer ansehen können.

    Best regards,
    Mike

    in reply to: layerslider popup #821812

    Hi,

    How LayerSlider Updates work in Enfold
    The bundled version of LayerSlider will be updated with theme updates, which we do depending on our own release cycle and depending on critical updates. The users cant update the bundled version of the layerslider, even if actived.
    However, if a user wishes to update before the next theme update, they can simply purchase a copy of the layerslider on codecanyon, upload it as a plugin and activate it. It will then overwrite the bundled version, and then the user is in full control of LayerSlider updates.
    There is no need to deactivate the bundled version, it automatically detects if the plugin version is active and disables itself.

    Hope this helps explains

    Best regards,
    Mike

    Hi,
    I’m glad to help :)
    as for the menu item line Try this code in the General Styling > Quick CSS field:

    .header_color .avia-menu-fx {background-color: transparent!important; }

    this will make transparent, or you can change that word with a color, for example white is #fff

    Best regards,
    Mike

    in reply to: Adding Social Media inside the webpage #821810

    Hi,
    Your right, how about this then… I copied the html of the icon list you made, added a div class and paste into a “code block” and added some css to make them show inline:
    postimage
    Put this in a “Code Block Element”

    <div class="sbox">
    <ul class="avia-icon-list av-iconlist-big">
    <li class="avia_start_animation"><a href="https://www.facebook.com/havazilondon" title="" target="_blank" style="background-color:#719430; color:#ffffff; " class="iconlist_icon  avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></a><article class="article-icon-entry av-iconlist-empty" itemscope="itemscope" itemtype="https://schema.org/CreativeWork"><div class="iconlist_content_wrap"><header class="entry-content-header"></header><div class="iconlist_content  " itemprop="text"></div></div><footer class="entry-footer"></footer></article><div class="iconlist-timeline"></div></li>
    <li class="avia_start_animation"><a href="https://twitter.com/Havazilondon" title="" target="_blank" style="background-color:#719430; color:#ffffff; " class="iconlist_icon  avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></a><article class="article-icon-entry av-iconlist-empty" itemscope="itemscope" itemtype="https://schema.org/CreativeWork"><div class="iconlist_content_wrap"><header class="entry-content-header"></header><div class="iconlist_content  " itemprop="text"></div></div><footer class="entry-footer"></footer></article><div class="iconlist-timeline"></div></li>
    
    <li class="avia_start_animation"><a href="https://plus.google.com/+Havazi-londonUk" title="" target="_blank" style="background-color:#719430; color:#ffffff; " class="iconlist_icon  avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></a><article class="article-icon-entry av-iconlist-empty" itemscope="itemscope" itemtype="https://schema.org/CreativeWork"><div class="iconlist_content_wrap"><header class="entry-content-header"></header><div class="iconlist_content  " itemprop="text"></div></div><footer class="entry-footer"></footer></article><div class="iconlist-timeline"></div></li>
    <li class="avia_start_animation"><a href="https://www.youtube.com/c/Havazi-londonUk" title="" target="_blank" style="background-color:#719430; color:#ffffff; " class="iconlist_icon  avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></a><article class="article-icon-entry av-iconlist-empty" itemscope="itemscope" itemtype="https://schema.org/CreativeWork"><div class="iconlist_content_wrap"><header class="entry-content-header"></header><div class="iconlist_content  " itemprop="text"></div></div><footer class="entry-footer"></footer></article><div class="iconlist-timeline"></div></li>
    
    <li class="avia_start_animation"><a href="https://instagram.com/havazilondon/" title="" target="_blank" style="background-color:#719430; color:#ffffff; " class="iconlist_icon  avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></a><article class="article-icon-entry av-iconlist-empty" itemscope="itemscope" itemtype="https://schema.org/CreativeWork"><div class="iconlist_content_wrap"><header class="entry-content-header"></header><div class="iconlist_content  " itemprop="text"></div></div><footer class="entry-footer"></footer></article><div class="iconlist-timeline"></div></li>
    <li class="avia_start_animation"><a href="http://havazilondon.tumblr.com/" title="" target="_blank" style="background-color:#719430; color:#ffffff; " class="iconlist_icon  avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></a><article class="article-icon-entry av-iconlist-empty" itemscope="itemscope" itemtype="https://schema.org/CreativeWork"><div class="iconlist_content_wrap"><header class="entry-content-header"></header><div class="iconlist_content  " itemprop="text"></div></div><footer class="entry-footer"></footer></article><div class="iconlist-timeline"></div></li>
    
    <li class="avia_start_animation"><a href="https://www.linkedin.com/company/havazi-london" title="" target="_blank" style="background-color:#719430; color:#ffffff; " class="iconlist_icon  avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></a><article class="article-icon-entry av-iconlist-empty" itemscope="itemscope" itemtype="https://schema.org/CreativeWork"><div class="iconlist_content_wrap"><header class="entry-content-header"></header><div class="iconlist_content  " itemprop="text"></div></div><footer class="entry-footer"></footer></article><div class="iconlist-timeline"></div></li>
    <li class="avia_start_animation"><a href="http://www.pinterest.com/havazilondon/" title="" target="_blank" style="background-color:#719430; color:#ffffff; " class="iconlist_icon  avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></a><article class="article-icon-entry av-iconlist-empty" itemscope="itemscope" itemtype="https://schema.org/CreativeWork"><div class="iconlist_content_wrap"><header class="entry-content-header"></header><div class="iconlist_content  " itemprop="text"></div></div><footer class="entry-footer"></footer></article><div class="iconlist-timeline"></div></li>
    </ul></div>

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

    .sbox ul.avia-icon-list li {
        float: left;
        clear: none;
    }
    
    .sbox .iconlist-timeline { 
    display: none;
    }

    Best regards,
    Mike

    in reply to: Cannot Update Theme #821786

    Hi,
    You won’t lose your settings as they are stored it the database and you are updating the files, you are doing the same steps as the auto update would do. But, just like the auto update, if you have made changes to your functions.php file or any other core files you will lose those. In the future if you do edit those files you should use a child theme. Read about using a Child Theme
    Your error seems to be a permissions issue, in which the theme can’t create a temp folder to download the update. There is a good chance that a plugin is blocking it, or a security setting in your cPanel, or your folders permissions.
    Hope this helps explain :)

    Best regards,
    Mike

    in reply to: Line Height problem before (or after H3) #821777

    Hey bilgilib,
    Your screenshot is not linking correctly, could you please re-post.
    I looked at your link and the menu titles and the distance to the menu descriptions and think I see the issue in the margin, Try this code in the General Styling > Quick CSS field:

    p {margin: 0.5em 0!important; }

    Please clear your cache :)

    Best regards,
    Mike

Viewing 30 posts - 32,701 through 32,730 (of 34,859 total)