Viewing 30 results - 213,661 through 213,690 (of 244,497 total)
  • Author
    Search Results
  • This reply has been marked as private.
    #316365
    macrunner
    Participant

    Hi,
    with the new version of WordPress 4.0, define language in wp-config.php ( define(‘WPLANG’, ‘it_IT’); ) is deprecated and should be removed.
    But this causes the following error:

    Notice: Use of undefined constant WPLANG – assumed ‘WPLANG’ in /home/mynamehosting/public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/classes/class.km.autoupdate.v3.php on line 74

    I also use WPML and WooCommerce.

    thanks for any advice

    • This topic was modified 11 years, 6 months ago by macrunner.
    #316356

    Hi!

    From what version did you update the theme? The header has been modified differently starting from Enfold 2.6 where we added the header configurator. You might need to modify the header again. Refer to this link for more info: http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/

    http://kriesi.at/archives/enfold-version-2-6-header-configurator-rtl-stlyesheet-google-maps-and-more

    Cheers!
    Ismael

    #316346

    In reply to: Portfolio Ajax Preview

    Hi Ismael,
    thanks for your reply. My current project is already updated to ENFOLD 2.9.2. And yes, fullwidth slider is included on the content.
    We want to limit the next / previous to the same category.
    Should I only add this code (#316329) to functions.php? Or also the code at #315873/245040 or #311864?
    Best regards, Bernd

    • This reply was modified 11 years, 6 months ago by profil77.
    #316342

    Hey jfmozo!

    Thank you for using Enfold.

    Email verification features are built in on WooCommerce plugin. Go to WooCommerce > Settings > Emails panel to configure the options. If the plugin doesn’t work, your best chance is to contact the plugin author.

    Cheers!
    Ismael

    #316341

    Hi speedhajker!

    Thank you for using Enfold.

    Unfortunately, you can’t control the word wrap of the dynamic content from posts inside the layer slider. It’s better if you place the text manually.

    Regards,
    Ismael

    #316340

    Hi Robert188!

    Thank you for using Enfold.

    You can use this on Quick CSS or custom.css:

    .sale span.price del {
    display: none !important;
    }
    
    #top #wrap_all ins:before {
    content: "";
    padding: 0;
    }

    Cheers!
    Ismael

    Hey Denis!

    Thank you for using the Enfold theme.

    You can refer to this link on how to open an inline content on lightbox: https://kriesi.at/support/topic/contact-form-in-pop-up-prettyphoto-issue/

    Regards,
    Ismael

    blueoakschurch
    Participant

    Hello,
    I am not finding where this question has already been answered:

    I am wanting to use a sticky (non-transparent) header with an easy slider as the first item in my main content, without having them overlap at all, but I dont see a way to control this in the theme settings.

    The caption text of the easy slider is vertically centered on the slider image, but because the top of the slider image is partially covered by the opaque header, the text no longer looks centered vertically. How do I force the top of the easy slider to be flush with the bottom of the header and make the entire slider image visible?

    I believe I know how to do this with a color section, and I can see this being done in the Enfold demo, so there must be a way.

    thankyou (again)

    #316332

    Hi same-d!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .responsive .logo {
    overflow: visible;
    }
    
    .responsive .logo a, .responsive .logo img {
    margin: 0 auto;
    max-width: 100%;
    height: 180px !important;
    max-height: 180px !important;
    }
    }

    Best regards,
    Ismael

    #316329

    In reply to: Portfolio Ajax Preview

    Hey!

    The post navigation will not show if fullwidth sliders are included on the content. You need to 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 download the latest version from your themeforest account then update the theme via FTP. We won’t be able to provide sufficient support for late theme versions. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Ismael

    #316328

    Hey!

    Glad you figured it out. Note that you need to configure the Enfold Theme Options for each language when you’re using WPML.

    Regards,
    Ismael

    #316324

    Hey!

    Thank you for using Enfold.

    The Quick Edit is working on our installation. Please try to deactivate the plugins then test it again on another browser or computer. The product description are located on the woocommerce tabs. If you want to show a summary outside of the tabs, use the Product Short Description box. If you can’t see it, go to Screen Options to enable the box.

    Cheers!
    Ismael

    #316318

    Hi!

    The problem is that one of the issues with WP 4.0 and previous versions of Enfold is that the Theme Update section becomes inaccessible, so you only have FTP or “Appearance > Themes > Add new” as an option to update.

    Regards,
    Josue

    #316316
    mcraig77
    Participant

    Hello,

    I was wondering how the language translation works for the Enfold theme. I’m thinking about using this theme for a client and seeing i’ve used it in the past like the feedback and interface. They are planning on translating their content to multiple languages but primarily the translation will need to be in Vietnamese.

    Thanks

    #316311
    This reply has been marked as private.
    #316308

    In reply to: Enfold Subtle

    Hi schuttjon!

    Thank you for using Enfold.

    You want the button title and icon change to black? Use this on Quick CSS or custom.css:

    span.avia_button_icon {
    color: #666666;
    }
    
    span.avia_iconbox_title {
    color: #666666;
    }

    Best regards,
    Ismael

    #316298

    Hi Ben!

    Thank you for using Enfold.

    Please edit the icon box then enclose the two icons inside a div container. Something like this:

    <div class="center-icon">
    ICON SHORTCODES HERE
    </div>

    Add this on Quick CSS or custom.css:

    .center-icon {
    text-align: center;
    }
    
    .center-icon span {
    display: inline-block;
    float: none;
    }

    Best regards,
    Ismael

    #316296

    Hi cbentley65!

    Thank you for using Enfold.

    How did you add the image? We would like to see the actual website. Please post the url here. A screenshot of what you’re trying to accomplish will help.

    Cheers!
    Ismael

    #316295

    Hi ryanmortier!

    Thank you for using Enfold.

    First, please create a backup of your database and theme files. Go to Enfold > Import / Export panel then Export Theme Settings File, just in case. Activate the child then go back to the Import / Export panel. Click the Import Settings from your Parent Theme button.

    Cheers!
    Ismael

    Hi artcave2!

    Thank you for using Enfold.

    On what page is this happening? Did you add any html codes on the page? Make sure that you close the tags properly because all content will be erase below those tags. You’re still using 2.9.1 which is not compatible with WP 4.0. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Ismael

    #316289
    mcaero
    Participant

    Good evening,
    Everything was working fine up until this evening.
    When editing a page that now has the advance editor attributes, i get the loading circle.
    I tried all three key browsers. Firefox, Chrome, and IE and i get the same error.

    What could be the cause of this and how do i fix it?

    #316287

    Hi niquelao!

    Thank you for using Enfold.

    You can add a separator or whitespace element on top of the element to move the text downwards. If you can give us an access to the actual page, we would like to inspect it.

    Regards,
    Ismael

    #316280

    Hey!

    Glad it is working now. Enfold version 2.9.2 should be compatible with the latest update of WordPress.

    Regards,
    Ismael

    #316279

    In reply to: Menu style problem

    Hi!

    Thank you for using Enfold.

    Looks like you’re using a mega menu. Those are the column titles which is slightly bigger than main menus by default. You can change the main menu styling on Enfold > Advanced Styling panel. Insert the Main Menu Links element.

    Cheers!
    Ismael

    Hi JUAN DE DIOS!

    Thank you for using Enfold.

    Do you mind providing a screenshot on how you want the header to look like when viewed on mobile device?

    Cheers!
    Ismael

    Hi,

    I have done that several times including deactivating all plugins and changing the theme and reverting back to enfold but nothing is working.

    Regards,
    Sumeru

    #316270

    Hey mcraig77!

    Thank you for using Enfold.

    You can add this at the very bottom of functions.php:

    function add_custom_script(){
    ?>
    <div id="header-right"><div class="container"><a href="http://ucirotc.com/?page_id=71">Apply</a></div></div>
    <?php
    }
    add_action('ava_main_header', 'add_custom_script');

    Use this on Quick CSS or custom.css to stylize the button:

    div#header-right div a {
    background: yellow;
    padding: 10px 16px;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 10px;
    color: white;
    }
    
    div#header-right {
    position: absolute;
    right: 30%;
    }

    Cheers!
    Ismael

    Hi CB!

    Thank you for using Enfold.

    You can add this on Quick CSS or custom.css to show the actual image size of the gallery:

    #top div .avia-gallery img {
    width: auto;
    }

    Regards,
    Ismael

    #316261

    All I do is add a folder to the FTP in the “Themes” folder called “enfold-child”, and in that folder place a default style.css and functions.php file. When I’m finished the site, I’ll copy all the custom css over to the style.css file in the child-theme folder and that’s it.

    As far as the database is concerned I don’t even touch that.

    Do you think this is possibly is a hosting issue?

    All I was doing was saving a colour setting in the general settings and then previewed the site and “BLAM” all the setting where no longer appearing. This is after a few hours of work already done on the site.

    • This reply was modified 11 years, 6 months ago by Snerp.
Viewing 30 results - 213,661 through 213,690 (of 244,497 total)