Viewing 30 results - 239,011 through 239,040 (of 243,824 total)
  • Author
    Search Results
  • #140008

    Hi,

    Unfortunately, this is not possible with the Layer Slider within the Enfold theme. You can hire a freelance developer to modify the theme and the plugin for you. You can use the Fullscreen Slider if you want a full width image rotator.

    Regards,

    Ismael

    #139915

    Hi,

    Let me tag Kriesi. The theme should always be available in your downloadable items. Are you sure you are logged-in on the correct account? Please try to use a different browser then sign in again.

    Regards,

    Ismael

    #138997

    Hey,

    Please check http://community.weatherseal.co.uk/gallery/. I added this code on your Quick CSS field.

    .js_active .grid-image {
    opacity: 1 !important;
    }

    .grid-image img {
    width: 100%;
    display: block;
    height: 100%;
    }

    I suggest you download Enfold 2.1 then update your installation.

    Regards,

    Ismael

    #139796

    Devin,

    Please take a look at http://acutta.com/z/?post_type=product. The page has different hover effect for links in the footer area and column 4 of the footer has white on black color settings which is different other other pages. Also, as you can see, there is a space right above the social login bar and main menu that just came out from nowhere. Could you please help take a look at that as well and see what may have caused the display of that space?

    Thank you,

    #139662

    Hi,

    In your WordPress directory please go to Enfold > Config-templatebuilder > Avia-shortcodes and open Postslider.php file and find following code in line 321

    $output .= "<div class='slide-content'>";

    and add your code right under it

    $output .= " your code here ";

    But please not that you should use ‘ instead of ” inside your iframe tag so your code should be like height=’20’ and not like height=”20″

    On Localhost it did not work for me but Facebook like button for pages worked fine, so i guess you will not have a problem as long as your code is fine :) Feel free to let us know if does not work

    Regards,

    Yigit

    #29264
    Alexoidea
    Participant

    Hi,

    I currently design a small, super-minimalistic website based on enfold.

    My initial intention was to display a 50px h1 title page without the breadcrumb.

    I did not succeed doing so removed the “stretch full title container” by applying the following custom CSS already discussed on the forum.

    .stretch_full.title_container {

    display: none;

    }

    However, there still is a need to display h1 titles for proper legibility and SEO. Thus my question:

    I how do I remove the horizontal ruler coming next to prestyled h1, running along the page width?

    Thanks

    Hi!

    Following css code is a quick fix – insert it into the quick css field (Enfold > Styling).

    .active_tc.toggle_wrap{
    display:block;
    }

    Then open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodestoggles.php and replace

    $contentClass = "activeToggle";

    with

    $contentClass = "active_tc";

    I’ll ask Kriesi to fix it in the next update.

    Best regards,

    Peter

    #140112

    Hi,

    Please add following code to Quick CSS that is in Enfold theme options under Styling

    @media only screen (max-width: 480px) { .social_header .phone-info span { font-size: 14px!important; } }

    Until 480px it looks fine so this will switch text and phone numbers font size to 14 when displayed on screens smaller than 480px.

    Regards,

    Yigit

    #29261
    Aga63
    Participant

    Open Sans (google) DOES support Polish characters (I use it in another WP blog) – but I can’t achieve proper Polish characters in Enfold. I’ve made an update today, but still no results. Here is the test-page:

    http://agakarmol.net/polish-language-test/

    #139795

    Hi yukanl

    You shouldn’t need to do anything to get the theme styling to override the woo commerce styling. As long as the config-woocommerce folder is present in the theme files and is getting called in then it should take priority.

    What is the URL for your shop page, maybe we can see a failure in one of the scripts loading in or something like that.

    Regards,

    Devin

    #140192

    In reply to: Navigation Colors

    Hi,

    Please add following code to Quick CSS that is in Enfold theme options under Styling

    .header_color .main_menu ul:first-child > li > a { color: white!important; }

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a, #top .header_color .main_menu .menu ul .current-menu-item > a { color: blue!important; }

    ul.sub-menu { color: red!important; }

    #top .header_color .main_menu .menu ul li>a:hover { color: green; }

    #top .main_menu .menu li>a { color: black; }

    Active state will be Blue and submenu hover state will be Green.

    Regards,

    Yigit

    #114838

    Make the bbpress page editable using all the bbpress widget and be able to set the right column like other pages.

    #29256
    kimmo
    Participant

    Is it possible to use fullwidth video background loops in Enfold layer slider, or as color section’s background?

    Any tutorial for this?

    #116524

    In reply to: Enfold Showcase

    Here we go with my two sites

    http://www.der-prinz.de/

    http://www.der-prinz.com

    I had my own theme for the two sites almost finished when I stumbled over Enfold and found this is the perfect theme for me. So I decided to drop my own development and started using Enfold.

    #114837

    How about addng a box to the theme settings page that allows me to add codesnippets to the footer? For example when I want to add an external Javascript now I need to use the Google Analytics box. That works but in many cases it would be better to have those external scripts on bottom and not on top of the page.

    #29251
    Michael Oeser
    Participant

    Hi there,

    I´m quite happy with the overal peformance but GTmetrix Google Page Speed report tells me that there are two main areas of possible improvement:

    1. Defer parsing of JavaScript

    2. Remove query strings from static resources

    I´m using W3Total cache and it does a good job so far. Any ideas how I can follow the two suggestions with Enfold?

    Cheers

    Michael

    #140126

    When I select the default WordPress Theme updating pages works again. Is this a Enfold 2.1 problem?

    #114989

    The overview can be found in the first post: https://kriesi.at/support/topic/please-contribute-and-translate-enfold

    We’ll include all files in the next update. Eventually I want to set up a glotpress server which allows us to create community driven translation files without merging existing translations, etc.

    #140149

    In reply to: Change font size

    Hi,

    Please add following code to Quick CSS in Enfold theme options under Styling

    div.entry-content { font-size: 18px!important; }

    Regards,

    Yigit

    discosourcedjs
    Participant

    Hi.

    I have just finished my Enfold Theme website and some things are not working. I will post a each problem in a different thread.

    First problem is that when in WordPress I click to edit a page or post, the Advanced Layout Editor’ is not visable. Here is a screenshot of what I get.

    http://www.mobile-dj-hire.com.au/wp-content/uploads/2013/09/advanced-layout-editor.png

    It’s just not there. If I click that button you can see which says ‘Default Editor’ then it changes the screen to the normal WordPress Editor and the button changes and then say ‘Advanced Layout Editor’, when I click that button, it reverts to that screenshot and says ‘Default Editor’.

    Please help! I need to fix my broken links ASAP!

    #114988

    Hi,

    is there a place to get an overview of what languages are translated? It would be great to have a place to download the different languages. I have a Danish translation here (not 100% finished, but most frontend is done): http://www.mediafire.com/download/vrz0vc12hsjm296/da_DK.rar

    #139914

    Dear Devin,

    I went to https:/vimeo.com/channels/aviathemes/67209750

    and the video is very clear but I guess thinks have changed lately, or I have a wrong account configuration, because I cannot dowload any Updated Theme , cause mi account appears to 0,00, and when I go yo Downloads I check ThemeFores but appears to 0 downloads. No Enfoldtheme appears.

    I’m very sorry to disturb you so many, but I’m lost and I d’ont know what to do. Please help me. Many tanks and best regards, Adolfo

    I enclosed you my License Certificate

    ……

    LICENSE CERTIFICATE : Envato Marketplace Item

    ==============================================

    This document certifies the purchase of:

    ONE REGULAR LICENSE

    as defined in the standard terms and conditions on the Envato Marketplaces.

    Licensor’s Author Username: Kriesi

    Licensee: Adolfo Lucio Hauber Torres

    For the item:

    Enfold – Responsive Multi-Purpose Theme

    http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    Item ID: 4519990

    Item Purchase Code: [removed]

    Purchase Date: 2013-09-03 08:32:31 UTC

    For any queries related to this document or license please contact Envato Support via http://support.envato.com/index.php?/Live/Tickets/Submit

    Envato Pty. Ltd. (ABN 11 119 159 741)

    PO Box 21177, Little Lonsdale Street, VIC 8011, Australia

    ==== THIS IS NOT A TAX RECEIPT OR INVOICE ====

    #29236
    tom_boz
    Participant

    Hi there,

    I’ve a problem in the admin area, menu and widget are not working: they are displayed in a wrong way and drag and drop is not working at all.

    Here you can see the screenshots of the problem

    http://www.tommasoderrico.com/nuovosito/widget_screenshot.jpg

    http://www.tommasoderrico.com/nuovosito/menu_screenshot.jpg

    I’m using WordPress 3.6, Enfold chil-theme and no plugins are activated.

    Since I’m working on the new version of a website, I installed wordpress in a subfolder of the domain, while in the root you have another version of wordpress (do not know if the two can interfere in some way, until now I have never had problems working in this way). I have also tried to disable the plugins folder of wordpress installed in the root, but this did not solve the problem.

    I hope you can help me, thank you

    T

    #139828

    Thank You, Dude and Yigit.

    Everything solved. I don’t use codestyling plugin because it indicated error (at least with previous version of Enfold), but translate .po file directly. Added code to function.php and translated extra lines in wordpress .po file.

    Just in case somebody will use this query to solve his issues as I usually do. Searching forum provides answers to most questions I have. Great job, guys!

    Might this be a CSS error?

    #140028

    You can also try this plugin: http://wordpress.org/plugins/categories-images/

    It’s quite easy to implement it in Enfold. Open up archive.php and replace

    <div class='content <?php avia_layout_class( 'content' ); ?> units'>
    <?php

    with

    <div class='content <?php avia_layout_class( 'content' ); ?> units'>
    <?php

    if (function_exists('z_taxonomy_image_url')) echo '<img src="'.z_taxonomy_image_url().'" />';

    #139871

    Enfold does not set the custom post type url/slug automatically and the theme code also does not manipulate the post type urls in any way. You can use the “rewrite” parameter: http://codex.wordpress.org/Function_Reference/register_post_type to change the slug/url.

    If you’re not familiar with php/wordpress code I’d suggest to try a plugin like: http://wordpress.org/plugins/types/

    #139827

    Please use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translat the plugin.

    Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner). If you still can’t find the text strings in the generated po file you can use the title filter to change the text. Add following code at the bottom of functions.php

    add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
    function fix_single_post_title($args,$id)
    {
    if ( $args['title'] == 'Blog - Latest News' )
    {
    $args['title'] = 'MY TEXT';
    }

    return $args;
    }

    and instead of MY TEXT insert your translation.

    The other text strings you mentioned ( “Logged in as… Log out?” “Post comment” , etc.) are not part of the theme code and you can’t translate them with the theme po/mo files. You maybe need to update the translation of wordpress ( http://codex.wordpress.org/WordPress_in_Your_Language ) or a plugin adds these text strings to the website – then you must translate the plugin.

    #140086

    Hi,

    You can increase screen size to switch to mobile menu. In WordPress theme directory please go to Enfold > Js and open avia.js file and find following code in line 87

    switchWidth = 767;

    and change it to

    switchWidth = 1125;

    You can adjust the value by changing ‘1125’

    Regards,

    Yigit

    #139913

    For a quick guide on updating your theme take a lok at this video on updating the Enfold theme via FTP: https:/vimeo.com/channels/aviathemes/67209750

    If a regular contact form isn’t working you will need to contact your host and talk to them about getting the regular WordPress mail function to work. You can also try using the SMTP plugin as I believe it is still working even though it has not been updated.

    Regards,

    Devin

Viewing 30 results - 239,011 through 239,040 (of 243,824 total)