Viewing 30 results - 223,201 through 223,230 (of 243,637 total)
  • Author
    Search Results
  • #250821

    Hey @TheBiZWeavers,

    I can definitely see how you would be having issues. The theme, when combined with s2Member, WPML and WooCommerce will need more than the typical server set up to run as stable.

    WooCommerce is also showing that it only has 40mb of memory to work with though I don’t know if that is an error or not. You can view the WooCommerce stats from WooCommerce>Stystem Status.

    So in your case, you will probably need to upgrade your hosting environment if you want to work with all of the current plugins at once.

    Best regards,
    Devin

    #250819

    Hi!

    It sounds like you mean the sidebar on the single product page is showing under the image. This is exactly how it is supposed to show using the default theme options and code since the sidebar loads under the image and the single product page does *not* have a sidebar.

    You can change the single product layout using the functions and example grid structure in the demo php snippet here: http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/

    Regards,
    Devin

    #250813

    Hi there…
    You’re correct… activated is the right term. Can you give me some direction about how to delete the folder over FTP? I’m a real novice here… feel free to give me instructions like you’re talking to a four year old. :-)

    Thanks!
    Donna

    #250810

    Hi dwmcclure!

    When you say previewed, do you mean you activated the theme? If so and its causing an issue you can delete the enfold folder from your wp-content folder over FTP or your hosts file manager which will revert WordPress to one of the default themes.

    Regards,
    Devin

    #250808
    dwmcclure
    Participant

    Please help. I thought I would take a look at how Enfold would handle my client’s WordPress site and now I cannot access the admin panel to revert the site back to the original layout or edit Enfold.

    Any tips would be greatly appreciated.

    http://www.xpeditionarchery.com/admin

    #250806

    Topic: Icon Font Upload Issue

    in forum Enfold
    rjdougan
    Participant

    I have tried to upload a font zip files from from http://fontello.com/ and am getting the following error message

    Couldn’t add the font.
    The script returned the following error:
    Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 41: parser error : Opening and ending tag mismatch: img line 41 and a in /home/xxxx/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 177
    Warning: simplexml_load_string() [function.simplexml-load-string]: lt=”eagles view consulting logo” src=”/wp-content/uploads/2010/03/logo2.png”></a in /home/xxxxn/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 177

    #250804
    Thinkgate
    Participant

    Hey,

    For some reason the mobile menu is not being display on our version of Enfold. Can someone help me figure out why?

    This is what I have in my style.css .responsive .mobile_menu_tablet .main_menu { display: block; }

    I will respond with a private reply and provide the site URL.

    Thanks guys!

    #250803
    cinetheque
    Participant

    I’m trying to pass a set of post IDs to the av_postslider shortcode. Some enfold shortcodes allow for something as simple as ‘ids=”12,14,25″‘ but this isn’t working for av_postslider. Any suggestions?

    #250802

    I actually already tried that. But it still overrides any specific field width settings in Formidable.

    To “sort of” help (but still doesn’t solve the problem) I used:
    #top .input-text, #top input[type=”text”], #top input[type=”input”], #top input[type=”password”], #top input[type=”email”], #top input[type=”number”], #top input[type=”url”], #top input[type=”tel”], #top input[type=”search”], #top textarea, #top select {
    min-width: 0 !important;
    }

    It’s better, but that doesn’t solve the problem either.

    The main issue is that in Formidable, you can specify whether a field is full-width, or you can choose your own width (i.e. 5 characters wide for a number field, etc) and it seems like the “width” in base or child CSS should really be cleared/deleted for Formidable to work properly. Just my guess.

    It seems like I have to get into the base CSS and delete “width: 210px” since I can’t really null it out. But, where is the base CSS? (Sorry, I’m not a WordPress or CSS master, but still learning!) Even though I prefer not to touch ANY base code, I’d be curious to know if this would solve the problem.

    By the way, I was wondering why did you guys choose 210px for fields?

    Just curious – I bought Formidable since you guys recommended it, but has anyone else mentioned any issues between Enfold and Formidable??

    Thanks for the help!

    #250798

    Thanks a lot for this useful hint!
    Works well…

    You all doing an amazing Job!!

    #250778
    Kindbowebb
    Participant

    Hi,
    When adding a contact form in the widget area I am not able to add a simple captcha as I can do when I add contact form on a contact page. Do you have any suggestions on how to solve this? Regards Eva

    #250777
    D5WDesignGroup
    Participant

    Hello,

    I would like to be able to show a different Advanced LayerSlider on mobile devices than is shown on the desktop. I have tried the following code as found in the forum:

    @media only screen and (min-width: 768px) { #layer_slider_2 { display: none!important; } }
    @media only screen and (max-width: 767px) { #layer_slider_1 { display: none!important; } }

    I am using the most current update of Enfold but this fix does not seem to be working. Any suggestions?

    Thank You.

    rseybold
    Participant

    Hi Enfold-Team,

    I would like to give people with a smaller resolution a different slideshow than people with higher resolution on the start-page.

    Problem: Resize doesn’t work for the video http://bit.ly/1lZKLUB

    Thus I would like to create a single slider with video only and check whether the resoulution is below tablet format or not.

    Do you have some **detailed** hints for me?

    Thanks,
    Ralf

    #250775
    debenm
    Participant

    I’m using Enfold for the first time and am using the Parallax background feature for my color selections. The pages look great on a desktop browser, but on my iPad or iPhone the background images align left (instead of center) and/or do not resize very well to the smaller screen.

    Is there a way to get the color selection backgrounds to either resize to better fit the smaller screens or at least align center when in parallax?

    Also, my header image looks great on the desktop side, but then stretches to fit the whole screen on smartphone (looking terrible) and the navigation runs over the top of the image on tablet side. What are the best spec dimensions for a logo on Enfold?

    http://crossconnectionchurch.org/dev

    Thx.

    jmblakey
    Participant

    I had my phone number in the header font size changed and after this latest theme update to 2.6.2 it now is not seeing the css code.
    I have this code in place that was working prior to the update:

    .social_header .phone-info {
    line-height: 10px;
    font-size: 30px;
    }
    #250771

    sorry but it doesn´t help me, i already told you what i want to do and is that: http://kriesi.at/themes/enfold/transparent-header/
    i would apreciate if you could help me, thanks

    #250762

    Hi

    I am having the same problem. I cannot click on slide 2, 3, 4 etc. Also, in the settings, I cannot select the other options.

    I need to launch a site by tomorrow :-(

    Wordpress 3.8.2 with latest Enfold update.

    Please help!

    • This reply was modified 11 years, 7 months ago by nicklee2013. Reason: more information was added
    #250755

    In reply to: Enfold Showcase

    @fuenos
    We have built multiple sites using enfold and have also worked on sites with multiple languages. Do you want to share a few more details about your project privately? info at zerozendesign dot com

    #250754

    In reply to: Extreme slow website

    The first thing to do would be to update to the most recent release as 2.6 had some performance updates included with it.

    Checking the site I’m not seeing anything major on the front end with yslow or when looking at the loading of everything with dev tools. Using Enfold, Gravity Forms and WooCommerce is going to be more taxing on a server than a more simplistic theme since they all rely heavily on ajax.

    Deactivating any non-mandatory plugins would be the first thing to help. After that would be checking with your hosting provider if there is any upgrades that are available to you.

    #250753

    thaks a lot! i just founded the option.
    now, i nedd something else, i would like that the section behind my slider (my web site is dkambio.com) could have the movement like in this web: http://kriesi.at/themes/enfold/transparent-header/
    as you can see the slider has a little movement and faster comes the white section. how can i do that?
    thanks again

    #250747

    Yes because i deactivated that option in WooCommerce. Once again: Enfold can not display this Option “Erweiterte Länderauswahl-Boxen aktivieren” correctly.

    #250740

    In reply to: Installing Update

    #250739

    Hey Sebastianvanderwals!

    Set the menu in the WordPress menus manager to be displayed in the Enfold Child Footer Menu. There is a checkbox for it in the Menu Settings below the menu editor.

    Best regards,
    Devin

    #250738

    In reply to: Enfold Showcase

    Hi,

    I am looking for a professional homepage design company or person for a multi-languages ​​(about 14 languages​​) international business homepage, the contents will be translated, prepared and sorted from a translation company professionally. The homepage contents will be each language about 70-80 pages.

    Do you have any recommendations?

    #250736
    Sebastianvanderwals
    Participant

    How do I show the pages on the Footer, just right across the Copyright?

    http://kriesi.at/themes/enfold/

    Thank you! :)

    #250732

    In reply to: Lang

    Sure. As proof I posted screenshots above. Moreover, I opened the folder “lang” and ru_RU file, but there enfold been translated into 100%.

    #250721

    In reply to: Extreme slow website

    This reply has been marked as private.
    #250720

    Hi!

    Are you still having header issues? Can you please elaborate the problem? We’ll be happy to assist you with it. If you added some css modifications for the header before updating the theme, you might want to remove those css modifications then configure the header settings again.

    Best regards,
    Ismael

    #250719

    Hey jjma!

    Thank you for using the theme!

    When you say image rotator, you mean the slider? This is not possible if you’re just using the default Advance Layout Builder. First of all, you need to switch the builder to debug mode. Refer to this link: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    You will be able to see the actual shortcode below the builder. Shortcodes can be combine then, like this example. A combination of Iconbox shortcode with the Easy Slider shortcode inside:

    [av_icon_box icon='ue876' font='entypo-fontello' position='top' title='Icon Box!' link='' linktarget='' linkelement='' custom_class='']
    [av_slideshow size='featured' animation='slide' autoplay='false' interval='5' custom_class='']
    [av_slide slide_type='image' id='314' attachment=',' video='' mobile_image='' video_ratio='' title='' link_apply='' link='lightbox' link_target=''][/av_slide]
    [/av_slideshow]
    [/av_icon_box]
    

    Note that you have to configure the easy slider first. If you’re finish with the slider you can place the shortcode inside the iconbox’s content.

    Best regards,
    Ismael

    Hi Linda!

    Thank you for using the theme!

    First of all, you’re using an old version of the theme. Please download the latest version 2.6.2 from your themeforest account then update the theme via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    If you don’t mind, after you update the theme, please post the website url here. We would like to check it on our end.

    Cheers!
    Ismael

Viewing 30 results - 223,201 through 223,230 (of 243,637 total)