Viewing 30 results - 11,131 through 11,160 (of 11,218 total)
  • Author
    Search Results
  • #125736

    In reply to: Enfold Theme

    If you are very new to working with premium themes or have never worked with one of Kriesi’s themes before the best thing to do would be to import the dummy data which will populate pages, posts, portfolio items and menus very similar to the demo site.

    All shortcodes can be added using the Shortcodes button in the visual editor.

    #125976
    #25268
    kc
    Participant

    hi, i install the new enfold theme on my localinstallation, but the the advanced layer editor is not working on to add new page`s.

    i click the button, but its nothing to see, only in add new portfolio its working, what is the error.

    thanks for help fpr unterstanding.

    i importet the dummystyles also

    thanks

    carsten

    #126070

    In reply to: A few issues

    Hi,

    1.) Add this on your custom.css or Quick CSS

    .home.archive.post-type-archive .template-shop.content.twelve.alpha.units {
    width: 650px;
    float: right;
    clear: none;
    margin-top: -90px;
    }

    2.) Use this

    body {
    font-size; 15px;
    }

    #top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a { font-weight: inherit; text-decoration: none; color: inherit; }
    h1 { font-size: 34px; line-height: 1.1em; margin-bottom: 14px;}
    h2 { font-size: 28px; line-height: 1.1em; margin-bottom: 10px; }
    h3 { font-size: 19px; line-height: 1.1em; margin-bottom: 8px; } /*28*/
    h4 { font-size: 17px; line-height: 1.1em; margin-bottom: 4px; } /*21*/
    h5 { font-size: 16px; line-height: 1.1em; } /*17*/
    h6 { font-size: 14px; line-height: 1.1em; }

    3.) Customers are not appearing in the user are, What to check?

    4.) When you insert a logo image on Enfold > Theme Options. You have the option to select the size of the image before you click the “Insert image as logo” button.

    5.) Do you mean the shop category? Where do you want them to appear?

    Regards,

    Ismael

    Hi,

    Please edit wp-contentthemesenfoldconfig-templatebuilderavia-shortcodes portfolio.php, find this code

    $output .= "<a href='#' data-filter='all_sort' class='all_sort_button active_sort'>".__('All','avia_framework' )."</a>";

    Regards,

    Ismael

    #25259

    Topic: button in menu

    in forum Enfold
    comlor
    Participant

    Hi guys, what code would I enter and in what file to include a medium button in menu on the far right on Enfold theme? I’ll be using theme color button.

    Thanks much

    #25243
    LAHWebDesigns
    Participant

    When I view my site on iPad and even resizing in a browser, the main menu slides under the logo and does not switch to the responsive layout like the demo for Enfold does.

    The demo seems to switch the navigation to the responsive button at about 1000px wide. And when I adjust the avia.js to 1000 (I’ve searched the posts here for a solution and tried changing the avia.js as suggested in one post) what I get is the responsive button and the menu!

    I have the latest update of Enfold, 1.7 and WP 3.5.2. Am I doing something wrong?

    http://www.ttg.travel/redesign/

    #25238
    krzysztof_grudnik
    Participant

    Hi, cause IE not support slideshow navigation, I have to change nav buttons (fontello based) to png files. What I did: #top .ls-nav-stop::before{ content: url(http://mysite/wp-content/themes/enfold/images/layout/nav.png); New navigation is visible in Opera but no effect in Firefox and IE. Maybe you have any more efficient way to replace nav buttons? Regards

    #124656

    In reply to: Button Inconsistencies

    Hi,

    Please edit the text widget that contains that form and change the line that says

    <input type="submit" value="Login" name="LOGIN" onclick="submitForm(this); return true;">

    to look like this

    <input class="avia-button avia-icon_select-no avia-color-theme-color avia-size-large avia-position-center  avia-button-wrap avia-button-center  avia-builder-el-6  avia-builder-el-no-sibling" type="submit" value="Login" name="LOGIN" onclick="submitForm(this); return true;">

    Now add the css below to your /css/custom.css OR to quick css located in Enfold > Styling Layout to the text box at the bottom of the page

    .main_color .button:hover, .main_color .ajax_controlls a:hover, .main_color #submit:hover, .main_color .big_button:hover, .main_color .contentSlideControlls a:hover, .main_color #submit:hover, .main_color input[type='submit']:hover {
    background-color: #073E8A;
    border-color: #073E8A;
    }

    Thanks,

    Nick

    Yes, the dummy data can be found in wp-contentthemesenfoldincludesadmindummy.xml – however the main problem is that you’ll maybe overwrite existing content when you hit the green “dummy data” import button.

    #126056

    1) You can modify the button shortcode – open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesbuttons.php and replace:

    $output .= "<a href='{$link}' class='avia-button ".$this->class_by_arguments('icon_select, color, size, position' , $atts, true)."' {$blank} {$style} >";

    with

    if($link == 'http://www.test12345.nl') {
    $output .= "<a href='{$link}' onclick="_gaq.push(['_link', 'http://www.test12345.nl']); return false;" class='avia-button ".$this->class_by_arguments('icon_select, color, size, position' , $atts, true)."' {$blank} {$style} >";
    }else{
    $output .= "<a href='{$link}' class='avia-button ".$this->class_by_arguments('icon_select, color, size, position' , $atts, true)."' {$blank} {$style} >";
    }

    2) This is imo not easily possible. You can try a plugin like http://wordpress.org/plugins/jin-menu/ but I’m not sure if it works.

    #25123
    Daniel
    Participant

    Hello,

    I have no idea where this is in the code or how to do it, but I would greatly appreciate some help on this one.

    Basically in Enfold with WooCommerce installed, when you add a product it adds the nice ajax symbol top right of the shopping cart and then you can hover over it and see the items you have added and view cart and checkout.

    If you hover over those items you can then click on them and be taken to that product.

    Due to the fact I’m building a course website and have used ‘add to cart’ buttons and not actually the product pages. I want it so I can’t click on the items in the cart widget (ajax thing) I want it so people can just use it as a reference to see what’s in their cart and click to checkout or see cart etc..

    So in short I just want the items to still show exactly how they are but not hyperlinks or.. clicking on the items takes me straight to the cart and not the product?

    Hopefully that makes sense, been trying to find out where it’s putting the link tags then I could properly nut it out, but I’m here as a last resort.

    Cheers,

    Daniel :)

    #125314

    In reply to: Button Text Color

    Hi,

    This looks like what you are looking for

    Style Attribute {
    color: #FFF;
    }

    Strange selectors, but below that there is purple, then dark grey, then electric blue. Wow a whole smorgasbord of color.

    Very nice site. You should add it to the showcase page https://kriesi.at/support/topic/enfold-showcase

    Thanks,

    Nick

    #124505

    Hi,

    Maybe you can setup the Enfold on a domain then copy the header html tag. You might need to edit the links.

    <div id="header" class=" header_color dark_bg_color mobile_drop_down">

    <div id="header_main" class="container_wrap container_wrap_logo">

    <ul class="cart_dropdown visible_cart" data-success="was added to the cart"><li class="cart_dropdown_first"><a class="cart_dropdown_link" href="http://localhost/kriesi/enfold/?page_id=1422"><span class="avia-font-entypo-fontello"></span></a><!--<span class='cart_subtotal'><span class="amount">&pound;9.99</span></span>--><div class="dropdown_widget dropdown_widget_cart" style="display: none; opacity: 0;"><div class="avia-arrow"></div><div class="widget_shopping_cart_content">

    <ul class="cart_list product_list_widget ">

    <li>
    <a href="http://localhost/kriesi/enfold/?product=single-product">

    <img width="120" height="120" src="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/21-120x120.jpg" class="attachment-shop_thumbnail wp-post-image" alt="2">
    Single Product
    </a>

    <span class="quantity">1 × <span class="amount">£9.99</span></span> </li>

    </ul><!-- end product list -->

    <p class="total"><strong>Subtotal:</strong> <span class="amount">£9.99</span></p>

    <p class="buttons">
    <a href="http://localhost/kriesi/enfold/?page_id=1422" class="button">View Cart →</a>
    <a href="http://localhost/kriesi/enfold/?page_id=1423" class="button checkout">Checkout →</a>
    </p>

    </div></div></li></ul>
    <div class="container" style="height: 88px; line-height: 88px;">

    <strong class="logo bg-logo"><a href="http://localhost/kriesi/enfold/"><img src="http://localhost/kriesi/enfold/wp-content/themes/enfold/images/layout/logo.png" alt="" title="Enfold"></a></strong><div class="main_menu" data-selectname="Select a page"><div class="menu-main-menu-container"><ul id="menu-main-menu" class="menu"><li id="menu-item-755" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent active-parent-item dropdown_ul_available"><a href="http://kriesi.at/themes/enfold/" style="height: 88px; line-height: 88px;"><span class="avia-bullet"></span>Home<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span><span class="dropdown_available"></span></a>

    <ul class="sub-menu" style="display: block; opacity: 0; visibility: hidden;">
    <li id="menu-item-1351" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-734 current_page_item"><a href="http://localhost/kriesi/enfold/"><span class="avia-bullet"></span>Home v1: Landing Page Style</a></li>
    <li id="menu-item-1356" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1108"><span class="avia-bullet"></span>Home v2: 3 Col + Contact</a></li>
    <li id="menu-item-1352" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1040"><span class="avia-bullet"></span>Home v3: 3 Column with Blog</a></li>
    <li id="menu-item-1355" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1070"><span class="avia-bullet"></span>Home v4: Small Slider</a></li>
    <li id="menu-item-1354" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1097"><span class="avia-bullet"></span>Home v5: Portfolio Style</a></li>
    <li id="menu-item-1353" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1023"><span class="avia-bullet"></span>Home v6: Classic 4 Column</a></li>
    </ul>
    </li>
    <li id="menu-item-1338" class="menu-item menu-item-type-post_type menu-item-object-page dropdown_ul_available"><a href="http://localhost/kriesi/enfold/?page_id=756" style="height: 88px; line-height: 88px;"><span class="avia-bullet"></span>Portfolio<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span><span class="dropdown_available"></span></a>

    <ul class="sub-menu" style="display: block; opacity: 0; visibility: hidden;">
    <li id="menu-item-1339" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=987"><span class="avia-bullet"></span>Portfolio 2 Column</a></li>
    <li id="menu-item-1340" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=992"><span class="avia-bullet"></span>Portfolio 3 Column</a></li>
    <li id="menu-item-1342" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=756"><span class="avia-bullet"></span>Portfolio 4 Column</a></li>
    <li id="menu-item-1343" class="menu-item menu-item-type-post_type menu-item-object-portfolio"><a href="http://localhost/kriesi/enfold/?portfolio=slider-two-third"><span class="avia-bullet"></span>Single Portfolio: 2/3 Slider</a></li>
    <li id="menu-item-1344" class="menu-item menu-item-type-post_type menu-item-object-portfolio"><a href="http://localhost/kriesi/enfold/?portfolio=lorem-ipsum"><span class="avia-bullet"></span>Single Portfolio: 2/3 Gallery</a></li>
    <li id="menu-item-1345" class="menu-item menu-item-type-post_type menu-item-object-portfolio"><a href="http://localhost/kriesi/enfold/?portfolio=portfolio-big"><span class="avia-bullet"></span>Single Portfolio: Big Slider</a></li>
    <li id="menu-item-1346" class="menu-item menu-item-type-post_type menu-item-object-portfolio"><a href="http://localhost/kriesi/enfold/?portfolio=vimeo-video"><span class="avia-bullet"></span>Single Portfolio: Fullscreen Slider</a></li>
    </ul>
    </li>
    <li id="menu-item-1337" class="menu-item menu-item-type-post_type menu-item-object-page dropdown_ul_available"><a href="http://localhost/kriesi/enfold/?page_id=731" style="height: 88px; line-height: 88px;"><span class="avia-bullet"></span>Blog<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span><span class="dropdown_available"></span></a>

    <ul class="sub-menu" style="display: block; opacity: 0; visibility: hidden;">
    <li id="menu-item-1370" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1336"><span class="avia-bullet"></span>Blog Grid</a></li>
    <li id="menu-item-1350" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1010"><span class="avia-bullet"></span>Blog Multi Author</a></li>
    <li id="menu-item-1349" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1012"><span class="avia-bullet"></span>Blog Single Author Small</a></li>
    <li id="menu-item-1348" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1014"><span class="avia-bullet"></span>Blog Single Author Big</a></li>
    <li id="menu-item-1347" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1016"><span class="avia-bullet"></span>Blog Single Author Fullwidth</a></li>
    </ul>
    </li>
    <li id="menu-item-1357" class="menu-item menu-item-type-post_type menu-item-object-page dropdown_ul_available"><a href="http://localhost/kriesi/enfold/?page_id=1122" style="height: 88px; line-height: 88px;"><span class="avia-bullet"></span>Pages<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span><span class="dropdown_available"></span></a>

    <ul class="sub-menu" style="display: block; opacity: 0; visibility: hidden;">
    <li id="menu-item-1359" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1195"><span class="avia-bullet"></span>About Us</a></li>
    <li id="menu-item-1363" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1236"><span class="avia-bullet"></span>Blank Pages</a>
    <ul class="sub-menu" style="display: block; opacity: 0; visibility: hidden;">
    <li id="menu-item-1366" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1236"><span class="avia-bullet"></span>What is a Blank Page?</a></li>
    <li id="menu-item-1364" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1261"><span class="avia-bullet"></span>Maintenance Mode</a></li>
    <li id="menu-item-1365" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1248"><span class="avia-bullet"></span>Coming Soon</a></li>
    </ul>
    </li>
    <li id="menu-item-1361" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1167"><span class="avia-bullet"></span>Contact</a></li>
    <li id="menu-item-1367" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1277"><span class="avia-bullet"></span>FAQ</a></li>
    <li id="menu-item-1362" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1224"><span class="avia-bullet"></span>Help</a></li>
    <li id="menu-item-1369" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1324"><span class="avia-bullet"></span>Landing Page</a>
    <ul class="sub-menu" style="display: block; opacity: 0; visibility: hidden;">
    <li id="menu-item-1358" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1212"><span class="avia-bullet"></span>Meet the Team</a></li>
    </ul>
    </li>
    <li id="menu-item-1360" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1176"><span class="avia-bullet"></span>Pricing</a></li>
    <li id="menu-item-1368" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1302"><span class="avia-bullet"></span>Services</a></li>
    </ul>
    </li>
    <li id="menu-item-1341" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-mega-parent dropdown_ul_available" style="overflow: hidden;"><a href="http://localhost/kriesi/enfold/?page_id=750" style="height: 88px; line-height: 88px;"><span class="avia-bullet"></span>Shortcodes<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span><span class="dropdown_available"></span></a>
    <div class="avia_mega_div avia_mega1 three units" style="opacity: 0; display: none; right: -109px;">

    <ul class="sub-menu">
    <li id="menu-item-1378" class="menu-item menu-item-type-post_type menu-item-object-page avia_mega_menu_columns_1 three units avia_mega_menu_columns_last avia_mega_menu_columns_first"><h4 class="mega_menu_title"><a href="http://localhost/kriesi/enfold/?page_id=821">Animated Image</a></h4>
    <ul class="sub-menu">
    <li id="menu-item-1379" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=761"><span class="avia-bullet"></span>Blog Elements</a></li>
    </ul>
    </li>
    </ul>

    </div>
    </li>
    <li id="menu-item-1433" class="menu-item menu-item-type-post_type menu-item-object-page dropdown_ul_available"><a href="http://localhost/kriesi/enfold/?page_id=1421" style="height: 88px; line-height: 88px;"><span class="avia-bullet"></span>Shop<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span><span class="dropdown_available"></span></a>

    <ul class="sub-menu" style="display: block; opacity: 0; visibility: hidden;">
    <li id="menu-item-1434" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1422"><span class="avia-bullet"></span>Cart</a></li>
    <li id="menu-item-1435" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1430"><span class="avia-bullet"></span>Checkout → Pay</a></li>
    </ul>
    </li>
    <li id="menu-item-1463" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1373" style="height: 88px; line-height: 88px;"><span class="avia-bullet"></span>A.Test<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    <li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" data-avia-search-tooltip="<form role=&quot;search&quot; method=&quot;get&quot; id=&quot;searchform&quot; action=&quot;http://localhost/kriesi/enfold/&quot; >
    <div><label class=&quot;screen-reader-text&quot; for=&quot;s&quot;>Search for:</label>
    <input type=&quot;text&quot; value=&quot;&quot; name=&quot;s&quot; id=&quot;s&quot; />
    <input type=&quot;submit&quot; id=&quot;searchsubmit&quot; value=&quot;Search&quot; />
    </div>
    </form>" style="height: 88px; line-height: 88px;">
    #124170

    In reply to: Problem with Form

    Hi,

    You can add something like this on your custom.css OR quick CSS

    .more-link {
    border-radius: 3px;
    background-image: url("/themes/wp-content/themes/enfold/images/layout/bg-button.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    margin: 3px 0;
    line-height: 1.2em;
    position: relative;
    font-weight: 600;
    text-align: center;
    max-width: 100%;
    background: pink;
    }

    Change the property values.

    Regards,

    Ismael

    #114677

    Hello,

    i would need a social button for the popular german business plattform XING (https://www.xing.com/app/share?op=button_builder)

    any change to get this? or any suggestion how to set it up myself?

    thanks in advance

    Pedro

    #24912
    500Webmaster
    Participant

    If you go to Enfold – Stylize, you can customize the entire theme’s color scheme there. So what is the purpose of the “Color Section” button when editing a page? If you try drag it onto an element, it does nothing. I cannot seem to find information on how to use this. Does anybody know? Simply curious.

    #124765

    1.) Hi Nick , Yes I have tried the code. Both

    .header_color {

    background: none;

    }

    .html_stretched #wrap_all {

    background-color: rgba(255, 255, 255, 0);

    }

    and

    .html_stretched #wrap_all {

    background-color: rgba(255, 255, 255, 0);

    }

    .header_color .header_bg {

    background: #FFF url(http://blog.blue2x.com/wp-content/uploads/2013/05/bg2.jpg) top center repeat scroll;

    }

    but it didn’t work

    2.) Sorry about it, its suppose to say “vertically” rather than horizontal. And now that I have seen the enfold responsive mobile version.

    I was thinking if i could allign the logo to the top left

    Menu button like enfold mobile to the top right.

    In my image below, first is the my current screenshot. 2nd is the enfold one. and 3rd is the one that I want to achieve.

    Basically I want to remove the black space on top ( see 1st image ) , allign logo vertically, and also to the top left.

    Menu to the top right and also allign vertically.

    The header background image no longer repeats vertically or if given an alternative just remove the header image and change it to a solid color?

    3.) As for the text in the slider you are right , it’s visible but it’s small. I may plan to increase the font size or just use the google font ( might want to play around with a similar looking type ).

    4.) As for the layer not showing, you can see in the screenshot the blue gradient line ( in the layer slider ) doesn’t appear.

    http://sta.sh/08dx22f3kxj

    5.) Is there a way to do like inspect element on mobile phones like firebug in browsers etc ?

    Thanks for helping me nick.

    #114669

    Ty for nick for the tip on making it wide, but it would be nice to make it also taller. In the predefined color scheme , I was hoping there’s a hide button like show all optons . Why ? One mistake could alter the settings of your custom color scheme when you pressed a button accidentally.

    It’s a good option for starting the theme but later on it becomes useless.

    #124794

    Hi,

    You mean the Avia Builder on the admin side?

    Yeah, sure. Edit wp-contentthemesenfoldconfig-templatebuilderavia-template-builderassetscss

    Look for shortcode_insert_button styling. You can use the child and siblings css selector to target each element. Also note that there are four tabs which you can target by .avia-tab selector. Layout element tab will be avia-tab-1, Content element tab will be .avia-tab-2 and so on. For example if you want to style Text Block element, place this code below the shortcode_insert_button styling:

    .avia-tab-2 .shortcode_insert_button:first-child {
    background: red;
    }

    For 1/3 column element under Layout elements, you can use this

    .avia-tab-1 .shortcode_insert_button:nth-child(3) {
    background: blue;
    }

    Regards,

    Ismael

    #124708

    In reply to: Theme Translation

    1) Personally I’d recommend to translate Enfold with Codestyling: http://wordpress.org/plugins/codestyling-localization/

    2) Install & activate the plugin and go to Tools > Localization to translate all themes/plugins. Search for the Enfold theme in the list and use the the wp-contentthemesenfoldlang folder as base directory.

    3) Click the button to generate the language files and then you can translate all text strings from the “avia_framework” textdomain (including the search results page).

    #123991

    In reply to: Update Problem…maybe

    I have had the same problem as you, i use cyberduck and then filezilla ( mac ) . In the download button in themeforest, there are 3 options.

    Main Files

    Installable WordPress Files

    License

    I tried many times updating my enfold folder with the new one i downloaded using installable wordpress files. And it still shows 1.5.1 . So I tried the folder in Main Files and updated it, it seems to work now.

    #124519

    Hi!

    please post a link to your website – I just checked the demo page http://kriesi.at/themes/enfold/ and the scroll to top button works on all devices (tested on desktop and Android 4.1 phone).

    Regards,

    Peter

    #124431

    Hi,

    So you want a button in there? Please open up functions-enfold.php located in the main theme folder, and go to line 332 which looks like

    $output .= "        <span class='entry-info'>";

    and insert the code below between line 332 and line 333 (just push line 333 down to make room, but do not erase it.

    $output .= " <div class='avia-button-wrap avia-button-center  avia-builder-el-9  el_after_av_textblock  avia-builder-el-last '>";
    $output .= "<a href='' class='avia-button avia-icon_select-yes avia-color-black avia-size-large avia-position-center '>";
    $output .= "<span class='avia_button_icon avia-font-entypo-fontello'>♥</span><span class='avia_iconbox_title'>Buy Now</span></a></div>";

    Thanks,

    Nick

    #114659

    More comments and suggestions.

    1. Please re-consider adding a Load More (infinite scrolling) button for loading more portfolio items instead of pagination.

    2. Please consider masonry layout option for both portfolio and blog.

    3. And for the blog, the Load More function would be great for masonry layout.

    4. Regarding the Ajax preview, it would be great if the preview window opened in proximity to the selected item, instead of always on top.

    Thanks!

    #24629

    Topic: Enfold RSS Link

    in forum Enfold
    crents
    Participant

    Hi. Can I check that I have the correct feed url entered for my RSS link button please?

    http://chrisrentonphotography.co.uk/feed

    I’m not familiar with rss feeds, so unsure how to check it works!

    Thanks,

    Chris

    Yes but I edited in that removing that does make it go “flat” but the flat UI does indeed have a hover change…maybe reversing the current hover event would do it? instead of making it lighter or vanish like they have it now, make it appear or darken as you hover?

    I think you’d have to make that png the full size of the button not just a kind of top down “bubble” effect…

    Enfold?

    I kind of like the parralax section in that link I found…I think its done in the colored section settings…

    I know what you mean, some themes have a “flat” css version built in….I kind of like this flat design, http://designmodo.github.io/Flat-UI/ and there are some themes that specialize in it.

    For arguments sake the css for the buttons is here, and i believe removing that background image gives the “Flat” effect to all the buttons:

    body div .avia-button {

    background-image: url(“/themes/wp-content/themes/enfold/images/layout/bg-button.png”);

    background-position: 0 0;

    background-repeat: repeat-x;

    border-radius: 3px 3px 3px 3px;

    border-style: solid;

    border-width: 1px;

    display: inline-block;

    font-size: 12px;

    font-weight: 600;

    line-height: 1.2em;

    margin: 3px 0;

    max-width: 100%;

    padding: 10px;

    position: relative;

    text-align: center;

    text-decoration: none;

    }

    Would one change it to this (adding it to quick css or whatever its called for enfold):

    body div .avia-button {

    background-image: none !important;}

    Enfold Team can we get a ruling? :)

    Of course then you’d need some kind of ohover selector to lighten (or darken it) or change the color to what you want? maybe a transparent png?

    body div .avia-button:hover {???

    What kind of parallax section do you mean? it has something like that here:

    http://kriesi.at/themes/enfold/portfolio-item/vimeo-video/

    And of course it has layerslider…which has great parallax ability….

    And, by flat button, that’s kind of a theme style issue, but I bet you could find a plugin to give you that style choice.

    #24484
    wesleysoccer
    Participant

    Enfold Shortcodes In Layer Slider are not working?

    Any thoughts here and how I would add awesome buttons to the slider? I need this look http://cl.ly/image/1x1g2K0o022g

    Thanks.

Viewing 30 results - 11,131 through 11,160 (of 11,218 total)