Viewing 30 results - 541 through 570 (of 11,218 total)
  • Author
    Search Results
  • #1424945

    Hi,
    Perhaps, what you are trying to ask for is that on desktop you want the text and the buttons to be in one line, and you want the text to also be in a single line, like this:
    Enfold_Support_3865.jpeg
    If this is what you are asking, then please add this css:

    @media only screen and (min-width: 1520px) { 
    .responsive .avia-cookie-consent.avia-cookiemessage-bottom .container {
        max-width: 1520px;
    }
    }

    Please note that with the amount of text you have this can only occur for desktops above 1520px, otherwise there is not enough room for the text to be in a single line and next to the buttons.

    Best regards,
    Mike

    #1424907

    Hi,
    When I check gruetter-innenausbau.ch the mobile looks as you wish right now:
    Enfold_Support_3859.jpeg
    So if you only want the text and buttons to be side-by-side on desktop, like this:
    Enfold_Support_3861.jpeg
    then you would use this css:

    @media only screen and (min-width: 1920px) { 
    .avia-cookie-consent .container {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
    }
    
    .avia-cookie-consent .avia_cookie_text {
      flex: 1;
      white-space: normal;
      margin: 0;
    }
    
    .avia-cookie-consent .avia-button {
      display: inline-block;
    }
    }

    Please note that the css only begins at min-width: 1920px, if you want it to begin earlier then please adjust. I tested this on gruetter-innenausbau.ch, see the above screenshots, if you are still having problems perhaps you have an error in your other css like a missing bracket, try adding this css to the WordPress ▸ Customize ▸ Additional CSS, assuming you have no other css there, otherwise please examine and test your other css for errors.

    Best regards,
    Mike

    #1424781
    frb1
    Participant

    Hi Kriesi,

    Just wanted to add some universal styles to all buttons in our site (sliderbuttons, general content buttons etc.)
    I wish to have two looks. A light and a dark.

    I’m trying to follow: https://kriesi.at/documentation/enfold/button/#toggle-id-12
    But can’t find the “custom CSS class name support” under “layout builder”, and can’t find a topic in here that enlightens me…

    Can you help?
    Right now i’m designing each botton style like this, which seems not be be a good idea:
    .avia-button {
    font-size: 0.8em !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding-left: 1.4em !important;
    padding-right: 1.4em !important;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    font-weight: 400 !important;
    letter-spacing: 0.3em;
    background-color: #232323 !important;
    border: 1px solid #232323 !important;
    border-radius: 0px !important;
    }
    .avia-slideshow-button {
    font-size: 0.8em !important;
    color: #232323 !important;
    padding-left: 1.4em !important;
    padding-right: 1.4em !important;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    font-weight: 400 !important;
    letter-spacing: 0.3em;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 0px !important;
    }
    .avia-slideshow-button:hover {
    padding-left: 1.4em !important;
    padding-right: 1.4em !important;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    opacity: 1 !important;
    font-size: 0.8em !important;
    color: #77855a !important;
    font-weight: 400 !important;
    letter-spacing: 0.3em;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 0px !important;
    }

    #1424579

    In reply to: Headline in Caps

    Hi ausgesonnen,

    Please go to Enfold > Advanced Styling, in the Select an element to customize dropdown, choose All Headings (H1-H6), click Edit Element button.
    Then set Text Transform to None.
    Hope it helps.

    Best regards,
    Nikko

    #1424564

    In reply to: Menu to be not in bold

    Hi ausgesonnen,

    Go to Enfold > Advanced Styling, then in Select an element to customize dropdown, select Main Menu Links and click the Edit Element button, and set Font Weight to Bold.
    Hope it helps.

    Best regards,
    Nikko

    #1424378

    Hi Rikard

    I have deleted my browser history and can now see the blue support ticket button, thank you.

    I understand you can’t help with losing lots of stuff. I had Enfold 4.5.5 and updated to 5.6.6. This was too much of a leap for the website so I have to make incremental changes. My questions was how many Enfold versions do I need to update eg. Do I need to go through all the versions from 4.5.5. to 5.6.6. or are there key increments that I can upgrade to one by one?

    Please advise where I get the back versions of Enfold that I need to go through to make the upgrades one by one?

    With regards, Helen

    #1424339

    When I go to support there is still no support button.

    I have undone all my changes above as I jumped from Enfold 4.5.5 to 5.6.6. and lost a lot of stuff.

    What increments do I need to go up in please, or what are the key versions I need to install one by one?

    Where do I get all the older versions of the theme?

    With regards, Helen

    #1424333

    Hi,
    Did you create this shortcode yourself, I don’t see a reference to this in the solution from Günter above
    When I read the Github avf_obfuscate_email_link filter it is intended for buttons with email links, and when I test it seems to work correctly:
    Enfold_Support_3817.jpeg
    Enfold_Support_3819.jpeg
    This is the filter that I added to my child theme:

    function custom_avf_obfuscate_email_link_hex_encoding( $hex_encoding, $e_mail )
    {
    	$hex_encoding = 1;
    
    	return $hex_encoding;
    }
    add_filter( 'avf_obfuscate_email_link_hex_encoding', 'custom_avf_obfuscate_email_link_hex_encoding', 10, 2 );
    
    function custom_avf_obfuscate_email_link( $obfuscate, $e_mail )
    {
    	$obfuscate = true;
    
    	return $obfuscate;
    }
    add_filter( 'avf_obfuscate_email_link', 'custom_avf_obfuscate_email_link', 10, 2 );

    Try using the filter instead of your shortcode.

    Best regards,
    Mike

    #1424316

    Hi Helen,

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

    Best regards,
    Rikard

    #1424007

    Hi,
    Thanks for the video, but I don’t understand the issue, the buttons look the same before and after you open the burger menu:
    before:
    Enfold_Support_3787.jpeg
    after:
    Enfold_Support_3789.jpeg

    Best regards,
    Mike

    #1423786
    emilconsor
    Participant

    Hi there,

    We are using the Enfold theme, and Wishlist and Compare from yith.

    It’s working perfectly when logged in, but logged out, the do_shortcodes won’t work.

    We do not have any caching plugins activated.

    We are using the shortcodes in a product grid, and also in a slider, but as I said, they only work logged in. I can’t seem to understand why.

    These are my snippets:

    Grid:

    
    #child-theme/woocommerce/content-product.php
    # (previous code) 
    global $product;
    # ...
    ?>
    						<div class="tag-wrapper">
    	                         <?php echo apply_filters( 'the_content',' [yith_compare_button] ');
    <?php
    # (rest of the code)

    Slider: (same link, but (url)/shop-startseite/)

    
    #child-theme/shortcodes/econsor_productslider.php, within the html() function of the custom shortcode
    # ...
    
    				$html .= do_shortcode( '[yith_wcwl_add_to_wishlist product_id="' . $product->get_id() . '"]', false );
    # ...

    They both work perfectly logged in, but not logged out, so I guess it’s not an issue within the code itself.

    Can you guys help me out here?
    Thanks in advance!

    #1423728
    lanlion2003
    Participant

    Currently we use EasySlider but it does not work nicely.
    – missing dot and pause button
    – transition is too simple and not smooth at all
    – Admin backend: transition control is simple and does not work. I choose “fade” but frontend does not create fade effect

    Please check https://waferusa.com/ (use ENFOLD LAW demo)

    I check some other demo in Enfold and see some nice sample
    https://kriesi.at/themes/enfold-shop/ ==>slider very nice here (but without pause button)
    https://kriesi.at/themes/enfold/ ==>slider very nice here (with pause button, nice transition)

    Please help us to sovle this issue

    #1423667

    Hey Patrizio Saliani,

    Thank you for the inquiry.

    What do you mean by “portfolio setting column” and “settings toggle button”? Could you please provide a screenshot of these elements? If the site has not been updated to version 5.6.8, we recommend upgrading the theme immediately and then toggle or temporarily disable the Enfold > Performance > File Compression settings afterward. This upgrade might help resolve the issue you’re currently experiencing.

    Best regards,
    Ismael

    #1423638

    Hey jimmywagner97,

    Thank you for the inquiry.

    This information is not available by default, but you can check the demo in the Enfold > Demo Import panel and look for the Delete Downloaded Files button. If this button is present below the demo image, there’s a good chance that this specific demo was imported.

    Best regards,
    Ismael

    Patrizio Saliani
    Guest

    Dear Kriesi,

    since I updated the Enfold theme the portfolio setting column in the advanced layout editor doesn’t work anymore. Pressing the settings toggle button found at the top right of the portfolio page doesn’t do anything. I appreciate that the support linked to my licence has expired however this is an issue introduced by your theme update so I’d like to ask your support anyway. I also appreciate this is your pre-sale email however I can’t raise a ticket in the forum as I get a message saying that my support licence has expired.

    Please help.

    Regards,
    Patrizio

    #1423426

    Hi Guido,

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

    @media only screen and (min-width:767px) and (max-width:1540px) {
        .home #av_section_3 .av_one_fourth {
            display: none;
        }
        
        .home #av_section_3 .av_one_half {
            margin-left: 0;
            width: 100%;
        }
        
        .home #av_section_3 .av_one_half #nex-forms button.btn {
            margin-left: auto;
            margin-right: auto;
        }
    }

    Best regards,
    Nikko

    #1423422

    In reply to: button not centered

    Hi JantienM,

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

    .home #av_section_3 .avia-button-wrap {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1423363

    Hi,

    Thank you for the inquiry.

    You can modify or override the themes/enfold/searchform.php file in your child theme. Add the label element around line 24.

    
    <label for="s">Search</label>
    <input type="submit" value="<?php echo $icon; ?>" id="searchsubmit" class="button <?php echo $class; ?>" />
    <input type="text" id="s" name="<?php echo $search_params['search_id']; ?>" value="<?php if( ! empty( $_GET['s'] ) ) { echo get_search_query(); } ?>" placeholder='<?php echo $search_params['placeholder']; ?>' />
    

    Best regards,
    Ismael

    #1423358

    Hi,

    For buttons I have to change the code in enfold/config-templatebuilder/avia-template-builder/php/class-generic-helper.php and I have to do it after every Enfold update again, correct?

    We’re considering adding this modification in the next patch. Please keep the changes for now.

    Best regards,
    Ismael

    #1423269

    Hey Michael,
    Thank you for the link to your sites, as I understand your request you would like the two cookie consent buttons to always be side-by-side (inline) and the cookie consent text to be inline next to the buttons, but at smaller screens the text should become multiple lines and still inline with the buttons.
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field for each site:

    .avia-cookie-consent .container {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
    }
    
    .avia-cookie-consent .avia_cookie_text {
      flex: 1;
      white-space: normal;
      margin: 0;
    }
    
    .avia-cookie-consent .avia-button {
      display: inline-block;
    }
    

    This is the expected result that I see when I test:
    Enfold_Support_3757.jpeg

    Best regards,
    Mike

    MichaelNickel
    Participant

    Hi Enfold team,
    a few days ago after the WordPress core update to 6.3.2 an issue started on the backend, when editing Woocommerce products using the classic editor. I have done several tests on my staging site and it is clear, the issue comes from the Avia framework (Enfold 5.6.6). If I switch to another theme like twentytwenty, the issue is gone. Having that said, here are the specifics:

    On Woo product pages the classic editor (visual editor) is not accessible. The editor field is stuck on the “code editor” but at the same time the html code is displayed WHITE, so that at first it seems there is nothing. Only when highlighting text, one can see it. At the same time the Layout-Architect button does not work anymore.

    Here is what I have tested so far:
    * Theme: switching to another theme resolves the issue
    * Theme: switching between Enfold child and Enfold does NOT resolve the issue -> no child-theme issue …
    * Plugins involved: I have deactivated all plugins aside from Woo and then activated them sequentially. The test revealed that the conflict between core 6.3.2 and Avia occurs, when Gridbuilder plus WP Mail SMTP or Yaost Duplicate Post are active. I have rolled back those plugins, to test recent changes, but that’s not doing anything. Also, the problem dissapears with all those plugins active, when standard themes are use. Thus, all points to the Avia framework.

    I have gotten support from Gridbuilder. They tested all from their side and also did not find any issue in other themes. They suggested to look nto conflicts between Enfold and the latest WP Core update …

    Strange fact: While it is impossible to work with the editor for WordPress products, the editor behaves normally for posts, pages, etc. It is a very specific issue for WordPress products only.

    Here are some screenshots:
    Conflict behaviour

    Conflict behaviour wth highlighted text in editor field

    Additional info: I ran error display while testing and got no error massages. There is no issue on the frontend …

    Could you please look into that issue? For now, I can work around it when I need to edit products. However, it needs to be fixed. What I fear is that the issue spreads to other classic editor input fields like for pages and posts when wp core further evolves.

    Thank you and kind regards
    Michael

    #1423152

    Hi again
    So, for text blocks I can use the shortcode mentionned by @Guenni007
    For buttons I have to change the code in enfold/config-templatebuilder/avia-template-builder/php/class-generic-helper.php and I have to do it after every Enfold update again, correct?
    Or can you recommend a plugin that prevent all emails in text blocks, buttons and so on?
    Best regards
    Mike

    #1423121

    Hi Ismael,

    I disabled the Enfold > Performance > File Compression settings and purged the cache. But the buttons are always not centered and one reached into the text. I give you login details in the private content.

    Thank you and best regards, Sabine

    #1423089

    Hi,

    Thank you for the update.

    We added the code in the Quick CSS field and adjusted it a bit. We also disabled the Enfold > Performance > File Compression settings temporarily. To adjust the style of the button, you can edit this css rule.

    .osBox.osDetail * .osButton.osButton-inline {
      text-shadow: none;
      color: #ffffff !important;
    }

    You might want to increase the priority of the new styles by incorporating the !important rule.

    Best regards,
    Ismael

    #1422946

    In reply to: which demo

    Hey schweg33,

    Thank you for the inquiry.

    The site looks significantly different from any of the available demos, and unfortunately, it’s not clear which specific demo was imported. You can check in the “Enfold > Demo Import” panel to see which demo files have been downloaded. Look for a button below the demo with the label “Delete downloaded files”.

    Best regards,
    Ismael

    #1422910

    Hi,

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

    .avia-buttonrow-wrap a.avia-button {
      text-decoration: none !important;
    }

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

    p.toggler {
      text-decoration: underline !important;
      color: #444;
    }

    3. Where exactly are you seeing that?

    4. I’m not sure what you mean by this, could you post a screenshot highlighting your intentions please?

    Best regards,
    Rikard

    #1422796

    Hi,

    Thank you for the screenshot.

    The following css code should adjust the styles of the privacy buttons.

    #top .main_color .avia-cookie-consent-modal-buttons-wrap a:nth-child(1) {
        background: #cc1818;
        color: #ffffff;
        border-color: #eb5c23;
    }
    
    #top .main_color .avia-cookie-consent-modal-buttons-wrap a:nth-child(2) {
        background: #696969;
        color: #ffffff;
        border-color: #616161;
    }
    
    #top .main_color .avia-cookie-consent-modal-buttons-wrap a:nth-child(3) {
        background: #0dfb9a;
        color: #075013;
        border-color: #93ff27;
    }

    Adjust the color values as you wish, then toggle or temporarily disable the Enfold > Performance > File Compression settings.

    Best regards,
    Ismael

    #1422705

    Hi Ismael
    Can I also copy the class-generic-helper.php in the Child Theme for not overwriting the original file?
    And then every Email Link in Enfold (Buttons and so on) wil wrapped with the antispambot function?
    Will this be a functionality in future for that we can activate/deactivate it without overwriting PHP files?
    Best regards
    Mike

    #1422579

    Hi
    In WordPress there is a function to prevent SPAM on Email addresses:

    But when we use for example a button in Enfold with a link to an email adress, this is not possible.

    Does Enfold protect emails in buttons or how we can protect them?

    Thanks very much.

    Best regards
    Mike

    #1422553

    Hi Gunter,

    For those looking to add auto infinite scroll from WP Intense to their Enfold site:

    Auto Infinite Scroll Settings:
    Set the distance to 1000px
    css wrapper: .products, .yourcustomclassfornewspage
    Pagination wrapper: .pagination
    Next Page Selector: next_page

    Css for the load more button: (plus hide the pagination on the blog page)

    #isw-load-more-button {
    border: none;
    padding: 20px 50px 20px 50px;
    background-color: #007a74;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    transition-duration: 1s;
    }
    #isw-load-more-button:hover {
    border: none;
    background-color: #39a6a1;
    color: #000000;
    }
    .yourcustomclassfornewspage .pagination {
    display:none !important;
    }

    Snippet for functions.php to insert the new CSS class to just the blog page:

        add_filter( 'avf_custom_main_classes', 'custom_avf_custom_main_classes', 10, 2 );
    	function custom_avf_custom_main_classes( $class_string = '', $context = 'index.php' )
    {
    	//	fallback check
    	if( ! is_string( $class_string ) )
    	{
    		$class_string = '';
    	}
    
    	// e.g. add custom class to index.php Make sure there is a space before the class!
    	if( 'index.php' == $context )
    	{
    		$class_string .= ' yourcustomclassfornewspage';
    	}
    	return $class_string;
    }
    • This reply was modified 2 years, 6 months ago by thinkjarvis.
    • This reply was modified 2 years, 6 months ago by thinkjarvis.
    • This reply was modified 2 years, 5 months ago by thinkjarvis.
Viewing 30 results - 541 through 570 (of 11,218 total)