Viewing 30 results - 241 through 270 (of 11,218 total)
  • Author
    Search Results
  • #1471353

    Hey Amanda,

    Thank you for the inquiry.

    I am having a problem with the button option not styling.

    Have you tried temporarily disabling the Enfold > Performance > File Compression settings? Also, please make sure to clear the cache before checking for any changes.

    To register on the forum, you’ll need the purchase code. Please ask the previous developer for this information so that you can register on the forum.

    Best regards,
    Ismael

    #1471325
    Amanda
    Guest

    Hi there, Below is my previous message. Edit to share my web developer is no longer in business and has refused to give me the token for me to register with you directly. On the back I end I see the below info that he registered my site on WordPress with before building it with enfold.

    my web developer is no longer in business, he has told me I need to contact you directly for support now. EEK.

    When I log into WordPress, I can see the information regarding the purchase of Enfold and have shared in in the private content area below.
    Can you please help me register so I have you for support please?

    I am having a problem with the button option not styling. I can change the wordage on it, but styling and advanced is no longer active and I cannot set it’s location or link to another page. Please advise.

    #1471308

    In reply to: WP 6.7 Upgrade

    maybe it is just the fact that the new WP 6.7 switches back to block editor as standard.
    Goto Enfold – Theme Options – Select your Editor : and switch back to classic Editor.

    or is the problem that you want to use the block editor – but had no enfold elements anymore?

    By the way. I can see the button at the top to activate the advanced layout editor – but the active click area is only on the half right. (as if only this part of the standard editor button area is active)
    It is that field on the left that overlaps the Enfold button.

    ______________
    not necessary:
    it starts with ALB editor even in Block Editor Mode if you got this in your child-theme functions.php:

    function trigger_alb_on_load(){
    ?>
    <script>
    (function($){
        $(window).on('load', function(){
          setTimeout(function() {
            $("#avia-builder-button").trigger('click');
          }, 300);
        });
    })(jQuery);
    </script>
    <?php
    }
    add_action('admin_head-post-new.php', 'trigger_alb_on_load');
    
    #1470797
    finedesignlab
    Participant

    I’m trying to download the Agency Enfold demo paralax and when I click the install button in the demo menu it attempts to import but then i get a popup saying “download of files for demo Creative Studio Demo did not work! You might want to try reloading the page”.

    I’ve reloaded the page……

    #1470746
    schoenj
    Participant

    Hi I have a question about Enfold accordeon. On mobile, while clicking one of the lower buttons, the page jumps back up all the way to the top. What do I do?

    For clarification: this only happens when you get to the lower buttons of the accordeon.

    Hey Peter,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #main a:hover:where(:not(.wp-element-button,.avia-button)) {
        text-decoration: underline;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1470495

    Hi,
    It looks like you did not add the css above, or you have an error before the css above so it is not working correctly, nonetheless I tested it and found that some extra css is needed to line up the search in the header before and after scroll, this is the css I tested:

    #top .header_color input[type='search'],
    .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
    	margin-top: -10px;
    }
    #top .header_color.header-scrolled input[type='search'],
    #top .header_color.header-scrolled .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
    	margin-top: -49px;
    	padding: 0;
    }
    /* Fra Fibiosearch  support 9 nov 2023. */
    /* Overriding default Enfold code. */
    .menu-item .dgwt-wcas-search-wrapp {
      opacity: 1 !important;
      display: block !important;
    }
    
    .dgwt-wcas-search-input {
      margin-bottom: 0 !important;
    }
    
    .menu-item .dgwt-wcas-search-form {
      margin-bottom: 0 !important;
    }
    
    /* Search field. */
    #menu-item-3327 {
      height: 90px;
      display: flex;
      align-items: center;
    }
    
    /* Search field. 6 nov Joachim. */
    #top .header_color .input-text, #top .header_color input[type='text'], #top .header_color input[type='input'], #top .header_color input[type='password'], #top .header_color input[type='email'], #top .header_color input[type='number'], #top .header_color input[type='url'], #top .header_color input[type='tel'], #top .header_color input[type='search'], #top .header_color textarea, #top .header_color select {
        border: 1px solid lightgrey;
        background: white;
    }
    
    /* Search button. 6 Nov Joachim. */
    .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit, .dgwt-wcas-om-bar .dgwt-wcas-om-return {
        background-color: #f7f7f7;
        color: #0f0f0f;
        border-top: 1px solid lightgrey;
        border-right: 1px solid lightgrey;
        border-bottom: 1px solid lightgrey;
    }

    and this is the result before scroll:
    Screen Shot 2024 11 03 at 6.47.28 AM
    this is after scroll:
    Screen Shot 2024 11 03 at 6.48.50 AM

    Best regards,
    Mike

    #1470433

    In reply to: Underline

    Hey ibuzaev,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #main a:where(:not(.wp-element-button,.avia-button)) {
        text-decoration: underline;
    }

    Best regards,
    Mike

    Hi,

    Thank you for the update.

    Concerning the subject. On tiny the labels are displayed on 2 lines and the warning is half hidden under the textarea.

    We can’t find any posts with the comment section. Please provide a direct link.

    Another small thing, the comment form and the share buttons are both intended to be displayed at the end of one article but their titles do not have the same font size. H3 to Leave a comment and H5 to Share this post.

    Try to modify the enfold\comments.php file and look for this code around line 180:

    $default_heading = 'h3';
    		$args = array(
    					'heading'		=> $default_heading,
    					'extra_class'	=> ''
    				);
    

    Best regards,
    Ismael

    Hey maartenrobben,
    Please go to Enfold Theme Options > Transparency Options you might need to click the button to show the options:
    Enfold Support 6523

    Best regards,
    Mike

    #1469905
    VachetAlexandre
    Participant

    Good morning,

    I am having a problem with the articles on my site with Enfold Child,
    When I share a post with the Facebook share button,
    on the article:
    https://kerry-han.fr/sonotherapie-et-entreprises-pour-les- Personnes-reaches-du-cancer/
    The image is displayed in preparation for publication, but disappears once published.
    Do you have a solution to fix this problem?
    Sincerely.

    Pour les français :

    Bonjour à tous,
    Je me permet aujourd’hui de créer un ticket car cela fait déjà un moment que j’ai finaliser la publication du site web d’un de mes clients et depuis, mon client à eu besoin de partager sur son compte Facebook un de ses articles grâce aux boutons de partages que j’ai intégré au site web. Cela fonctionnait correctement depuis quelques mois et depuis aujourd’hui, quand je partage via n’importe quel compte Facebook l’article en question, une image blanche s’affiche à la place de l’image intégrée à l’article partagé.
    Quelq’un pourrait m’aider ou me donner une piste s’il vous plaît ?
    Merci.

    For English people :

    Hello everyone,
    I now allow myself to create a ticket because it has been a while since I finished publishing the website of one of my clients and since then, my client needed to share on his Facebook account one of his articles thanks to the sharing buttons that I integrated into the website. It worked properly for a few months and since today, when I share via any Facebook account the article in question, a white image is displayed instead of the image integrated into the shared article.
    Can someone help me or give me a clue please?
    Thank you.

    #1469828

    Dear Rikard
    i have now the child-theme moved in other folder. Without folder themes…
    Now is main theme enfold…
    Now can’t also in enfold come in the settings …. Blank page without setting options….
    The main enfold is in this morning to the newest version updated….

    What is here happened??

    Can you help me fast?

    I move my child theme back in themes folder. Than is my site style back… But without cookie buttons and settings options…

    arrrrrgggg.

    Regards strumpel

    #1469626

    Hi,

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

    .single-product .avia-buttonrow-wrap a {
      width: 49% !important;
    }

    Best regards,
    Rikard

    #1469448

    Hi,
    I removed the previse solution and edited your archive.php & tag.php and replaced this on line 63:

    'custom_query'=> array('post__in'	=> $post_ids,'post_type'	=> get_post_types())

    with this:

    'custom_query' => array( 'post__in'=>$post_ids),'contents' => 'excerpt_read_more',);

    for this result:
    Screen Shot 2024 10 19 at 9.55.24 AM
    if you don’t like the button, change your blog style at Enfold Theme Options ▸ Blog Layout ▸ Blog Styling
    Screen Shot 2024 10 19 at 9.58.31 AM
    For your tag.php I replaced line 117:

    'custom_query'	=> array('post__in'	=> $post_ids,'post_type'	=> $key));

    with:

    'custom_query' => array( 'post__in'=>$post_ids, 'post_type'=> $key ),'contents' => 'excerpt_read_more',);

    Screen Shot 2024 10 19 at 10.10.38 AM
    Please note that since you are not using a Child Theme these customizations will be lost when you update next. So it is best if you copy these files to your child theme after you install it.

    Best regards,
    Mike

    #1469226
    findt
    Participant

    Dear Kriesi team,

    I’ve got the following problem: I created a website using the Enfold Theme and a sidebar menu. There, I set some menu items as mega menu.

    Now my problem is that on low resolution dispays I won’t see the whole menu as some menu items are shown below the screen’s edge. I want the menu to be sticky, but the menu items to be shown facing upwards from the menu button and not downwards. Is there a possibility to do so?

    Thanks in advance!

    beenee
    Participant

    Dear Enfold Team,

    I created a color section with a full-screen (stretched to fit) background image (or Video).
    The first background section displays correctly. But when I press the scroll down arrow the next section seems to be added to the (reduced) header and the down arrow is hiding below.
    So the ‘next’ scroll down arrow key is not visible, only when you mouse-wheel down. Could you please help out, so we can see the scroll button on #av_section_2 / #av_section_3 / etc. ?

    To get a better idea I attach the page and also give you access to the page.

    Thanks,
    Stefan

    #1468566

    Hi,

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

    a.all_sort_button, .editorial-design_sort_sep {
      display: none; 
    }

    Best regards,
    Rikard

    #1468514
    mirotck
    Participant

    Dear Enfold Team

    I would love to have 3 icon elements in one row on mobile, instead of having them aligned vertically i would love to have them horizontally basically.
    Also, i would love to have the width of that row to be the same more or less as the buttons on top. I will attach a screenshot of how it should look.
    It’s the first element on mobile layout (home).

    View post on imgur.com

    Thank you so much for providing me any sort of help. I just renewed my support licence, thanks!

    Cheers from Switzerland

    Miro

    #1468023

    Hi Mike,
    Oh, this really helped now. Allowing cookies on Safari for iPhone and all the mentioned features are visible. Please accept my apologies, it seems I may have blocked cookies in the recent past and forgot about that. Appreciated.

    On my desktop PC I am working with different browsers like Firefox, Opera, Microsoft Edge preferably in private mode. And since the last two updates the mentioned features are not working anymore on Firefox. So this is still not clear to me although I allow Firefox to set cookies.

    So here’s the update:
    Enfold Cookie-Disclaimer does not work on Firefox
    Scroll to top button does not work on Firefox
    Plugin Portfolio Filter Gallery does not work on Firefox
    Plugin NextGEN Gallery does not work on Firefox

    Many thanks & all the best!
    Matthias

    #1468018

    Hi,
    Ok, I thought that you wrote:

    This is what I found:
    Enfold Cookie-Disclaimer does not work on Firefox and Safari
    Scroll to top button does not work on Firefox and Safari
    Plugin Portfolio Filter Gallery does not work on Firefox and Safari
    Plugin NextGEN Gallery does not work on Firefox and Safari
    Menue does not work on Safari

    But when I check I don’t see an issue with these.
    But note that Safari has changed their AD block settings to now block FB and other items, so you would need to manually disable this.
    Also note that you typically need to accept the cookie settings for some elements to work like the NextGEN Gallery.

    Best regards,
    Mike

    #1467871

    Hi,

    Please try adding the following code to the Quick CSS field in the Enfold theme options > General Styling > Quick CSS:

    
    #top .avia-fold-unfold-section .av-fold-unfold-container.folded::after {
      z-index: -1;
    }
    
    #top .avia-fold-unfold-section .av-fold-button-wrapper {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, white));
      padding-top: 20vh;
      margin-top: -20vh;
    }
    

    If you’d like to see this implemented in Enfold, please feel free to request it at https://github.com/KriesiMedia/Enfold-Feature-Requests.

    Regards,
    Yigit

    #1467826
    MatthSp
    Participant

    Hi,
    Since a while there are some functions that do not work both on Firefox (Windows 10) and Safari (iPhone) that worked perfectly with previous versions. It seems this is visible since the latest two updates on Enfold.

    This is what I found:
    Enfold Cookie-Disclaimer does not work on Firefox and Safari
    Scroll to top button does not work on Firefox and Safari
    Plugin Portfolio Filter Gallery does not work on Firefox and Safari
    Plugin NextGEN Gallery does not work on Firefox and Safari
    Menue does not work on Safari

    Any ideas, how to fix this?

    Many thanks & all the best!

    • This topic was modified 1 year, 6 months ago by MatthSp.
    • This topic was modified 1 year, 6 months ago by MatthSp.
    • This topic was modified 1 year, 6 months ago by MatthSp.

    Wow, that worked beautifully. :-) With the stretched background image and a few regular animated buttons from the Enfold theme I was able to recreate the overall feel and animation of my previous LayerSlider. My website: https://wta.nl/

    With LayerSlider my score on PageSpeed Insights was 54 (mobile), even after taking most performance measures I could think of. Without LayerSlider, so with my new setup with the stretched bg image and animated buttons, my score went up to 74 (mobile) instantly. And when I also deactivated LayerSlider in the Enfold Layout Builder (but leave plugin files), my score even went up to 83 for a moment, and later around 76. But still, a great improvement. And I even imported an additional Google Font! Amazing.

    I don’t know yet what it does for my Google ranking, because page ranking is my next step to discover, but in any case my page speed won’t hurt it too much anymore. So thanks for the help @Ismael

    paulw185
    Participant

    On my homepage https://wta.nl/ I have a full width slider, made with Advanced Layerslider. It looks great, but the Kb size of it hurts my pagespeed score. Because it’s a very simple slider I want to replace the slider by a color section with a background image that looks almost the samen and stretches full width. But despite reading every topic on it on this forum, I can’t get it to work. The background image I want to use is the same as the one in my current slider. But when I apply it as a background in the color section it doesn’t stretch to fit full width. The image is 1783 x 534 px.

    What I’ve tried:

    – Gave the color section a Custom ID Attribute, like it says in your Enfold Documentation: https://kriesi.at/documentation/enfold/color-section/#color-section-with-100-content-width and pasted the code in Quick CSS. When applying a background color the color section is full width. But applying my background image doesn’t stretch full width.

    /* Color section container width */
    #section-container-width .container {
      width: 100% !important;
      min-width: 100%;
      padding: 0;
      margin: 0;
    }

    – After that I tried to apply my background image as an image, and used the following code found in this topic: https://kriesi.at/support/topic/full-width-images-on-a-page/#post-711522. That didn’t work either.

    .avia-image-container avia-image-container-inner, .avia-image-container avia-image-container-inner img {
        width: 100%;
    }

    – I finally found this recent topic https://kriesi.at/support/topic/full-screen-image-with-text-overlay/#post-1466589https://kriesi.at/support/topic/full-screen-image-with-text-overlay/#post-1466589 where moderator @Ismael says: try setting the Styling > Background Image > Background Repeat option to the fifth option (Stretch to Fit). But I don’t see that option in my Enfold Layout Builder. I even saw more posts on this forum where users got this Background Repeat advice. Why can’t I see this option?

    So I’m pretty confused right now. It seems so simple to recreate my current slider with a static background image and placing a few buttons in it. But I really don’t know how to do it. Please help.

    By the way: I’ve deleted all my previous attempts with the color section and Quick CSS, so my current page is again with only the current slider.

    • This topic was modified 1 year, 7 months ago by paulw185.
    • This topic was modified 1 year, 7 months ago by paulw185.
    • This topic was modified 1 year, 7 months ago by paulw185.
    #1467278
    Guenni007
    Participant

    it is a bit different to all others. – so maybe it would be better to have:

    #top #wrap_all .av-social-link-twitter a:focus, 
    #top #wrap_all .av-social-link-twitter:hover a {
      color: #fff;
      background-color: #000;
    }

    This seems to be in line with twitter’s corporate design – and is also similar to the behaviour of all other share links on enfold.

    #1467088

    In reply to: Mega Menu

    be carefull if you install that child-theme on an existing installation!
    Enfold has on Import/Export Options : “Import Settings From Your Parent Theme”. Button –
    This generally works smoothly. The child theme then initially adopts the settings of the parent theme – including the quick css settings.

    But link above to docu can tell you more detailed

    By the way: you do not need to edit this by ftp.
    Mostly there is the opportunity to edit the child-theme functions.php via Dashboard:

    Dashboard – Appearance – theme file editor ( right side click f.e. on functions.php)

    ______________________________

    after that for that test page of mine i have in quick css:

    .avia_mega_div.avia_mega7 {
      right: calc(-100vw) !important;
      width: 95vw;
    }
    
    #top  .avia_mega_div > .sub-menu {
      display: grid !important;
      margin:0;
      gap: 20px 0px;
      grid-auto-flow:row;
      grid-template-columns: repeat(7, 1fr);  /*** that means 7 grid-cells with each 1 fraction (same size)  ***/
    }
    
    #top #header .avia_mega_div > .sub-menu > li {
      display: block !important;
      width: unset;
      position: relative;
    }
    
    #top #header .avia_mega_div {
      max-width: 100vw;  /*** if it is neccessary ***/
    }
    
    @media only screen and (min-width: 990px)  and (max-width: 1199px) {
      #top #header .avia_mega_div > .sub-menu {
        grid-template-columns:repeat(4, 1fr);  
      }
    
      #header .avia_mega_div {
        overflow-y: scroll;  /*** needed - if your mega-div height is too large for your device ***/
        max-height: calc(100vh - 200px);  /*** depends on your header height ***/
      }
    } 
    #1467000

    Hey Peter,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .avia-slideshow-button {
        text-transform: none;
    }

    Best regards,
    Mike

    the_digital_manager
    Participant

    Hi Enfold team, sometimes I’m struggling with the backend editor to achieve something.
    I’m trying to achieve an image with overlapping content field (with white background) which contains a title, text and button. insofar my attemps have been very unsuccesfull. It doesnt seem very complicated to me, so I’m hoping you have a concrete advice on how to achieve this. sometimes this will be in columns, sometimes ‘stand alone’
    desired outcome

    #1466724
    reesm2
    Participant

    Hi Team Kriesi,

    Images are often not showing when my site is opened in Chrome. When this happens, the images will often come in after 1-4 refreshes. Errors like this are showing up:

    Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID
    Failed to load resource: net::ERR_CONNECTION_RESET

    I’m having a very similar issue what’s described in this previous thread, but I don’t have the Lazy Load or Really Simple SSL plugins installed so I’m not sure what to try to solve this issue: https://kriesi.at/support/topic/major-problem-in-google-chrome/

    Besides the default plugins, I have WP Accessibility and Sticky Buttons installed. I’m using enfold 6.6.2.

    Thanks for any help!

    #1466698

    Hi,

    Thank you for the screenshots.

    You can use this css code to adjust the style of the product buttons in the shop page.

    #top .main_color .avia_cart_buttons .button {
        color: white;
    }
    
    #top .main_color .avia_cart_buttons {
        background: rgb(195, 26, 57);
    }

    If you’d like to adjust the initial opacity of the buttons, please add the following css code:

    .avia_cart_buttons {
        opacity: 0.8;
    }

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the modifications.

    Best regards,
    Ismael

Viewing 30 results - 241 through 270 (of 11,218 total)