Viewing 30 results - 2,161 through 2,190 (of 7,502 total)
  • Author
    Search Results
  • #1091279
    Bernd
    Participant

    This is my second attempt to get help:
    On March 24th I opened the following topic: https://kriesi.at/support/topic/images-in-masonry-view/#post-1082220
    I was told to open a new topic. So here we go:

    Dear ladies and gentlemen. On tablets and smartphones, images are suddenly no longer displayed correctly in Masonry View. Partly several pictures are displayed on top of each other, partly one picture is displayed several times, partly distorted. This always happens when the page is scrolled.

    The phenomenon occurs sometimes fast, sometimes slower (e.g. when you scroll and navigate a bit). Tested with various pads and smartphones. IOS and Android. That makes no difference.

    What I tried already (unsuccessfully):

    ALL plugins deactivated.
    Enfold cache disabled.
    Searched and tried solutions in the forum.
    changed php Version from 7.2 to 7.1

    Looking foward for your support.
    Best regards, Bernd

    #1091257

    Hey sthubertus,

    Thank you for using Enfold.

    We are not sure how dlm handles links, so it’s probably best if the “downloads” post type or items are excluded from the AJAX search.

    add_filter('avf_ajax_search_query', 'avf_ajax_search_query_mod', 10, 1);
    function avf_ajax_search_query_mod( $search_parameters )
    {
    	$footer = avia_get_option( 'footer_page', 0 );
    	$defaults = array('numberposts' => 5, 'post_type' => array( 'post', 'page', 'product' ), 'post__not_in' => array($footer), 'post_status' => 'publish', 'post_password' => '', 'suppress_filters' => false);
    	$_REQUEST['s'] = apply_filters( 'get_search_query', $_REQUEST['s']);
    	$search_parameters = array_merge( $defaults, $_REQUEST );
    	return $search_parameters;
    }

    Best regards,
    Ismael

    #1090625
    Guenni007
    Participant

    A few words on behavior aboard here.

    Lately I see more and more conversations here on board, which only runs on private content. I can still understand that some people don’t want to make a customer project public, but you should be able to describe your concern with e.g. the Kriesi demo pages.

    For example: how do I get the meta information hidden here?

    etc. pp.

    I think a lot of new topics could be avoided by using the search function to read over and over again.

    My hope is that people can learn from other people’s experiences. Plenty of what I read on board helped me with my own layout or css issues.
    just a few words from participant to participant

    guttogjente
    Participant

    After I changed to child theme (which I downloaded from your website) and pressed the button to import the settings from the Enfold parent theme I noticed that three things has has changed to green color:
    1) The search box
    2) The symbol the comes when I hoover over an article or a picture to open it
    3) The underlining of the menu at hoover

    I want them to be #5ac5e7. How could this change by going to the child theme as long as the settings was imported from the parent theme?

    #1090433

    In reply to: Blog Style

    Hey BlutVampir,
    Sorry for the late reply, the blog styles are defined in the \enfold\config-templatebuilder\avia-shortcodes\blog\blog.php starting about line 99.
    I didn’t find any tutorials or documentation to explain how you could add your own, but perhaps you could model the ones already there.
    I assume that you already work with php and javascript, and have your favorite editor, but I would share that the “open folder” option in Visual Studio Code allows you to open all of the theme files at once and then the “find in files” allows you to search all of the files at once. This makes it easier to trace the functions across the files.

    Best regards,
    Mike

    #1090412

    In reply to: Enfold Consulting Demo

    Hey nordiccar,

    I’m getting this error in the link below (private content):

    Using LayerSlider from a non-standard install location or having a different directory name could lead issues in receiving and installing updates. Commonly, you see this issue when you’re using a theme-included version of LayerSlider. To fix this, please first search for an option to disable/unload the bundled version in your theme, then re-install a fresh copy downloaded from CodeCanyon. Your sliders and settings are stored in the database, re-installing the plugin will not harm them.

    Can you try to deactivate layerslider that’s bundled with Enfold? since you have the standalone version of Layerslider in plugins.
    You can go to Enfold > Layout Builder > Integrated (Bundled) LayerSlider Plugin > Remove theme plugin files only and keep slides.
    Hope this helps.

    Best regards,
    Nikko

    #1089892
    sonderdesigner
    Participant

    Hi,
    I was wondering what I’m missing. I have created a Blog with Main Manuel in the header and a sidebar navigation through Widgets Sidebar Blog.
    It all shows perfect on Desktop but the sidebar navigation under the Link “Archive” in the header navigation ist not showing in mobile. I checked all Settings but couldn’t fount the content. Also search in all the support questions nothing. I also did read: https://kriesi.at/documentation/enfold/menu/#toggle-id-123-closed but can’t fount what I’m looking for.

    Hope you can help,
    Thanks

    #1089888

    In reply to: Styling Search-Icon

    Hey babettegcc,

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

    #menu-item-search a:before {
        background: blue;
        border-radius: 100%;
        padding: 10px;
        color: white;
    }

    Best regards,
    Rikard

    #1089851

    Hi,

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

    @media screen and (max-width: 767px) {
    #top #menu-item-search {
        background-color: transparent;
    }
    }

    Best regards,
    Rikard

    #1089714
    IndyGoTraining
    Participant

    Hi,

    I would like to update the Enfold plugin. Unfortunately an error occurs during the auto-update: “Can’t download. Invalid URL”. (Something like this, we use the page in Hungarian.)
    Currently we have Enfold 4.4.1.

    I searched the forums and googled for a possible solution (for example: https://kriesi.at/support/topic/cant-update-enfold-in-theme-due-to-the-url-not-being-valid/).
    The suggestion usually is to update it manually.

    My question is: can I update manually without loosing the current style settings? (I’m open to solutions too which are require coding.)

    Thank you for your help!

    Best regards,
    Gergely

    • This topic was modified 7 years ago by IndyGoTraining. Reason: Added version in body
    #1088571
    Michaela
    Participant

    Good morning,

    first of all thanks a lot for the theme. It is very user friendly and in most points intuitive!

    I chose Enfold for my first WordPress page, that is has to be SEO friendly in the end. My researches before said, that the theme has a very clean code, what was important to me to prevent effort for trouble shooting.

    In the last days I began implementing the first content by using the advanced page builder (mostly text, the header layout and images are still in progress). After that I checked the page with the W3C validator and it sais, that there are more than 40 errors and warnings. Since I am beginner with all of that and no programmer that makes me insecure. Things like a pragraph is close with </p> but not opened before or saying that I dont use h2 (but I use it). Some of the other errors are absolutely unclear for me. I did not change anything in the code!
    It would be great if you give me hints how to solve all these things. I added the like in the section below.

    Thanks a lot in advance and kind regards
    Michaela

    PS: Since you are from Austria and I come from Germany, an answer in German would be fine for me, too. I just posted in English, since this forum seems to be.

    #1088153

    Hi,

    Thank you for using Enfold.

    The toggle id of the “Outstanding New Member Science Award” section is 6, not 25, so the url should be.

    https://www.societyforpediatricresearch.org/awards-funding/#toggle-id-6
    

    Best regards,
    Ismael

    #1087663
    sdkl
    Participant

    layout building not working on just the home page.
    what I have done so far:
    cleared cache
    used new browser
    dumped and replaced sql
    checked wp-config ‘WP_MEMORY_LIMIT’, ‘128M’
    rebooted server
    disabled plugins
    deleted enfold theme folder, then re uploaded
    searched forum for fix

    what can I do to fix?

    #1087574
    KG_GMD123
    Participant

    It has been a real headache updating Enfold lately. Thanks to researching forums here I have managed to get through 2 updates with struggle. Now running Enfold 4.5.5 and pray this doesn’t continue to be a thorn in my side going forward.

    I notice I have several .zip files in my Media Library for the Enfold theme. I assume these were downloaded to Media Library during update process using ‘Update Theme and Plugins from Zip File’? Is it safe to assume I may now delete these files? Enfold 4.5.2.zip, Enfold 4.2.1.zip

    Thank you,
    Karen

    michaelH
    Participant

    Hi there

    I am using the latest version of Enfold and WPML.
    The search form labels are already altered from English to German, but if I switch to French now it is still German, for example this section in the file search.php:

    <div class='page-heading-container clearfix'>
                            <section class="search_form_field">
                                <?php
                                echo "<h4>".__('Erneut versuchen','avia_framework')."</h4>";
                                echo "<p>".__('Wenn Sie mit den folgenden Suchresultaten nicht zufrieden sind, versuchen Sie es bitte mit einem anderen Begriff.','avia_framework')."</p>";
    
                                get_search_form();
                                echo "<span class='author-extra-border'></span>";
                                ?>
                            </section>
                        </div>

    How do I pass a language parameter there to detect the current language and therefore to display the labels in the correct language?

    Any help is very appreciated.

    Thanks a lot
    Michael

    #1087064
    Zatara
    Participant

    I want to show random posts on enfold theme everywhere
    on categories
    on home page magazine (enfold advanced editor)
    On search

    I mean everywhere – random results.
    I checked here https://kriesi.at/support/topic/search-results-random-order/ but this didnt help me

    #1087045

    Topic: Updates Frequency

    in forum Enfold
    crtdude
    Participant

    Hello mods,
    There have been several pretty critical issues fixed since 4.5.5 was released.
    Two of these noted below:
    https://kriesi.at/support/topic/again-one-problem-with-merged-css/
    https://kriesi.at/support/topic/icon-list-element-issue/

    For those of us who pay close attention to our Enfold versioning and installations, it would be good customer service if you would post regular updates, maybe every two weeks, which incorporate all the bugs fixed during that time period. The way things are right now, we have no clue when these fixes come through. We should not have to go through the forums searching for bug fixes.

    So who makes this decision?

    Hi,

    Thank you for using Enfold.

    You can use the “avf_default_icons” filter in the functions.php file to change the default icon used by the theme. Example:

    add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1);
    function avia_replace_standard_icon($icons) {
        $icons['cart'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue85a');
        return $icons;
    }

    Adjust the icon value with your own custom font.

    Related thread: https://kriesi.at/support/topic/menu-left-logo-centered-search-icon-right/#post-1071657

    Best regards,
    Ismael

    #1086014

    Hello,

    After research, I was able to install a child theme, a widget area, …

    By default, my image is naturally placed to the left near my main logo. It’s normal.

    I consult this site: https://kriesi.at/documentation/enfold/header/ which explains how to do it.

    And more particularly this part:

    Not being an expert, I wish to “just” add an image in my menu on the right.

    If I am the above explanation, this will change my entire menu.

    Is it possible to give me the code that just allows to add my menu on the right without changing the whole menu?

    Thanks in advance,

    Have a good day.

    #1085863
    openvine
    Participant

    Hi Support Team,

    On my website, http://us180.siteground.us/~shroudph/gallery/ this is woo-commerce shop page and I have also used YITH WooCommerce Ajax Product Filter Premium plugin and I have an issue that is pagination is not working on woo-commerce default shop page and I have searched a lot on web and I have found that, this is theme issue.
    If we use Enfold theme element for Product Grid then pagination is working fine but it is not working for woo-commerce default shop page.
    Hope you will solve this issue soon and I will wait for your reply.

    Thank you.

    #1085657

    Hi Mike, I was able to figure it out. There is an option within the product pages themselves.

    Need help with another small thingy. We are launching new categories and I want people to be able to filter between then in the shop: bonjiglass.com/shop

    As you can tell, on desktop, the sidebar shows up on the right side of the page. On mobile though, the siderbar items drop below the products. I would like for the sidebar to show up ABOVE the products, that way people can see what they are searching/filtering off the bat. Is there anyway to do that? You’ve moved items before for me, so I think you can help me out. The sooner I can get this done, the better it is for our customers :)

    Hope all is well. The website is working real good and I can’t thank you and your team enough. Yall are the reall MVPs. I’m actually also rebuilding my friends site (someone originally built it on BeTheme and I hate the back-end, so I switched them over to Enfold :)).

    Cheers,
    -D

    #1084977

    Hi,
    Sorry for the late reply, Thank you for the FTP access, I uploaded the new theme as “enfold-new” and renamed your current theme to “enfold-old” then renamed the new one to “enfold”. But I got a HTTP ERROR 500, this was your error_log error:

    [30-Mar-2019 21:52:03 UTC] PHP Fatal error:  Call to undefined function apply_filters_deprecated() in /home/pprtwdpz/public_html/wp/wp-content/themes/enfold/framework/php/class-framework-widgets.php on line 2578

    I switched back to your old theme and removed the widgets from your footer and sidebar, and tried again, and again I got the error. I see all for your plugin were disabled so I don’t know why you got this.
    I believe you are going to need to update WordPress first backup your whole site, and remove your widgets and plugins, then try switching to a WordPress core theme and update to v5.1.1 then rename your current theme to “enfold-old” and rename “enfold-new” to “enfold” then activate it, hopefully this will work.

    I search for this error and only found that it should be a plugin widget, but I had tried removing these.
    Please let us know if this works for you.

    Best regards,
    Mike

    #1084961

    Hey Martin,
    Sorry for the late reply, thank you for the screenshot it helps a lot, so I believe that this solution address your situation.
    But this would require rewriting the loop, and it’s a little more than what I’m good at.
    But perhaps this plugin would work for you, it seems to do the same.
    Have you tried searching for a plugin to do this?
    The only other tricky thing I see is your category and taxonomy options below each post. I believe that you could hire someone with more experience to do this quickly on one of the freelancer sites, but sorry I didn’t find any functions that you could add to produce this in Enfold.

    Sorry, I wish I could have been more help.

    Best regards,
    Mike

    bime1500
    Participant

    Hello guys,

    i wanted to install the enfold theme but there are always two kinds of problems:

    1. a pop-up window is opening an the file “update.php.” wants to be openend or saved.

    2. the link has expired.

    I have already searched the forum for these errors and found suggestions for solutions. I installed the zip file plugin and tried it again, but it doesn’t work.

    The uploading via filezilla is not working yet so i don`t know how to fix it.

    • This topic was modified 7 years ago by bime1500.
    #1084747
    goldengate415
    Participant

    Hi there,

    As you know, many of us use Enfold along with the real estate plugin called Optima Express by iHomefinder to display home listings on our sites.

    They have rolled out a new search functionality called “Eureka Search” on their plugin and demo site which I would like to implement. It features a sticky map which is supposed to stick to the top of the screen as the user scrolls through listings. They are saying that Enfold has a conflict with this behavior and that I should come to you with a support request. I told them that this seems more like a plugin issue since the behavior also exists when I switch to default WordPress 2019 theme. Their response was that it works with the WordPress 2015 theme (!).

    Knowing that there are other Enfolders (is that a word?) using this real estate plugin, I imagine this will come up for others as well, so I am working with them to try to solve it. They gave me the below code which I have no idea what to do with, but thought I would pass it along in case it makes sense to one of you. (pasted below)

    I am wondering if this is something you want to take a look at so that Enfold continues to be compatible with iHomefinder / Optima Express?

    Thanks,
    Rob

    code:

    <script type=”text/javascript”>

    window.onload = function() {

    let eurekaContainer = document.getElementsByTagName(“ihf-search”)[0];

    if (eurekaContainer != undefined) {

    overflow(eurekaContainer);

    }

    function overflow(element) {

    while(element) {

    var style = window.getComputedStyle(element)

    if((style.overflowY == ‘hidden’ && style.overflowX == ‘hidden’) || (style.overflowY == ‘auto’ && style.overflowX == ‘auto’)) {

    element.setAttribute(‘style’, “overflow: visible;”)

    }

    if(style.overflowY == ‘hidden’ || style.overflowY == ‘auto’) {

    element.setAttribute(‘style’, “overflow-y: visible;”)

    }

    if((style.overflowX == ‘hidden’ || style.overflowX == ‘auto’) && (element.tagName != ‘html’ || element.tagName != ‘body’)) {

    element.setAttribute(‘style’, “overflow-x: visible;”)

    }

    element = element.parentElement;

    }

    }

    }

    </script>

    #1084622
    fityoumeals
    Participant

    Images not behaving as I expected
    Hi there, I’m having a problem with images’ behavior.

    What I want when I select an image is to view it with lightbox and not to be opened separately.

    I’ve been searching and I found that could be a problem of Enfold with Ecommerce, but I’m not sure about that.

    Thanks in advance

    No … just leave the original header.php in the Enfold-theme-folder.
    WordPress will use your file when there is one present in the child-theme-folder.

    Regarding the error: Looks like you copied the HTML into a section with PHP “<?php … ?>”.
    Search for a line in that file where you can enter it after one of the “?>”.

    For example at line 67 (referring to the Enfold original file) before “<!– Scripts/CSS and wp_head hook –>” … or line 80 directly before “</head>” would be possible.

    #1084128
    This reply has been marked as private.
    #1083966
    ampmdesignweb2
    Participant

    I installed the plugin “Update Theme and Plugins from Zip File” in wordpress to update Enfold.

    I did this smoothly on a website website.

    I tried with another website and I got the error:

    The link you followed has expired. Please try again.

    I searched the web and found a comment go to your service provider.

    I got the reply . . .
    would recommend checking with the plugin author regarding PHP Values required for their plugin then comparing them with yours: https://kb.clook.net/article/how-can-i-increase-some-php-values-multiphp-ini-editor

    in the meantime I saw a thread to delete Enfold folder and broke the website.

    It is being restored . . . .

    #1083925

    Hi,

    We’d like to apologize for the late response.

    You can prevent the bots from indexing any url with the search parameter. It can be configured in your robot.txt file.

    Related thread: https://kriesi.at/support/topic/enfold-website-suche/#post-942353

    Best regards,
    Ismael

Viewing 30 results - 2,161 through 2,190 (of 7,502 total)