Viewing 30 results - 2,161 through 2,190 (of 7,495 total)
  • Author
    Search Results
  • #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 6 years, 11 months 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 6 years, 12 months 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

    #1083821

    In reply to: Access Support

    Hi,

    Thanks for contacting us!

    I have searched your email in our database however there were no results. Could you please post your purchase code here privately so we can reset your forum account?

    In case you have not registered to our forum yet, you can do so here – https://kriesi.at/support/register/ using your purchase code. After logging in, you can start new threads under Enfold sub forum :)

    Regards,
    Yigit

    #1083757
    This reply has been marked as private.
    #1083719

    Topic: SMART SLIDER 3

    in forum Enfold
    TESLA
    Participant

    Hi,

    slider Revolution is a part of your AVIA Backend. You can integrate sliders and slides via the plugin extention button. But: Many things sucks in this plugin and I can´t understand – that every theme incl. your theme enfold – integrate and push this plugin.

    I´ve searched for free and good slider plugin alternatives. I tested a lot and smart slider 3 is working very well. For free! Could you integrate this plugin also in the backend like slider revolution?

    Long time ago, the designer and developer wrote a thread and asked you for integration … What happened?
    Smart Slider 3 thread of 2017.

    Thanks Sven

    #1083530

    In reply to: Abundance Theme

    Hi,

    Thank you for contacting us.

    We have removed the old themes and demos but here you can get a cached view of all our old themes
    http://webcache.googleusercontent.com/search?q=cache:https://kriesi.at/themes/abundance/

    I’m sorry apart from this there is nothing much I can help you with as we have switched to a one product company as you may have already read on the blog.

    In future as WordPress gets updated, old themes may completely stop working so we highly recommend switching to Enfold or any theme of your choice which will be compatible with future versions of WordPress.

    Best regards,
    Vinay

    #1083140
    michaelH
    Participant

    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.
    Michael

    #1082685
    ravinderkumar14
    Participant

    Hello 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 Kumar

    #1082220

    Topic: Images in Masonry View

    in forum Enfold
    Bernd
    Participant

    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

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