-
Search Results
-
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,
GergelyTopic: Various Warnings and Errors
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
MichaelaPS: 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.
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 fixwhat can I do to fix?
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,
KarenHi 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
MichaelI want to show random posts on enfold theme everywhere
on categories
on home page magazine (enfold advanced editor)
On searchI mean everywhere – random results.
I checked here https://kriesi.at/support/topic/search-results-random-order/ but this didnt help meTopic: Updates Frequency
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 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.
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.
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,
Robcode:
<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>
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
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-editorin the meantime I saw a thread to delete Enfold folder and broke the website.
It is being restored . . . .
Topic: SMART SLIDER 3
Hi
I tried to modify the Enfold file template-archives.php in order to create my custom search filter form for the frontend based on that. “That” means advanced post type in my case which is already created, all the data (including attached advanced custom fields) is already visible in the backend.
The goal now is to create a custom filter/search for the frontend based on this data. So as already mentioned I modified the php file above, however, I receive a white screen in the frontend afterwards (and I have no clue why that happens). This is the code I have added to template-archives.php:
/* Custom variables for filter */ if($_GET['region'] && !empty($_GET['region'])) { $region = $_GET['region']; } if($_GET['country'] && !empty($_GET['country'])) { $country = $_GET['country']; }And also:
<form action="<?php the_permalink(); ?>" method="get"> <label>Nachname</label> <input type="text" id="nachname" name="form[nachname]"> <label>Vorname</label> <input type="text" id="vorname" name="form[vorname]"> <label>PLZ</label> <input type="number" name="plz"> <label>Ort</label> <input type="text" id="ort" name="form[ort]"> <label>Region</label> <select name="region"> <option value="tal">Tal</option> <option value="berg">Berg</option> </select> <label>Land</label> <select name="country"> <option value="GER">Deutschland</option> <option value="AUT">Österreich</option> <option value="ITA">Italien</option> </select> <label>Zertifikate</label> <label><input type="checkbox" name="form[diplom1][]" value="diplomdate">Diplom 1</label> <label><input type="checkbox" name="form[diplom2][]" value="branchdiplomdate">Diplom 2</label> <button type="submit" name="">Suchen</button> </form> <?php // Define arguments $args = array( 'post_type' => 'post', 'posts_per_page' => -1, 'meta_query' => array( array( 'key' => 'nachname', 'type' => 'CHAR', 'value' => '', 'compare' => 'LIKE' ), array( 'key' => 'vorname', 'type' => 'CHAR', 'value' => '', 'compare' => 'LIKE' ), array( 'key' => 'plz', 'type' => 'NUMERIC', 'value' => '', 'compare' => 'LIKE' ), array( 'key' => 'ort', 'type' => 'CHAR', 'value' => '', 'compare' => 'LIKE' ), array( 'key' => 'region', 'type' => 'CHAR', 'value' => $region, 'compare' => 'LIKE' ), array( 'key' => 'country', 'type' => 'CHAR', 'value' => $country, 'compare' => 'LIKE' ), array( 'key' => 'diplom1', 'type' => 'CHAR', 'value' => $form[diplom1][], 'compare' => 'LIKE' ), array( 'key' => 'diplom2', 'type' => 'CHAR', 'value' => $form[diplom2][], 'compare' => 'LIKE' ) ) ); $query = new WP_Query($args); while($query -> have_posts()) : $query -> the_post(); endwhile; wp_reset_query(); ?>It would be great if anybody knows what I am doing wrong and could help me here – thanks in advance.
MichaelHello Support,
Kindly tell me the solution of Custom Search in Enfold theme. i want customer select City and State from Dropdown box and click on search button. The search result comes in ajax form.
How it is possible. i am share a screen shot with you for better understanding.
Regards
Ravinder KumarTopic: Images in Masonry View
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. 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.Looking foward for your support.
Sincerely, Bernd

