Viewing 30 results - 225,211 through 225,240 (of 244,205 total)
  • Author
    Search Results
  • #242605
    This reply has been marked as private.
    #242591
    Raiden
    Participant

    Hope life is grand in Kriesi world :)

    I’m trying to complete a new design for a client, the idea came from another site i came across on the awards site. Here is the link http://phobiahz.fr The site is using the salient theme, but I’m sticking with enfold for life!

    Basically my question is in regard to firstly when you open http://phobiahz.fr the first thing you see is the slider/top section of the page. No matter how you change the size of the browser all you will see is this section. I have tried this on enfold but when i change the size of the browser it will start to show the next section of the site. How do i keep this from happening with enfold?

    My next question is in regard to background images. I have set a background, and then added an image with the them builder, the image is responsive but the background image does not change down with the image, it seems that the background image is not responsive? Would i need to use media queries to control the background image?

    #242584

    Hey pbennion!

    Yes, you could deactivate the hover effect. Open up wp-content/themes/enfold/js/avia.js and delete this line:

    
    
    		avia_hover_effect(container);
    

    Cheers!
    Peter

    #242582

    Hey!

    I suggest to wrap your image into a div and then add a custom class to this div. I.e. like:

    
    <div class="my_custom_img"><img src="http://website.com/my_img.jpg" alt="" /></div>
    

    Then open up enfold/js/avia.js and replace:

    
    var logo            = $('#header_main .container .logo img, #header_main .container .logo a'),
    

    with

    
    var logo            = $('#header_main .container .logo img, #header_main .container .logo a, #header_main .container .my_custom_img img'),
    

    Best regards,
    Peter

    #242581

    Hi Viramedia!

    You can try to use the dark lightbox skin. Open up enfold/js/avia.js and replace

    
    elements.prettyPhoto({ social_tools:'',slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh });
    

    with

    
    elements.prettyPhoto({ social_tools:'', theme: 'dark_rounded', slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh });
    

    or

    
    elements.prettyPhoto({ social_tools:'', theme: 'dark_square', slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh });
    

    2) Yes, you can link to the fullsize image by adding this code to your child theme functions.php file:

    
    add_filter('avf_avia_builder_gallery_image_link', 'avia_change_gallery_thumbnail_link', 10, 4);
    function avia_change_gallery_thumbnail_link($link, $attachment, $atts, $meta)
    {
        $link = wp_get_attachment_image_src($attachment->ID, "full");
        return $link;
    }
    
    

    Regards,
    Peter

    #242568
    abedia
    Participant

    Hi

    Maybe this is too much to ask but I ask anyway. I am developing my site using your beautiful Enfold theme. This theme should be compatible with Explorer 8 according to the descriptions.
    When I open the site, which has a boxed layout, with IE8, it is shown like this: http://kitm.se/1.jpg
    Using Firefox, it looks like this: http://kitm.se/2.jpg
    My question is if there is any code that could be entered in Quick CSS so that the header is shown with the white background. Also I notice the the width of the boxed layout is less in IE8 compared to Firefox. How can I widen it and still have the boxed layout which I like more?

    Regards
    Abedi

    #242567

    Hi!

    WordPress doesn’t know which “masonry page” is the parent page of a “single portfolio entry” because the masonry grid is actually just a shortcode which is embedded into the content of a page. Kriesi found a workaround and Enfold stores the id of the parent portfolio/grid page into a session.

    I.e. if the user first views this portfolio grid page (http://frostholm.co.uk/portfolio/bedroom-furniture/ ) the server will save the page id into the session and as soon as the user views the single portfolio entry (i.e. http://frostholm.co.uk/portfolio-item/edwardian-dressing-stand/ ) Enfold uses the session data and the saved page id to build the breadcrumb (You are here:Home / Antiques / Bedroom Furniture / Edwardian Dressing Stand). If the user accesses the portfolio entry from another portfolio page: i.e. from http://frostholm.co.uk/ it does not save the parent page id and the breadcrumb will be wrong. Note that you need to clear the browser cache to remove the session data if you want to test this.

    You’ve two options:

    1) Make sure that the same portfolio items are not part of several masonry grids and remove the masonry grid from the homepage.

    2) Use the code I posted here: https://kriesi.at/support/topic/breadcrumbs-with-portfolio/ – then the breadcrumb will just the portfolio categories of the current entry and by going this way the breadcrumbs will always have the same structure regardless of the masonry gridpage/location. However you can’t show the masonry page link in the breadcrumb because the breadcrumb will just list the categories of the current portfolio entry.

    Best regards,
    Peter

    #242565
    aribann
    Participant

    To properly present text, since i cant put your layout elements inside a layout element?, in something resembling what is considered a readable line length:
    http://baymard.com/blog/line-length-readability

    I can gain generic control with say:
    .avia_textblock {
    clear: both;
    margin-left: 10%;
    width: 80%;

    How to apply that at larger resolutions only, say >990?

    And to limit where this is happening, would this be correct route?:
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    #242560

    In reply to: Portfolio items

    Hi!

    Bitte entschuldige die späte Antwort. Ich weiß nicht, was du mit “richtige ‘Portfolio item’ meinst. Wenn du derzeit die Ajax Vorschau nützt (zB wie hier: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/ dann kannst du diese deaktivieren. (Option “Link-Handhabung”: http://www.clipular.com/c/5932273564123136.png?k=88WjUJHu-2dXjOFaKyTg3_dSQIQ ). Die einzelnen Portfolio Seiten: (zb http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-gallery-3/ ) zeigen schon alle Inhalte deiner Portfolio Einträge und da kann man nichts hinzuzfügen bzw verändern.

    Best regards,
    Peter

    #242559

    In reply to: Smooth scrolling

    Oh, I see the point… then I have to change my question…

    Is it possible to make the scroll smoother? :)

    Just to inform you why I understand my friends, just have a look at this example and compare that to the Enfold example:
    http://demo.qodeinteractive.com/eden/

    I guess you will realize that it is “smoother”…

    Maybe we find a solution!

    Thx…

    Regards, Dan

    #242532

    Hi!

    Kriesi removed the drop-down mobile menu. You can only use the slideout menu for mobile devices. Please go to Enfold > Header then reconfigure the header settings. Simply saving the settings should fix it.

    Cheers!
    Ismael

    #242528

    Hey Frostholm!

    Thank you for using the theme. I hope you’re doing great.

    1.) Either way is fine. You can manually add the url of the page or select it on the pages drop-down if available.

    2.) Did you set it on Enfold > Header > Header Layout > Header Title and Breadcrumbs? You can also override the settings for each page on Layout > Title Bar Settings. If that doesn’t work, add this on Quick CSS or custom.css:

    .page-id-23204 #main > div.stretch_full.container_wrap.alternate_color.light_bg_color.title_container > div > div.breadcrumb {
    display: none;
    }

    3.) You can set a min height for the title container or special heading. Something like this:

    div.flex_column div.av-special-heading {
    min-height: 70px;
    }

    Cheers!
    Ismael

    #242526
    This reply has been marked as private.

    Hey comprompt!

    Please go to Appearance > Menus. Did you set the menu as Enfold Main Menu on Theme Locations option? The website does not exist. Please post the correct url.

    Regards,
    Ismael

    #242504

    Hey!


    @talelie
    : I’m sorry but there is no chinese translation yet. I’m sure there are chinese websites made using enfold but they haven’t shared the po and mo files yet.

    Cheers!
    Ismael

    #242495

    Hey!

    Can you reproduce the issue on a default theme? Please try to edit wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php, find this code:

    if(!is_admin() && !session_id()) session_start();
    

    Replace it with:

    if(!is_admin() && session_id() == "") session_start();
    

    Regards,
    Ismael

    #242488
    sunworx
    Participant

    Hello!

    Why are some menu navigation groups laid out horizontally and some vertically?

    In my case, the few (random) horizontal groups work for me but since updating the Enfold theme yesterday something has gone wrong.
    http://www.puntademita-realestate.com/

    The second nav link that reads “Punta MIta Resort” is not loading properly.

    Any ideas?

    #242474

    Hey!

    There are a lot of element option changes since 2.5.2, your previous version before I suggested that you update the theme. You might want to recreate the color section with the parallax effect and other elements or content. Post the login details here if the issues keep on going after you recreate the elements with the problem. Set it as a private reply.

    Best regards,
    Ismael

    #242472

    Hi!

    Please ask your host if the php option Ziparchive is enabled. Switch to a default theme then switch back to Enfold, try to upload the fonts again.

    Best regards,
    Ismael

    #242461

    Hi!

    Remove all css modifications that you did for the header. Please go to Enfold > Header > Header Size, choose the custom pixel value. Select 51px to resize the header height.

    Cheers!
    Ismael

    Hi!

    I just updated the portfolio grid element on the portfolio page and the items show as expected.

    http://www.kindbo.com/hemsida-o-webb/portfolio/

    Please also change the styling on the Enfold (SV) dashboard. I’m not sure what is wrong with the comments, have you tried updating theme like I suggested on the other thread?

    Best regards,
    Ismael

    Hi cwisniewski!

    You can turn on the debug window to see the raw ALB data: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    The shortcodes do not however support nesting right now so for some elements it will work and others it will not. We have been adding in support as we can but they were not originally coded in a way that allows nesting and in general WordPress doesn’t support nested shortcodes so it makes it a bit tricky.

    Cheers!
    Devin

    #242437

    Hey kayrenimport!

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

    .gform_wrapper .chzn-container-single .chzn-single div { width: 28px; }

    Cheers!
    Yigit

    #242436

    In reply to: Space below menu

    Hi genarojrs!

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

    .html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
    padding-top: 88px;
    }

    Regards,
    Yigit

    #242435

    In reply to: No H1 on Startpage

    I am very thankfully that you dont creat the content on my pages ;)

    That startpage/homepage:
    http://kriesi.at/
    http://kriesi.at/blog
    http://kriesi.at/themes/enfold/blog/
    http://kriesi.at/themes/enfold/
    There should be a H1 tag on the startpage/blogpage. Themes normally uses the title from the settings.

    Enfold main menu is checked.

    Problem is same with all plugins deactivated.

    I made one mistake. I had some old “top level” pages left. The submenu pages I were able to set parents on where related to these pages. If I remove the “top level” pages and only have three links as top menu items, none of the child pages can have a parent. Links it seems are not listed as parents in the page parent menu. I am not enough of a WordPress expert to know if this is “by design” or if it is an issue?

    The only consequence I see at the moment is that I cannot have “breadcrumbs” if I cannot set the parent.

    Cheers, Mats!

    #242425

    Topic: No H1 on Startpage

    in forum Enfold
    gmmediadienste
    Participant

    Hello,
    enfold creates no H1 tag on the startpage. You do not see a problem in that?

    thanks

    #242424

    I am confused by your answer, the theme offers a transparent header – http://kriesi.at/themes/enfold/transparent-header/. But you are saying there will always be a white background?

    Please see my original post, I followed the steps to set a transparent header but its not working. Is this not actually offered in the theme?

    #242419
    steveinz
    Participant

    Hi Support, I am using the builtin custom LayerSlider in the Enfold theme. In the Global Settings it allow you to upload your own logo. It also says it allows ‘YourLogo style’ where ”You can style your logo. You can use any CSS properties, for example you can add left and top properties to place the image inside the LayerSlider container anywhere you want.’
    I dont want the default location of top left. I want to move it to the right. But I whatever CSS I put it, it ignores and the logo disappears. Can you please give me an example of working CSS syntax that will move the logo?

    I tried: { position:absolute; left:500px; }

    #242408

    Hey Vermishelle!

    To add the script you need to open functions.php go to the line 264 ( assuming you haven’t added anything before ), if not look for this line wp_enqueue_script( 'jquery' );

    You need to add the below code
    wp_enqueue_script('vimeo-ga', $template_url . '/js/vimeo.ga.min.js', array('jquery'), 1, true);
    This will ask / look for the file in this location ( so paste the file in there ). ENFOLD_FOLDER/js/vimeo.ga.min.js

    About your other question you can add that to the ending of the url http://vimeo.com/1084537?api=1 , ( if that’s not the case elaborate on that one, or try first and then let us know what happen ).

    Best regards,
    David

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