Forum Replies Created

Viewing 30 posts - 30,631 through 30,660 (of 34,652 total)
  • Author
    Posts
  • in reply to: How to make a page invisible but not cancel the content #885507

    Hey inuit68,
    You can change the page status to Draft or Pending Review, then it will not be seen publicly but you can access the page in your back end.

    Best regards,
    Mike

    in reply to: Header shows 2 language switchers #885503

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

    function avia_remove_main_menu_flags(){
    remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 9998, 2 );
    remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 9998, 2 );
    remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
    }
    add_action('after_setup_theme','avia_remove_main_menu_flags');

    Best regards,
    Mike

    in reply to: Fullwidth Easy Slider – hide slide #885497

    Hey Vlad,
    Sorry, that feature is not available yet. You would need to remove the one slide from your slider.

    Best regards,
    Mike

    Hey mikejmellado,
    Are you uploading the enfold.zip inside of the themeforest zip? If so this sounds like you may need to ask your host if the PHP ZipArchive Extension is enabled.
    Also ask if your PHP setting are like these:
    PHP Version: 7.0.x
    PHP Time Limit: No limit
    PHP Memory Limit: 256M
    PHP Post Max Size: 50M
    PHP Max Upload Size: 20M

    Best regards,
    Mike

    in reply to: Mobile Menu Parent Link Not working #885482

    Hey scottmlogan,
    I see that the menu is opening and closing on click in a jumping action, this looks like a conflict and I see you also have a error message in the console for a blackpulp widget. Please try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause. If you see a blackpulp widget, try disabling it also.

    Best regards,
    Mike

    Hi,
    Enfold Theme Options > Header > Extra Elements > Phone Number or small info text
    2017-12-06_032521

    Best regards,
    Mike

    in reply to: Layerslider WP Gaps/Padding #885351

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

    #top.page-id-1729 .ls-overflow-visible {
        padding-top: 0px!important; 
        padding-bottom: 0px!important; 
    }

    Best regards,
    Mike

    in reply to: Scrolling text #885345

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

    marquee {font-size: 20px!important; }

    adjust the number to suit.

    Best regards,
    Mike

    Hi,
    Thank you for the video, the code I gave you was for mobile phones @ 425px width, I see now your going down to 375px. Please try this new code for both:

    @media only screen and (min-width: 393px) and (max-width: 426px) { 
    .single-post .single-small.with-slider .small-preview {
        width: 360px!important; 
        height: 360px!important; 
    }
    img, a img {
       max-width: 360px!important; 
    }
    .template-blog .blog-meta {
        margin-right: 0px!important; 
    }
    }
    @media only screen and (max-width: 392px) { 
    .single-post .single-small.with-slider .small-preview {
        width: 320px!important; 
        height: 320px!important; 
    }
    img, a img {
       max-width: 320px!important; 
    }
    .template-blog .blog-meta {
        margin-right: 0px!important; 
    }
    }

    When testing please use the developer tools and choose between the two mobile sizes:
    2017-12-05_214207
    This is because the code is written with image sizes and not percentages needed to calculate every possible size.
    Mobile phones come in mostly two sizes, 375px for older & smaller, 425px newer larger. Hope this makes sense.

    Best regards,
    Mike

    in reply to: enfold theme colour bug #885337

    Hi,
    Perhaps you have solved it or have cleared your site cache?
    I see a red background with white fonts, please see screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Footer and Donate Button in the middle of header #885334

    Hi,
    I added the above code to your quick css, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Footer and Donate Button in the middle of header #885333

    Hi,
    Sorry for the late reply, for the background-color, Try this code in the General Styling > Quick CSS field:

    #custom_html-2.widget {background-color: yellow;}

    For the donate button text:

    #custom_html-3 .avia-button.avia-size-large {
        font-size: 20px!important; 
    }

    To line the footer text with the width of the page:

    #custom_html-2 .custom-html-widget {padding: 0 50px; width: 1310px;
        margin: auto;}

    For the hover animation, do you have a page that has your old setup in place? I’d like to check the code for animation.

    Best regards,
    Mike

    in reply to: Spalten werden untereinander dargestellt #885330

    Hi,
    Upon closer looking, this patch has already been applied to v4.2
    I’m asking the team to take a look at your issue, thank you for your patience.

    Best regards,
    Mike

    in reply to: Spalten werden untereinander dargestellt #884999

    Hi,
    I can’t link to it directly, but I took a screenshot for you.
    Be sure to save a backup of the files, after the changes you will need to save the page again as “Individual Height”, the try setting “Equal height” and save.
    Please see screenshot in Private Content area
    Or you can use “Individual Height” for now until the next update.

    Best regards,
    Mike

    in reply to: Center Contents of Secondary Menu Above Main Menu? #884593

    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, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Center Contents of Secondary Menu Above Main Menu? #884481

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

    @media only screen and (min-width: 1440px) { 
    #header_meta .container {width: 51% !important; }
    }
    @media only screen and (min-width: 989px) and (max-width: 1439px) { 
    #header_meta .container {width: 71% !important; }
    }

    Best regards,
    Mike

    in reply to: Hover solution #884477

    Hi,
    You could add the newsletter form to a widget in your header. Please try the following: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/. We can help you out with styling once you’ve added the widget area.

    Best regards,
    Mike

    in reply to: Using the Enfold theme on another website #884475

    Hi,
    We have addressed this in your other post, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Burger-Menu display Error #884473

    Hi,
    Thank you for sharing your solution, The new update solved many issues. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: How to get a normal menu/header NOT HIDDEN. Fixed! #884471

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

    Best regards,
    Mike

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

    
    .postid-136 .container .av-content-small.units {
        width: 100%!important; 
    }
    
    .postid-136 .content .post-entry-136 div.entry-content-wrapper {
        padding-right: 0px!important; 
    }

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

    
    .page-id-12 .flex_column .avia-slideshow {
        margin: 0!important; 
    }

    Best regards,
    Mike

    Hey xtacx,
    Please try the following: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/. We can help you out with styling once you’ve added the widget area.

    Best regards,
    Mike

    in reply to: Problem with a colors in my dropdown menú #884465

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

     #top #wrap_all .avia_mega_div ul,#top #wrap_all .avia_mega_div ul a {
        color: #000!important; 
        background-color: #fff!important; 
    }

    Best regards,
    Mike

    in reply to: Footer and Donate Button in the middle of header #884464

    Hey projectt_co_uk,
    Please go to Appearance > Widgets and create a new widget area and then go to Appearance > Editor and edit functions.php file and add following code

    
    add_action('ava_before_footer','avia_above_footer');
    function avia_above_footer(){
    dynamic_sidebar( 'test' );
    }

    replace “test” with the name of your newly created widget area
    You can then use the html widget to add your content and we can assist with css to match the size and background color.

    Best regards,
    Mike

    in reply to: Spalten werden untereinander dargestellt #884463

    Hi,
    Seems your issue is when using columns with “Equal height” setting and nesting columns inside these columns. This breaks the HTML div’s the closing div needed for Equal Height is missing. A workaround is to switch the last one to “Individual Height” setting.
    The dev team has a fix where we need to edit 3 files via FTP.
    Please include your FTP login in the Private Content area.

    Best regards,
    Mike

    in reply to: ERROR "not entitled to view previews" on my shop pages – #884459

    Hey Itty,
    Glad to hear, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Enfold App language options #884457

    Hi,
    Well noted, thank you.

    Best regards,
    Mike

    in reply to: Masonry portfolio font size #884456

    Hi,
    I’m not sure if I’m looking at the correct element, please see screenshot in Private Content area.
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Next and previous arrows portfolio #884454

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

    Best regards,
    Mike

Viewing 30 posts - 30,631 through 30,660 (of 34,652 total)