Viewing 30 results - 1,291 through 1,320 (of 11,204 total)
  • Author
    Search Results
  • #1334461

    Hi,

    Sorry for the delay. We are not yet sure why the “Choose” button or the date picker button is not displaying on the product page but you can use this code temporarily to display the date fields, which should also toggle the calendar.

    #top .wc-bookings-date-picker-date-fields {
        display: block;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.

    Best regards,
    Ismael

    #1334403

    Hi,

    Have you found a solution for point 2 as well? Font size is 12px and it looks fine on my end, I attached a screenshot in private content field.

    If you would like to decrease the size even more, please add following code to bottom of Quick CSS field in Enfold theme options > General Styling tab

    #top #full_slider_2 .avia-slideshow-button {
      font-size: 10px !important;
    }

    Best regards,
    Yigit

    #1334368

    In reply to: Hiding bordered menu

    Hi,
    Please open a new thread for separate issues, we prefer to keep each thread on-topic, such as the topic of this thread is hiding the border of a button.
    When you open your new thread please include an admin login to your site for us so we can see which language plugin you are using and try to explain as fully as possible your issue, such as which page you are editing that loses it’s content and how we can reproduce the error, if your not sure how to explain screenshots often help. Thank you for your understanding and for using Enfold.

    Best regards,
    Mike

    #1334347

    Topic: problem with cookie

    in forum Enfold
    minogig
    Participant

    Good morning.
    I have a problem with my cookie settings.
    Even if I make the changes in the enfold panel -> privacy and cookie, once I load the page I don’t see the changes.
    I also added the reject button for example, but when I load the page I don’t see the change. What can it depend on?

    Thanks everyone in advance
    Best regard’s
    Mino

    #1334200
    triaderm
    Participant

    Hello!
    When viewing the default homepage on a mobile (medical theme), you see that the main blocks (flex_column_table?) are “to high” they mask the buttons “learn more” and “make appointment”. Also the header photo is kind a small (height) and the sentence (welcome to enfold) are to big.

    1.) How to lower the 3 blocks for mobile view? (on desktop they’re fine).
    2.) How to change the header photo that it looks proportional on mobile devices?
    3.) How to resize the text for mobile?

    It would be great if i can do this just in this theme, without the of revolution slider or other third party plugins.

    Many thanks in advance.

    #1334102

    In reply to: Hiding bordered menu

    Hi,

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

    
    #top #wrap_all #header_main #av-burger-menu-ul .av-menu-button-bordered.av-menu-button > a {
      border: none;
    }
    

    Best regards,
    Yigit

    #1334054
    koomo
    Participant

    Hi,
    I am trying to use ONE (only) booking inquiry page, with a different form each time it is referred from a specific page.
    – page1 >>> /inquiry-page?page1
    – page2 >>> /inquiry-page?page2
    Like here https://www.blacktomato.com/destinations/japan/best-of-japan/ and “Start Planning Here” button….Bringing to https://www.blacktomato.com/make-an-enquiry/?country=japan&referer=88488
    Any idea how to do that with Enfold or a plugin may be.
    Thank you.
    Best for this year.
    X.

    #1333980

    Hi Sven,

    Please do the following:
    – Enable debugging mode for ALB by referring to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode.
    – Create a new page and Social Buttons element and adjust it as needed.
    – Copy the shortcode of Social Buttons element from debug field which is right below Advanced Layout Builder
    – Add following code to bottom of Functions.php file of your child theme and paste the shortcode of your Social Buttons element where it says [YOUR SHORTCODE GOES HERE] in the code

    add_action('ava_before_footer', 'new_ava_before_footer');
    function new_ava_before_footer(){
    	if( is_single() ){
    		echo do_shortcode("[YOUR SHORTCODE GOES HERE]");
    	}
    }

    Best regards,
    Yigit

    #1333901

    Hey Jurriaan,
    Our Advanced Layout Builder is custom built for the Enfold theme and is typically not available or designed to work with third-party plugins, so I would not expect it to work with this plugin. I have not heard of Eventon before and have no experience with it. If it had worked previously it was not intended. You could try disabling all of your other plugins to see if one is interfering with ALB & Eventon, and try switching to the Classic Editor to see if the ALB button shows.

    Best regards,
    Mike

    Flipper5183
    Participant

    Hi at all,

    I’m using your theme in one of my clients website. Currently the website use a 7.2 php version and I want switch them to php 8.
    So I made a copy of the website migrate it to a staging system on XAMPP.
    The migration via duplicator run normally but at the end when I want to go to the login I reveived the following message:

    “Fatal error: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in C:\xampp\htdocs\zr1\wp-content\themes\enfold\functions-enfold.php on line 324″

    I found your threat at “https://kriesi.at/support/topic/deprecated-unparenthesized-a-b-c-d-e-is-deprecated/” and I also made this changes. After this changes I reveived the following message:

    Fatal error: Uncaught Error: Attempt to modify property “config” on null in C:\xampp\htdocs\zr1\wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\slideshow_layerslider\slideshow_layerslider.php:28 Stack trace: #0 C:\xampp\htdocs\zr1\wp-content\themes\enfold\config-templatebuilder\avia-template-builder\php\shortcode-template.class.php(65): avia_sc_layerslider->shortcode_insert_button() #1 C:\xampp\htdocs\zr1\wp-content\themes\enfold\config-templatebuilder\avia-template-builder\php\template-builder.class.php(1305): aviaShortcodeTemplate->__construct(Object(AviaBuilder)) #2 C:\xampp\htdocs\zr1\wp-content\themes\enfold\config-templatebuilder\avia-template-builder\php\template-builder.class.php(427): AviaBuilder->createShortcode() #3 C:\xampp\htdocs\zr1\wp-includes\class-wp-hook.php(303): AviaBuilder->init(”) #4 C:\xampp\htdocs\zr1\wp-includes\class-wp-hook.php(327): WP_Hook->apply_filters(NULL, Array) #5 C:\xampp\htdocs\zr1\wp-includes\plugin.php(470): WP_Hook->do_action(Array) #6 C:\xampp\htdocs\zr1\wp-settings.php(578): do_action(‘init’) #7 C:\xampp\htdocs\zr1\wp-config.php(134): require_once(‘C:\\xampp\\htdocs…’) #8 C:\xampp\htdocs\zr1\wp-load.php(50): require_once(‘C:\\xampp\\htdocs…’) #9 C:\xampp\htdocs\zr1\wp-blog-header.php(13): require_once(‘C:\\xampp\\htdocs…’) #10 C:\xampp\htdocs\zr1\index.php(17): require(‘C:\\xampp\\htdocs…’) #11 {main} thrown in C:\xampp\htdocs\zr1\wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\slideshow_layerslider\slideshow_layerslider.php on line 28
    Es gab einen kritischen Fehler auf deiner Website.

    Erfahre mehr über die Problembehandlung in WordPress.

    So I don’t know what to do. And I’m not sure if I can migrate the site to php 8? Thanks for your help

    #1333670

    Hi Mike,
    Thank you for answering!!

    Yes, exactly, I wanted to put a call for a popup behind the social share icon and then integrate my original Facebook link into a button in the popup. But that doesn’t seem to work because the share icon has a kind of “standard link” and my popup does not start.
    As you recommended it to me, I’ll try the plugin.
    And keep you informed.

    And then I am sorry, but I was not able to copy and paste some numbers….
    The reply of Ygits post has this code (not the other one I wrote above): #783410
    And the threads name is: “How to edit links of social media buttons?”

    Best regards and if we don’t hear from each other before – many thanks to you and all the guys in that great enfold supporters-team!
    enjoy christmas-days and stay healthy
    Grobi

    #1333524

    @adibranch
    Assuming there is no problem with your tracking methods: This is one of the many pitfalls of Cookie Consent Policies required under EU Data Protection Laws.

    If you serve customers in the area covered by GDPR then you are supposed to ask users to accept tracking cookies to be compliant. You should not load Google Analytics by default.

    If you operate in the USA or other parts of the world where GDPR does not apply to those customers you can load all cookies on page load – Unless there are other local rules where cookie consent still applies.

    However what you can do is improve the UX design to make it easier to click accept all cookies rather than reject all. Improving your data capture See below:

    The Cookie Bar Popup
    I normally set Enfold to essential cookies accepted on first page load only.
    Button 1 – Accept All Cookies button – Accept all Cookies and dismiss the popup
    Button 2 – Settings – Opens the modal

    In the Modal:
    They can turn cookies on and off in the modal.
    Button 1 – Accept All Cookies button – Accept all Cookies and dismiss the popup
    Button 2 – Do Not Accept – Reject all Cookies and Close window

    This give the user the option to opt out but makes them more likely to click accept all to hide the message without going into the modal – Helping improve Analytics data while still being compliant.

    I hope this helps!

    #1333492

    Hi,

    Sorry about that. I thought that you are using the Blog Posts element. For the product grid, this css should work.

    .avia_cart_buttons {
        position: absolute;
        bottom: 0;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.

    Best regards,
    Ismael

    #1332977
    liliwow
    Participant

    Hi,

    I would like to give the ability to end user to customize his general styling (Enfold Child Theme Options/predefined color scheme)

    I created a page just like your “General Styling” page with two parts :
    – first part (top) with a “Button Row” element into a section element (predefined color scheme)
    – second part (button) with a “Preview screen” displayed into a specific section element with colors depending on the button clicked by user

    I have two questions :
    – how to know which button in row user has clicked ?
    – how to refresh “preview section” without reload current page ?

    Many thanks for your help.

    Kind regards

    Jorge

    #1332901

    Hey Ismael, thank you. I still have it that the buttons are not in one straight line. I’m using an iPhone 12 Pro Max, maybe it’s because of the bigger screen? I think it’s a little bug in my enfold theme. Just checked: The element is a button row, and when aligned to the left, everything works fine. But when I choose to center it, there it is, also in the preview.

    Left
    Center

    Another example

    Thank you.

    All the best,
    Tino

    #1332837

    Hey rob,

    I could not see any selector that is deprecated but there are some things you can do with options instead of using CSS codes.

    For example, you have following code to make borders rounded on button element with “rounded-button” class

    #top .rounded-button a.avia-button {
    border-radius: 30px;
    }

    You can edit button elements and adjust their border radius in Styling > Borders now – https://i.imgur.com/7rCORiZ.png

    Instead of using following code

    .main_menu ul:first-child > li > a { font-size: 18px; }

    You can go to Enfold theme options > Advanced Styling and edit “Main Menu Links” to increase main menu font size

    Instead of using following code

    p.toggler.av-inherit-border-color {
    background-color: #002348;
    color: #ffffff
    
    }

    You can edit Accordion element and use custom color options

    Instead of following code
    h1, h2, h3, h4, h5, h6 { text-transform: none !important; }
    You can go to Enfold theme options > Advanced Styling and edit “All Headings (H1-H6)” to change text transform

    That seems to be it :)

    Regards,
    Yigit

    #1332619

    Hi Tino,

    Thanks for contacting us!

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

    
    @media only screen and (max-width: 490px) and (min-width: 440px) {
    .avia-buttonrow-wrap .avia-button.avia-size-x-large {
      display: inline;
    }}
    

    Cheers!
    Yigit

    #1332388

    Hey sitibus,

    Please try the following in Quick CSS under Enfold->General Styling:

    .woocommerce-checkout #ppc-button {
      margin-top: 20px;
    }

    Best regards,
    Rikard

    #1332203
    Jules
    Participant

    I’m adding thumbnails that point to YouTube videos. YouTube forces extra stuff on top of the thumbnails which I’m trying to avoid.
    Here’s what I’m thinking:
    1. Add the raw thumbnail
    2. On mouseover, the play button image would appear
    3. When you click on the image, it takes you to another page

    On the Enfold template I’m using, I remember on the homepage it had “Recent Top Sellers” with images of men and women and they would change on mouseover – https://kriesi.at/themes/enfold-shop/

    I never looked behind the scenes to see how they were doing this. Examples are deleted now.

    Any suggestions would be greatly appreciated. Thank you

    #1331859
    Bernd
    Participant

    Hi,

    We’re using the plugin “Real Estate Manager Pro” at https://gemeinde.buerchen.ch. If a user made a registration in the real estate market, he can’t upload any images / documents due a javascript error:

    
    Uncaught TypeError: wp.media is undefined
    <anonymous> https://temp.gemeinde.buerchen.ch/wp-content/plugins/real-estate-manager-pro/assets/front/js/create-property.js?ver=5.8.2:15
    

    The error appears, if you click on the button “Klicken Sie hier, um Bilder hochzuladen” or “Dateianhänge” in the site “Meine Objeke / Neues Objekt”. We made a website-clone for testing. Temporary login link and site-link in private content.

    If you switch from the Enfold-Child Theme “Theme” to “Twenty Twenty-One” the error disappears.

    Regards,
    Bernd

    #1331767
    advteksol
    Participant

    Trying to change the YouTube icon in the header using these instructions:https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options.

    /* Update Youtube Icon */
    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    $icons[‘youtube’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue921’);
    return $icons;
    }
    add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);
    `
    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    $icons[‘youtube’] = ‘youtube’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);

    Unfortunately, the icon does not show up. Please help.

    #1331698

    Hi,
    Sorry my mistake I thought you were looking for the WPZOOM widget, but I don’t understand what “button” and “social” you are looking for, I believe that you think it should have been installed from the demo, and I see you used the Restaurant Demo but it doesn’t have a button or social in the footer:
    2021-12-06_003.jpg
    I didn’t find any demos that do, can you explain further?

    Best regards,
    Mike

    #1331669

    In reply to: popup_elements

    Hey Erdrol,

    Thank you for the inquiry.

    You may have to modify the select or the linkpicker function in the AviaHtmlHelper class. The code is located in the enfold/config-templatebuilder/avia-template-builder/php/class-html-helper.php file. Unfortunately, you will not be able to modify or override this class in your child theme.

    Or just make sure to use the correct selector to re-initialize the default select element as an s2select element. This is the markup of a linkpicker.

    
    <div class="avia_clearfix avia-form-element-container  avia-attach-templating avia-element-linkpicker" id="aviaTBlink-form-container">
    <div class="avia-name-description ">
            <strong>Button Link?</strong>
    <div>Where should your button link to?</div>
    </div>
    <div class="avia-form-element">
            <select class="" id="aviaTBlink" name="aviaTBlink" data-initial="">
    <option value="manually">Set Manually</option>
                <optgroup label="Single Entry">
    <option value="21">A Single Post</option>
    <option value="21">Another Single Post</option>
                </optgroup>
                <optgroup label="Another Option"></optgroup>
    </select></div>
    </div>
    

    Best regards,
    Ismael

    Hi there,
    I just created my new website with enfold, and I’m having similar question, like the client who wanted to have the whole images in a horizontal gallery as link to lightbox and not only the little button on the right bottom. Unfortunately your quick css proposed a couple of years ago:
    #top .av-horizontal-gallery-link {
    width: 100% !important;
    height: 100% !important;
    background: transparent !important;
    transform: none !important;
    },
    doesn’t work with my site. Can you give me an advise, where to change this?
    Thank you!
    Gisela

    #1331473
    Alex PS
    Participant

    Dear Kreisi Team,

    Have been struggling the whole day to resolve the issue. Have also checked WordPress and Woocommerce solutions around the internet to be able to custom CSS the “Add to cart” buttons on single product pages but to no avail.

    It seems like Enfold is blocking any custom classes for buttons or I can’t find the right classes for the custom CSS. You are my last resort.

    The page in question:

    Customization to be applied for the “Add to cart” button:
    .postid-9557 .av-woo-purchase-button div .main_color .button {
    border-color: #ebebeb;
    background-color: #fff !important;
    color: #5690e8 !important;
    font-weight: normal !important;
    padding: 8px 30px 8px !important;
    font-size: 16px !important;
    border-bottom: solid 2px #ebebeb !important;
    border-right: solid 2px #ebebeb !important;
    border-left: solid 2px #ebebeb !important;
    border-top: solid 2px #ebebeb !important;
    border-radius: 50px !important;
    }
    .postid-9557 .av-woo-purchase-button div .main_color .button:hover {
    border-color: #ebebeb;
    background-color: #f499c0 !important;
    color: #fff !important;
    font-weight: normal !important;
    padding: 8px 30px 8px !important;
    font-size: 16px !important;
    border-bottom: solid 2px #f499c0 !important;
    border-right: solid 2px #f499c0 !important;
    border-left: solid 2px #f499c0 !important;
    border-top: solid 2px #f499c0 !important;
    border-radius: 50px !important;
    }

    Really looking forward to your reply and hope for your help!

    Best,
    Alex

    #1331362
    Robeare
    Participant

    Hi,

    I have followed the instructions from this thread https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options but am having my custom icon showing up and instead have a pencil icon.

    Here is the code I have inserted

    	// Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    	$icons['Google'] = array( 'font' =>'fontello', 'icon' => 'uF1A0');
    	return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    
    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    	$icons['Google'] = 'google';
    	return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
    #1331149

    Hi,

    @ brucegust: The theme only loads the latest version of the merged or compressed file. It doesn’t have a snapshot mechanism where older files can be restored at will. That option does not exist. All the other files in the dynamic_avia folder becomes invalid once the latest version of the file is generated, so you can safely delete them. The theme will just load the newest file. The name of the compressed file is stored in the database.

    …could you explain what you mean by, “resave the theme options?” How do you do that and why do you do that?

    The theme regenerates the compressed file after saving the theme options, just toggle any option then click the save changes button. The theme checks if compression is enabled, then regenerate the compressed file if it does not exist yet.

    And then when you say, “purge the cache” are you referring to the browser history or is there a setting within Enfold that I need to be aware of?

    I was referring to a plugin cache. You can set the theme to automatically delete the older files by enabling the Enfold > Performance > Delete old CSS and JS files? option but make sure to purge the plugin cache, if you are using any, to ensure that the latest merged script will be loaded.

    I hope that helps.

    Best regards,
    Ismael

    bagha
    Participant

    I would really appreciate anyone’s help and guidance on this, and whether it’s possible to do with Enfold. Please see example below:

    example

    I have 5 apartment buildings with 10 units in each. I want to let customers see an overview image of all the buildings, and be able to click on one and see an image of the individual building. Then they can click on one of the units and see the floorplan and features.

    However, I want this process to be as quick as possible, so they don’t have to navigate between webpages for every element. I’d like the content to load either overtop the existing page or image, or below it. I want it to be super easy and quick to be able to click on various buildings and units and see their information, without going back and forth in the browser.

    I tried doing it in the Layerslider, but it doesn’t seem to have an option of using hotspots… only big, colored “buttons”.

    I thought of using the “image with hotspots” element, but I don’t know if it’s possible to dynamically load content in the page.

    Any suggestions and ideas would be greatly appreciated. Thank you in advance.

    • This topic was modified 4 years, 3 months ago by bagha.
    #1330858

    Topic: Conversion tracking

    in forum Enfold
    bagmanden12
    Participant

    Hello there

    I am trying to track conversion via the Enfold contact form, but its far from straightforward. I think I added the global website tag correct in the child theme functions.php, but I am unsure how to add the specific code for the contact form? This is the code that needs to be set-up on the ‘Contact-site’

    <!– Event snippet for Kontakt conversion page –>
    <script>
    gtag(‘event’, ‘conversion’, {‘send_to’: ‘AW-**********/***************’});
    </script>

    I have read https://kriesi.at/documentation/enfold/contact-form/#add-on-click-event-to-the-contact-form-submit-button- But I’m unsure how to use the code with google tag.

    Regards Thomas Berggren

    #1330771

    In reply to: category alignment

    Hi,

    Thank you for the info.

    Yon can use this code in the Enfold > General Styling > Quick CSS field to stack the sort button above each other.

    #top div.container .av-masonry .av-masonry-sort .text-sep {
        display: none;
    }
    
    #top div.container .av-masonry .av-masonry-sort a {
        display: block;
        text-align: left;
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

Viewing 30 results - 1,291 through 1,320 (of 11,204 total)