Viewing 30 results - 13,681 through 13,710 (of 244,572 total)
  • Author
    Search Results
  • #1418051

    Hey Jörg,

    Please to follow this: https://kriesi.at/documentation/enfold/theme-registration/#toggle-id-5

    Best regards,
    Rikard

    #1418045

    In reply to: Color section

    Hey,

    You can enable the page preloading in Enfold theme options > Page Preloading but it fades out when the page is loaded and doesn’t scroll up.

    Best regards,
    Yigit

    #1418044
    Camineet
    Participant

    Hi I need some help with a stubborn problem.

    My slider’s content is broken on iphone. I’ve tested 3 iphones. And the problem can be reproduced on https://testingbot.com/

    The issue is seen on both my wife’s iphone X and my wife’s 2 friends iphone 14’s.

    The problem is seen here:

    The headshots of our therapists are in an incorrect aspect ratio. The video layer has 30% of the right side cut off. And the text boxes are incorrectly sized causing the text to overflow out of the container.

    These issues are not seen anywhere else, such as in a Windows browser of any kind or on Android device.

    I’ve got a support ticket in with slider revolution support that has reached the point that they’ve asked me to do a conflict test as described here:

    https://www.sliderrevolution.com/faq/how-to-test-and-resolve-conflicts/

    I’ve followed the instructions to the point of disabling everything except Enfold itself.

    Can you guys please help? I really need this slider upgrade to our site. You can see the difference between how great this slider upgrade is with the videos I made compared with our live site.

    live site:

    alphafamilycounseling.net

    upgraded site slider (view on anything but an iphone to see how great it is):

    #1418041
    This reply has been marked as private.
    #1418034
    AgenturWP
    Participant

    Hi,
    Currently installed 5.6.4 with PHP 8.1.22 and WordPress 6.3.1

    So far, the automatic update has worked without any problems. The update to 5.6.6 is displayed in Enfold, but when I try to update, I get the following error message:

    Errors occurred checking on 2023/09/04 12:15:

    Paket-URL herunterladen: Fehlercode 403 von Envato erhalten: Forbidden:
    – response_code: 403
    – reason: scope-missing
    Download Package URL: A problem occurred accessing your download link. Unable to perform update.

    Following Envato package errors occurred:

    Enfold – Anforderungs-Download-URL fehlgeschlagen.

    Is it a temporary problem of Envato or of Enfold?

    Thanks and best regards
    Jörg

    #1418033
    ifranl
    Participant

    Hi Enfold-team,

    I have a question about the ‘Image with hotspots’ element. There are three options for displaying tooltips: on mouseover, always, or ‘show on mouseover, hide on click.’ In the latter case, however, you must click directly on the respective hotspot to close the tooltip. Is it possible to make it so that you can click anywhere on the page to close the tooltip?

    Thanks in advance!

    Ita

    #1418032
    screener
    Participant

    Hallo Support Team,
    auf einer Kundenseite gibt es das Problem, das vorhandene Sidebars und zugehörige Widgets im Widget-Bereich nicht mehr sichtbar sind. Auch ein klicken auf die letzten vorhanden Widgets bewirken keine Reaktion. In den Theme Einstellungen für Sidebars sind Widgets on Pages aktiv.
    Benutzt wird die aktuelle Enfold Version. Allerdings ist im Themes Bereich eine alte Enfold Version – allerdings nicht aktiv vorhanden. Könnte das ein Problem darstellen?
    Zu der Widget Ansicht im Anhang ein Screenshot.

    Habt ihr eine Lösung für das Problem?

    Vielen Dank
    Jörg Fiedler

    #1418023

    In reply to: Productpage

    Sorry for my late respons.

    1. Image size Herfstcursus is corrected now, thanks a lot!

    2. About the search function, both your suggestion as Ismaels did not seem to work (or I entered it the wrong way or at the wrong place.

    When I add Ismael CSS:

    .post-type-archive .woocommerce-no-products-found {
    display: none;

    something is deleted from the search function, but this CSS code also effects the layout of the page.

    I tried entering you suggestion in my Quick CSS in the Enfold General Styling:

    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’ );

    But that did not do anything.

    Can you help me out? I am not a programmer, just a user. So please guide me as detailed as possible.

    Thanks, Iris

    #1418018

    Hi Jason,

    Thanks for sharing your solution.

    We added this to our docs at https://kriesi.at/documentation/enfold/personalize-theme/#custom-templates-for-custom-post-types.

    Best regards,
    Yigit

    #1418004

    Topic: Footer adjustments

    in forum Enfold
    Schmidtgrafisk
    Participant

    Hi Enfold
    I need the two logos in the footer to be vertical centred aligend
    Facebook needs to be closer to the logo at the right
    Facebook and the headline needs to be centred
    On mobile I need the two logos and the header to be centred

    The KONTAKT text needs to be smaller on mobile, to keep on one line

    Thanks ;)

    #1418000

    or Mike …. maybe it is first needed to include the CPT to search – as you have done it here: https://kriesi.at/support/topic/seiten-aus-der-enfold-suche-ausschliesen/#post-1396760

    #1417986

    Hi,
    Try using the code block element from the Advanced Layout Builder
    Enfold_Support_3140.jpeg

    Best regards,
    Mike

    #1417982

    Hi,
    I see that it is a “web safe” font and when I look online it looks similar:
    Enfold_Support_3138.jpeg
    I’m not sure how accurate the “web safe” fonts are, it’s not like a google font that you can see a sample.
    Perhaps try downloading it and installing it in Enfold Theme Options ▸ Import/Export ▸ Custom Font Manager, or choose a google font.

    Best regards,
    Mike

    #1417975

    Hi,
    If you have enabled the Image Caption for your ALB image element:
    Enfold_Support_3134.jpeg
    you can use this css to move it to the bottom:

    .av-image-caption-overlay {
      bottom: -20px !important;
      font-size: 10px !important;
      height: auto !important;
      left: 50% !important;
      transform: translate(-50%) !important;
      width: 100% !important; 
      text-align: justify !important;
    }

    Enfold_Support_3136.jpeg
    Best regards,
    Mike

    #1417973

    Hey Xiscoj,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field to add a background image to the slider while your images are loading.

    #top .avia-fullscreen-slider {
      background-repeat: no-repeat;
      background-image: url(https://leukosarchitecture.es/wp-content/uploads/2023/06/reforma-integral-vivienda-los-alcazares-murcia-2-1-1500x1000.jpg);
      background-position: 50% 55%;
      background-size: cover;
    }

    Best regards,
    Mike

    #1417967

    Hi,
    I have checked your page /josephines-practice/ and I see the different sized text:
    Enfold_Support_3128.jpeg
    If you look at the text in the Text tab of the editor you will see that you have some empty “code” tags, so it is an error:
    Enfold_Support_3130.jpeg
    so you should remove these from all of the pages that has this error, I did it for you on this page.
    I also notice that you have a lot of empty “div” tags, typically these would be paragraph tags, so I fixed this for you:
    Enfold_Support_3132.jpeg
    I believe that this occurred by someone copy & paste text into the “visual tab” of the editor, so the clipboard formating was applied.
    Please clear your browser cache and check, and if you have any other pages like this try to follow these steps.

    Best regards,
    Mike

    #1417965

    you got on your quick css some rules
    because of an enfold rule is more specific than your setting – be more selective too on your settings !

    Replace your settings with:

    .responsive #top #header_meta .sub_menu li.flag-deutsch {
        background: url('//www.elianafe.com/wp-content/uploads/2023/08/deutschland-sized.png') center center no-repeat;
        height: 50px;
        width: 50px;
        text-indent: -9999em;
        background-size: contain;
    }
    
    .responsive #top #header_meta  .sub_menu .flag-english {
        background: url('//www.elianafe.com/wp-content/uploads/2023/08/vereinigtes-konigreich-sized.png') center center no-repeat;
        height: 50px;
        width: 50px;
        text-indent: -9999em;
        background-size: contain;
    }
    
    #top .flag-deutsch a, #top .flag-english a {
      display: block;
      height: 100%;
      background: none !important;   /*** because of that layout.css rule your setting on li will otherwise be inherited to that a element ***/
    }
    

    you see that selector got two id’s and that overwrites your background setting with only one id in the selector
    it is more selective!

    #1417955

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1417954

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi elenapoliti,

    We’re glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    gatehealing
    Participant

    My head is swimming trying to figure out what to have Enfold do (Theme Options > Performance items), what to have WP Fastest Cache do, and what to have Autoptimize do in regards to:
    1) Minify Js/CSS/HTML (These are in WPFC settings)
    2) Combine JS/CSS (These are in WPFC settings)
    3) Optimize JS/CSS/HTML Code (these are sections in AO)
    4) File Merge & Compress JS/CSS (these are in the Enfold > Performance settings)
    5) All of the settings that are similar to the above in Cloudflare.

    I think that at least some of these are referring to the same thing and that if I have A) The Enfold theme, B) WPFC, C) AO, and D) CF overlapping on any of the tasks it could cause issues.

    Since y’all are sort of the nexus of all of these, can you shed some light on which should do what in a way that plays best with your theme?
    Thanks,
    Jon

    • This topic was modified 2 years, 7 months ago by gatehealing.
    #1417922

    Hi,
    Thanks for your patience and the link to your site, when I checked your site all of your portfolio items are in draft, you will need to publish some items for them to show. Please check your portfolio categories it shows you have zero published items:
    Enfold_Support_3123.jpeg

    Best regards,
    Mike

    #1417921

    Hey Gagik,
    Is it this one called “pod”?
    Enfold_Support_3119.jpeg

    Best regards,
    Mike

    #1417913

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1417912

    Hey sammybotz,
    Try enabling SEO Support ▸ Search Engine Optimization Support ▸ Preprocessing Shortcodes In Header ▸ allow to preprocess shortcodes
    with this enabled Yoast can read the shortcode and find the images:
    Enfold_Support_3117.jpeg

    Best regards,
    Mike

    #1417910

    Hey anthonybennett,
    Thanks for the link to your site, it looks like you are showing three columns with pagination, please go to your pagination tab and choose how many items you want to show in Post Number, it looks like you are only showing three right now:
    Enfold_Support_3115.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

    #1417903

    Hi,
    In the code you posted above, please try removing the width=”300″
    Enfold_Support_3111.jpeg

    Best regards,
    Mike

    #1417902

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 30 results - 13,681 through 13,710 (of 244,572 total)