Forum Replies Created

Viewing 30 posts - 27,361 through 27,390 (of 34,591 total)
  • Author
    Posts
  • in reply to: Cannot logout of support site #952436

    Hi,
    Seems that user id is not valid. Do you login at “kriesi.at/support” ?

    Best regards,
    Mike

    in reply to: Google Maps Platform #952434

    Hi,
    Glad we could help, Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Make Header Opaque (but keep active menu indicator) #952433

    Hi,

    @otavioef
    Glad we could help, Thank you for using Enfold.
    @FionaH did this also work for you?

    Best regards,
    Mike

    in reply to: Sub Menu Style while Top Transparency Header #952430

    Hi,
    To have your logo and burger menu show between 767px & 988px, which is where it is now showing as white on white, Try this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 768px) and (max-width: 988px) { 
    .av_header_transparency div .av-hamburger-inner,.av_header_transparency div .av-hamburger-inner::before,.av_header_transparency div .av-hamburger-inner::after {
        background-color:#000 !important; 
    }
    .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img {
        opacity: 1 !important; 
    }
    }

    Please put at the end of all of your css code. If this doesn’t help, please try placing the code in: WordPress > Customize > Additional CSS

    Best regards,
    Mike

    in reply to: fat black line shopping page #952426

    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: Plugins compatibility #952422

    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: Admin message. #952420

    Hi,
    Thank you for the login, I do see that you are getting a “mixed content” warning for

    wp-admin/plugins.php?plugin_status=all&paged=1&s

    Please try using a plugin such as Really Simple SSL to correct your mixed content. You could also try disabling your plugins to find any conflicts, or try adding this code to your child theme functions.php to hide it:

    add_action('admin_enqueue_scripts', 'ds_admin_theme_style');
    add_action('login_enqueue_scripts', 'ds_admin_theme_style');
    function ds_admin_theme_style() {
    		echo '<style>#wpbody-content .notice.notice-info.avia-admin-notice.is-dismissible { display: none !important; }</style>';
    }

    I tried to add it to test but I received an error that WordPress couldn’t write to functions.php, which you may wish to check into your file permissions, unless this is is for security.

    Best regards,
    Mike

    in reply to: Seperator/whitespace size #952417

    Hi,
    Thank you for making it live so we can help. Right now it looks like the HR has a margin of -50px, and it looks as though you set this in the element, so the following code will remove the padding from the container that the HR is in.

    #top.home #after_layer_slider_1 .content {
    padding: 0px !important;
    }

    Please change the HR to whatever height you would like.

    Best regards,
    Mike

    in reply to: Scroll down arrow #952313

    Hi,
    OK, I see you have an advanced setup on your homepage, with 3 sliders for the top that show at different screen sizes, and then a color section that is always hidden, which was the target of the “next section” arrows.
    I moved the hidden color section below the next visible color section to show the arrow will now work, but please consider removing the hidden color section. Please see screenshot in Private Content area.

    The slider for the desktop will work because it is on bottom of all the sliders, the tablet & mobile sliders arrow will still not work because they are pointing the hidden desktop slider. I believe the real solution for this is to remove all of the arrows of all of the sliders, and create a “code block” with the ID “next-section-arrow” arrow with this code:

    <a href="#true-next" title="" class="scroll-down-link av-control-hidden" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a>

    then add this ID to the target section below all of the sliders:

    true-next

    Then add this css to move the arrow up over the sliders:

    /* code block arrow */
    #top.home .avia-fullscreen-slider{
    z-index: 1;
    }
    #top.home #top .scroll-down-link {
    top: -130px;
    }
    #top.home #after_full_slider_3 .content {padding: 0px !important;}
    

    This is an example for the homepage, and I have added this to your site so you can see how it works.

    So if you wish to use this for other pages, you can follow these steps, Or now that you know how the hidden elements are affecting the arrow link you can consider a different approach, such as one slider of all screen sizes, or only using the arrow for desktop devices.

    Best regards,
    Mike

    in reply to: fat black line shopping page #952209

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

    #header_main_alternate .container:after {display: none !important;}

    Best regards,
    Mike

    in reply to: Sub Menu Style while Top Transparency Header #952206

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

    
    .header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
    background-color:rgba(255, 255, 255, 0.5) !important;
    }
    .header_color.av_header_transparency .header_bg, .header_color.av_header_transparency .main_menu ul ul, .header_color.av_header_transparency .main_menu .menu ul li a, .header_color.av_header_transparency .pointer_arrow_wrap .pointer_arrow, .header_color.av_header_transparency .avia_mega_div, .header_color.av_header_transparency .av-subnav-menu > li ul, .header_color.av_header_transparency .av-subnav-menu a {
    background-color:transparent !important;
        border-color: transparent !important; 
    }
    .header_color .main_menu .menu ul li a {color: #fff !important;}

    Best regards,
    Mike

    in reply to: Seperator/whitespace size #952205

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

    Best regards,
    Mike

    in reply to: Space between columns (ALB) #952204

    Hey Vrout,
    To reduce the space between columns on your page, Try this code in the General Styling > Quick CSS field:

    
    #top.page-id-3719 .flex_column_table {
        width: 80%!important; 
        margin: auto!important; 
    }

    Please see screenshot in Private Content area of expected results.

    Best regards,
    Mike

    in reply to: Disable menu #952203

    Hey diefleischerei,
    To hide the menu, please try this code in the General Styling > Quick CSS field:

    .main_menu {display: none !important;}

    For the cookie info please try this code:

    #cookie-notice.cn-bottom.bootstrap {background-color:#fff !important; color: #000 !important;}
    

    Best regards,
    Mike

    in reply to: File Upload feature in Enfold default form element #952202

    Hey vinayb,
    Please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most.

    Best regards,
    Mike

    in reply to: I never had problems this bad. #952193

    Hi,
    Thanks, I was able to login, can I ask, when you speak of the search results, do you mean the dropdown, or the results? Because in my tests the results result in not found for random searches, but the dropdown seems to offer the best available results, even with no direct match.

    Best regards,
    Mike

    in reply to: Separators not working #952192

    Hi,
    Thank you, I was able to login, but I was unable to add the debugger code to run some tests.
    I got an error that the functions.php needs to be edited via sftp.
    Pleas add this code, or provide ftp access:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    	return "debug";
    }
     

    Please add under:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    thanks

    Best regards,
    Mike

    in reply to: Trouble finding autoRewind in Avia.js #952190

    Hi,
    I had to view it twice to catch all of the papers going back on, Can you please include a admin login in the private content area so we can take a closer look.
    Or export the slider so we can check locally?

    Best regards,
    Mike

    in reply to: why the second language site's menu looks different? #952188

    Hi,
    I found that saving the menu item as with the check box “Use as Mega Menu” checked solved. Please see screenshot in Private Content area and Please clear your cache and check.

    Best regards,
    Mike

    in reply to: Layerslider not showing after update to [4.3.1] #952187

    Hi,

    @BlutVampir

    Thanks for your effort, but this doesn’t work for my test environment. (windows localhost)
    But it may work for some as a good option while waiting for the official fix.
    The adding a layerslider and hiding it with “display:none: does work for me though, which is another option.

    Best regards,
    Mike

    in reply to: Javascript file merging and compression #952090

    Hi,
    To remove the debugging info, Try adding this code to the end of your functions.php file in Appearance > Editor:

    //Remove Avia Framework debug information
    	if(!function_exists('avia_debugging_info')){
    		function avia_debugging_info() {
    		  // 
    		}
    	  } 

    Best regards,
    Mike

    in reply to: Make Header Opaque (but keep active menu indicator) #952088

    Hey Fiona,
    The following code for your General Styling > Quick CSS field, adds the active menu indicator to “Minimal with Drop Shadow”
    Please adjust the colors to suit.

    .av_minimal_header .av-main-nav li:hover .avia-menu-fx,.av_minimal_header .current-menu-item > a > .avia-menu-fx,.av_minimal_header .av-main-nav li:hover .current_page_item > a > .avia-menu-fx {
        opacity: 1 !important; 
        visibility: visible !important; 
        background-color: #9cc2df !important; 
        color: #ffffff;
        border-color: #7aa0bd !important; 
        display: block !important;
    }

    If you are still having trouble please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Change tab image size #952083

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

    #top.page-id-5243 .av-tab-image-rounded .av-tab-section-image {
        width: 120px !important; 
    }

    adjust to suit.
    2: Unfortunately, that’s not possible at the moment. Please request for the feature here.
    One workaround is to hide the tab section on mobile and then replace it with a different element (ex. tabs or accordion) using the same content. Use the elements’ Screen Options.

    Best regards,
    Mike

    in reply to: Sidebar blog #952081

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

    #top.page-id-1603 .flex_column.avia-builder-el-4 {
        margin-left: 30px !important; 
    }

    This is designed to work on the one page, let us know if you need it to work on more pages. Also it would me a good idea to add a custom class or ID to the widget column, if you do please use it to replace “.avia-builder-el-4” in the code.
    Please feel free to adjust to suit.

    Best regards,
    Mike

    in reply to: Layerslider stopped working #951998

    Hi,
    The LayerSlider will not show in the list, as it’s a bundled plugin.
    I see the LayerSlider is working on the homepage, and testing on a new test page also works, please see link in Private Content area.
    Can you please point to where it was not working?
    I also see you are using Enfold v4.1.2

    Best regards,
    Mike

    in reply to: Plugins compatibility #951997

    Hey Rafa,
    While I don’t have first hand knowledge of these plugins, I found these posts:
    Mailster email plugin clash
    Urgent – Ninja Popups plugin – SJ conflict
    popup breaks Enfold

    Best regards,
    Mike

    in reply to: Cannot logout of support site #951996

    Hi,
    Have you tried using incognito mode to login? What is your OS?

    Best regards,
    Mike

    in reply to: Funky Activity on BLOG since upgrading to 4.3.1 #951995

    Hey Justin,
    Can you please link to the sites so we can take a closer look at the images.
    I hate to ask, but have to tried disabling your plugins? Only because we don’t see this error on our demo.
    Anyways, we’ll be able to see more from the links.
    As for the first client we’ll need a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Colour Section Centered #951994

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

    #welcomepanel {
        width: 85%!important; 
        max-width: 85%!important;
    margin-left: 7.1% !important; 
    }

    Please see screenshot in Private Content area for expected results.

    Best regards,
    Mike

    in reply to: Problem with menu – change of look #951990

    Hey fkadmin99,
    I see that you are using Enfold v3.8, can I ask what changed lately, did you update a plugin?
    Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    Best regards,
    Mike

Viewing 30 posts - 27,361 through 27,390 (of 34,591 total)