Viewing 30 results - 225,211 through 225,240 (of 244,358 total)
  • Author
    Search Results
  • #243460
    infoept
    Participant

    Hi,

    When insert post slider with any number of posts (4,5 or 6) in mobile or screens with a small resolution not work corretly. First image not resize perfectly.
    Try your sample page: http://kriesi.at/themes/enfold/shortcodes/post-slider/
    Resize your screen and reproduce this problem:

    #243456
    #243450

    Hi goossep!

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

    .av_promobox { margin: 0; }

    Cheers!
    Yigit

    #243449
    goossep
    Participant

    I am using the Enfold theme, and I need to take out horizontal white space on a page between Promo boxes

    http://www.preventon.com/microsoft-page/
    but I cannot make it work..

    #243448

    Hello!!!

    Thanks for the reply!

    I think I am still a little bit confused, lets take it totaly practical:

    I have a page where I have placed twp 1/2 containers one next to the other. Inside the left one, O placed an Easy Slider and I chose 495×400 for the images that loads into the slideshow. But when I make a screenshot of the web, I can see that the width is 427px, instead of 495. Then I suppose that there has been a resize. Here is how it looks like:

    Easy Slider in 1/2 container (http://i58.tinypic.com/1556jnl.png )

    I have painted the squares of the containers and some other things just for showing what I mean.

    1st question: This 427px comes out because of my native resolution 13666×768? What is exactly the 495×400 in the enfold theme for, then?

    As I don´t know the answer with security, I suppose that yes.

    2nd question: If my native resolution was 1920 × 1080, which would be the size instead of 427px?

    I guess that as a web is always seen in different screen resolutions, resizing cannot be avoided. I just suppose that rescaling down is better, so I wonder how I have to do it to asure this.

    Thank you for your help !!!

    #243441

    Topic: Icons behavior

    in forum Enfold
    Emmanuelppp
    Participant

    Hi,

    I would like to know two things about the icons.

    1- How to make them appearing normally? No moving effect on the first time we see them.

    2- Is it possible to have them appearing from bottom to up?

    3- How to have the “halo effect” on hover like we can see on the demo here: http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/ on “a beautiful experience!” section.

    Thanks!

    #243437

    Topic: Infographics in Enfold

    in forum Enfold
    andypeck
    Participant

    Hi there,

    Ive seen these in a new theme called ‘RIVER’ and was wondering if any of this is possible in Enfold or of not can you suggest a plugin to achieve any/all of these?

    http://themeforest.net/item/river-retina-multipurpose-wordpress-theme/full_screen_preview/6059307

    Cheers
    Andy

    #243436
    dmhaarlem
    Participant

    Hi, i build an corporate site with enfold, (http://www.dmhaarlem.nl/DM/) and try to enter an new portfolio item. The entry is displayed under the portfolio menu item (http://www.dmhaarlem.nl/DM/portfolio/) but when clicked it gives a nothing found error. Any idea why this happens?

    #243435
    andypeck
    Participant

    Hi there,

    Ive seen this menu navigation in a new theme called ‘RIVER’ and was wondering if its achievable in Enfold (Colored text inside a block for rollover plus the grey drop down panels etc). I’m fairly OK with CSS so if you can give me some pointers or info where/how to this then I would be most grateful.

    http://themeforest.net/item/river-retina-multipurpose-wordpress-theme/full_screen_preview/6059307

    Cheers
    Andy

    #243411

    In reply to: Dot Grid Overlay

    thanks but im not sure this is quite what im looking for….

    Have a look at the following two examples and the main images/video playing in background – it has a fine dotted grid/hatchings overlay. Can I replicate this effect in enfold?

    http://themes.renklibeyaz.com/?theme=RightNowWP
    http://themes.renklibeyaz.com/?theme=ColdFusionWP

    Cheers
    Andy

    #243408

    In reply to: ADD FEATURE

    Hey Gurify!

    Please post your requests here – https://kriesi.at/support/enfold-feature-requests/

    Regards,
    Yigit

    #243407

    Hey bakbek!

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

    .single-post .big-preview.single-big { pointer-events: none; }

    Best regards,
    Yigit

    #243391

    In reply to: 1/3 team member in tab

    Hi!

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

    #tab-id-3-container br { display: none; }

    2-

    .tab_inner_content .av-special-heading { margin-top: 0; }

    3- See - http://www.w3schools.com/tags/tag_br.asp

    Best regards,
    Yigit

    #243382

    Hi eeuwe!

    UberMenu plugin is not included in Enfold. Maybe you are confusing it with Mega Menu? If so, plese see – http://vimeo.com/channels/aviathemes/67651241
    UberMenu is a standalone plugin that you can find here http://codecanyon.net/item/ubermenu-wordpress-mega-menu-plugin/154703
    Please also see – http://sevenspark.com/docs/ubermenu-enfold

    Regards,
    Yigit

    Hey!

    Go to wp-content\themes\enfold\includes folder and open helper-main-menu.php file and find

    do_action('ava_main_header');

    and add your code right below it

    Regards,
    Yigit

    #243372

    Adding that code as well removes the entire breadcrumb, leaving only “You are here:” –

    Just to confirm, I’ve added both of these suggestions to the end of the functions.php file.

    require_once( ‘functions-enfold.php’);

    add_action(‘after_setup_theme’,’avia_remove_portfolio_breadcrumb’);

    function avia_remove_portfolio_breadcrumb(){
    remove_filter(‘avia_breadcrumbs_trail’,’avia_modify_breadcrumb’);
    }

    if(!function_exists(‘avia_modify_single_portfolio_breadcrumb’))
    {
    function avia_modify_single_portfolio_breadcrumb($trail)
    {
    if(!is_single() || get_post_type() != ‘portfolio’) return $trail;
    $category = get_the_category(get_the_ID());
    $newtrail = array();

    $parents = get_the_term_list(get_the_ID(), ‘portfolio_entries’, ”, ‘$$$’, ” );
    $parents = explode(‘$$$’,$parents);
    if(!empty($parent_item[0])) $newtrail[] = $parent_item[0];

    return $newtrail;
    }

    add_filter(‘avia_breadcrumbs_trail’,’avia_modify_single_portfolio_breadcrumb’);
    }

    Try again? Thanks…

    #243363

    In reply to: Enfold Showcase

    Unfortunately it won’t work. Thanks for the info, though. Perhaps one day it will be added to the theme by default.

    Emil
    Participant

    Hi!

    I’m wondering how to change the title and the text of the reaction form.
    I’m using the Dutch language in Enfold and my reaction form starts with the title:
    “Laat een reactie achter” and then two lines text:
    Wilt u zich mengen in de discussie?
    Voel u niet bezwaard om bij te dragen!”

    At the end of the form it says:
    De volgende HTML tags en attributen zijn toegestaan: […] Followed by some html codes.

    I would like to be able to change the title and the two following lines of text (preferable just for a particular page), and completely omit the section that deals with HTML.

    Thanks in advance for your help!

    #243355
    durkadurka
    Participant

    I just installed a version of Enfold, with a childtheme.. But where do I find the Ubermenu? Cant find it in the backend.. not under plugins.. not in the theme download… It probably has a very simple and logic explination… but I cant seem to figure it out :D

    #243345

    Hi Ismael,

    Thanks for your reply, this solution is not what I am looking for. It involves installing another plug-in. What I would like is using the lightbox script that came with the Enfold theme. Maybe with some kind of shortcode or tag like rel=”lightbox”
    But I understand this is not possible without coding?

    Regards, Ariane

    #243340
    This reply has been marked as private.

    Hi ttem!

    Please try a different minify plugin like this: http://wordpress.org/plugins/bwp-minify/

    Best regards,
    Ismael

    #243313

    I’ve been researching sites that use your theme as well as other “flat design” sites. One feature I really like is the panels that change to show information on mouseover. This site – http://www.plusplusminus.co.za/ has many examples of what I want to do.

    Being new to Enfold, is there any tutorials on how to get this effect? I just need a starting point to be able to figure out how to do this as I think I will be making extensive use of this feature.

    Appreciate your help.

    #243307
    rseybold
    Participant

    Hi there,

    I fumbled around with the blog page section in Enfold–> Theme Options but find it very complicated.

    I would like to set the layout to grid layout but I want an individual header image and I want to get rid of the breadcrumbs and I wonder if there is a way around without editing the archive.php within the theme somewhere…

    I also did not find out how to build an individual blog page. “Theme Options” says “Use advanced Layout editor” and I took a page and implemented all the things I would like to have on that specific page but enfold doesn’t draw that template for blog-page-style…

    I think this area of the theme needs a little bit improvement, doesn’t it?

    Thanks for help,

    Ralf

    #243304

    Hi Devin,

    With the previous versions of wordpress the admin bar appears when de user is logged in allways.
    The parametrization, by defect, is “view admin bar”.

    With new version don’t appears, I don’t know if is a problem (or new funcionality) of wordpress or enfold, but with this code is solved adding in “functions-enfold.php”.

    if (is_user_logged_in())
    {
    add_filter(‘show_admin_bar’, ‘__return_true’);
    }
    else
    {
    add_filter(‘show_admin_bar’, ‘__return_false’);
    }

    Thanks so much!!!

    Xavier.

    #243299

    If I have my parenthesis and apostrophe’s in the other order I get errors on the site.
    Parse error: syntax error, unexpected T_STRING, expecting ‘,’ or ‘;’ in public_html/wp-content/themes/enfold/includes/helper-main-menu.php on line 106

    Copied your code directly and it doesnt through errors now. but still wont resize.

    Glad you got yours working :)

    Where abouts did you place your code btw? are you able to do a /code for me to show placement? incase its something as simple as that.

    • This reply was modified 11 years, 11 months ago by corepart.
    #243277
    simonwr1976
    Participant

    I’m trying to recreate a layer slider for my site http://thecompletemarketingsolution.co.uk/. When I add a new slider it says saved, but no sliders appear in the list.

    #243265

    So I did a further investigation and found out that an old plugin version of”mailchimp” was causing the issue.

    Whenever I deactivated it, the editing language in the cookie would change correctly (depending on the language of the page/post I worked on), but as soon as I activated it, the cookie would keep the setting to english. Although I was editing a german page…

    Updating to “MailChimp for WordPress” (v1.5.7) made it work again.
    Hope this helps anyone experiencing the same issue…

    Combination of:
    Enfold: v2.6.2
    Mailchimp: v1.4.1 (doesn’t work)
    MailChimp for WordPress: v1.5.7 (does work)
    WPML: v3.1.4

    • This reply was modified 11 years, 11 months ago by jan_gehrke.
    #243262

    The error messages that was shown point to row 33 in avia-shortcodes/masonry_entries.php and there is a start_session() feature, in the function extra_assets. Like I said, more testing is required.

    #243251

    Hi gorans!

    1) Any child theme set up as a child of enfold is compatible though when importing in the parent theme settings you may need to tweak things a bit. At the very least go into the styling options and re-save your settings and then the same in your WordPress menus manager.

    2) The functions.php has the settings for the layouts on lines 141-144. You can copy and past theme into your child theme to overwrite the data.

    Regards,
    Devin

Viewing 30 results - 225,211 through 225,240 (of 244,358 total)