Viewing 30 results - 241,201 through 241,230 (of 244,016 total)
  • Author
    Search Results
  • #121162

    Thank you Kriesi. These are a great solution. I am having trouble getting better minify to put css in the header.

    I’ve put the following handles in the minify script options for placement in the header:

    avia-style

    avia-grid

    avia-base

    avia-layout

    avia-scs

    avia-custom

    avia-media

    I’ve check the database and all the handles are loading into the table correctly.

    I am wonder if this has anything to do with the fact that I am using a child theme. Have you ever ran into this problem?

    Side note:

    I added the main css files to my child folder and called them in the theme function.

    Thank you for your help!

    Bethany

    #130943

    Thanks for letting us know and glad you were able to figure it out :)

    #130555

    In reply to: Portfolio issues

    Hi Jenn,

    There is no option available for 8 image grid for the portfolio grid so you would need to have a freelance developer add that option in to the theme for you.

    For the portfolio items, each one *must* have a featured image added to the portfolio item for it to show an image in the regular portfolio grid. Just make sure that on the page you have the “portfolio grid” element that its option is set to Open the entry on a new page so that the portfolio works like in this demo: http://kriesi.at/themes/enfold/portfolio/

    For the display of the portfolio you will also need to select No Title and No excerpt from the Excerpt dropdown when editing the portfolio grid options.

    Regards,

    Devin

    batsirai
    Participant

    I’m getting this error message Fatal error: Call to undefined function layerslider_init() …. /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider.php on line 121

    http://theembassychurch.net/

    Please help….

    #131101

    RE 1: Currently “main menu” is assigned to “enfold main menu” as expressed under the “theme locations box” so I don’t see what to do differently here:

    RE 2: I can’t find “advanced layout”. When I go to Pages >> I don’t see any “front page”. I do see “Home Page” but I don’t see “advance layout”. I also looked all around the theme and various menues for anything I could find relating to “front page” or “advance layout” and found nothing. I did find the “LayerSliderWP” menu and realized the first one starts with ID=3. I deleted everything there and hit the “import sample sliders” button and noticed that the idea continued on starting with “4”. Nothing changed on the site..

    FIND: If I click a link from the current homepage, the site snaps in and works.

    I bet you can figure this out. Thanks!

    Thanks alot.. I have done it.. and fixed.. I don’t see any warning message at all..

    But I would like to share a thing abour solution.. Before you , I ve tried to find the sample_transitions.js file..in its place ..I couldn’t find it on my server.. And before upload to the server at the sametime I’ve tried find it in the themeforest.net (Enfold files)..I couldn’t it either…

    Than I searched on the internet I found sample_transitions.js file and I copied and upload the server on its place.. Warning has gone..

    What I have done is that true ?….Is that the second way to do it.?

    ( Actually When I get your message I ‘ve completed your method..)

    var layerSliderCustomTransitions = {

    “t2d” : [

    {

    “name” : “Sliding from right”,

    “rows” : 1,

    “cols” : 1,

    “tile” : {

    “delay” : 0,

    “sequence” : “forward”

    },

    “transition” : {

    “type” : “slide”,

    “easing” : “easeInOutQuart”,

    “duration” : 1500,

    “direction” : “left”

    }

    },

    {

    “name” : “Smooth fading from right”,

    “rows” : 1,

    “cols” : 35,

    “tile” : {

    “delay” : 25,

    “sequence” : “reverse”

    },

    “transition” : {

    “type” : “fade”,

    “easing” : “linear”,

    “duration” : 750,

    “direction” : “left”

    }

    },

    {

    “name” : “Sliding random tiles to random directions”,

    “rows” : [2,4],

    “cols” : [4,7],

    “tile” : {

    “delay” : 50,

    “sequence” : “random”

    },

    “transition” : {

    “type” : “slide”,

    “easing” : “easeOutQuart”,

    “duration” : 500,

    “direction” : “random”

    }

    },

    {

    “name” : “Fading tiles col-forward”,

    “rows” : [2,4],

    “cols” : [4,7],

    “tile” : {

    “delay” : 30,

    “sequence” : “col-forward”

    },

    “transition” : {

    “type” : “fade”,

    “easing” : “easeOutQuart”,

    “duration” : 1000,

    “direction” : “left”

    }

    },

    {

    “name” : “Fading and sliding columns to bottom (forward)”,

    “rows” : 1,

    “cols” : [12,16],

    “tile” : {

    “delay” : 75,

    “sequence” : “forward”

    },

    “transition” : {

    “type” : “mixed”,

    “easing” : “easeInOutQuart”,

    “duration” : 600,

    “direction” : “bottom”

    }

    }

    ],

    “t3d” : [

    {

    “name” : “Turning cuboid to right (90°)”,

    “rows” : 1,

    “cols” : 1,

    “tile” : {

    “delay” : 75,

    “sequence” : “forward”

    },

    “animation” : {

    “transition” : {

    “rotateY” : 90

    },

    “easing” : “easeInOutQuart”,

    “duration” : 1500,

    “direction” : “horizontal”

    }

    },

    {

    “name” : “Vertical spinning rows random (540°)”,

    “rows” : [3,7],

    “cols” : 1,

    “tile” : {

    “delay” : 150,

    “sequence” : “random”

    },

    “animation” : {

    “transition” : {

    “rotateX” : -540

    },

    “easing” : “easeInOutBack”,

    “duration” : 2000,

    “direction” : “vertical”

    }

    },

    {

    “name” : “Scaling and spinning columns to left (180°)”,

    “rows” : 1,

    “cols” : [7,11],

    “tile” : {

    “delay” : 75,

    “sequence” : “reverse”

    },

    “before” : {

    “enabledd” : true,

    “transition” : {

    “scale3d” : “.85”

    },

    “duration” : 600,

    “easing” : “easeOutBack”

    },

    “animation” : {

    “transition” : {

    “rotateY” : -180

    },

    “easing” : “easeInOutBack”,

    “duration” : 1000,

    “direction” : “horizontal”

    },

    “after” : {

    “enabled” : true,

    “transition” : {

    “delay” : 200

    },

    “easing” : “easeOutBack”,

    “duration” : 600

    }

    },

    {

    “name” : “Scaling and horizontal spinning cuboids random (180°, large depth)”,

    “rows” : [2,4],

    “cols” : [4,7],

    “tile” : {

    “delay” : 75,

    “sequence” : “random”,

    “depth” : “large”

    },

    “before” : {

    “enabled” : true,

    “transition” : {

    “scale3d” : “.65”

    },

    “duration” : 700,

    “easing” : “easeInOutQuint”

    },

    “animation” : {

    “transition” : {

    “rotateY” : 180

    },

    “easing” : “easeInOutBack”,

    “duration” : 700,

    “direction” : “horizontal”

    },

    “after” : {

    “enabled” : true,

    “duration” : 700,

    “easing” : “easeInOutBack”

    }

    },

    {

    “name” : “Scaling and spinning rows to right (180°)”,

    “rows” : [5,9],

    “cols” : 1,

    “tile” : {

    “delay” : 75,

    “sequence” : “forward”

    },

    “before” : {

    “enabled” : true,

    “transition” : {

    “scale3d” : “.85”

    },

    “duration” : 600,

    “easing” : “easeOutBack”

    },

    “animation” : {

    “transition” : {

    “rotateY” : 180

    },

    “easing” : “easeInOutBack”,

    “duration” : 1000,

    “direction” : “horizontal”

    },

    “after” : {

    “enabled” : true,

    “transition” : {

    “delay” : 200

    },

    “easing” : “easeOutBack”,

    “duration” : 600

    }

    }

    ]

    };

    #130942

    You know what… I am stupid… Looking at the html is has “deg” in it… so I figured out that for the rotation the box is in degrees not times around… I had 2 which was only 2 degrees… Put a 720 in it and it spins like a top… sorry…

    rformz.com

    #130799

    You can use a different image entirely by uploading it to the options for the ajax portfolio display.

    For example, this first item when viewed in the ajax view is the phone image but on the single page is different.

    The image size should be at least 684 pixels wide.

    kaysperre
    Participant

    Blog post titles are centered inside content boxes when you use the No Sidebar option. Check out the corresponding page and disable the right sidebar to see what I mean: http://kriesi.at/themes/enfold/shortcodes/blog-element/page/2/

    #130941

    Hi FLSouthPaw,

    Can we take a look at your site with an example? I’ve tagged the topic for Kriesi as well as I know there has been quite a bit of chatter and changes with the sliders in the past day so if its related to the issues being looked it a fix could be pushed out quickly.

    Regards,

    Devin

    #131211

    Found the answer :

    1. Enable debug mode in Enfold
    2. Wrap desired content with div/class

    https://kriesi.at/support/topic/icon-box-without-icons

    #131207

    Hey! Can you drop us a link to your site? Also are you using the latest version of the theme? We had a fix for this issue in an earlier version of enfold, so if you are running one of those eralier versions it might be sufficient to just update your theme :)

    #126514

    I’ve noticed that this only happens with the child theme. When I activate the normal Enfold theme everything is ok.

    The only mods in the child theme are:

    Quick CSS:

    #top .avia-icon-list .iconlist_title {

    color: #d98927

    }

    #top .avia-icon-list .iconlist_title a{

    text-decoration: underline;

    }

    #top .avia-icon-list .iconlist_title a:hover{

    text-decoration: none;

    color: #88bbc8

    }

    Style.css:

    #top .avia-slideshow-button{ text-transform: uppercase; color:#fff; border-radius: 20px; padding:7px 16px ; margin-top:20px; display: inline-block; text-decoration: none; font-weight: bold; background-color: rgba(0,0,0,0.2);

    border-style: solid;

    border-width: 3px;

    }

    No other modifications.

    Cheers,

    Gonzo

    #130512

    Here you see the issue on a completely fresh installation of both Enfold and Ubermenu: http://kaysperre.com/ubermenu-enfold/

    #131110

    In reply to: Easy 2 questions

    Hi,

    I’m afraid you have to redo the site from scratch since Enfold is a far different theme than Propulsion. So much has change on the templates and the actual framework.

    You can find tutorial videos about Enfold here: https://vimeo.com/channels/aviathemes

    Regards,

    Ismael

    #129822

    I have 1.7.1 and the problem persists. The author image is a grey circle, the image is only visible in the author page, not in the post.

    #131078

    In reply to: Co-Authors Plus PLEASE

    Hi!

    You probably need to replace the code in wp-contentthemesenfoldincludesloop-index.php with the co-author plus function. Replace

    the_author_posts_link();

    with

    coauthors_posts_links();

    Best regards,

    Peter

    #26652
    Lene Larsen
    Participant

    I watched the video: https://docs.google.com/file/d/0B8hqGBMSfHtKSC0yUUZ2cUN1SXM/edit and I did the same. However when I make a page and put inn a portfolio grid, I can only choose to display Norwegian categories which I find rather strange, even when I am on the spanish or english translation of the page. In other words the right respective category for the english and spansh languages is not showing.

    #131046

    Try following – open up wp-contentthemesenfoldjsshortcodes.js and replace

    gallery.on('mouseenter','.avia-gallery-thumb a', function()
    {
    var _self = this;

    big_prev.attr('data-onclick', _self.getAttribute("data-onclick"));
    big_prev.height(big_prev.height());
    big_prev.attr('href', _self.href)

    var newImg = _self.getAttribute("data-prev-img"),
    oldImg = big_prev.find('img').attr('src');

    if(newImg != oldImg)
    {
    var next_img = new Image();
    next_img.src = newImg;

    big_prev.stop().animate({opacity:0}, function()
    {
    big_prev.html(next_img);
    big_prev.animate({opacity:1});
    });
    }
    });

    with

    gallery.on('click','.avia-gallery-thumb a', function()
    {
    var _self = this;

    big_prev.attr('data-onclick', _self.getAttribute("data-onclick"));
    big_prev.height(big_prev.height());
    big_prev.attr('href', _self.href)

    var newImg = _self.getAttribute("data-prev-img"),
    oldImg = big_prev.find('img').attr('src');

    if(newImg != oldImg)
    {
    var next_img = new Image();
    next_img.src = newImg;

    big_prev.stop().animate({opacity:0}, function()
    {
    big_prev.html(next_img);
    big_prev.animate({opacity:1});
    });
    }
    return false;

    });

    #130880

    1) You can try to center the logo with

    .logo.bg-logo{
    left: 50%;
    margin-left: -100px;
    }

    and instead of -100px insert a custom negative value. You need to calculate it by dividing the image width by 2.

    3) We use the standard wordpress oembed api: http://codex.wordpress.org/Embeds and afaik it does not support any additional parameters for the url. You can try to insert the iframe directly though.

    4) Yes by default Enfold will always “stretch” the columns to fill out the entire width. The thumbnail size will only change the image inside the column and the thumbnail may look distorted if it’s too small. You can try following code css code:

    #top div .avia-gallery img {
    width: auto;
    }

    it will overwrite the default width:100% code and the thumbnail shouldn’t re-size if the column width is bigger than the thumbnail width.

    #26520
    jamfreefall
    Participant

    Hi,

    Thanks for the theme firstly.

    I am having a problem with my Portfolio grid not showing correctly. When the page loads you can briefly see the outline of where each box should be and then once the page is fully loaded it looks like they are all on top of each other meaning you can only see one at a time.

    The page I am talking about is http://www.dogtech.com.au/dogtech-trainers

    Things I have already tried –

    – I upgraded with the latest version of Enfold last week. It seemed to fix the problem until I added more portfolio items

    – deactivated all my plugins

    – tried all the settings for display size, both manual and automatic

    Thanks

    1) No, this is not possible. Just one slug is supported

    2) Insert following code into the quick css field

    .avia-slideshow .image-overlay {
    display: none !important;
    }

    3) Enfold displays a headline on all tag archive pages. By default it’s “Tag Archive for: XX”. If it doesn’t work on your website please post a link to the tag archive page. The taxonomy pages (portfolio categories) also display a headline – see: http://kriesi.at/themes/enfold/portfolio_entries/css/ (Category “CSS”)

    4) Please insert following code into the quick css field

    #top .avia-slideshow-arrows a {
    text-indent: -600%;
    }

    #130242

    Hey!

    If you’re using the streched layout try the “header background image option”. Go to Enfold > Styling > Header and search for “Custom Background Image”. There you can upload your custom image.

    Best regards,

    Peter

    #129396

    Hey!

    Can you post a link to the website please – I’ll investigate the css code. You can also try to add the code to a child theme stylesheet or to enfold/css/custom.css.

    Best regards,

    Peter

    #130971

    In reply to: Portfolio 6 columns

    In wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesportfolio.php search for

    switch($columns)
    {
    case "1": $grid = 'av_fullwidth'; if($preview_mode == 'auto') $image_size = 'large'; break;
    case "2": $grid = 'av_one_half'; break;
    case "3": $grid = 'av_one_third'; break;
    case "4": $grid = 'av_one_fourth'; if($preview_mode == 'auto') $image_size = 'portfolio_small'; break;
    case "5": $grid = 'av_one_fifth'; if($preview_mode == 'auto') $image_size = 'portfolio_small'; break;
    }

    and define a new case for “6” columns:

    switch($columns)
    {
    case "1": $grid = 'av_fullwidth'; if($preview_mode == 'auto') $image_size = 'large'; break;
    case "2": $grid = 'av_one_half'; break;
    case "3": $grid = 'av_one_third'; break;
    case "4": $grid = 'av_one_fourth'; if($preview_mode == 'auto') $image_size = 'portfolio_small'; break;
    case "5": $grid = 'av_one_fifth'; if($preview_mode == 'auto') $image_size = 'portfolio_small'; break;
    case "6": $grid = 'av_one_sixth'; if($preview_mode == 'auto') $image_size = 'portfolio_small'; break;
    }

    #116492

    In reply to: Enfold Showcase

    Hey!

    Great design – I like the flourish vector ornaments.

    Best regards,

    Peter

    Hi,

    Have you tried using the Enfold > Styling > Use stretched or boxed layout? > Boxed Layout? I think it will solve all your problem. The layer slider width is too big, I don’t understand why you need 5000px on the slider.

    Regards,

    Ismael

    #130837

    Hi,

    Please go to Enfold > General Settings, and the first dropdown allows you to select one of two sizes as well as the non-responsive option.

    Thanks,

    Nick

    #131095

    In reply to: Enfold LayerSlider

    This is still a problem but I fixed it with a work around. I removed the links from the images and text and created a new layer with a blank div (using a span) to create a link in the correct location. I think the problem is that when you put a link on an image or a text field, the link is on the outside of the item and therefore has precedence (which ends up as default because the transition you set in the field is attached to the field not the outer link).

    #26640
    darkcanvas
    Participant

    I am moving to Enfold from another theme and have a little issue with the header settings:

    “Header Settings Display the Header with Page Title and Breadcrumb Navigation?”

    I do NOT want to show the page title and breadcrumbs, is there an easy way to change the default settings to NOT show it?

    I know I can change the settings for each page/post, but I don’t want to do so much manual labour.

    I can probably find the settings in mysql database and change it there, but i really dont want to mess with the database content if there is an easy way to do it within the theme.

Viewing 30 results - 241,201 through 241,230 (of 244,016 total)