Viewing 30 results - 18,511 through 18,540 (of 244,621 total)
  • Author
    Search Results
  • #1399617

    Hey satucker,

    Thank you for the inquiry.

    This is possible but you will have to directly modify the posts query in the enfold/framework/php/legacy/class-framework-widgets.php file. Please look for this code around line 944.

    $new_query = array(	"posts_per_page"=>$count, 'tax_query' => array(
    														array( 'taxonomy' => $this->avia_term,														   
        'field' => 'id',															   
        'terms' => explode(',', $cat),															   
        'operator' => 'IN')														 
      )														);
    

    We have to add the order parameter to the query and set its value to “DESC”.

    $new_query = array("order" => "DESC", "posts_per_page"=>$count, 'tax_query' => array(
    														array( 'taxonomy' => $this->avia_term,	
    
        'field' => 'id',															   
        'terms' => explode(',', $cat),															   
        'operator' => 'IN')														 
      )														);
    

    Best regards,
    Ismael

    #1399616

    Hey Tanja,

    Thank you for the inquiry.

    Are you referring to the phone number in the third footer column? If yes, then you can use this css code to adjust the font size of the phone number.

    body#top .footer_color section#custom_html-2 a {
        font-size: 24px;
    }
    

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css modifications.

    Best regards,
    Ismael

    Hey woogie07,

    Thank you for the inquiry.

    You can add the phone number as a text widget in the header. Please check the documentation below for more info on how to register a widget area and display it in the header.

    // https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Best regards,
    Ismael

    #1399610

    In reply to: Enfold Theme

    Hey Julia Friebe,

    Thank you for purchasing the theme.

    In order to open questions in the forum, you have to register an account first using your purchase code. Please go to the link below, place the purchase code in the provided field, then click the verify button.

    // https://kriesi.at/support/register/

    After the registration, just visit the link below to open a new thread in the forum.

    // https://kriesi.at/support/forum/enfold/#new-post

    Best regards,
    Ismael

    #1399600

    Hi Franz,

    I apologize for the delayed response.
    Please remove the code I gave, then edit the Color Section where those iconboxes where placed.
    1. Go to Advanced > Developer Settings > Custom CSS Class and put equal-height-column and save.
    2. Go to Enfold > General Styling > Quick CSS and add this CSS code:

    #top .equal-height-column .entry-content-wrapper {
        display: flex;
    }
    
    #top .equal-height-column .entry-content-wrapper .iconbox {
        display: flex;
        min-height: 100%;
    }
    
    @media only screen and (max-width:479px) {
        #top .equal-height-column .entry-content-wrapper {
            flex-direction: column;
        }
    }

    This should result in those 3 columns in the same height for all devices except for the mobile phone (portrait) where iconboxes will be using 1 column.

    If you need to use the same layout on other pages (or the same page), just do Step #1 to other Color Sections (assuming it’s the same layout).
    Hope this helps.

    Best regards,
    Nikko

    This reply has been marked as private.
    #1399581
    @media only screen and (max-width: 767px){
      .responsive #top .avia-post-nav {
        display: block;
      }
    }

    but i guess on next enfold version there will be a swipe support on post-navigation.

    #1399576
    Iraklis
    Guest

    Hi,

    Wondering if there is any demo/template for a city portal website. Our client has in mind this template, https://sktthemesdemo.net/trip/.
    Is there any suitable to this?
    Thank you

    P.S. We are already using enfold theme for our eshop, but this is a different project.

    Regards.

    #1399574
    netzfuchs
    Participant

    Hi there!

    How do I center only one column (f.e. 1/3) in the content section?
    As explained on https://kriesi.at/documentation/enfold/columns/#toggle-id-13 does not work …

    Thank you big time!

    • This topic was modified 3 years, 1 month ago by netzfuchs.
    #1399572

    Good Rikard, the problem we believe is in the enfold template and not in elementor since we have carried out the same action with other templates and it has not happened to us with any.

    #1399570

    Hi,

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

    .main_color .avia-content-slider .slide-image {
      background-color: transparent; 
    }

    Best regards,
    Rikard

    #1399569

    In reply to: PHP Fatal Errors

    Hey vantagepointmg,

    I see that you are running an old version of the theme, could you try to update to the latest version (5.4.1) to see if that helps please? The update to 5.4.1 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

    #1399563

    Hi,

    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

    #1399560

    Hello good Morning. I have a problem and that is that when I have Enfold and Elementor Pro as templates, if I make a custom header or footer in the Elementor Layout, a horizontal bar appears that in the mobile version generates a lateral scroll. How can I solve that??? thank you

    #1399558
    webosconjamonsl
    Participant

    Hello good Morning. I have a problem and that is that when I have Enfold and Elementor Pro as templates, if I make a custom header or footer in the Elementor Layout, a horizontal bar appears that in the mobile version generates a lateral scroll. How can I solve that??? thank you

    #1399556

    Hi,
    Thanks for the login, it seems for your language Deutsch there is an error in the language file for one column as it says 6 Spalten I set this option and it is indeed one column, I will notify the Dev Team so they can correct for the next update:
    Enfold_Support_498.jpeg
    Enfold_Support_500.jpeg
    There seems to be 5 versions for Deutsch on your site, I’m not sure why this is.

    Best regards,
    Mike

    #1399549

    Topic: PHP Fatal Errors

    in forum Enfold
    vantagepointmg
    Participant

    Hello,

    We are receiving PHP Fatal errors when using the Enfold theme.

    I reached out to my hosting company and they provided me with a TXT file that includes the errors. They also said this:

    It looks like there is n issue with some serialized data in the theme seeing many different errors like this one :

    6 PHP Fatal error: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /nas/content/live/chipyourcardev/wp-content/themes/enfold/functions-enfold.php on line 313

    https://chipyourcardev.wpengine.com/

    #1399543
    Julia Friebe
    Guest

    Hallo,
    ich habe das Enfold-Theme gekauft und mich auch registriert, finde aber keine Möglichkeit, im Forum eine Frage zu stellen. Wie funktioniert das?
    Ich habe eine Frage zur Nutzung individueller Schriften im Theme.

    Vielen Dank für die Rückmeldung und beste Grüße

    #1399531

    In reply to: Slideshow in Gridrow

    This reply has been marked as private.
    #1399530
    profumopuntoit
    Participant

    Hello
    I have recently updated our install, theme, plugins and wordpress, and now several elements do not respond anymore to CSS rules set, because I see code like this
    <span style=”font-weight: 400;”>Table of contents</span>
    <li style=”font-weight: 400;” aria-level=”1″>
    <span style=”font-weight: 400;”>What is aromatherapy?</span>
    <li style=”font-weight: 400;” aria-level=”1″><span style=”font-weight: 400;”>Swedish massage </span>

    There are in one post 123 instances of “font-weight: 400;”, please see Private Content
    Who set them? Enfold or WordPress?
    And how to remove them?

    Please note that this happens in new posts, while previous ones are not affected
    Thank you
    Mauro

    #1399525

    In reply to: Website way too large

    Hey,

    Please refer to this post: https://kriesi.at/documentation/enfold/optimization/#troubleshoot

    Best regards,
    Yigit

    Hi,
    Thanks for the feedback, it seems the plugin css is hiding the calendar from this file:
    /wp-content/themes/enfold/config-woocommerce/config-woocommerce-bookings/woocommerce-booking-mod.css
    with this css:

    #top .wc-bookings-date-picker-date-fields {
        display: none;
    }

    so I assume there is a setting to show this somewhere but I don’t see it and I’m not familiar with the settings of this plugin, but this css will show the calendar for you:

    #top.single-product #wrap_all .wc-bookings-date-picker-date-fields {
        display: block;
    }
    

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

    Best regards,
    Mike

    #1399517
    Vladimir
    Guest

    Hello!
    I have “Sidebar Pages”, where I set up Navigation with “Categories”, “Archiv” and “Enfold Latest News”. I need that in every Posts will be on right side in parallel Post, but when in some Posts, I choosed “Sidebar Settings”–>”Sidebar Pages” somewhere is Sidebar in right Position, somewhere is under Posts… and I don’t understand how fix it. May be You can advice me?
    I am attaching a link

    #1399515

    Hi,
    With the WP_DEBUG active I could see these errors:

    Notice: Undefined index: id in /var/www/wp-content/themes/enfold-child/functions.php on line 145
    Notice: Undefined index: id in /var/www/wp-content/themes/enfold-child/functions.php on line 145
    Notice: Undefined index: featured in /var/www/wp-content/themes/enfold/functions.php on line 313
    Notice: Trying to access array offset on value of type null in /var/www/wp-content/themes/enfold/functions.php on line 313
    Warning: Illegal string offset 'css' in /var/www/wp-content/themes/enfold/includes/helper-assets.php on line 60
    Warning: Illegal string offset 'js' in /var/www/wp-content/themes/enfold/includes/helper-assets.php on line 61

    and I was able to disable the custom code in your child theme functions.php that caused the errors, but since I didn’t have FTP assess I was limited to what I could do.
    I don’t know what the reason for of some of these custom functions was so I don’t think that I will be able to modify them, I get the feeling that you had hired a freelancer to create these customizations for you and the core theme files have changed since then so these modifications will also need to be changed.
    Perhaps you should contact this freelancer again for assistance.

    Best regards,
    Mike

    #1399512
    TakiwaSoulArt
    Participant

    Hi,

    I have inserted a video with URL and a separate title image, but it is only visible when I click the setting: “Wait for user action to load the video”. However, no controls are then visible – so no white arrow in the middle, just a tiny black arrow in the top left corner. That shouldn’t appear there, instead just the white arrow in the middle.

    Thanks for the help. Info in private content

    Best regards, Sabine

    #1399508

    Hi Monika,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1399506
    Zdenek
    Participant

    Hi Enfold team,
    I would like to have the author image displayed also on the Tablet Portrait and Mobile resolutions ( < 767px).

    At this moment the Author image is displayed just on Desktop and Tablet Landscape.

    See here: https://blog.mtsakademie.cz/author/lucie3239/

    Thanks a lot!
    Zdeněk

    #1399504

    Hello,

    Ok thanks for checking, no I dont have internet connections problems.
    One question about one site that has function to write different sentences (link below)> https://ibb.co/M80jjLX
    Does Enfold theme have something to have the same function?

    Best Regards,

    #1399498
    werbeagenturlauf
    Participant

    Hallo @enfold
    Ich verwende das Enfold-Theme und habe einen WooCommerce-Shop installiert. Bei der Überprüfung der USt.-ID erhalte ich entweder Gateway timeout oder „Die USt.-ID scheint leider nicht gültig zu sein“. Es handelt sich aber um eine existierende USt.-ID die dann auch funktionieren müsste. SOAP läuft in Plesk-Installation. Alle Plugins und WP top-aktuell. Im Debug von Germanized kommt diese Fehlermeldung:
    2023-02-27T16:22:53+00:00 ERROR Error 0 while setting up the SOAP Client for VAT validation: SOAP-ERROR: Parsing WSDL: Couldn’t load from ‚https://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl‘ : failed to load external entity „https://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl“

    Nachdem mir auch von Germanized niemand helfen kann (Obwohl das der Hersteller ist) Frage ich mal bei euch an, ob ihr dieses Problem vielleicht schon kennt …

    LG
    Michael F Kraus

    #1399487

    In reply to: Forum Issues

    Hey Brian Ram,

    Thank you for the inquiry.

    When did you purchase the theme? Your support license may have expired already and you may need to extend it. Please checke the documentation below for more info about support renewal.

    // https://help.market.envato.com/hc/en-us/articles/207886473-Extending-and-Renewing-Item-Support

    Regarding the product gallery issue, please make sure to update the theme to version 5.4.1, then toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.

    Best regards,
    Ismael

Viewing 30 results - 18,511 through 18,540 (of 244,621 total)