Viewing 30 results - 13,441 through 13,470 (of 244,551 total)
  • Author
    Search Results
  • #1418995
    John Brand
    Guest

    Hi, our contracted web developer has used Enfold v4.7.6.4 for our site. We’ve noticed that the shopping cart and checkout do not work correctly on mobile devices – cutting off fields and even removing the ability for customers to change order quantities. I’m happy to purchase the upgrade if it fixes these problems for us. If you can confirm, or have us temporarily upgrade the site to test, that would be great. Thanks!

    #1418988

    Hi,

    Thank you for the update.

    You can enable the search icon back in Enfold > Main Menu > General panel, toggle the Append Search Icon To Main Menu option. You can also add the search field in the header as widget. Please check the documentation below for more info.

    // https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Best regards,
    Ismael

    #1418986

    How did I disable the search bar in the header? In Enfold Child > Header, I don’t see anything in any of the 3 tabs where I can turn it back on. . . would that fix the issue without additional css code?

    #1418983

    Hey gatehealing,

    Thank you for the inquiry.

    1) Summary: Legible Font Sizes (THREE issues)

    1) Font Size 11px – It seems to be referring to the base or default font size for all text elements. This css rule is overridden by the custom font sizes that can be set in the Enfold > General Styling > Typography panel.

    2-3) Font Size 11px .pagination span, .pagination a – You can adjust the size of the pagination with this css code.

    #top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {
        height: 50px;
        width: 50px;
        line-height: 50px;
        border-radius: 100px;
        margin-right: 5px;
        font-size: 1em;
    }
    
    #top .pagination .pagination-meta {
        float: right;
        line-height: 35px;
        font-size: 1em;
    }

    2) Summary: Tap Target Sizing (FIVE issues)

    1) Element Label Search – Looks like you’ve disabled the search bar in the header but if you want to adjust the size of the label, try to use this css code.

    #top .av_minimal_header #s {
        font-size: 1.2em;
    }

    ———————————————–
    2-5) Element Label span.blog-categories > a – The other 4 refers to the post categories, which can be adjusted using this css code.

    .html_elegant-blog #top .post-entry .minor-meta {
        font-size: 1em;
    }

    Best regards,
    Ismael

    #1418981

    Hi,

    Thank you for the update.

    To fix the issue, we temporarily disabled the Enfold > Performance > File Compression settings to regenerate the scripts and stylesheets. You can re-enable the file compression settings back once you’re done editing the site.

    Best regards,
    Ismael

    #1418976

    Hey emilconsor,

    Thank you for the inquiry.

    There is no extensive documentation for this at the moment, but if you’re looking for the available fields or options for the modal popup window of the builder elements, try to check the enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-modal-elements.php. You’ll find the functions that creates the linkpicker, select, input and other builder elements in that file. Hope this helps.

    Best regards,
    Ismael

    #1418964

    Hi sarthakchoudhary,

    The image sizes used is 705 x 705px, so unless it’s a square image, some parts of the image would be lost, otherwise, the layout will break.
    You can change the size by adding this PHP snippet in your child theme’s functions.php file (or use plugin like WPCode to add PHP snippet):

    function enfold_customization_modify_thumb_size( $size ) {
      $size['masonry'] = array( 'width' => 705, 'height' => 705 , 'crop' => false );
      return $size;
    }
    
    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );

    Just adjust the values as you see fit.
    Hope it helps.

    Best regards,
    Nikko

    #1418963

    In reply to: Transparent header

    Hi Nathan,

    Thanks for contacting us!
    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      .html_mobile_menu_tablet #top #wrap_all .av_header_transparency {
        background-color: transparent !important;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1418962

    Hi octopussolutions,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (min-width:1080px) {
      .html_header_top.html_header_transparency #header {
        background-color: white;
        margin-top: 30px;
        max-width: 1080px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 8px;
        box-shadow: 0 0 20px rgba(0,0,0,0.05);
        overflow: hidden;
      }
    }

    This code only takes effect on desktops and laptops but not on tablets and mobile phones.
    Hope this helps.

    Best regards,
    Nikko

    #1418957

    Hi Sascha,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      #top .av-siteloader-inner {
        table-layout: fixed;
      }
    
      #top .av-siteloader-inner .av-preloading-logo {
        max-width: 100%;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1418956

    Hi pampself,

    For the background color of the canvas, please try to add this CSS code in Enfold > General Styling > Quick CSS: (just change the color value as you see fit)

    #top.home .container_wrap_first {
        background-color: white;
    }

    To reduce the height, please add this CSS code (and adjust the padding values)

    #top.home .container_wrap_first main.content {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    Best regards,
    Nikko

    #1418953
    gatehealing
    Participant

    ***note: the codes below are displaying weird, so the tool I used to identify these issues is https://www.seoptimer.com/gatehealing.com#uimobile . . . go down to Usability issues and expand those sections to see the tables that outline these issues***
    regarding: https://gatehealing.com/

    I have 2 types of usability issues:
    1) 3 Font Usability issues, and
    2) 5 Tap Target Sizes

    I cannot find the css file in the Theme editor to fix these issues:

    1) Summary: Legible Font Sizes (THREE issues)
    There is some text on your page that is small and may not be legible enough for particular users.
    We recommend reviewing all text on your page in different devices to ensure that it is of appropriate size.

    1) Font Size
    11px

    Text Block
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video

    Style Location
    https://gatehealing.com/wp-content/themes/enfold/css/base.css?ver=5.6.6
    ———————————————–
    2) Font Size
    11px

    Text Block
    .pagination span, .pagination a

    Style Location
    https://gatehealing.com/wp-content/themes/enfold/css/layout.css?ver=5.6.6
    ———————————————–
    3) Font Size
    11px

    Text Block
    .pagination .current

    Style Location
    https://gatehealing.com/wp-content/themes/enfold/css/layout.css?ver=5.6.6
    -_—_____—–_______—–______—–_______—–______—–______
    2) Summary: Tap Target Sizing (FIVE issues)
    Some of the links or buttons on your page may be too small for a user to easily tap on a touchscreen.
    Consider making these tap targets larger to provide a better user experience.

    1) Element Label
    Search

    CSS Selector
    nav.main_menu > div.avia-menu > ul#avia-menu > li#menu-item-search

    HTML Block
    <li id=”menu-item-search” class=”noMobile menu-item menu-item-search-dropdown menu-item-avia-special” role=”menuitem”>
    ———————————————–
    2) Element Label
    EVERYDAY LIFE

    CSS Selector
    div.slide-content > header.entry-content-header > span.blog-categories > a

    HTML Block

    ———————————————–
    3) Element Label
    FAMILY AND PARENTING

    CSS Selector
    div.slide-content > header.entry-content-header > span.blog-categories > a

    HTML Block

    ———————————————–
    4) Element Label
    EVERYDAY LIFE

    CSS Selector
    div.slide-content > header.entry-content-header > span.blog-categories > a

    HTML Block

    ———————————————–
    5) Element Label
    FAMILY AND PARENTING

    CSS Selector
    div.slide-content > header.entry-content-header > span.blog-categories > a

    HTML Block

    —–_____——______—–_____——_____——_____—–______—–_____

    • This topic was modified 2 years, 7 months ago by gatehealing.
    #1418922

    Hi,
    Try adding this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #top .mfp-content .av-9g7ebi-f2e12a2e9a0504676810d016a51cefd3,
    #top .mfp-content .av-4xc9se-e01829d9bd552af3332b6fd9af5b84e8 {
        background-color: #0e76a8;
        border-color: #0e76a8;
        color: #ffffff;
    }
    }

    Thanks for pointing out the filter Guenni007

    Best regards,
    Mike

    #1418907
    natalie_al-plus_de
    Participant

    Hallo Enfold-Team, nach dem Upload eines mp4 file bekomme ich folgendes angezeigt:

    http://vierter-raum.de/wp-admin/post.php?post=212&action=edit

    “Es gab einen kritischen Fehler auf deiner Website. Bitte überprüfe den Posteingang deiner Website-Administrator-E-Mail-Adresse für weitere Anweisungen.

    Erfahre mehr über die Problembehandlung in WordPress.”

    Beste Grüße
    Natalie Sommer

    #1418905
    softprinciples
    Participant

    Hello,

    I have been using Enfold for many years now and is the main template I utilise for any new websites I create. For some reason with the latest website I am working on I am having issues with the Avia Layout Builder for one of the pages I am working on. I have recreated the page many times but have the same issue. I am using the service section of the Consulting demo. Just 3 grid sections with an image, special heading and text with bullet points. Nothing complicated but no matter how many times I create this page, once I exit and reopen the page I get the spinning wheel where the Avia Layout Builder should be.

    Even if I copy one of the demo pages, update the service section, save and reopen the page I get the same issue in which I cannot utilise the Avia Layout Builder again.

    Could you please assist to see what is happening. I have attached the details to login. The page with the issue is “Services”.

    #1418901

    Thanks but I am not sure this makes much sense as it pertains to your theme perse. I had this from an older support doc (https://kriesi.at/documentation/enfold/header/#toggle-id-2):

    //——————————–

    // Header widget area

    //——————————–

    add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( ‘header’ );
    }

    That’s as far as I got. Please have a look at the referenced page in private content and advise full steps to accomplish this.

    #1418895
    Sachs
    Participant

    Hi Enfold support
    Please could you help out. The logo in the header isn’t linking to the homepage.
    I can´t see where to problem is.

    It is currently on a staging server, however the logo is working fine when mobile and tablet, but not on desktop…
    Please help out.

    Best regards
    Lene

    #1418891

    In reply to: Post CSS missing again

    Hi Mike

    Thank you for your tip.
    What should this setting do? When I change the setting as suggested, I can’t see any difference. I do see that many Enfold files have now been minified, but the post CSS is still missing from some posts and is output as an unminified file for others.

    Kind regards
    Jeannette

    #1418883

    In reply to: Overlay images

    Hi,
    Then you can change the option in the image element in the advanced tab under Animation ▸ Caption Appearance ▸ Only display on hover
    Enfold_Support_3264.jpeg

    Best regards,
    Mike

    #1418880

    In reply to: Dark Mode question

    i tested ( not all on Enfold ) a lot of those dark-mode solutions.

    They all suffer from the fact that switching to dark mode often does not produce a satisfactory result. So maybe another approach I had in mind is to use this snippet to set a custom colour scheme.

    function custom_color_set($color_sets){
      $color_sets['dark_mode'] = 'Dark Mode';
      return $color_sets;
    }
    add_filter( 'avf_color_sets', 'custom_color_set', 999, 1 );

    but on that case the class (dark_mode) will not go to the alb element – but to the body class list. Maybe we can add for that new color-set some input-fields for menu-colors and header area colors.

    Then all we would have to do is add a button (e.g. in header_meta) to switch the page to that colour scheme.
    Of course, it would be a lot of work to set this up, but it could be worth it for a better customised look.

    #1418879

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1418873

    Hey aixhibitag,

    Thank you for using Enfold and reporting this.

    For next release I added a timeout to the curl options when reading the svg file.
    This fixed it on my dev site. I tested it with attachment ID -> missing file and adding wrong url.

    If you want to check it replace enfold\framework\php\class-svg-images.php with the content of

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_5_6_6/framework/php/class-svg-images.php

    Best regards,
    Günter

    #1418867
    Nathan
    Guest

    Hello, before I updated my enfold I had some extra css. to make the background transparent on a mobile device. How can I get it to do that again after updating. webiste: lifesc.org

    #1418865
    aixhibitag
    Participant

    Hi,

    we’ve experienced a severe bug that pervents loading of the site. The whole page including admin is broken. After many experiments with deactivation plugins and themes it turns out that a missing svg logo has led to this.

    To reproduce it just go to Enfold > Theme Options and set a svg as the logo and save options. Now delete the logo or just simple change the url of the logo a bit so that it is false. Now hit save options again and the whole site instantly crashes. To get it running again you have to restore the datebase.

    Tested in 5.6.5 and 5.6.6.

    I propose that the logo url should be validated prior to the enfold / dynamic avia (?) build process.

    Regards
    Ansgar

    • This topic was modified 2 years, 7 months ago by aixhibitag.
    #1418858

    In reply to: additional plugins

    Hi!

    We appreciate your interest in the Enfold theme. Rest assured, you won’t need to purchase additional WordPress plugins like Elementor and Slider Revolution to fully utilize the theme. The theme has its own Advance Layout Builder (ALB / Avia Builder) and an integrated Layer Slider plugin, ensuring that you have all the tools required to build your website right from the start.

    Should you have any more inquiries or require further assistance, please don’t hesitate to open a thread in the forum. We’re here to help. Thank you for considering Enfold.

    Cheers!
    Ismael

    #1418853

    In reply to: Dark Mode question

    Hi Ismael, thanks for the reply.

    PS: I made this request to you, because a client asked me to have this option on the site I proposed to him (naturally based on Enfold), and before installing a specific plugin (and I prefer to use Enfold precisely because it allows me to create sites almost without having to use additional plugins…), I wanted to hear your opinion :)

    Best regards,
    Oriano

    #1418851

    In reply to: Dark Mode question

    Hi Ismail,
    thank you for the advice.

    Honestly, I would prefer to have the DarkMode Switch integrated into the theme. And since I use Enfold as my favorite theme for the sites I create and manage… well… you can imagine ☺️

    So please,
    consider this option, and if possible, keep us informed about your development decisions, so that we, professional users of your theme, can know whether or not to offer this option to our customers.

    Best regards,
    Oriano

    Hi,

    Thank you for the info.

    We are not yet sure what is causing the issue but it is generated by the avia_wpseo_sitemap_exclude_pages function in the enfold/config-wordpress-seo/config.php file. We may need to access the server via S/FTP in order to properly check the issue. Please provide the details in the private field.

    In the meantime, please try to edit the file or function mentioned above, and look for this code around line 340.

    $post_ids = array_unique( $post_ids, SORT_NUMERIC );
    

    Below, add this code.

    if ($post_ids === null) {
    			$post_ids = array();
            }
    

    Best regards,
    Ismael

    bbarasa
    Participant

    I’m trying to set up a page for people to buy tickets at, using paypal Add to Cart buttons. I decided I needed to contain the text and the buttons in a table. The table in avia is actually lists in columns. I understand why lists are better than tables on a responsive web page. But I’ve tried various CSS things both in the papal button code and in the “extra CSS” in Enfold but the buttons are still FAR below where I want them. At one point they were hidden behind the colored “blocks” in the “table.”
    Do you have a suggestion for CSS that will get them “closed up” under the item the button is for? and where do I control the CSS for the background color and borders of the “boxes” (which are really list items)?
    https://jeffersonbaroque.org/tickets/

    #1418822

    Hi,
    To have a popup display automatically after 5 seconds I recommend using a popup plugin like WP Popups I tested this on my test site linked below. I used a blank popup template:
    Enfold_Support_3254.jpeg
    then added your link as a iframe:
    Enfold_Support_3256.jpeg

    <iframe width="100%" height="650px" src="https://link.mightyrealmedia.com/widget/form/SKLq9d3FYMp3PKRXYTbs" scrolling="auto" frameborder="0" allowtransparency="true"></iframe>

    then I set the page I wanted it to show on, my test page below, you can choose every page if you like:
    Enfold_Support_3258.jpeg
    then I set the delay to 3 seconds
    Enfold_Support_3260.jpeg
    there are many other setting you can make but for this example this worked, this was the result after 3 seconds:
    Enfold_Support_3262.jpeg
    please give this a try.

    Best regards,
    Mike

Viewing 30 results - 13,441 through 13,470 (of 244,551 total)