Viewing 30 results - 103,921 through 103,950 (of 106,397 total)
  • Author
    Search Results
  • #133835

    In reply to: Testimonial

    Hi arnijon,

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top .avia-testimonial-image img {
    border-radius: 0px !important;
    }

    Regards,

    Devin

    #133469

    In reply to: Image Cropping

    I have a similar request. How could I align the image on the bottom instead of centering?

    #132221

    That solution could work to fix thumbnails, but it does not fix the fact that ALL featured images squish. Making all blog images squares also defeats the entire purpose. I don’t want my featured image to always be a square. I want large, dynamic images to go above my blog posts as featured in the Enfold theme. That’s why I bought it.

    If that is not clear enough, look at what happens when I make a gallery. I used the exact same large images from your website, regenerated thumbnails, and used this shortcode:

    [av_gallery ids='3466,3465,3464,3463' style='big_thumb' preview_size='gallery' thumb_size='portfolio' columns='4' imagelink='lightbox']

    This is what it looks like: https://www.evernote.com/shard/s260/sh/a1fa77d7-220a-42fd-9ba0-5f12d9af90d2/621dad2535c2b9ca24282ecb7f95eac8

    Clearly I have an issue that goes beyond simply cropping all my images to squares.

    #134044

    Here’s the page I want to use; I’ve set up galleries for now:

    The text is there for new, because I can’t get the images to link to their pages.

    #27051
    jmorillo
    Participant

    Hello

    I have a scroll bar showing on the product page on my site on the image when hover on the image. I do not need it and want to remove it. Can you let me know how?

    It can be seen here on hover over the image

    http://paadonline.org/?product=colchon-prestige-2

    It’s the same in chrome and firefox

    Another question about buttons styling. I noticed that you have 2 different styles in enfold:

    – The generated with shortcodes (with gradients)

    – The used in contact forms and in the shop – Flat

    I prefer the flat and I don’t want to mix styles, how can I use that with shortcodes or with the layout builder?

    Thanks,

    Jorge

    Hello Nick,

    Ok thanks !

    #27446
    kirkmc
    Participant

    I’m getting frustrated. The theme works fine for blog posts, but I’m trying to create a page of books I’ve written. I want to either use a gallery or portfolio, with book cover graphics that are clickable, and that open pages on my blog about each book. If I use the gallery, then the images aren’t clickable to another page; if I use the portfolio, images don’t display, only captions. What am I doing wrong?

    #133795

    Hi,

    Please show something like a page with some image somewhere so that we can at least move it around a bit because otherwise its too abstract. I think its possible. A few days ago i did it with a different theme but on Kriesi’s framework.

    Thanks,

    Nick

    #133204

    Hi,

    Why dont you just use the enhanced text widget http://wordpress.org/plugins/enhanced-text-widget/ and add the html code directly into it linking to whatever images you want and adding css right into the widget inline as well?

    Thanks,

    Nick

    #27439

    Topic: One Pager Website Help

    in forum Enfold
    wmsgeorge
    Participant

    Is there any documentation already on building a one pager site? I would like a couple parts to work like this example http://www.google.com/nexus/7/index.html

    Where there is an image area in the background and I can put text on top. For the content areas I am thinking I could use the 1/2 1/2 boxes and that should be no problem. Just stuck on how to add those image sections in between the content sections.

    Another question would be: is there a way to set the menu up when clicked it would go to a specific section on the page?

    And, that arrow on the bottom right of the example site http://www.google.com/nexus/7/index.html when you scroll down the arrow points down and if you click it you will be taken to the next section and then when you get to the bottom it changes to the up arrow. Is that a feature in Enfold?

    #133629

    Hi Jorge,

    That is a complicated answer.

    The color section allows you to add a background image and if you use the stretch to fit option for the image it will always stretch to fit. Sounds perfect, but there is a catch: what screen width is your viewer using? This is where the background position comes into play. You can choose top center or bottom center to get the image edge (top or bottom) to align and the opposite edge will be cut off depending on the viewers screen size.

    That is the closest you’ll get without really digging into custom css and multiple media queries.

    Regards,

    Devin

    #133144

    to be more precise:

    The feature i was after was an image with title,

    alternate text and “More” button appearing only when scrolled over with mouse (or touched on an iPad)

    #133143

    Great! that is awesome.

    The feature i was after was an image, text and button appearing only when scrolled over with mouse (or touched on an iPad)

    What I managed to create so far is and image with text and button on top of it.

    Any help would be greatly appreciated.

    Jonathan

    #133468

    In reply to: Image Cropping

    Any ideas how to center images that don’t fit the gallery in the middle (vertical and horizontal)?

    #133501

    Thanks again will give it a go after lunch :-)

    #133500

    Yes, the code would work but I’d use

    function avia_change_image_size_array()
    {
    global $avia_config;
    $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'=>901 ); // 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'=>330 ); // images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>173 ); // images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>474 ); // 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'=>687 ); // images for fullsize pages and fullsize slider

    if(avia_get_option('responsive_layout') == "responsive responsive_large")
    {
    $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>564 ); // 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'=>807 ); // images for fullsize pages and fullsize slider
    }
    avia_backend_add_thumbnail_size($avia_config);
    }
    add_action( 'init', 'avia_change_image_size_array', 1);

    #27423
    freeHat
    Participant

    The blog layout with the image on the left/excerpt on the right appears only when there is a sidebar. What’s the easiest way to achieve this without a sidebar. I’m using the blog post widget in a 2/3 column on a page without sidebars…

    Thanks!

    #27422
    kirkmc
    Participant

    I’m setting up Enfold on my blog, and it’ll take me a while to get featured images for all the posts. How can I temporarily remove them, from the main page, single page, latest posts widget, You Might Also Like, etc.? Basically, I just want to turn off featured images until I can spend the time adding them.

    Related: is there any way to apply the same featured image to all the posts in a category? If so, then I could do a mass apply, and wouldn’t have to turn them off.

    #133499

    So is this correct?

    function avia_change_image_size_array()

    {

    global $avia_config;

    $avia_config = array(‘width’=>36, ‘height’=>36); // small preview pics eg sidebar news

    $avia_config = array(‘width’=>180, ‘height’=>180); // small image for blogs

    $avia_config = array(‘width’=>1500, ‘height’=>901 ); // images for fullsize pages and fullsize slider

    $avia_config = array(‘width’=>1500, ‘height’=>1500 , ‘crop’ => false); // images for fullscrren slider

    $avia_config = array(‘width’=>495, ‘height’=>330 ); // images for portfolio entries (2,3 column)

    $avia_config = array(‘width’=>260, ‘height’=>173 ); // images for portfolio 4 columns

    $avia_config = array(‘width’=>710, ‘height’=>474 ); // images for portfolio entries (2,3 column)

    $avia_config = array(‘width’=>710, ‘height’=>270); // big images for blog and page entries

    $avia_config= array(‘width’=>1030, ‘height’=>687 ); // images for fullsize pages and fullsize slider

    avia_backend_add_thumbnail_size($avia_config);

    if(avia_get_option(‘responsive_layout’) == “responsive responsive_large”)

    {

    $avia_config = array(‘width’=>845, ‘height’=>564 ); // images for portfolio entries (2,3 column)

    $avia_config = array(‘width’=>845, ‘height’=>321); // big images for blog and page entries

    $avia_config= array(‘width’=>1210, ‘height’=>807 ); // images for fullsize pages and fullsize slider

    avia_backend_add_thumbnail_size($avia_config);

    }

    }

    add_action( ‘init’, ‘avia_change_image_size_array’, 1);

    #27421

    Topic: IE10 problems

    in forum Enfold
    DevChilaxx
    Participant

    Hello all,

    My site is working perfect in chrome and firefox, but it isn’t on IE10.

    I first thought this was because I installed wordpress 3.6, but now I reverted it back to 3.5.2 and it still looks like ***** :p

    Any ideas on why this is?

    http://www.devine-it.com

    Things that are wrong for example:

    – Grid boxes don’t appear next to eachother but under eachother

    – Icon boxes are square instead of round

    – Advanced layer slider doesn’t show up

    – Image gallery doesn’t work

    – Progress bar doesn’t do much eather

    Any help would be MUCH appreciated!

    Kind regards

    #133124

    In reply to: Secure loading issue

    You just need to replace the http:// protocol with https:// – make sure that all urls on the option page (Enfold > Styling – background images) use https:// as protocol and i.e. replace

    http://www.lephenix.co.uk/wp-content/themes/enfold/images/background-images/ios-linen-light.png

    with

    https://www.lephenix.co.uk/wp-content/themes/enfold/images/background-images/ios-linen-light.png

    #133449

    Hi!

    Glad you found the culprit.

    Regards,

    Peter

    No, the featured image does not support a video link. However you can use the embed shortcode: http://codex.wordpress.org/Embeds or the video shortcode (since wp3.6): http://codex.wordpress.org/Video_Shortcode to embed the video into your blog post. Did you try the “video” post format? Eg Kriesi used it for the last entry here: http://kriesi.at/themes/enfold/blog/blog-multi-author/ and the video will be shown like a featured image.

    #131552

    Can you post a link to the page where the glitch is visible please?I can’t reproduce the bug on my end and I’d like to investigate the css code first. We didn’t include this fix yet.

    #133890

    Hi,

    Sorry for the delay, it is my fault.

    The background image can only be used when the theme is in boxed layout. There is no background image in stretched layout. So in a boxed layout a full width slider will not be able to be full width but only as big as the boxed layout. When there is no background image (stretched layout) the layerslider can also stretch fully.

    You can include a background image via css yourself.

    Try adding the css code below to Quick CSS located in Enfold > (Theme Options) > Layout Styling … the text area on the bottom of the page… or you can add the code below to /css/custom.css at the end of the file:

    .bg_container {
    background-image: url(https://enfold2.dev/wp-content/themes/enfold/images/background-images/floral-dark.png);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    }

    You can use your own image ofcourse.

    And in the backend, set to no background image.

    Thanks,

    Nick

    #133885

    Hey,

    Glad you fixed it. :)

    Cheers,

    Ismael

    #130637

    Hi,

    Nice design, good job, I like.

    half of your website is http and the other half is https. You need to keep it consistent , all http or all https or website will be slow.

    —-

    How did you make that gallery on the bottom? Something is wrong about it. Some images open in lightbox , others dont, and others throw error that there is no image. Have you inserted html to create the gallery? Or have you used the gallery shortcode? How come no tooltips?

    Thanks,

    Nick

    #133884

    figured this one out by finding a previous support post with the same issue:

    https://kriesi.at/support/topic/scrolling-to-bottom-before-gallery-loads

    thanks!!!!!

    #133863

    In reply to: TEXT IN THE HEADER

    Hi,

    What type of header do you have? You can edit header.php, find this code:

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png');

    Then add something like this below:

    echo '<div class"right-header-text">YOUR TEXT HERE</div>';

    Regards,

    Ismael

Viewing 30 results - 103,921 through 103,950 (of 106,397 total)