Viewing 30 results - 104,341 through 104,370 (of 106,396 total)
  • Author
    Search Results
  • #129692

    I was doing some testing and it seems it is the use of the icon font somehow that is breaking the layout.

    I removed only the icon code in html entity format from the code and the layout does not break anymore.

    I even tried inserting the original code inside a widget on the same page, and layout broke again, even without the columns anymore. On this occasion the footer widget also stopped working and i had to resave the footer widget to get it back on.

    You can take a look now if you want to see, using the access codes i gave you before.

    I will probably resort to changing the font icons on the source code to images. :(

    the culprit lies on this line of code i think:

    <div class="avia_textblock"><div class="avia-font-entypo-fontello icona-colonnehomepage-dmc"></div>

    #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.

    #130798

    Ok. So does it really even matter what size image I upload? It sounds like the theme will rescale it anyway.

    I only ask because I uploaded some large images to the AJAX portfolio (screenshots mostly) and they looked pretty bad when you clicked on the portfolio item and the image expanded.

    Thanks again!

    #130937

    That is very strange. Have you don’t any changes to the theme files? Made alternate header files or anything like that?

    The way the plugin works is that it just hooks into the wp_head which gets output on every page. I can see the other code that is getting output there but for some reason that specific script isn’t.

    You could try including it in your footer.php file as an alternative as well as disabling all other active plugins and then deactivating the plugin and reactivating it.

    #26666
    virtuosodurham
    Participant

    Hello

    I’m trying to design a website where the top image’s background is fixed similar to your example homepage v7.

    However if i use the Full width slider element for the top image (which works perfectly) and then try and use a color section further down the page, my background image in the color section doesn’t show up (it’s there, i just can see it).

    As soon as i remove the full width slider from the page- the image in the color section works again.

    Is there anyway you can advise me on how to fix this issue?

    Thanks

    #130230

    In reply to: Adding images to table

    Hi,

    First, switch the Advance Layout Editor to debug mode.

    Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add the code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You’ll be able to see the actual shortcode below the Advance Layout Editor. Paste the code above on the shortcode field.

    Regards,

    Ismael

    #130571

    Hi,

    I updated the page and the main post slider started showing the images again. I configure the Offset Number to 1, I think the issue is about the post slider pulling posts from the same categories. I’m not sure about this but it seems that the problem is solve.

    Check the page: http://up-shift.net/upshifttest/

    Regards,

    Ismael

    #26662

    Topic: Bullet Point Alignment

    in forum Enfold
    500Webmaster
    Participant

    Hi, when you use the bullet point/numbering formatting options in a text element and the text runs into the next line, is it possible to align it so that the text lines up with where it originally started after the bullet point and not right at the beginning of the line? Such as in the images in this example? http://photoshopcafe.com/cafe/showthread.php?39705-aligning-lines-of-text-when-using-bullets

    Thanks

    #129868

    Hi,

    Can you please recreate the Easy Slider from scratch? I can easily add 3 or more images on the Easy Slider on my end without it stopping or causing issues.

    Please increase the wordpress php memory limit:

    http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Regards,

    Ismael

    #130797

    Hi,

    You can see all image thumbnail size on functions.php

    /*
    * Register additional image thumbnail sizes
    * Those thumbnails are generated on image upload!
    *
    * If the size of an array was changed after an image was uploaded you either need to re-upload the image
    * or use the thumbnail regeneration plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/
    */

    $avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news
    $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs
    $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider
    $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)
    $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider

    //overwrite blog and fullwidth image on extra large layouts
    if(avia_get_option('responsive_layout') == "responsive responsive_large")
    {
    $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column)
    $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize slider
    }

    The one use for the portfolio featured image is this:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);		                 // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider

    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.

    #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

    #130438

    The only solution I can think of is to try a different thumbnail sizes (or maybe even define a new one with: http://wordpress.org/plugins/simple-image-sizes/ ) and to use small & cropped thumbnail images for portraits and landscape images. Then WP would crop the portrait images and the images would have the same dimensions like landscape images.

    thank you!

    #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;
    }

    #26646
    Mkieling
    Participant

    Hello Guys,

    I added an easy slider to my index. There are 3 images that are supposed to be rotating, but they’re not. Only the first two show and then it stops. When it stops, I can’t click next or previous. It’s locks.

    All 3 images are the same exact size: 1200 x 430 px.

    Any ideas what’s causing it?

    Thanks!

    #130229

    In reply to: Adding images to table

    Hi Isamel,

    Thanks for your response.

    Where should I be adding this code? I want to add the images into a single column rather than an entire row.

    Thanks, Siobhan

    #130896

    Hi,

    Please add this css to /css/custom.css

    #top .ls-nav-prev, #top .ls-nav-next {
    display:none !important;
    visibility:none !important;
    }
    .ls-bottom-nav-wrapper {
    display: none;
    }

    Thanks,

    Nick

    `

    #126665

    Hi,

    I first added 50% to the layer container, the slider just disappeared. Than i tried giving 1600px(its the width of the background image of the slider), the slider disappeared again, so now i replaced it back to the default value 0.

    Thanks

    #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).

    #130796

    One more thought.

    Is the image that gets reduced for the portfolio images the one that is attached as the featured image for the portfolio item?

    php.ini file updated. All plugins deactivated. Problem persists.

    On a side note, the information is being called and presented. Its just not visible. I can highlight and copy the text and moving the mouse over the section leads to each URL in the slider. Just can’t see it.

    #26626
    progenki
    Participant

    Hey I have an issue where a new visitor does not see the image buttons appear on the first time they visit the page. It does not happen to the homepage but rather the navigation pages. They need to reload the page in order for the image to appear. Is this a known issue?

    #130795

    Awesome thanks. This helps a ton!

    One other question about the sizes (it might have the same answer).

    What about the sized for the AJAX slides how or gallery. I’m not too worried about the sizes on the actual portfolio page since there is plenty of room. But since the AJAX portfolio opens a window within the page to show a sideshow/gallery images that are too large seem to really distort the AJAX display. I don’t think the theme resizes those images, so is there a best practice for image sizes there?

    Thanks!

    -Chris

    #130936

    Well the site is live you can see it from this address http://bilgin-group.com/

    #130935

    Hi murattemel,

    We would need to see the site live to inspect the code and see whats going on.

    Regards,

    Devin

Viewing 30 results - 104,341 through 104,370 (of 106,396 total)