Viewing 30 results - 601 through 630 (of 11,218 total)
  • Author
    Search Results
  • #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.

    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/

    #1418819

    Hi Nathan Fromstein,

    Thanks for contacting us!
    And yes, you will need to repurchase Enfold again so you can update Enfold on your live site.

    The current version you are using is still using the old API (username and API key) which envato has already deprecated therefore you can’t update it with the usual method.
    You can do the following process instead:

    First make a backup:
    – Site Backup: https://kriesi.at/documentation/enfold/backup-wordpress-site/
    – Theme Settings Backup: https://kriesi.at/documentation/enfold/backup-theme-settings/

    Option 1: Use Envato Market to update your site
    – link: https://envato.com/market-plugin/

    Option 2: Update manually
    1. Login to ThemeForest and download the Enfold theme, right-click over the downloaded zip file and extract/unzip it.
    2. It should generate a new folder, open it and look for the enfold folder
    3. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
    4. Log in to WordPress as and Admin.
    5. Install and activate a maintenance plugin and put your site in Maintenance mode.
    6. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
    7. Click on the ADD NEW button.
    8. Click on the UPLOAD THEME button.
    9. Click BROWSE and choose enfold.zip file
    10. Click the INSTALL NOW button and switch to Enfold or your child theme.
    11. Remove the maintenance mode then deactivate and remove the maintenance plugin.

    Then register the theme by following the instructions in https://kriesi.at/documentation/enfold/theme-registration/
    Once this is done, the next time you update, you’ll only need to go to Enfold > Theme Updates and click on the Update button.

    Hope it helps.

    Best regards,
    Nikko

    #1418731

    In reply to: Productpage

    I’m so sorry… it still does not work.

    I placed in in the Appearance Editor. But still this “Not found field”.

    There was already some info in the editor. Could that be the reason? Or could it be this text: “Don’t display products in the clothing category on the shop page.”

    This is al the info there is in there:

    @media only screen and (max-width: 768px) {

    /* Add your Desktop Styles here */
    .responsive #top .products .product:nth-child(odd) {
    clear: none !important;
    }
    }
    post-type-archive .woocommerce-no-products-found {
    display: none;
    }
    function custom_pre_get_posts_query( $q ) {
    $tax_query = (array) $q->get( ‘tax_query’ );
    $tax_query[] = array(
    ‘taxonomy’ => ‘product_cat’,
    ‘field’ => ‘slug’,
    ‘terms’ => array( ‘cursus’ ), // Don’t display products in the clothing category on the shop page.
    ‘operator’ => ‘NOT IN’
    );
    $q->set( ‘tax_query’, $tax_query );
    }
    add_action( ‘woocommerce_product_query’, ‘custom_pre_get_posts_query’ );

    For your information: This is in the Enfold Quick CSS. Could that be interfering?

    .single-product-main-image {width: 66% !important;}

    #top .product div.images img {
    width: auto;
    margin: 0 auto;
    }

    #top.archive .thumbnail_container img {
    height: 324px;
    }

    @media only screen and (max-width:767px) {
    .responsive #top #main .sidebar {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
    }

    .responsive #top #main .sidebar .inner_sidebar {
    margin-left: 0 !important;
    }
    }
    .avia-button {
    background-color:gold!important;
    }

    .product_cat-cursus .single-product-main-image{
    width: 30%!important;
    }

    add_action( ‘woocommerce_product_query’, ‘custom_pre_get_posts_query’ );

    #1418691

    Hey mediafacto,
    Thanks for the link to your site, in the popup the blue one was not correct, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field to correct:

    #top .mfp-content .avia-button.av-4pqcoe-31648334b4896fbdfea9d05f47606f6f,
    #top .mfp-content .avia-button.av-eh4dwu-7ff5582dbec01723c9e3c0eb24a72468{
        background-color: #0e76a8;
        border-color: #0e76a8;
        color: #ffffff;
    }

    After applying the css, please clear your browser cache and check.
    To stop your page from scrolling try adjusting your script to this solution.

    Best regards,
    Mike

    #1418685

    Hi,
    I checked the IT site, In your custom footer page the CGA button has the preview link, it looks like you pasted the link this way, when I search your IT site there is no page conditions-generales-daffaires for which the preview link is for.
    Enfold_Support_3237.jpeg
    To correct this either create a conditions-generales-daffaires page, or select a different page and add the correct link to the button.
    I checked your original site and the button is a preview link:
    Enfold_Support_3239.jpeg
    but you do have a conditions-generales-daffaires page, so I assume that all of your sites have the preview link, please adjust each one.

    Best regards,
    Mike

    #1418684

    Hey Marc,
    It looks like you are using the Fullwidth Easy Slider, so go to a slide in your slider and open it:
    Enfold_Support_3231.jpeg
    then go to Advanced ▸ Link Settings you have the option to add buttons:
    Enfold_Support_3235.jpeg
    If you want to modify the look of the button more than the options allow you to let us know and we will help with some css.

    Best regards,
    Mike

    #1418676

    Hi,
    For your other issue your images are in a portrait size and the element is showing a landscape size, so you could change the image size of the image used.
    The category page is using the “portfolio” image size, so try using the Simple Image Sizes plugin and change the image size in the WordPress ▸ Dashboard ▸ Settings ▸ Media ▸ Media Settings options, look for portfolio size and change the size and disable cropping:
    Enfold_Support_3229.jpeg
    and click the Save Changes button at the bottom of the page, then use the Regenerate Thumbnails plugin, to regenerate all of your images (thumbnails), this plugin works better than the built-in option of the other plugin, as it sometimes stalls if you have a lot of images.

    Best regards,
    Mike

    Hi,
    If you are using a child theme then yes leave the code in the functions.php, otherwise I recommend the WPcode plugin this plugin supports PHP code snippets, JavaScript code snippets, & CSS code snippets and you will not lose your code when you update as you would if the code is in your parent theme functions.php.
    To change it into a button using the magic wand in the Post editors we will need to change the function a little to use do_shortcode
    Here is an example that I tested on my yest site and works, you can change the button code to suit your needs:

    add_action("ava_after_content", function() {
        if (is_singular('post')) {
            echo do_shortcode("[av_button label='Back to Bolg' icon_select='yes' icon='ue830' font='entypo-fontello' icon_hover='aviaTBicon_hover' link='manually,#' link_target='' size='medium' position='center' label_display='' title_attr='' size-text='' av-desktop-font-size-text='' av-medium-font-size-text='' av-small-font-size-text='' av-mini-font-size-text='' margin='' margin_sync='true' padding='' padding_sync='true' av-desktop-margin='' av-desktop-margin_sync='true' av-desktop-padding='' av-desktop-padding_sync='true' av-medium-margin='' av-medium-margin_sync='true' av-medium-padding='' av-medium-padding_sync='true' av-small-margin='' av-small-margin_sync='true' av-small-padding='' av-small-padding_sync='true' av-mini-margin='' av-mini-margin_sync='true' av-mini-padding='' av-mini-padding_sync='true' color_options='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' btn_color_bg='theme-color' btn_custom_grad_direction='vertical' btn_custom_grad_1='#000000' btn_custom_grad_2='#ffffff' btn_custom_grad_3='' btn_custom_grad_opacity='0.7' btn_custom_bg='#444444' btn_color_bg_hover='theme-color-highlight' btn_custom_bg_hover='#444444' btn_color_font='theme-color' btn_custom_font='#ffffff' btn_color_font_hover='white' btn_custom_font_hover='#ffffff' border='' border_width='' border_width_sync='true' border_color='' border_radius='' border_radius_sync='true' box_shadow='' box_shadow_style='0px,0px,0px,0px' box_shadow_color='' animation='' animation_duration='' animation_custom_bg_color='' animation_z_index_curtain='100' hover_opacity='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' css_position='' css_position_location=',,,' css_position_z_index='' av-desktop-css_position='' av-desktop-css_position_location=',,,' av-desktop-css_position_z_index='' av-medium-css_position='' av-medium-css_position_location=',,,' av-medium-css_position_z_index='' av-small-css_position='' av-small-css_position_location=',,,' av-small-css_position_z_index='' av-mini-css_position='' av-mini-css_position_location=',,,' av-mini-css_position_z_index='' id='' custom_class='' template_class='' element_template='' one_element_template='' av_uid='' sc_version='1.0' admin_preview_bg='']");
        }
    }, 10);

    Best regards,
    Mike

    #1418552

    Hi,
    Thank you for the code snipptes, I see that you have added the Form Embed Code which is the iframe in the second code block and in the first code block you have the old button as the trigger.
    I believe that your new popup code uses a different trigger to call the popup.
    As I review your video I only see you use the “copy embed code” button, please also include the code from the “copy form link” button:
    Enfold_Support_3196.jpeg
    Please add this to the trigger code block, that is the first one with the button so we can see the popup working correctly, then I can examine how the trigger works and work out a why for it to be like the button you want it to be.

    Best regards,
    Mike

    #1418536

    Hey Mathias,

    Please use this link to open a new thread, or click this button: https://imgur.com/a/AnoSPNb.

    Best regards,
    Rikard

    Hey bonsaimedia,
    The quantity buttons are intentionally disabled or hidden on mobile devices due to the space limitation.
    Please try the css in these threads:

    Best regards,
    Mike

    #1418455

    In reply to: Main menu and footer

    Hi,

    Did you register a custom social icon using the filters as described in the documentation? If you want to adjust the style of the social icons, please check the documentation below.

    // https://kriesi.at/documentation/enfold/social-share-buttons/#custom-styled-social-icons

    Best regards,
    Ismael

    #1418320

    In reply to: Main menu and footer

    Hey Lene,

    Thank you for the inquiry.

    You can adjust the height of the current menu indicator using the following css code.

    .avia-menu-fx {
        height: 4px;
        width: 100%;
    }
    

    And to add a custom social icon to the theme, please check the following documentation.

    // https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options

    Best regards,
    Ismael

    #1418286

    Hey ashleyknow,
    Thank you for your patience, when I use an Android device to view your check out page I only see the red “Proceed to checkout” button and it works correctly, please see the first screenshot in the Private Content area.
    But on Windows laptop I see another blue button below it that overlays the red button so it can not be clicked, and the blue button doesn’t work when it is clicked, see the second screenshot.
    I assume that the blue button is the ApplePay that you are talking about, and perhaps it doesn’t work for me because I don’t have an apple, but to allow this to not interfere with the standard payment button try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.woocommerce-cart #wcpay-payment-request-button {
    	padding-top: 60px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1418254

    In reply to: Customization X button

    Hi,

    Please add the following to the bottom of Functions.php file of your child theme ( https://kriesi.at/documentation/enfold/child-theme/ ) or as a new snippet using the Code Snippets ( https://wordpress.org/plugins/code-snippets/ ) plugin:

    
    add_action('ava_after_main_container', 'new_ava_after_main_container');
    function new_ava_after_main_container(){
    	if(is_page(8779)){
    		echo '<div class="custom-back-button"><span class="av_font_icon av-lm7ig98k-65ba33b015b6384fd3901ea03a4bd5d6 avia_animate_when_visible av-icon-style- avia-icon-pos-left av-no-color avia-icon-animate avia_start_animation avia_start_delayed_animation"><a href="LINK_TO_YOUR_HOMEPAGE" class="av-icon-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a></span></div>';
    	}
    }
    

    You can use the “is_page” condition to target your Boats page. The “8779” is ID of the page you shared in your initial post. If you want to display the button on another page, you’ll need to update the “8779” in the code.

    Then, you’ll need to update the “LINK_TO_YOUR_HOMEPAGE” in the snippet to the link of your homepage.

    After that, add the following code to the bottom of the Quick CSS field in Enfold theme options > General Styling

    
    .custom-back-button {
      position: fixed;
      top: 50px;
      left: 20px;
      z-index: 99;
      background-color: #1a1a1a;
      opacity: 0.7;
      padding: 90px 30px 40px 30px;
    }
    
    .custom-back-button .av_font_icon {
    font-size: 80px;
    margin: 0;
    }
    

    You’ll need to use jQuery to hide/display the button when scroll down/up.

    We cannot help you fine-tune this. If you need further assistance, please consider to hire a freelance developer for the task.

    Best regards,
    Yigit

    Hi,
    I checked your cPanel Administration WordPress, and you can see the database and user for each install by clicking the blue database button:
    Enfold_Support_3168.jpeg
    so you can delete the user and database for these safely, it’s good to check that they are not sharing the database user accounts.
    So I would use the option to uninstall and delete the database & user & directory, and then clone the original main install to create your new ones.
    I also checked your products but they all look like they are published and none are in draft, please try changing the ones you don’t want to show to draft status, this should make them not visible on the frontend, if they are please let us know which ones and where you are seeing them, such as the “shop page”

    Best regards,
    Mike

    #1418077

    In reply to: Customization X button

    Hi,

    You can add a header widget area by referring to this post https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area, place a Custom HTML widget inside it, and add your custom button to it using HTML.

    Unfortunately, such customization would be out of the scope of our support so we cannot help you with that.

    Regards,
    Yigit

    Hi,
    Try using the cPanel Softaculous Administration WordPress Clone option to clone the main site into your other sites.
    Enfold_Support_3055.jpeg
    When you click the clone button it will ask you where you want to clone it, then you can add the directory you want, such as /en/, /de/, /fr/, ect.
    Enfold_Support_3143.jpeg

    Best regards,
    Mike

    Hi,
    Thanks for your patience and the link to your site, I found that the Enfold Theme Options ▸ Performance ▸ Disable jQuery Migrate was enabled and this didn’t allow the cookie bar to work correctly.
    In my testing I cleared your WPRocket cache many times and then the cookie buttons worked correctly, I also enabled the cookie badge so I would know when the WPRoket cache was cleared.
    But now in a second test the buttons are not working and the badge is not showing and the WPRocket cache is not clearing, it looks like you have a CDN, perhaps on your server, please check and clear.
    If you can’t clear the WPRocket cache so the cookie badge shows, try disabling WPRocket and clearing your server cache.

    Best regards,
    Mike

    #1417904

    Hi,
    If the Classic Editor is removed from WordPress and only the Block Editor is shown the ALB button will still show
    Enfold_Support_3113.jpeg
    WordPress may not update the Classic Editor, but that is not the same as removing the Classic Editor.

    Best regards,
    Mike

    #1417800

    Hey Anna_Tewes,

    Thank you for the inquiry.

    Have you tried creating a new widget area (sidebar) in the “Enfold Custom Widget Area” section? You should find a single field for the widget area name and a “Add Widget Area” button.

    Best regards,
    Ismael

    moonswamp
    Participant

    I encountered a serious issue while trying to publish or edit a new blog post in the backend. The editor displays the following error message: “Failed to initialize plugin: avia_builder_button.”

    I used the F12 key to inspect the error and found that many files are missing, such as:

    /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-modal.min.css-5.6.6
    /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-custom-elements.min.css-5.6.6
    /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-builder.min.js-5.6.6

    please check the image: https://i.postimg.cc/DZ0FWjjW/20230830143315.png

    There are many files like this. Upon closer inspection of the file formats, I noticed that these files have a version number appended at the end, but the format is incorrect. This is preventing them from loading and resulting in a 404 error!

    This issue is very critical. Please assist in resolving it!

    P.S. I just created an admin account so you can login to check it!

    #1417483

    Hey jasonlthornton,
    Thank you for the link to your site, when two buttons are in the menu some css is added so they are closer together, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field so there is more space:

    .av-menu-button + .av-menu-button {
        margin-left: 0;
    }

    if you want more space you are adjust like this:

    .av-menu-button + .av-menu-button {
        margin-left: 10px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1417399

    In reply to: No Chan

    Hey Jelka,

    You can click this button: https://imgur.com/a/AnoSPNb

    Or follow this link to open a new thread.

    Best regards,
    Rikard

    #1417367

    Hi jasonlthornton,

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

    #top #header #avia-menu .av-menu-button .avia-menu-text {
        color: black;
    }

    Hope it helps.

    Best regards,
    Nikko

    This reply has been marked as private.
    #1417069

    In reply to: Key licence

    Hi Natacha,

    You can find it on the ThemeForest Downloads page ( https://kriesi.at/wp-content/uploads/2013/09/registration_steps.jpg ) or on this page https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990/support below the Go to item support button.

    You can use your Purchase Code to register to our support forum at https://kriesi.at/support/register/. After logging in, you can start new threads at https://kriesi.at/support/forum/enfold#new-post.

    Best regards,
    Yigit

    #1417052

    Hi Nikko,
    sure!
    I click on left side in black area on enfold, than import/export and by the last button on loading fonts

    many greetings rixi

    #1417023
    NonSuch
    Participant

    Hi support team,

    I’m using latest Enfold with WooCommerce on WordPress 6.3, when I mouse hover over the cart shopping item (after add to cart) I don’t see the correct preview. This cart preview however is working fine while using Appearance -> Customize option from WordPress menu.

    Please see attached screenshots:

    Working correctly with Appearance -> Customize View
    https://drive.google.com/file/d/1AaADLOZCkAk2QkUupLR3CxkCoInbOwHU/view?usp=sharing

    Not working in normal view
    https://drive.google.com/file/d/1r8z53ht19v2NtvkxDmlcrtffU2O2vhGV/view?usp=sharing

    I disabeld “Enable AJAX add to cart buttons on archives” option in woocommerce settings. I tested this also with different resolutions and browsers, as well as changing “Header Shopping Cart Icon” in Shop Options of Enfold settings menu without success.

    Ismael from the support team advised me to disable file compression as well as cache plug in (did not fix the issue). He also asked me to open a new topic for this issue (here is the original post: https://kriesi.at/support/topic/shopping-cart-preview-on-hover-does-not-work/ )

    Thanks for your help!

Viewing 30 results - 601 through 630 (of 11,218 total)