Viewing 30 results - 213,391 through 213,420 (of 244,499 total)
  • Author
    Search Results
  • #317867

    Hi JBronstein!

    Thank you for using Enfold.

    I think you accidentally copied page.php on the framework > css folder. Please delete it.

    Regards,
    Ismael

    #317866

    In reply to: Menu broken with dummy

    Hi!

    We reported the issue to Kriesi. You can set the menu order like the demo page: http://kriesi.at/themedemo/?theme=enfold

    Best regards,
    Ismael

    #317863

    Hey Alvin!

    You’d need to edit function avia_title (functions-enfold.php, line 264), perhaps including something like this to list the siblings of the current page.

    Cheers!
    Josue

    #317860
    This reply has been marked as private.
    #317857

    Hi!

    Thank you for using Enfold.

    I checked the website and the full screen slider is there. Please remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    #317856

    Hey Ship-ST!

    Thank you for using Enfold.

    Do you mind if we take a look? Please post the url here. Try adding a custom css class on the p tag. Something like this:

    <p class="menu-image"> en_US </p>
    

    Add this on Quick CSS or custom.css to move the menu-image container vertically:

    p.menu-image {
    position: relative;
    top: 5px;
    }

    Best regards,
    Ismael

    #317855
    BorisVM
    Participant

    I installed the Enfold theme on a new WP 4 installation and added the demo. However, it seems to be broken and nothing really looks OK.

    Please advise asap.

    #317853

    Hi jorisvo!

    Thank you for using Enfold.

    What is the folder name of the parent theme? Please download the child theme folder here: http://kriesi.at/documentation/enfold/using-a-child-theme/

    Make sure that the parent theme folder name is “enfold”.

    Regards,
    Ismael

    #317848

    In reply to: About Slider

    Hey Enffie!

    Thank you for using Enfold.

    I’m sorry but what do you mean by “blue signal”? I don’t see anything like that on the first slide. Please post a screenshot if possible.

    Cheers!
    Ismael

    #317843

    Hi borkent!

    Thank you for using Enfold.

    The theme’s shopping cart widget doesn’t have the product remove button. You need to go to actual shopping cart page to remove specific items from the cart.

    Cheers!
    Ismael

    Hi OlivierCharlot!

    Thank you for using Enfold.

    You can adjust the height or margins of the separators but when you want to do it via css, just add this on Quick CSS or custom.css:

    .hr-full, .hr-big {
    margin: 20px 0;
    }

    Decrease the default content padding with this:

    .content, .sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
    }

    Regards,
    Ismael

    #317841

    Hey DaraEmerson!

    Thank you for using Enfold.

    From what version of the theme did you update? The latest patch 2.9.2 includes the latest version of Layer Slider which 5.2.0. You might need to reconfigure the layer slider if you’re using the old version when you created it.

    Regards,
    Ismael

    #317839

    Hi!

    Please post the actual website here. Make sure that you’re running Enfold 2.9.2 with cache plugins deactivated if you have any.

    Cheers!
    Ismael

    #317831

    Hey connect4consulting!

    Thank you for using Enfold.

    I’m sorry but what do you mean by “built-in” styles? The layer slider seems to be working fine on the test page.

    Regards,
    Ismael

    #317830

    Hey AMseptemeber!

    Thank you for using Enfold.

    You can change the color and background with this on Quick CSS or custom.css:

    #top .scroll-down-link {
    background: red;
    color: blue;
    }

    Use css animations to apply a bouncing effect on the scroll down arrow. There’s a lot of good tutorials regarding that subject.

    Best regards,
    Ismael

    #317820

    Hey hansdamf!

    Thank you for using Enfold.

    There’s a script error coming from js > shortcodes.js file. Please get a fresh copy of the said file then override the old one. Did you add any modifications on the child theme?

    Regards,
    Ismael

    Hey rossboom22!

    Thank you for using Enfold.

    Did you add any full width slider on the page? Add this on functions.php:

    add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1);
    function avia_remove_fullwidth_slider_check($settings)
    {
    $settings['is_fullwidth'] = false;
    return $settings;
    }

    Please undo the changes on functions-enfold.php then add this code to filter the post navigation on the same category:

    add_filter('avia_post_nav_settings','avia_same_category_filter', 10, 1);
    function avia_same_category_filter($settings)
    {
    $settings['same_category'] = true;
    return $settings;
    }

    Regards,
    Ismael

    Hey codecreative!

    Thank you for using Enfold.

    Please go to wp-content/uploads/dynamic_avia folder then delete the enfold_child.css file. Change any settings on the theme options then save changes to regenerate the file. See if that helps.

    Regards,
    Ismael

    #317813

    In reply to: Shortcodes not working

    Hey infigic!

    Thank you for using Enfold.

    Looks like you’re using Contact Form 7. Shortcodes won’t work inside the contact form 7 editor. Try using flex_columns container. Something like this:

    <div class="flex_column av_one_half first">
    CF7 Shorcode here 
    </div>
    
    <div class="flex_column av_one_half">
    CF7 Shorcode here 
    </div>

    Cheers!
    Ismael

    #317810

    In reply to: Height of Slider

    Hey virtualsa!

    Thank you for using Enfold.

    No, I’m sorry it’s not possible without modifying the theme files. Try to use the Layer Slider or Revolution Slider plugin which has their own parallax effect.

    Best regards,
    Ismael

    #317808

    Hey annameis!

    Thank you for using Enfold.

    I’m sorry but this is not possible without major modifications. Please hire a freelance developer to integrate the Corona slider to Enfold. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    Regards,
    Ismael

    #317806

    Hi!

    You’d need to enable shortcode rendering there, open /enfold/includes/helper-main-menu.php and look for this line:

    if($phone) 		{ echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>"; }
    

    Replace it by this:

    if($phone) 		{ echo "<div class='phone-info {$phone_class}'><span>".do_shortcode($phone)."</span></div>"; }
    

    Best regards,
    Josue

    #317793

    Hey!

    That’s not possible but you can have different elements that appear or hide depending on the screen size, for example you could have two color sections with different IDs (desktop-only, mobile-only), then add this to Quick CSS:

    #mobile-only{
    display: none;
    }
    
    @media only screen and (max-width: 767px) {
    #mobile-only{
    display: block;
    }
    #desktop-only{
    display: none;
    }
    }

    Also check:
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Regards,
    Josue

    #317786

    Hey Sarah!

    That featured is not available at the moment, If you really need it you would have to contact a developer from Envato Studio or Codeable

    Also, feel free to request it here as a new feature.

    Best regards, 
    Josue

    #317767
    ttrott54
    Participant

    I have just made 2 sites using Enfold. They display correctly on my PC’s iPhone, iPad, Samsung phone running Android 4.0.4 but not on Samsung tablets running Android 4.0.3 and 3.2. With the sites on the Samsung tablets, the header section is white. I know there is a logo and menu there so I can fumble around and guess where the menu is to access the other pages. But the public wouldn’t know this. How do I fix the problem?

    #317766
    MazamaFilms
    Participant

    I just updated to WordPress 4.0 and Enfold 2.9.2, and noticed that the Color Section no longer stretches-to-fit my background.

    An example of this is on our membership page:
    http://indiecinemaacademy.com/membership/

    The background images behind “The Road Map” and “How You’ll Attain Mastery” are both 1200 px wide; the background behind the section on “the cost of film education” is 1600 px and is positioned “Center Right.” The width of my browser is 1677 px (in Chrome; in Safari it is 1678px), which means that there are white borders now that the backgrounds don’t stretch to fit.

    Is this a glitch or is this a permanent change?

    #317762

    Hey connect4consulting!

    You’ll need to update to Enfold version 2.9.2 which was released just before WordPress 4.0 came out to bring the theme up to date with the new WordPress version/code.

    See: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Devin

    #317761

    Topic: Enfold -> Menu Error

    in forum Enfold
    vcoronel
    Participant

    I do not know whether this has to do with me updating wordpress to its latest version 4.0 and Enfold’s updates but now when I try to do anything with the menu, adding or removing a new menu item, then I hit “Save Menu” and I always get this error:

    Fatal error: Call to a member function get_current_language() on a non-object in /home/sabrostar/public_html/wp-content/plugins/wpml-string-translation/inc/functions.php on line 2936

    I tried creating a new menu and the same thing happens. Please help. Thank You.

    #317756
    MazamaFilms
    Participant

    For other noticing that their contact forms are having new problems, here is what I found:

    I just updated to WordPress 4.0 and Enfold 2.9.2 and noticed that the special characters that I used the Email Subject field was messing up both the Form Title and the Submit Button Label.

    In my case I was using the “less than” special character (“>”) in the Email Subject field. The resulting problem was that both the Form Title and the Submit Button Label would be shortened to just the first word, with the addition of a single quotation mark before the word. So instead of the button label being:

    Send it!

    the resulting button label was:
    ‘Send

    I tried using the ascii symbol code &#62, and it worked the first time. However, since Enfold (or WordPress) converts this to the actual character, the problem appeared upon saving the page a second time.

    #317752

    Hi hypergolica!

    For the hotspots: http://kriesi.at/documentation/enfold/creating-images-with-hotspots/

    The transparent header I’ve not done a tutorial for but if you go to any page and edit it, there is a meta box option the right hand side for the header style. One of those is the transparent/glass style.

    In the header configurator (http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/) you can set up the other logo which will show when you have the transparent option set on a page.

    Regards,
    Devin

Viewing 30 results - 213,391 through 213,420 (of 244,499 total)