Viewing 30 results - 239,041 through 239,070 (of 243,971 total)
  • Author
    Search Results
  • #140601

    Hi!

    Go to Enfold > Header and select “Responsive Header Main Menu” – “Display as Slide Out Menu”.

    Best regards,

    Peter

    #140335

    No, right now this is not possible. We plan to add an “icon font uploader” to Enfold which allows the user to upload a generated icon font pack from: http://fontello.com/ and this will help you to use all icons from fontello.com (you’re not limited to the Entypo font family but you can also select icons from “Font Awesome”, etc.). However we’ve no ETA for this feature update yet.

    #138555

    You need to rewrite the js code. Open up and replace

    new $.AviaTooltip({'class': "avia-tooltip", data: "avia-tooltip", delay:0, scope: "body"});

    with

    $body = $('body');
    if($body.hasClass('.page-id-8') || $body.hasClass('.page-id-1509')) new $.AviaTooltip({'class': "avia-tooltip", data: "avia-tooltip", delay:0, scope: "body"});

    Then Enfold will not show the tool tips on other pages. Only page 8 and 1509 will support the tool tips.

    #140080

    The difference is that the image sliders and the post sliders do not support custom content. The image slider can just display images with captions, the post slider can display posts. The content slider allows you to slide any text or content (including shortcodes) – many users requested this feature and thus we decided to implement it.

    2) No, you can’t hide the space by default. If you want to hide it open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodescontentslider.php and replace

    $output .= "<div class='avia-smallarrow-slider-heading'>";
    $output .= "<div class='new-special-heading'>".$heading."</div>";

    with

    $heading_class = '';
    if($navigation == 'no') $heading_class .= ' no-content-slider-navigation ';
    if($heading == '&nbsp;') $heading_class .= ' no-content-slider-heading ';

    $output .= "<div class='avia-smallarrow-slider-heading $heading_class'>";
    $output .= "<div class='new-special-heading'>".$heading."</div>";

    The use following css code to hide the space if no title & control buttons are set

    .no-content-slider-navigation.no-content-slider-heading{
    display: none;
    }

    #139603

    You can easily add it – open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodespostslider.php and replace

    $output .= "<div class='slide-entry flex_column {$style} {$post_class} {$grid} {$extraClass} {$thumb_class}'>";

    with

    $taxonomies  = get_object_taxonomies(get_post_type($the_id));
    $taxs = array();
    $excluded_taxonomies = apply_filters('avf_exclude_taxonomies', array('post_tag','post_format'), get_post_type($the_id), $the_id);

    if(!empty($taxonomies))
    {
    foreach($taxonomies as $taxonomy)
    {
    if(!in_array($taxonomy, $excluded_taxonomies))
    {
    $taxs[] = wp_get_post_terms( $the_id, $taxonomy );
    }
    }
    }

    foreach($taxs as $tax)
    {
    foreach($tax as $term)
    {
    $post_class .= ' '.$term->slug.' ';
    }
    }

    $output .= "<div class='slide-entry flex_column {$style} {$post_class} {$grid} {$extraClass} {$thumb_class}'>";

    #29113

    Topic: varied problems

    in forum Enfold
    astroboy1970
    Participant

    Hi,

    We have some problems:

    You can see a Screenshot on http://www.streambox.pe/screen1.jpg

    1) I created 2 pages: HOME and CONTACTS but, I see 2 buttons for HOME..why?

    2) the border line touch letter S on contacts button.

    3) I don’t like the link “Enfold Theme by Kriesi” at the end of the page. How can I remove this?.

    4) How can I edit the footer to put information?, example some images or links .

    5) There are some words on wordpress like ” CATEGORIES”..how can I change this word (I need spanish)

    6) I have my page on blog.streambox.pe when I see it on my android cel and rotate the screen 90 degrees, the slider shows the previous width.

    Thanks,

    #140497

    I just found another post about it, https://kriesi.at/support/topic/getting-latest-zoom-magnifier-to-work-in-enfold-21

    So I’ve installed YITH WooCommerce Zoom Magnifier 1.04 and works, but it’s not really the way I hope it will work…

    Hi,

    I think this may be a cache problem, try disabling the cache plugin before changing the theme colour, the file whose is not being updated is this:

    http://thezebraawards.com/d7je9jj77/uploads/dynamic_avia/enfold.css

    Regards,

    Josue

    #29345
    LD3
    Participant

    Hi – love the Enfold theme so far, but have a couple of items I hope you can help me with.

    Here is the site I am building – http://www.pat-bach.com/breitercapital/

    1. Footer size – How can I simply adjust the footer height size (specifically, make it smaller / shorter)? I’ve spent quite a bit of time researching / looking around / experimenting to no avail … is there a simple method that I am missing?

    2. Menu item issue – I wanted to stop the header / menu from auto-sizing to smaller when scrolling. After some research / looking around for fixes, I added some quick CSS to achieve the desired result. However, now the individual dropdown menu item areas are huge. How can I make the dropdown menu item areas smaller without affecting the size of the overall header?

    I am using the Small fixed Header type with the following quick CSS added:

    #header_main .container, .main_menu ul:first-child > li a {

    height: 78px !important;

    line-height: 88px !important;

    padding-top:3px !important;

    font-size: 14px;

    }

    #header_main {

    border-bottom: none;

    }

    #top .main_menu .menu ul li a {

    font-size: 14px;

    }

    .main_menu .menu li {

    height: 60px;

    }

    .logo img {

    height: 128px;

    width: 269px;

    }

    body .logo{

    height:200%;

    }

    Hope this all makes sense … Thanks a million for any help you can offer!!

    Thanks!

    #29420

    Topic: Boxed/Stretched Layout

    in forum Enfold
    cxxlos
    Participant

    Greetings,

    Would you happen to have a quick CSS fix to accomplish the followinig:

    Have the site (Enfold theme) use a “Boxed Layout” for regular desktop viewing, but also have it use the “Stretched Layout” for mobile versions such as tablets and smart phones

    Thank you for your support.

    #29416
    tymaximus
    Participant

    Black screen when published in ENFOLD THEME, please advise. Second request 10 hours ago…

    #29415
    turner2f
    Participant

    Had to RE-Post because the support title was not finished.

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

    Oddly, version 2.0.1 of the theme works with version 1.0.4 of the magnifier plugin on WP 3.6

    http://wordpress.org/plugins/yith-woocommerce-zoom-magnifier/

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

    We upgraded from version 2.0.1 to version 2.1 of the theme on WP 3.6

    Also upgraded our Zoom Magnifier plugin version 1.0.6.

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

    After the upgrade to the THEME – and – our Zoom Magnifier, the magnifier plugin messes up the layout of the shopping cart single product page.

    http://wordpress.org/plugins/yith-woocommerce-zoom-magnifier/

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

    In short, how do we get the Zoom Magnifier v1.0.6 plugin from… http://wordpress.org/plugins/yith-woocommerce-zoom-magnifier/

    to work with the latest 2.1 version of this theme?

    NOTE: Zoom Magnifier v1.04 works with version 2.1 of the theme

    #29413

    Topic: Logo Behind Menu

    in forum Enfold
    tetsukage
    Participant

    So, Im using fixed header and fixed (non-responsive layout) and my logo is overlapping my menu, I removed some items to alleviate the issue a bit, but this is really bad. The logo is the exact size of the default enfold logo. Id like to keep using the fixed header and be able to add in like… 2 more menu items.

    http://worldwideproperties.com/

    #140183

    hi Josue,

    all the mods i made were contained within my child theme. the only thing thats changed outside of my child theme is with the enfold theme itself. Hence the reason I got in touch. This is deffo an update issue and I suspect that you guys have updated something that no longer requires a line of my css code or requires now some new code to fix whats now broken.

    Any thoughts?

    #140597

    sorry, my fault, with WinMerge I found out, that I haven’t replaced the changed files in the js-folder. Works fine now!

    Björn Sennbrink
    Participant

    Tried adding the fix here. Didnt work. Here is the fix on a blog instead: http://www.sennbrink.net/enfold-wp-theme-fix-for-missing-alt-text-for-flags-in-wpml-config-results-in-w3-validation-errors/

    Admin can update the post and remove the link if needed.

    #29410
    BeeCee
    Participant

    Hi,

    since the Enfold update 2.1 all my accordions are not working any more, they cannot be “opened”. The icons change from + to -, but the items don’t “open”.

    I changed this like suggested here:

    https://kriesi.at/support/topic/accordion-since-enfold-21-update-accordion-initial-open-item-is-not-working#post-139180

    but this does not helped.

    I use no caching plugin, I cleared my browser’s cache and disabled ALL plugins to avoid any conflicts – nothing helped.

    Updating your theme to the most recent version should fix the issue of hovering on the image and it moving.

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

    #29403
    erbsenlui
    Participant

    Hello,

    i updated my Enfold to version 2.1. via FTP.

    Since then the initial open doesn’t work anymore.

    Its not working in the ajax preview portfolio and not working on the portfolio pages as well.

    Here is a link to a portfolio item: http://xlighting.de/port/stairville-150-r

    Here is a link to one of my portfolios: http://xlighting.de/rent

    Thx in Advance!

    #140526

    Hi Chris,

    It is possible, but it may require some deep customization, and that’s beyond the scope of our support forum, i recommend you suggest it as a feature here, or try hiring a freelance developer.

    Regards,

    Josue

    #29396
    CooperDevon
    Participant

    Hi,

    since the update to 2.1 i’ve got a border around the breadcrumb-navigation. How can i remove it?

    enfold_breadcrumb_border.jpg

    Hi,

    Yes, that modification would break if you update the theme, however it may be considered for future updates, request it here https://kriesi.at/support/topic/enfold-feature-requests

    Regards,

    Josue

    #29394
    CooperDevon
    Participant

    Hi,

    alle icons like the twitter pic, facebook pic or even the navigation arrows are not showing up anymore.

    Just weird images like this

    enfold_weird_signs.jpg

    #140241

    Hi Katharina,

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

    @media only screen and (min-width: 767px) and (max-width: 989px) { .avia-icon-list .iconlist_content_wrap { overflow: none; text-align: center; }

    .avia-icon-list .iconlist-timeline { left: 65px; }

    .main_color .avia-icon-list .iconlist_icon { left: 32px; } }

    It will move the content of icon list under icon when displayed on screens between 767px and 989px.

    Regards,

    Yigit

    Alexoidea
    Participant

    Hi there,

    I experience difficulties in always having the pin centered in the googlemap (used the enfold GMap widget), while resizing the window.

    Here’s a link to this WIP:

    http://demo2.restarto.com/pages/contact

    Please advise,

    Thx

    #138049

    Hi,

    Please add following code to Quick CSS in Enfold theme options to remove main navigation and side navigation

    #header_main_alternate { display: none; }

    #top .widget_nav_menu .nested_nav { display: none; }

    Regards,

    Yigit

    #29389
    Schikago
    Participant

    hello,
    1) i just built an layer slider and the loop function is not working. it is just one slide with 6 layers, starts automatically, loop is set on 0.
    any ideas what the problem is?

    2) I noticed they released a pro version of WordPress SEO – http://yoast.com/wordpress-seo-premium-release/
    I already use the Local SEO plugin and it works with Enfold but I’m not sure if the pro version works coz of this sentence “Especially the redirect functionality is not easy to do well. It’s not weird that the other plugins available to do redirects often bring down sites,”. I wonder if the template builder breaks the redirect functionality too?

    #29387
    xpoveda
    Participant

    Hi, I’m proving enfold integration with woocomerce and I have some questions.

    http://dev.escalamas.com/tienda

    1) http://imageshack.com/scaled/large/545/571s.png

    When step above all WooCommerce blue buttons becomes smaller.

    1.1) Would want to just change ONLY “on hover” color (same your web enfold at kriesi.at).

    1.2) In some of them buttons there is no effect “hover” (“Update cart” for example).

    I like to add style to produce the same effect in all blue woocommerce buttons.

    1.3) Which css for modify color and size button?

    2) http://imageshack.com/scaled/large/819/hvkk.png

    If I click on the logo and then go to the cart, the text is large. But it is small. How to always be small?

    Thank you!

    Xavier.

    #140508

    Hi,

    To open images in lightbox, in portfolio page you should click on Add Media and add image on the top of the content. Then you should set a Featured Image on the lower right side of the page.

    You can add following code to Quick CSS in Enfold theme options under Styling to remove featured image in single portfolio pages.

    .page-thumb img { display: none; }

    In your WordPress theme directory, please go to Enfold folder and open Footer.php file and find following code in line 96

    <span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>

    and change it to

    <span class='copyright'><?php echo $copyright; ?></span>

    Regards,

    Yigit

    Hi!

    I think the error is not theme related and I suggest to report it here: http://marketpress.de/support/forum/woocommerce-german-market/

    I could not reproduce it with the latest version of WooCommerce & Enfold though and maybe another plugin causes the js error.

    Best regards,

    Peter

Viewing 30 results - 239,041 through 239,070 (of 243,971 total)