Viewing 30 results - 22,711 through 22,740 (of 244,510 total)
  • Author
    Search Results
  • #1366424
    tsaether
    Participant

    Hi there

    I just payed for Enfold as I needed a new site to work on PHP8. The page editing doesn’t work and the only way it works on PHP8 is if I disable the layerslider. I checked the change log – ver 7.3.0 is supposed to the bundled with the theme. However on Theme forest, only ver 6.9 is avail for download.
    Let me know where I can download 7.3? Or at least a version that works on PHP8.

    Thomas

    #1366420
    jossfrimond
    Participant

    Hi,
    I have just created a new blog post and the comments (on the blog page) are not showing and the excerpts (on the general blog page) are not showing either.

    The only thing that has changed is that enfold is forcing me to use Avia to do the blog post.

    Both options are ticked in “Screen options”. Comments and excerpts are working on all other posts (not using Avia).

    Please note that I am unhappy that I have to pay 45 dollars to get support for this as I haven’t changed anything to my wordpress. This really feels like an Enfold error.

    Thanks

    #1366411

    In reply to: ALB for any post type

    sorry i could not see private content as participant.
    i use on some installations events manager – and the post-type for it is : event
    not events

    Did you work with a child-theme or only parent theme ?
    If you work with parent theme only – the very beginning of functions.php seems for me not the best position.

    I would recommend to insert it in between the comment and the last line:
    there is a comment :

    /*
     *  register custom functions that are not related to the framework but necessary for the theme to run
     */
    
    require_once( 'functions-enfold.php' );

    i think your snippet is for using the alb editor on single events ( i do not use it with events – because content is set in the plugin itself )
    you have to use both snippets.

    #1366406

    Hi,

    Please add following code to bottom of functions.php file of your child theme – https://kriesi.at/documentation/enfold/child-theme/

    
    add_filter("avf_alb_lightbox_image_size", function($size, $context) {
        $size = "full";
        return $size;
    }, 10, 2);
    

    Best regards,
    Yigit

    #1366402
    oestersund
    Participant

    Dear team,
    for lots of my static pages – url example below – google shows blocked index. The sitemap is seen by google. pls ses screenshots attached

    I dont´s know where / how to avoid this issue and/or which setting in the enfold panel and/or robots.txt etc I need to change.

    Your help is as always much appreciated. Thx a lot & best regards, Tilman

    #1366390
    j0schi
    Participant

    Hi,
    https://gyazo.com/4ec7b1de4a8d196e974e8d373b8abaf5

    I am using the default woocommerce product catalog page. For some reason the images are 450×450 px in 1 1:1 aspect ration instead of a 16:9 aspect ratio as i want it. Woocommerce moved the image settings into the customizer and states if the settings dont show up there one should contact the theme author. Any hints on how i get the images to the desired aspect ratio? Funny thing is it was working before but new images uploaded are always 450×450 now instead of 640×360.

    Whats interesting: It was working before, then suddenly newly uploaded images had this 1:1 aspect ratio. I used regenerate thumbnails and now all have the 1:1 aspect ratio… Maybe this is because woocommerce moved this setting? I am not sure if it is an enfold or a whoocommerce problem.

    Any help is highly appreciated. Thanks!
    Patrick

    • This topic was modified 3 years, 6 months ago by j0schi.
    #1366381

    In reply to: RESPONSIVE 2022

    I answer in sections.

    1. I did – has no effect on the slider.
    2. I don’t need a solution for the pictures but for the text in them. It only goes on or off in Enfold with the responsive settings.
    3. I don’t want to use another slider plugin and start all over again. The built-in simple slider is basically fine for this job just not responsive. The Layer Slider is unwieldy, if that’s the case then I’d go with Revolution Slider if your built-in Theme Slider doesn’t work at all. And yet start everything from scratch.

    Ergo: in the end this means in summary: you should write your own CSS with media queries. You can’t really use some built-in features of the theme, because after many years and updates it’s still not responsive?

    #1366362

    In reply to: Bug with Buttons

    Hey Eva,

    From what I understood, Notification element would work in your case. Please edit your element and go to Advanced > Developer Settings and give your element a custom CSS class (“custom-not-a-button” in example below) and then add following code to Quick CSS field in Enfold theme options > General Styling and adjust the width as needed.

    
    .custom-not-a-button {
      max-width: 160px;
    }
    

    The reason why we are adding the features we are adding is because they are requested by Enfold users.

    Please check out Notification element and let us know if it does not work for you or if you have any improvement suggestions for it and we will forward it to our devs :)

    Regards,
    Yigit

    #1366354

    In reply to: personal token 3

    Hey,

    Thanks for contacting us!

    Which version of Enfold are you using? I have just tested on my local installation using Enfold 5.1.2 and it worked – https://imgur.com/a/bfgkWxp

    Edit: I could reproduce the issue and reported it to our devs. We will update you here :)

    Best regards,
    Yigit

    • This reply was modified 3 years, 6 months ago by Yigit.
    #1366351

    In reply to: Theme issue in PHP 8.0

    Hi Yigit,
    FYI I just tested echo implode(get_field('page_layout')); on the test site and I get this error:

    Parse error: syntax error, unexpected token “&” in /home/cluster-sites/6/o/orionit.co.uk/public_html/wp-content/themes/enfold-child/includes/loop-index.php on line 150

    I am doing it tomorrow at 10am. I will use the commented one.
    Thanks
    Rob

    #1366349

    Hey Claudia,

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

    .avia-table li {
      padding: 20px;
    }

    Best regards,
    Rikard

    #1366347

    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

    #1366344

    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

    #1366343
    WebbR
    Participant

    Hi everybody, it seems that – since the last Enfold theme-update – the woocommerce thumbnails are square.
    https://www.jagador.de/shop/
    The settings in customizer is on no change but the thumbs are cropped to square.
    Is there any change in Enfold concerning the image sizes?
    When I switch to storefront, images are displayed correct.

    Any idea how to fix this?

    • This topic was modified 3 years, 6 months ago by WebbR.
    #1366342

    Hi,

    Thanks for that. I see that you are running an old version of the theme, could you try to update to the latest version (5.1.2) to see if that helps please? The update to 5.0 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or use a plugin to upload the theme zip file: https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/
    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Once you have updated the theme, then please make sure that WordPress is running the latest version as well.

    Best regards,
    Rikard

    #1366340

    Hi,
    Glad to hear that you have this sorted out, 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

    #1366337

    Hey agentur2c,

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

    #text-12 a.avia-button {
      background-color: #90bb1a !important;
    }

    Best regards,
    Rikard

    #1366331

    In reply to: Bug with Buttons

    No. “Button” like nondevelopers understandt it, does not necessarily imply anything that moves or pulsates or sonars or change colors or hovers or twitches.
    My post tells clear that i want a plain “button” without any gimmicks.
    It is, by the way, quite irritating that Enfold meanwhile comes with hundreds of “gimmicks” but lacks stable and plain features like a simple “button”, a plain uncolored notice box or a form with a working multiselect or a a very simple honeypot field which is very easy to build.

    It devolops more and more into the direction of “Avada” and no one who is reasonable can want that.

    #1366330

    In reply to: CSS tweaks

    and btw 2-3.) You can adjust the main color in the Enfold > General Styling > Main Content panel. Look for the Main Content Background Color field. If you want to manually adjust it with css, use this code.

    ==> I want to change the colors of the /shop ; /cart & /checkout but I want to keep the current colors o my homepage – If I change the Main Content Background Color then it’s changed for all pages.

    Can you tell me how to change the colors of text/background/buttons etc. only for the /shop ; /cart & /checkout pages?

    #1366325

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    #1366324

    In reply to: CSS tweaks

    Hey mvanstee,

    Thank you for the inquiry.

    1.) You can use this css code to adjust the color of the mail icon on hover.

    #top #wrap_all .av-social-link-mail:hover a, #top #wrap_all .av-social-link-mail a:focus {
        color: blue;
        background-color: red;
    }
    

    2-3.) You can adjust the main color in the Enfold > General Styling > Main Content panel. Look for the Main Content Background Color field. If you want to manually adjust it with css, use this code.

    .main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content, .main_color .av-share-box ul, #top .main_color .av-related-style-full .related-format-icon, .main_color .related_posts.av-related-style-full a:hover, .main_color.avia-fullwidth-portfolio .pagination .current, .main_color.avia-fullwidth-portfolio .pagination a, .main_color .av-hotspot-fallback-tooltip-inner, .main_color .av-hotspot-fallback-tooltip-count {
        background-color: red;
        color: #003d1d;
    }
    

    Best regards,
    Ismael

    #1366321

    if you place a masonry or gallery – and for that pdf a placeholder image – then enter on custom link ( as said above pdf link with addendum: ?iframe=true – then it works with lightbox too.
    https://enfold.webers-webdesign.de/image-gallery/
    (look at paella service pdf)

    #1366291

    Hi,
    Glad we were able to help, your css had a space in between the overlay and the entry classes, but since the two classes belong to the same div it was unnecessary.
    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

    #1366284

    Hi,
    Thanks for the link to your site, I see that the “second logo” and “Owner info” is added by a custom function in your child theme functions.php:

    // Add options to the customize menu
    function register_theme_customizer( $wp_customize ) {
    	
    	
    	
    	$wp_customize->add_section('secondry_logo_section', array(
            'title'    => __('Secondry Logo', 'enfold'),
            'description' => '',
            'priority' => 30,
        ));
    	
    	$wp_customize->add_setting('secondry_logo', array(
            'default'        => '',
            'capability'     => 'edit_theme_options',
            'type'           => 'option',
     
        ));
     
        $wp_customize->add_control(new WP_Customize_Image_Control( $wp_customize, 'secondry_logo', array(
            'label'      => __('Secondry Logo', 'enfold'),
            'section'    => 'secondry_logo_section',
            'settings'   => 'secondry_logo',
        )));
    	
    	$wp_customize->add_section('header_client_info', array(
            'title'    => __('Owner Info', 'enfold'),
            'description' => '',
            'priority' => 60,
        ));
    	
    	$wp_customize->add_setting('owner_info', array(
            'default'        => '',
            'capability'     => 'edit_theme_options',
            'type'           => 'option',
     
        ));
     
        $wp_customize->add_control('owner_info', array(
            'label'      => __('Owner Name', 'enfold'),
            'section'    => 'header_client_info',
            'settings'   => 'owner_info',
        ));
    	
    	$wp_customize->add_setting('owner_contact', array(
            'default'        => '',
            'capability'     => 'edit_theme_options',
            'type'           => 'option',
     
        ));
     
        $wp_customize->add_control('owner_contact', array(
            'label'      => __('Owner Contact Number', 'enfold'),
            'section'    => 'header_client_info',
            'settings'   => 'owner_contact',
        ));
    	
    	$wp_customize->add_section('banner_section', array(
            'title'    => __('Banner Section', 'enfold'),
            'description' => '',
            'priority' => 40,
        ));
    	
    	$wp_customize->add_setting('home_banner_image', array(
            'default'        => '',
            'capability'     => 'edit_theme_options',
            'type'           => 'option',
     
        ));
    
    	$wp_customize->add_control(new WP_Customize_Image_Control( $wp_customize, 'home_banner_image', array(
            'label'      => __('Banner Image', 'enfold'),
            'section'    => 'banner_section',
            'settings'   => 'home_banner_image',
        )));
    	
    	$wp_customize->add_setting('banenr_text', array(
            'default'        => '',
            'capability'     => 'edit_theme_options',
            'type'           => 'option',
     
        ));
     
        $wp_customize->add_control('banenr_text', array(
            'label'      => __('Banner Text', 'enfold'),
            'section'    => 'banner_section',
            'settings'   => 'banenr_text',
        ));
     
    }
    add_action( 'customize_register', 'register_theme_customizer' );

    that addS to the WordPress customizer:
    2022-09-25_004.jpg
    Your second logo image is there, but the html div is not added to the page source code.
    Unfortunately I don’t have any experience with this kind of customization, I assume that it would need to hook into the Enfold header.php but I don’t know how.
    I recommend asking the person that set this up for you to help you.

    Best regards,
    Mike

    #1366283

    Hey nimo1024,

    It is the Headline Rotator element.

    Best regards,
    Mike

    Hi,
    The sidebar for the search result page is set to the Enfold Theme Options ▸ Sidebar Settings ▸ Sidebar On Pages but I assume that you don’t want to disable the sidebar on all of your pages, so try this css:

    #top.search-results #main .sidebar {
    	display: none;
    }
    #top.search-results #main .container .av-content-small.units {
        width: 100%;
    }
    #top.search-results #main .author-extra-border {
        right: auto;
        left: -100%;
    }
    #top.search-results #main .container .content.template-search {
    	border: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1366281

    Hi,
    Thank you for your feedback, and thanks for pointing out the CLS score lower on the page that I missed, and I do see that on /neon-canyon/ when tested on PageSpeed you have a score of 0.375, but when I test our grid row demo page for desktop the score is only 0.003:
    2022-09-25_001.jpg
    I also tested our Shop demo page that used grid rows and it had a higher score of 0.022, but still quite lower than yours:
    2022-09-25_003.jpg
    So I compared your /stella-nubis/ page to your /neon-canyon/ page thinking perhaps a different element was causing your high score and I noticed that you didn’t have a video on your “fixed” page so I tested our demo video page, but it’s score was only 0.005:
    2022-09-25_002.jpg
    So while I do see that for your pages, removing the grid row lowers your score, I’m not able to reproduce this with our demo site, or my personnel testing demo site that has no caching or optimization.
    Please don’t misunderstand me, I’m not arguing, but in order for me to write an issue report for the Dev Team I need to demonstrate how to reproduce the issue on a clean install with no plugins so they can also reproduce it and investigate.
    Perhaps you could enable the Avia Layout Builder Debugger and copy the page shortcode to a plain text file (.txt) and post a DropBox link to it for me to test on my site, that way I could reproduce the issue and investigate further.

    Thank you for your patience,
    Mike

    #1366279

    Hi,

    The update to 5.x has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or use a plugin to upload the theme zip file: https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/
    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1366278

    Hey Stephen,

    Great, I’m glad that you found a solution, and thanks for the update. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    Hey Stephen,

    Could you try updating the theme to the latest version (5.1.2) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If you need further help, then please check the login details you posted, as they are not working.

    Best regards,
    Rikard

Viewing 30 results - 22,711 through 22,740 (of 244,510 total)