Viewing 30 results - 104,581 through 104,610 (of 106,384 total)
  • Author
    Search Results
  • #129315

    Hi,

    You can find the thumbnail sizes on functions.php, find this codes

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $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
    $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)

    You can adjust the max-height of portfolio thumbnails with css.

    .attachment-portfolio.wp-post-image {
    max-height: 150px;
    }

    Regards,

    Ismael

    #129017

    Hi,

    On Enfold > Blog Style > Please choose onother option except for “Grid Layout”. Create a page, insert the Blog Post element then choose Grid Layout. Set this page as your default Blog Page.

    Regards,

    Ismael

    #129439

    Hi,

    You can use the Color Section, use a large image. The options should be like this:

    Background Image Position: Top Left

    Background Repeat: Stretch to Fit

    Background Attachment: Fixed

    Section Padding: Large Padding

    Regards,

    Ismael

    #129427

    Hi,

    You can Inspect Element with Google Chrome, look for the unique body class id of the page.

    On the image above, the body class id is .page-id-2251, yours will be different. Use it to change the background image of the logo. Add this on your custom.css or Quick CSS

    .page-id-2251 .logo.bg-logo img {
    position: absolute;
    left: -9999px;
    }

    .page-id-2251 .logo.bg-logo {
    background: url(../images/layout/logo.png) no-repeat center;
    display: block;
    height: 116px;
    width: 210px;
    }

    Regards,

    Ismael

    #129016

    Featured images are available in all positions, but Grig Layout mode, they do not appear inside.

    http://s2.ipicture.ru/uploads/20130713/Ebr60NUn.jpg

    http://s1.ipicture.ru/uploads/20130713/0FZmtiAl.jpg

    #129361

    Hi,

    Yes, it is possible. An image inside the anchor tag will always open with lightbox.

    [av_tab_container position='top_tab' boxed='border_tabs' initial='1']
    [av_tab title='Tab 1' icon_select='no' icon='1']
    <a href="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/24.jpg"><img class="alignright size-full wp-image-316" alt="2" src="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/24.jpg" width="1000" height="650" /></a>
    [/av_tab]
    [av_tab title='Tab 2' icon_select='no' icon='1']
    Tab Content goes here
    [/av_tab]
    [/av_tab_container]

    Regards,

    Ismael

    #129015

    Hi,

    Edit post, look for Featured Image > Set featured image.

    Regards,

    Ismael

    #26140
    MSM
    Participant

    what feature is being used on the enfold demo site meet the team page towards the bottom labeled The Office. As you scroll it reveals a different part of the image.

    Thanks

    Mike

    #128591

    Hey,

    I agree with Devin, looks like regenerating the thumbnail will solve the issue. If you didn’t change anything with the code and you are uploading images with the same dimension then they should be cropped equally. We would like to inspect the issue but the link you gave us doesn’t have the AJAX turned on.

    Regards,

    Ismael

    #26129
    rickswearingen
    Participant

    I have tried to change the styling on the pages and although I can upload a background and change the layout to boxed in the General tab, I can NOT change any other area’s such as the Footer or the Socket. I wanted my Footer to be black but it remains white.

    I also cannot use any of your preset background images such as grunge-dark or grunge-light etc.

    I have already tried re-uploading the theme and resetting all options but no luck

    Please help.

    #26126
    serverlift
    Participant

    There is a compressor that changes the dimensions of any image I set as a feature image in the blog. These dimensions are only displaying part of the image, instead of the entire image. Moreover, only a small cut of the image is displayed in-post, instead of the full image. I have tried adding custom CSS to correct the problem, though I have been unsuccessful to date. I have also looked through the videos on http://vimeo.com/channels/aviathemes but have not found a solution to the problem. Does anyone know how I can gain control over the images that are displayed as feature in the blogs?

    #26123
    st4s
    Participant

    Is it possible to add a single image inside a tab in a Post that uses the lightbox function. (hover overlay, click to open lager image)

    I tried gallery with one image but it does not work.

    Thank you for your help.

    #26024
    Dobrodukh
    Participant

    Hi. How to display featured images inside the posts? With that, I am using this Grig Layout.

    Apostelman,

    The best way to go about it, is to first install the Simple Image Sizes plugin ( http://wordpress.org/extend/plugins/simple-image-sizes/ ). The plugin will give you complete control over images: setting constraints for specific locations like blog, thumbnails, portfolio, gallery, shop, etc. along with the ability to set whether to crop an image or not in Settings > Media.

    Changing the dimensions of images does NOT automatically change all the images already uploaded but only affects new uploads. To change the sizes of images already uploaded, you will need to use the Regenerator – also a part of the Simple Image Sizes and found on the bottom of Settings > Media. Don’t forget that images scale down, so always upload images bigger (or the same) as the constraints you set in Settings > Media (with the plugin) or you will get blurry (stretched) or incomplete images.

    Use this plugin , believe me it will make your life a lot easier.

    Thanks,

    Nick

    Hi siobhan13,

    Very strange. Haven’t seen that before. You can try Yoasts’ analytic plugin. There are also quite a large number of different analytic plugins both free and premium , so in this area you are not short on alternatives.

    Thanks,

    Nick

    The kind of adjustment you are looking for is quite a bit beyond what we could assist with via support since it will need to re-do the template and change quite a bit of the css including responsive tweaks and cross browser tweaks.

    If you trying to do something like this http://kriesi.at/themes/enfold/blog/blog-single-small/ , that is already part of the options available however.

    #128590

    Did the update, recreated everything from scratch. Still same issue.

    But nevermind, stopped using AJAX now, I’ll just link to a new page.

    #26108
    Apostelman
    Participant

    Hi,

    imo the images should get resized to the custom thumbnail sizes after uploading. i tested with several images and only some of them are displayed with the wrong size. resizing the images with a 3rd party app before upload is NOT an option!?!!! if needed, the script has to scale images up to the maximum needed width and height.

    here is a screenshot of a quick test

    http://s1.directupload.net/images/130712/e7noc7qx.jpg

    http://s14.directupload.net/images/130712/opb6lwc8.jpg

    #26104
    gerry3211
    Participant

    Question:

    How can I add multiple variation images? Currently, from what I can see, you can only add variation image for the main picture of a product. I have multiple angles photographed of product variations, but when you select a color – Only the main image variation changes, the multiple angles/photos/views of product should update also.

    Example:

    -Main Product is Red

    -4 Red Images are shown

    –Select Blue Variation

    –Main Variation Image Can be Set and Updates to Blue when variation is selected

    –3 other images remain Red

    Is there a fix for this? I purchased this plugin for $12 that claimed to do the trick, no deal, it sucks with enfold.

    Anyone?

    #26100
    CasperBlackwell
    Participant

    Hello on the homepage of http://dbg.casperblackwell.siphonlabs.com I can’t figure out why the image “What can I do for you” has green spinning arrows when you hover over it and the image for “So Here you are” does not.

    I would like to the to turn that feature off (the green arrows on hover).

    Cheers,

    Casper

    Hi Nick,

    Thanks for the info.

    I deleted Corona (after backing up) and then disabled all my plugins. I activated them one by one, checking the page as I went (which was the same as the demo after disabling the plugins) and it looks like Google Analytics for WordPress plugin is the culprit. http://yoast.com/wordpress/google-analytics

    I can just add my tacking code into the Enfold Theme Editor instead, but am surprised that this one caused the conflict.

    Many thanks, Siobhan

    #26079
    progenki
    Participant

    Hey I need to make font and image changes in the styling section. It saves the changes but does not update them. I am using the child theme. Any work around?

    #129280

    Hi,

    I think you end up reading one of the thread I answered. Just add this on your custom.css or Quick CSS

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

    Regards,

    Ismael

    #26094

    Topic: Changes to Blog Page

    in forum Enfold
    enester1
    Participant

    Hello,

    I have a few questions with regard to the blog page. I have a enfold and the enfold child theme installed.

    1. How do I center a feature image on a post page?

    2. How do I display only the category of the post, but not the breadcrumbs or “Blog post-“?

    3. How do I remove the picture hover of the feature image?

    4. How do I display Date and Author rather than date and comments in the grid layout?

    Thanks. Appreciate the help.

    #26093
    jakerichard
    Participant

    I added the css you provided to remove the hover effect on linked images. Of the 4 green “buttons” on my homepage (www.bagoftees.com), the css worked for the first 3, but not the 4th image (the ‘gift’ image).

    It must be something with the page it’s linking to, after running some tests. But I can’t figure out how that linked page is any different than the other 3. Also strange that the hover has the double arrow rather than the usual single arrow.

    Really appreciate your time! Thanks!

    nevermind my question. Thanks.

    #126657

    HI,

    Okay, as you can see i just replaced the image with new ones, but of different size.I haven’t touched any code of the slider.As you can test by reducing the size of the default slider by reducing the browser size in pc, at certain point the same issue arises. No i haven’t searched for that.

    Thanks

    #129112

    Hi samforan,

    Yes, you can set that globally with wordpress in the Settings>Discussion.

    For the blog options, you can set them all with the blog element when adding one via the Advanced layout editor.

    Regards,

    Devin

    #128980

    Hi khalidmuharraqi,

    Go into your wordpress Settings> Media Settings and make the Medium size the 400×400 size. Save the changes and now you’ll have the option of adding that image size in addition to all the other sizes into the visual editor of any part of the site you want.

    Regards,

    Devin

Viewing 30 results - 104,581 through 104,610 (of 106,384 total)