Viewing 30 results - 91,321 through 91,350 (of 142,907 total)
  • Author
    Search Results
  • #679493

    Hi Sadegh!

    Please add following code to Quick CSS

    #top .avia-layerslider .ls-bottom-slidebuttons a, #top .avia-layerslider .ls-nav-start, #top .avia-layerslider .ls-nav-stop { 
    height: 20px;
    width: 20px; 
    }
    #top .avia-layerslider .ls-bottom-slidebuttons a.ls-nav-active, #top .avia-layerslider .ls-bottom-slidebuttons a:hover, #top .avia-layerslider a.ls-nav-start:hover, #top .avia-layerslider a.ls-nav-stop:hover, #top .avia-layerslider a.ls-nav-start-active, #top .avia-layerslider a.ls-nav-stop-active, #top .avia-layerslider .ls-bottom-slidebuttons a, #top .avia-layerslider .ls-nav-start, #top .avia-layerslider .ls-nav-stop {
    background: orange; 
    }

    Best regards,
    Yigit

    #679478

    Hey makai1122!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    #top .container .av-masonry-col-flexible .av-masonry-entry { pointer-events: none; }}

    Regards,
    Yigit

    #679469

    In reply to: sidebar

    Hi,

    I removed following code from Quick CSS

    /*- AFTER ADDING SEARCH into the TOP MENU */
    /*1*/
    /*TEMP FROM JOSUE*/
    add_filter('avf_header_setting_filter', function($header) {
    	$header['header_topbar'] = 'true';
    	return $header;
    }, 10, 1);
    add_filter( 'avf_execute_avia_meta_header', '__return_true', 10, 1);
    add_action('avia_meta_header', function() {
    	get_search_form();
    });

    It should go to functions.php file in Appearance > Editor

    and copied the rest of the code to style.css file. Max width is limited to 90% to show boxed layout, you can add following code to style.css file of your child theme to increase it

    .responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header {
        max-width: 95%;
    }

    Best regards,
    Yigit

    #679467

    Topic: Responsive issue

    in forum Enfold
    steliosagapiou
    Participant

    Dear Support,

    in some resolutions the menu is overlap the logo when i resize the browsers’ window.

    How can i solve this issue. I use stretched layout and i placed logo and main in top header. The Maximum Container width is set to 100% .

    Regards

    Stelios

    #679464

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #main {
        padding-top: 150px!important;
    }
    

    Best regards,
    Vinay

    #679463
    eC
    Participant

    Hey! :)

    Is it possible, when being on a SubMenu-Item, to have the page-name appear in white on the Sub-Menu, so the users can re-check on which page they’re on?

    Here I am on one of 2D / 3D … Subpage: http://prntscr.com/cc2uqf

    Also when being on Subpages, the line indicator on the Top-Menu (white on transparent, changes color to the specified one in the theme options when scrolling down and the menu shrinks) is missing.

    Thanks a bunch,
    eC

    #679453

    Hi,

    Please add following code to Quick CSS as well

    #header_meta .container {
        padding-top: 0!important;
        padding-bottom: 0!important;
        padding-right: 0!important;
    }

    and “min-width: 560px;” is changed to 555px in your code, please keep it 560px

    Best regards,
    Yigit

    #679428

    Hey!

    Code i posted here – https://kriesi.at/support/topic/add-a-thin-bar-below-the-header/#post-678947 was still in Quick CSS. Please flush cache and review your website now

    Regards,
    Yigit

    #679425

    Topic: mobile scrolling issue

    in forum Enfold
    envapk2
    Participant

    Hi

    I have a scrolling issue with the header. When I scroll down the header does not stay at the top but leaves a gap and the content scrolls behind it. This only seems to happen in iPhone and if I resize the screen to test for mobile.

    You can see what I mean in this image http://www.peterk2.com/scrolling.jpg and the attached link.

    many thanks

    #679413

    There’s an acceptable option via Custom Slider CSS -> negative margin
    Slider Setting -> Apperarance -> Custom slider CSS: margin-bottom: -50px; margin-top: -50px

    But I don’t know where the top- and bottom-margin was set “aktiv”??
    Best Regards,
    Nikolaus

    eC
    Participant

    Hey! :)

    Is it possible, to have Skype in the social profiles (shown in the top-bar and in the footer) be replaced with a functionality like this:

    <script type="text/javascript" src="https://secure.skypeassets.com/i/scom/js/skype-uri.js"></script>
    <div id="SkypeButton_Call_Me_1">
     <script type="text/javascript">
     Skype.ui({
     "name": "chat",
     "element": "SkypeButton_Call_Me_1",
     "participants": ["Me"],
     "imageColor": "white"
     });
     </script>
    </div>

    ?

    Right now, I have a link like this set: skype:Me?chat – but this is apparently bad for SEO as it contains a question mark.

    As for the Special Headlines we had issues as these were going out of the observable space from time to time, when for example being watched on mobile portrait resolution (longer words were vanishing to the right side).
    For now it is addressed with this Quick CSS:

    h1, h2 {
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
    }

    But I guess you guys probably have a cleaner/better solution for me?

    Thanks a bunch as always!

    Best regards,
    eC

    #679382

    Hi Chris2234!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #advanced_menu_toggle {
        position: fixed;
        top: 50px;
        right: 10px;
    }

    Best regards,
    Yigit

    #679353
    davidmartinserrano
    Participant

    Good afternoon,

    Maybe this question is not suitable at this forum, but I´m sure you could help me with this issue:
    I want to change the color of the button and the link of this Cookie message:

    This is the code we have right now:

    #cookie-notice {
    display: none;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    line-height: 20px;
    left: 0;
    text-align: center;
    }

    .cookie-notice-container {
    padding: 10px;
    }

    .cn-top {
    top: 0;
    }

    .cn-bottom {
    bottom: 0;
    }

    #cookie-notice .button {
    margin-left: 10px;
    }

    #cookie-notice .button.wp-default {
    font-family: sans-serif;
    line-height: 18px;
    padding: 2px 12px;
    background: linear-gradient(to bottom, #FEFEFE, #F4F4F4) repeat scroll 0 0 #F3F3F3;
    border-color: #BBB;
    color: #333;
    text-shadow: 0 1px 0 #FFF;
    -moz-box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
    }

    #cookie-notice .button.wp-default:hover, #cookie-notice .button.wp-default:focus {
    background: linear-gradient(to bottom, #FFFFFF, #F3F3F3) repeat scroll 0 0 #F3F3F3;
    border-color: #999999;
    color: #222222;
    }

    #cookie-notice .button.bootstrap {
    font-family: sans-serif;
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-right: 0.3em;
    margin-bottom: 0;
    *margin-left: .3em;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    font-style: normal;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #AB5D5C;
    *background-color: #0044cc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#ff0088cc’, endColorstr=’#ff0044cc’, GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 2px 10px;
    font-size: 12px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    }

    #cookie-notice .button.bootstrap:hover, #cookie-notice .button.bootstrap:focus {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
    }

    ____________________________________________

    And I need to change to:
    Background of the full message: #444444
    Font of the message: #999999
    Font for links and font for the button: #8C4F4F
    Background of the button background: #222222

    Please, could you help me to modify this?

    thanks in advance

    #679341
    simonac
    Participant

    Hi, how can i make the icon in a button element larger without making the font larger?
    And is it possible to change the position of the icon to the top instead of right or left?

    Thanks

    • This topic was modified 9 years, 7 months ago by simonac.
    #679331

    Dear supporter,

    How can I undo the border radius for blog entry images? I would like to have all my images without border radius on my website. Some CSS adjustments have helped me to change some of the border radius into ‘0’, but the blog entry images keeps popping-up with rounded corners.

    My CSS adjustments:

    .sub_menu a {
    border-radius: 0px!important;
    }

    .rounded, .sidebar, #top .slideshow {
    border-radius: 0 !important;
    }

    .rounded_corner{
    background: none !important;
    }

    #679316

    hey Rikard,

    Ok just wanted to double check. There was this post about the 3.7 updated, but it shows 3.6 on themeforest:

    #679315
    NikolausWuehrer
    Participant

    LayerSlider worked fine with full-width, background image was close to a color-section (with text) on top and close to the footer area on bottom.
    After I’ve created a third slider, suddenly white space to the top and bottem end was there in the Front-End. How can I remove this white space?

    #679312

    Again in EN:

    Hello,

    We wondering about a difference in image quality of the photos in the library compared to the pictures on the front end. The photos in the front end lacks Brilliance, they seem pale and somewhat pixelated, and they have a slight green tint.

    We used the Masonry Gallery to built the sample photos into the side.

    Can you please tell why this is, or what change should be made to improve the quality in the front end?

    Thank you already for a info on this topic!

    Best regards,
    Jugalbandi

    Hi Ismael,
    Thanks for your reply!
    No, from what I can “see”, I don’t encounter any error in the theme option panel or the advanced layout builder.
    These 2 functionalities seem OK from my point of view.

    Since I posted this topic, I can see that Google has detected a new error code 500 on August 28 on the following file:
    /wp-content/themes/enfold/framework/php/auto-updates/auto-updates.php

    Googlebot is scanning/exploring the site partially at each of its new passage, hence this new error appearing only now.
    There might be other ones showing up later until the site has been fully scanned by Google.

    However, with the thousands of php files in WordPress and its plugins, all currently detected errors are only related with Enfold framework (/wp-content/themes/enfold/framework/…). I don’t have any other errors at all detected by Google anywhere on the site.

    So even though, from my point of view, the site works well, there is something to be clarified on why Google would get back an error 500 on running these Enfold framework scripts. Maybe something to check directly with them.
    Such a great theme as Enfold and its developping team cannot satisfy with this kind of situation/statement from Google that customers might conceive as acceptable/OK with a basic free theme.

    Even if it takes a while to find out and get properly solved, I’m quite sure that Kriesi’s team will take up the challenge.

    Best regards,
    Steph.

    #679293

    Hi,

    Thank you for the info. We have changed the fullscreen slider element to a color section and added ID #home-top so it can be recognised by the menu item. Please review the site and let us know.

    Thank you for using enfold :)

    Best regards,
    Vinay

    Where can I add ALB elements?

    I only have the option to hide on mobilemenu.but not desktop.

    The quick css should I add it in the grid row?

    Thanks for your help in advance.

    Best regards,

    Fabian

    Ivygrace808
    Participant

    client is freaking out, they got a big meeting and they are missing messages from site.

    I have a site using the built in enfold contact form, and all of a sudden it is not working anymore.

    it worked fine for a couple months, now out of now where there is an issue and I do not receive any of the messages sent to my site via enfold contact form.The support email works fine for the site, but the site contact form can not get messages to it anymore????????

    Please help me fix this, it took a lot of work to style this form the way it is, so I really don’t want to start over with contact form 7.

    can you guys please take a look and tell me what the problem is?

    Thanks
    Ivy

    • This topic was modified 9 years, 7 months ago by Ivygrace808.
    #679258

    Dear Enfold team,

    Can you help me to embed the same blick you use underneath the posts, also on top of it?

    Thanks!

    #679253

    In reply to: Header Visiblity

    Hi,

    The theme doesn’t have that option by default but you can try the Content Slider element. Add the content slider element then add the gallery shortcode as the content. You can generate the gallery shortcode with the shortcode generator from a temporary post or page. Or set the builder to debug mode then use the following shortcode. http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    [av_content_slider heading='' columns='1' animation='slide' navigation='arrows' autoplay='false' interval='5' font_color='' color='' custom_class='']
    [av_content_slide title='Slide 1' link='' linktarget='']
    [av_gallery ids='47,44,42,40,38' style='thumbnails' preview_size='portfolio' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='portfolio' columns='5' imagelink='lightbox' lazyload='avia_lazyload' custom_class='']
    [/av_content_slide]
    [av_content_slide title='Slide 2' tags='' link='' linktarget='']
    [av_gallery ids='47,44,42,40,38' style='thumbnails' preview_size='portfolio' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='portfolio' columns='5' imagelink='lightbox' lazyload='avia_lazyload' custom_class='']
    [/av_content_slide]
    [/av_content_slider]

    Best regards,
    Ismael

    #679230
    navindesigns
    Participant

    Hi,

    I am using the following code to add a border at the bottom of my header. On desktop it looks great but on mobile, it is appearing as a double line.

    header#header {
    border-bottom: #004f87 2px solid;
    }

    Screenshot – https://s17.postimg.org/uoet8yhv3/Screen_Shot_2016_08_29_at_9_13_11_PM.png

    Pages affected
    http://www.elite-fit.com/testimonials/
    http://www.elite-fit.com/contact/

    I’ve read over other similar posts first. I have:
    * confirmed that the API key is correct
    * made sure that the site API referrers are correct (*carolinamassageinstitute.com/*)
    * I tried manually editing the PHP file as described here: https://kriesi.at/support/topic/google-maps-api-error-missingkeymaperror-3

    I recently changed the URL of the site, if that has any bearing (from a dev URL to the live one). Maps were working with no API key before going live.

    • This topic was modified 9 years, 7 months ago by carolinamassageinstitute. Reason: updated the title, hoping this thread gets some attention
    #679222

    Topic: footer image

    in forum Enfold
    hingex
    Participant

    I applied an image to appear at the bottom of the footer. The image is supposed to appear at the top but it disappears underneath the footer. How can I correct this ? See link and example below .

    Secondly, what is best practice here ? Should I apply the solution to each page for the website or can the footer be managed centrally somehow ?

    #679220
    hingex
    Participant

    All the examples within show how to increase the font size for the main menu. I am however looking to increase the font size of the secondary/top menu/the menu in the same area as. the phone number and on top of the header area. I also hoping to increase the height of this top menu area above the header section

    #679216
    ananda
    Participant

    Hi,
    I am trying to create a popup on the Link in the main menu with Popup Maker, but there are some problems. This is the instruction from Popup Maker: http://docs.wppopupmaker.com/article/51-open-a-popup-from-a-wordpress-nav-menu
    It works in a standard template but not with Enfold. Somehow nothing happens when the link is clicked. I’ve tried both versions…
    It looks like something is stoping the code in the menu to execute…

    Here is what shows up on the page when I add the popmake-421 code to the menu:

    <li style="cursor: pointer;" id="menu-item-206" class="popmake-421 menu-item menu-item-type-custom menu-item-object-custom av-menu-button av-menu-button-bordered menu-item-top-level menu-item-top-level-5 pum-trigger current-menu-item">
    <a class="pum-trigger" style="height: 88px; line-height: 88px; cursor: pointer;" href="#popmake-421" itemprop="url">
    <span class="avia-bullet"></span>
    <span class="avia-menu-text">GET DEMO</span>
    <span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span>
    </a></li>

    If I add the code to the main content, then it opens normaly

    Could you pls let me know, if there is a workarround for Popup Maker in Enfold theme.
    Thank you
    Ananda

    #679208

    Hi Andy. That didn’t work. Deactivated all of plugins – then reset as suggested but avia builder still doesn’t work. I give you permission to try whatever you like to make the site editable please- as you now have my login details- I just really need the site working properly, it’s my business! Please fix and let me know or ill have to stop using and get a refund for enfold. Thanks, Greg

Viewing 30 results - 91,321 through 91,350 (of 142,907 total)