Viewing 30 results - 104,941 through 104,970 (of 106,381 total)
  • Author
    Search Results
  • Hi,

    1.) Go to Enfold > Theme Options > Frontpage Settings, select your homepage. Clicking the logo will direct you the selected frontpage.

    2.) Import the dummy data then edit the sliders on LayerSliderWP, it will give you a lot of ideas how the slider works. Largest image included on the dummy layer slider is 600x451px. Please give us a link to your website.

    Regards,

    Ismael

    #125929

    Glad we could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

    #125319

    Hi,

    Ok I got you. Here is the css code, please add it to /css/custom.css OR to quick css located in Enfold > Layout Styling.

    .flex_column {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #6640FF;
    background: rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    }

    It has a shadow. If you dont want the shadow, you can take out the 3 lines in the middle of what i gave you above that contain the word ‘shadow’ in them. The curve will not be seen in older browsers (ie8 i think and below and 25% of visitors have that browser). To make curves visible to ie8, you need to use 4 transparent images of curves,

    Here is another way to do this that creates a cool looking panel with a 3d effect and curved corners. take the previous one out and add this

    http://www.clipular.com/c?8148149=gdtT_1yP35oTh4-qyi2Hxq7S33M&f=.png

    .flex_column {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: rgba(0,0,0,0.0);
    box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;
    border: 2px solid #6640FF;
    /*border-radius: 1% 1% 1% 1% / 1% 1% 1% 1%;*/
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    }
    .flex_column:before {
    position: absolute;
    width: 80%;
    height: 40%;
    left: 10%;
    border-radius: 50%;
    z-index: -1;
    top: 0%;
    content: "";
    box-shadow: 0 -7px 16px rgba(0,0,0,0.4);
    }
    .flex_column:after {
    position: absolute;
    width: 80%;
    height: 40%;
    left: 10%;
    border-radius: 50%;
    z-index: -1;
    bottom: 0%;
    content: "";
    box-shadow: 0 7px 16px rgba(0,0,0,0.4);
    }

    Thanks,

    Nick

    #125974

    Hey,

    Glad it is fixed now. :)

    Regards,

    Ismael

    #25282
    ace2296
    Participant

    The image gallery I have set up is taking a lot of time loading all of the thumbnails. Is there a way to disable this (fade) animation?

    #125489

    Hi,

    Sorry about that. That slider in your image, how are you adding it, as an advanced layout element? if so, what you are asking for is a feature that already is on Kriesi’s feature request list that he is going through which likely requires a new layout element. Your site will look inconsistent otherwise since part of your site will have the current location of title and breadcrumbs (since not every archive , post has an option to add the slider. Please hold , I will ask what the situation is.

    Thanks,

    Nick

    #125928

    thanks Devin,

    Ended up going with http://www.pjgalbraith.com/2011/12/default-thumbnail-plus/ which pulled them all in nicely without having to update each post

    cheers

    #25311
    alouettephoto
    Participant

    I downloaded the installable wordpress theme with the new update (1.7, i am using 1.2) and then go to themes > upload > select the .zip file. It doesnt upload. It always say “Are you sure you want to do this?. Please try again.”

    Another problems: It says the Jquery Library is old (version 1.6.4) but it used to work. I downloaded the Jquery Updater as recommended and it’s still the same. It says “LayerSlider: old jQuery issue”. Not only the image slider dont show up, the post sliders dont show up either.

    Last problem: The Enfold Combo Widget started to look funny. The popular tab is on top and the recent and tag tabs are bellow the widget.

    My new proyect has been on hold because of this :( Please help.

    #25255
    #125650

    Here is the solution to remove the overlay and icon from just justified image grid images

    .justified-image-grid .image-overlay-inside, .justified-image-grid .image-overlay.overlay-type-extern {

    display: none !important;

    }

    #126327

    In reply to: Crashes on iPhone

    Hey Todd,

    My guess would be that too much information is trying to load in and the page times out. iOS probably has a max delay set to prevent poor UX.

    Changing your portfolio to display less images on that page should prevent it from happening.

    Regards,

    Devin

    #122493

    In reply to: IE8 image distortions

    Hi, content of blog thumbnails looks perfect now. I add also: .big-preview img {width: 100%;height: 100%;} cause in some places pictures was out of proportions, and this: #top .news-thumb img {width: 100%;height: 100%;} improve appearance of small thumbs in sidebar. Thanks for help and good suggestions. Maybe it’s not bad idea to gather css quick solutions for IE, and conditional style to header.php. Best regards.

    #126319

    Hi walkingagh,

    I’m not getting any visual issue when I view your site:

    2wmfimv.png

    I would actually suggest using images in the layer slider as they respond better to animation and overall responsiveness with the media queries.

    Regards,

    Devin

    #25301
    mnusspaumer
    Participant

    Hello I am just wondering how to fix my problem with my Portfolio Thumbnails. They look very poor quality and kind of yellow color… but when you click the images, they look perfect.

    Thanks for the help!

    Martin

    #123980

    Thanks for your help. Text on top doesn’t look very clean.. is there anyway to keep the text at the bottom of the image?

    #114685

    For the masonry blog offset layout, can you please consider some flexibility in the image sizes. Would be great to display different size landscape and portrait images. Would also be nice if each post had box-shadow option (like pinterest), kind of like the portfolio items. Current grid layout looks plain and not really like a magazine style. Thanks!

    #25295
    AndyGadge
    Participant

    Hi, can you please assist me with the following tasks. Some background: I installed Enfold theme + WPML plugin (which is supposed to have full support). The site is here: avv.test0.biz , htaccess is admin / admin .

    1. http://avv.test0.biz/?page_id=734 how can I make the “НОВИНИ” block have the same layout as on this page http://kriesi.at/themes/enfold/shortcodes/blog-element/ the “Half Sized Blog Element (Single Author Style)”? My developer says that a sidebar is required for this, to remove the “fullsize” class to make this happen. I think it’s kind of odd. Is there another way to control this without messing up with the code?

    2. http://avv.test0.biz/?page_id=1167 — I created a contact form, translated it in Ukrainian, however it does not send emails sometimes. When it does, the fields I mixed up and not all fields go through. Ukrainian is one of the supported languages as far as I can see. My developer says, that some cyrillic characters don’t pass the filter when the form is processed.

    3. Is there a way to control showing/not showing post feature images for Blog Posts controls?

    Thank you.

    #25292
    calexander
    Participant

    I have two images with a simple fade transition in the slider, and the slider seems to “blink” or “flash” white a fraction of a second before the transition to the next image. I have seen this behavior across Chrome, Firefox and Safari on Mac. Please see here: christopheralexander.info/h3/ Please let me know what to do to get rid of this. Thank you!

    #125920

    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.page-id-1739 .entry-content .avia-gallery-1 .avia-gallery-thumb img {
    border: none;
    }

    To break it down:

    #top.page-id-1739 – The top ID and class of .page-id-1739 to only have the css after effect *this* page.

    .entry-content – Only the entry content for this page

    .avia-gallery-1 – the specific gallery within the entry content in case you had multiple galleries within the entry-content

    .avia-gallery-thumb – Thumbnail section only

    img – The images inside the thumbnail section which has the border

    {border: none;} – border declaration with a property of none or you could use border-wdith: 0px .

    I have no idea about the permalink though.

    Regards,

    Devin

    #125973

    Dear Devin,

    The option of “Feature Image” under screen options was gone. I could revert back to Eunoia and see the feature image option and have the feature image again.

    But I did find the plugin that was interfering in Enfold: SuperSlider-Media-Pop. So it is now deactivated and I can select and edit my Featured image once again.

    Thanks for replying,

    Nick

    #125972

    Hi nickdeclercq,

    There are a couple of things to try.

    First, go to a new portfolio item and then scroll to the top of the screen. Click on Screen Options and make sure Featured Image is checked.

    Next, deactivate all active plugins that you have running on the installation. Then log out and log back in and try adding a new portfolio item with featured image, again make sure featured image is checked.

    Regards,

    Devin

    #122492

    In reply to: IE8 image distortions

    Hi,

    Please add this on your custom.css or Quick CSS

    .big-preview.multi-big a img {
    width: 100%;
    height: 100%;
    }

    .blog-meta .small-preview .attachment-square.wp-post-image {
    width: 100%;
    height: 100%;
    }

    Regards,

    Ismael

    #125927

    Hi shortow,

    I did some googling because I’ve seen some functions and plugins that do this over the past few years but this seems to be a pretty new and well written one:

    http://bradsknutson.com/blog/automatically-set-featured-image-in-wordpress/

    I’m not sure this will work without updating a post however so you may want to dig deeper and look for a plugin that will run through all your current archived items and re-set their featured image.

    Regards,

    Devin

    #125840

    You can use an image hosting service and post a link to it. Something like imgur or TinyPic.

    #126352

    I will try that.. but i don’t think its that…

    When i use layout builder and choose blog there is options there for the size of the image;

    “Select custom preview image size; Choose image size for Preview Image”

    you see when i make that change in the core functions.php i see the option for 1030×450 immediately, but when i enter it in the child functions, that option is not there.

    basically, it doesn’t use the child settings, only the core …

    #25275
    500Webmaster
    Participant

    Hi,

    I have chosen a 3-column portfolio grid display, but I see that it distributes the columns right next to each other and in order to fill the width of the page, it makes it far too large. Is there a way to reduce the image/icon display size and evenly distribute the spaces between them?

    Thanks,

    Lea

    #25274
    darkcanvas
    Participant

    Found a similar topic here and tried to apply this piece of code, but it doesn’t seem to work for me.

    I’m trying to change the size of image size for entry without sidabar…

    what am I doing wrong:

    The following was added to functions.php in the child theme:

    function avia_change_image_size_array() {

    global $avia_config;

    $avia_config = array(‘width’=>1030, ‘height’=>450 );

    }

    add_action( ‘init’, ‘avia_change_image_size_array’);

    #126332

    okay it`s working i found the answer

    Please check the Screen Options on top of Add New Page, that the Avia Layout Builder check box is checked ( see image http://www.clipular.com/c?7803713=XY6hHvNqhmEFb8GGM8qxpRriUME&f=.png )

    #25267

    Topic: Retina Logo in Enfold

    in forum Enfold
Viewing 30 results - 104,941 through 104,970 (of 106,381 total)