Viewing 30 results - 541 through 570 (of 11,204 total)
  • Author
    Search Results
  • 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, 4 months ago by thinkjarvis.
    • This reply was modified 2 years, 4 months ago by thinkjarvis.
    • This reply was modified 2 years, 4 months ago by thinkjarvis.
    #1422507
    kaneljeff
    Participant

    Two questions:

    1. I am starting from the Enfold Gym demo and noticed that the Main Menu search box does not following my font settings. Is there a way to force the search box to use the Body Text Font?

    2. I noticed in the demo that hovering on the Main Menu items turns the button background a different color (red)? That does not work for my site no matter how I configure the Logo Area colors. How can I make this work on my site?

    Thank you.

    • This topic was modified 2 years, 4 months ago by kaneljeff.
    • This topic was modified 2 years, 4 months ago by kaneljeff.
    • This topic was modified 2 years, 4 months ago by kaneljeff.
    #1422487

    Hi,
    Please note that your shortcode is using single quote marks:
    Enfold_Support_3684.jpeg
    so you need to use a double quote marks after echo do_shortcode( that wrap the inner shortcode:
    Enfold_Support_3686.jpeg
    and you can’t have any line breaks, try this code:

    function ava_woocommerce_before_main_content() {
    if ( is_product() ) {
    echo do_shortcode("[av_submenu which_menu='' menu='49' position='left' sticky='aviaTBsticky' color='alternate_color' mobile='disabled' mobile_switch='av-switch-768' alb_description='' id='' custom_class='' template_class='' av_uid='av-lnbxc8ss' sc_version='1.0'][av_submenu_item title='Menu Item 1' button_style='' link='' linktarget='' av_uid='av-fdyw7' sc_version='1.0'][av_submenu_item title='Menu Item 2' button_style='' link='' linktarget='' av_uid='av-70t2n' sc_version='1.0']");
    }
    }
    add_action( 'woocommerce_before_main_content', 'ava_woocommerce_before_main_content', 10 );

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    #1422464
    karinkropik
    Participant

    Hi,
    I bought the Enfold theme recently; I have a token and everything – but suddenly the layout (certain headings) went back to the previous problems when I did not have the latest version of Enfold. As I understood, I don’t need to make an update as it should be done automatically with the token??! Although I put the correct code to show the headings they are not showing the way they are supposed to. Also, the circle/button is shown again in my main menu. All of this has been solved with your help but now everything came back without me touching anything except changing the date of a heading. This is really very annoying, please help.

    Hallo, ich habe plötzlich Probleme mit dem Layout/den Überschriften, ebenso wird wieder der Kreis der aktiven oben auf der Leiste im Hauptmenü angezeigt. All diese Probleme hatte ich vor einiger Zeit mit eurer Hilfe gelöst, jetzt ist wieder alles wie vorher, ohne dass ich etwas verändert hätte (außer, ein neues Datum in die bestehende Überschrift eingetragen.) Ich war der Meinung, ich müsste Enfold nicht mehr updaten, da das über das Token automatisch passieren soll. Das ist sehr ärgerlich, bitte um Hilfe.

    https://img.savvyify.com/image/9fsQ5
    https://img.savvyify.com/image/9fHyf

    #1422249

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (min-width: 768px) and (max-width: 990px) {
    #buttonbottom {
        position: absolute;
        bottom: 28px;
        left: 22%;
    }
    }

    Best regards,
    Rikard

    #1422162

    In reply to: TikTok

    Hey,

    Currently, you would need to add it manually: https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options.

    We added TikTok icon and updated Twitter icon to X in version 5.6.7. We don’t have a release date yet but we’re planning to release it soon.

    Best regards,
    Yigit

    #1422157

    Topic: Problems

    Elske Elisen
    Guest

    Dear Kriesi,

    We are facing several issues that we are unable to resolve.

    The website http://www.mijnsteen.eu does not provide an option to log in via WordPress. No login credentials are available or known; previously, this could be done through an external button on Cloud86. Additionally, WordPress does not recognize the email address: (Email address hidden if logged out) .

    In the footer, it displays “powered by Enfold WordPress theme.” We would like this to be removed. Last time, you provided us with the following tips to remove it:

    You can remove the default link in the footer by adding the [nolink] placeholder in the Enfold > Footer > Copyright field.

    We hope you can assist us with these issues.

    Best regards,

    #1421983

    Hello Ismael… i’m so sorry but do not working…
    i did what you told me… I even reset the options and did it again.
    but when I change the colors it doesn’t work… neither the buttons, icons and the basic colors of enfold too…
    I also tried on the test page you created and it doesn’t work.
    on the homepage, i can’t change colors in all boxes… I have purchased Elfold many times and it has never happened to me….

    please… look inside the boxes on the home page… I selected the colors and they are not visible on the front end…
    same thinks for menu link… i have chang colour but they are the same…

    #1421535

    In reply to: RADIO on ENFOLD FORM

    Hey webba,
    Unfortunately we don’t have a radio option, but you could use the checkbox option and try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    input[type="checkbox"]{
      visibility: hidden;
      position: absolute;
    }
    input[type="checkbox"] + label:before{
      height:12px;
      width:12px;
      margin-right: 2px;
      content: " ";
      display:inline-block;
      vertical-align: baseline;
      border:1px solid #777;
    }
    input[type="checkbox"]:checked + label:before{
      background-color: black;
    }
    input[type="checkbox"] + label:before{
      border-radius:50%;
    }

    to make it look like a radio button. If you are also using checkboxes and this causes a conflict, please link to your form and tell us which ones should be a radio button and we can adjust this css to help.

    Best regards,
    Mike

    #1421516

    Hey,

    Please refer to this post: https://kriesi.at/documentation/enfold/footer/#display-scroll-to-top-button-mobile

    If this doesn’t work for you, please check if you have any errors in your custom CSS. You can use this website to do that http://csslint.net/.

    Regards,
    Yigit

    #1421175

    In reply to: Social Media icons

    Hi,

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

    #top #wrap_all .social_bookmarks:hover a {
      background-color: #000;
    }
    
    #top #wrap_all .social_bookmarks a:before {
      font-size: 16px;
    }

    The documentation you linked to is for the social share element, not the icons in the header. I’m not sure which example you would like to mimic, but I don’t think large rectangle buttons would look nice or fit inside the header unfortunately.

    Best regards,
    Rikard

    #1421163

    In reply to: Social Media icons

    http://www.powerkleen.co.za
    I would like guidance on how to customise the social media icons please. I would really like to have them look like your enfold style 2 that is shared in this link https://kriesi.at/documentation/enfold/social-share-buttons/
    but I cannot get it to work

    #1421136

    Topic: Social Media icons

    in forum Enfold
    M-Graphics24
    Participant

    Please help with how to edit my social media buttons in the header in enfold theme. I would like them black, not colour background on hover and bigger.

    #1420929
    This reply has been marked as private.
    #1420846
    ricedean
    Participant

    When I click on the submit button the form field colors turn to green instead of blue like the submit button on rollover. The green appears to be a holdover from the green styling that the enfold theme comes with. I can’t figure out the css to fix. Can you help?

Viewing 30 results - 541 through 570 (of 11,204 total)