Viewing 30 results - 240,571 through 240,600 (of 243,752 total)
  • Author
    Search Results
  • #132682

    No, if its not in the update notes it wasn’t changed and looking at the repository for Enfold the folder has not been changed since 1,8,1.

    #27238
    cezarneaga
    Participant

    hi,

    I have Gravity Forms installed together with theme enfold
    i cannot add a field to the form builder. gives “Ajax error while adding field”

    can you help me out?
    wp 3.6 enfold 1.9 gravity 1.7.6

    #27235

    Topic: Footer

    in forum Enfold
    tonidecastro
    Participant

    Hi there,

    Just recently purchased your theme, I’m new at this, and here goes my first question:

    Footer. How can I remove the link to your Enfold theme by Kresi? I’m doing this web for someone, and he wants all links removed that hasn’t got anything to do with him.

    Waiting for your reply

    Best Regards

    #27234

    Topic: Avia and ajax

    in forum Enfold
    Yakosuso
    Participant

    Hi there! :)

    First of all… congrats about ENFOLD!! its a great theme!!!!!! :)

    Ok. Lets go with my “problem”.

    Buttons for prev – next are not working…

    We got last version for the theme (1.8…), and Word Press 3.5.1

    If you get into http://www.pepagroup.net (HOMEPAGE) and then to the grid at the bottom of the page, you find 6 boxes (works..). If you click each…then you get to a more detailed info but…. cliking previous and next arrow…you got a “empty” image next or previus client info, and buttons stop working (prev and next)

    Would you mind to help me please!! ???

    Thanks a lot in advance,

    Best,

    Yako

    #132680

    Version.txt for 1.9 shows:

    2013 August 6 - Version 1.9

    please update:
    - style.css - new version number
    - css/layout.css - various small fixes
    - functions.php
    - functions-enfold.php
    - includes/helper-responsive-megamenu.php
    - includes/helper-conditional-megamenu.php
    - config-woocommerce/config.php - fixed bug with 404 page
    - config-woocommerce/admin-options.php - Added layout options (header, footer etc)
    - config-bbpress/bbpress-mod.css - improved bbpress forum widget stylings

    folders to update:

    -folder js:
    -fixed a bug with the easy slider not rotating properly

    -folder config-templatebuilder:
    - fixed: a bug that prevented the layoutbuilder from showing
    - fixed: a bug that occurs with custom css label and image element
    - fixed: a bug with the gallery caption

    -folder framework:
    -fixed: required symbol for date input field
    -added: theme support flag for conditional menu:
    add_theme_support('avia_conditionals_for_mega_menu');
    using the flag will enable conditional logic for menus
    (you can show/hide menu items based on user level, login, current page, etc)

    b00p
    Participant

    Hey is it possible to add an social icon to the sub navi in the header?

    I cant find the png`s for that..

    I have the same problem with the arrow icon on the portfolie item (the roll-over icon).

    I want to change it with an individuel arrow..

    Thanks a lot, Jan

    virtuozo
    Participant

    Hello,

    If we add a background image for the main content (http://www.virtuozo.fr/enfold-1.jpg) the background image in the fullwidth slider can not strech to fit (http://www.virtuozo.fr/enfold-2.jpg) > http://www.virtuozo.fr/enfold-3.jpg

    But if we dont’ add background image for the main content, all is fine for the fullwidth slider.

    Can you help us ?

    Thanks.

    #133242

    Hi,

    Open functions.php, find this code on line 2:

    global $avia_config;

    Below, add the this code:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Monda'] = 'Monda';
    return $fonts;
    }

    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Monda'] = 'Monda';
    return $fonts;
    }

    You can now select the font on Enfold > Styling > Heading fonts and Body fonts.

    Regards,

    Ismael

    #133179

    Hi,

    I’ll tag Kriesi about the revisions issue.

    Yes, you should see the shortcodes when switching to the default editor. Please upgrade to Enfold 1.8.4. If you switch the Advance Layout Editor to debug mode, you will be able to see the actual shortcode below the ALE.

    Regards,

    Ismael

    Hey!

    currently unfortunately not possible. If the icons would work cross browser I wouldnt have removed them in the first place from the charmap, but for a reason I don’t know some of the icons simply wont display properly.

    I am planning to rewrite the icon-system so its easier to add your own iconfont but this is a major undertaking and I cant provide and ETA yet…

    #132865

    Thanks Ismael and Dude,

    the code works now.

    The text I was trying to add was a simple list:

    <ul>
    <li>List item 1</li>
    <li>List item 2</li>
    <li>List item 3</li>
    <li>List item 4</li>
    </ul>

    On every saving there where extra line breaks added by the text box as shown above.

    Now with your new code it works fine and remains unchainged. I copied textblock.php with your new code together with the folder structure into enfold-child theme and it works fine.

    Thanks again,

    Wolfgang

    #132813

    Hi guys,

    Thanks for your advice! Yes, breadcrumb is missing on the whole website as I don’t need them there.

    I removed it as per some forum recommendation:

    ‘breadcrumb’ => false

    in the defaults array in the functions-enfold.php

    I hoped I could enable it on per page basis.

    Basically it’s not really necessary if I can have another way to navigate on the forum like that sidebar I mentioned.

    Any ideas?

    Thanks and best regards,

    Max

    #114774

    It would be lovely if the elements on the avia advanced layout editor could be names – or at least had numbers ! On a page with about 50 embedded galleries its a nightmare trying to work out which one is which !

    #133135

    Okay have just sent it – subject: enfold

    #133013

    Open up enfold/js/shortcode.js and search for this code around line 205:


    //trigger displaying of thumbnails
    gallery.on('avia_start_animation', function()
    {
    images.each(function(i)
    {
    var image = $(this);
    setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
    });
    });

    change it to:


    //trigger displaying of thumbnails
    gallery.on('avia_start_animation', function()
    {
    images.each(function(i)
    {
    var image = $(this);
    setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
    });
    }).trigger('avia_start_animation');

    and the gallery thumbs should load immediately.

    #132736

    Hey!

    Did you solve the problem? I’m asking because the thread is marked as resolved.

    Best regards,

    Peter

    #132840

    Hi,

    yes you’re right. It seems to be a WPML issue/bug. However (as supposed in my last post) it’s not theme related because if I switch to another theme (like the default TwentyTwelve theme) I still have the same error. I tried to deactivate all plugins – then it works because WPML is not activate. Then I switched the theme to TwentyTwelve and activated WPML again and the error was there again. So it must be a plugin problem. I’d suggest to contact the plugin devs here: WPML and ask them to look into it.

    #132631

    In reply to: Slider fade speed

    Tbh this would really surprise me if the transition speed varies from slide to slide because the executed code is always the same. However if the transition speed is still too fast try to increase the value or replace following code in enfold/js/shortcodes.js

    displaySlide.css({visibility:'visible', zIndex:2, opacity:0}).avia_animate({opacity:1}, this.options.transitionSpeed/3, 'linear');

    hideSlide.avia_animate({opacity:0}, this.options.transitionSpeed/2, 'linear', function()

    with

    displaySlide.css({visibility:'visible', zIndex:2, opacity:0}).avia_animate({opacity:1}, this.options.transitionSpeed, 'linear');

    hideSlide.avia_animate({opacity:0}, this.options.transitionSpeed, 'linear', function()

    #27216
    wepe1507
    Participant

    I use the Enfold-theme and have changed the alternate background color in the enfold options menu. When I do this, also the background color of input field of the search bar in the main menu changes.

    What have I to do that background color of the search bar remains white and how can I change the font color of the search bar input field in the main menu?

    Thanks.

    #132839

    hi peter, I have created the account, you will receive a notification from http://www.galarestaurant.es

    #27017
    NCornelius
    Participant

    Had created a few slides using LayerSlider and at first things were working fine, and as of last Thursday, our slides started losing the text headings.

    1) Have disabled every plugin – no change

    2) Disabled the background – text reappears

    3) Changed to a different file for the background – text disappears again.

    4) Tried Enfold’s demo slide – first page works fine as logo and text is actually a graphic, but 2nd page only shows the screens and screen elements. Text blocks to the left don’t appear – no edits were done to the default demo slide.

    5) Have tried Ismael’s suggestion in an earlier issue to up the memory to 256M – no change

    6) Have asked the web hosts if they made any changes or updates to the server software or settings – they assure me they have not.

    7) Have gotten the web hosts to restart our server – no change

    8) Have checked text content layers – Using <div> as per the Enfold demo, no change, using H1, H2, etc, text appears in the preview, but not on the site.

    9) Have tried removing custom styles – no change

    10) Have deactivated my child theme – no change

    As far as I can tell, nothing has changed from my perspective except the backend PHP tweaks for iconbox.

    Would be nice if there was a fix for this.

    #132838

    Hey!

    Thanks for the notice. It’s quite strange though because our theme does not interact with the media translation in any way…

    Best regards,

    Peter

    #132729

    In reply to: Changing menu layout

    No, the “small non-fixed header” doesn’t support such a layout and you’d need to customize the code. However you can use the “Header with bottom menu + social media icons” option – http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/ – it looks similar to the menu of http://www.iphotoscanning.co.uk/ and we can help you to change the background color of the menu (i.e. see https://kriesi.at/support/topic/setting-navigation-text-color-setting-font-size ).

    #27214
    adrenal
    Participant

    Hi,

    Great theme and support guys,

    I have 2 questions:

    1) I must be missing something basic here: all I want to do is add images (actually advertisments) to the sidebar that are full sidebar width.

    The enfold advertising area widget images are too small so I used the text widget and added:

    But this doesn’t work. The jpg is where it’s supposed to be and I’ve checked everything else.

    Is there an easier way?

    2) The semi-transparent tabs with < > at the side of blog pages that flip to next or previous page. I would like to make them the same colour as the theme color which in my case is orange. Would like to keep semi transparent etc.

    Thanks

    Adrian

    #131348

    Hi,

    1.) You can use FTP or go to your cpanel to edit wp-config.php.

    2.) Please overwrite your wordpress installation with a new wordpress download, see if it fixes the menu. Override the whole site except the wp-content folder.

    Regards,

    Ismael

    #133066

    Hey,

    The idea is almost the same but no. :)

    Regards,

    Ismael

    #114773

    And another one: An option to deactivate elements in the advanced layout editor to hide the elements but not delete their content. Similar to the “Inactive Widgets” pane in the widget section of WordPress.

    #132973

    In reply to: Mega Menu resizing

    Hi,

    Go to Enfold > Styling > scroll at the bottom, look for the Quick CSS field. Add this code.

    .avia_mega_div {
    width: 1024px;
    }

    Save changes then remove browser cache and reload the page. Please give us a link to your website.

    Regards,

    Ismael

    #132589

    Hi,

    Go to Enfold > Sidebar > Sidebar on Archive Pages, choose left sidebar. Go to Appearance > Widgets panel, add the Latest News widget on the Sidebar Blog widget area.

    Regards,

    Ismael

    #129623

    Hi,

    Yes, that might be the problem. As you can see on the screenshot, it works properly on my end. Create a test installation without your sidebar plugins then Import the dummy data. Add the css code above.

    Regards,

    Ismael

Viewing 30 results - 240,571 through 240,600 (of 243,752 total)