Viewing 30 results - 102,571 through 102,600 (of 106,403 total)
  • Author
    Search Results
  • #163018

    Hi,

    Slider images cannot be found. http://i.imgur.com/wVvXVc4.jpg
    Can you please try deleting them and uploading once again?

    Regards,
    Yigit

    #163009

    Devin,

    Thanks for the speedy reply!

    Please see the below screen shot where the icons are not loading properly in IE8.
    Enfold IE8 Icon Problem

    Then compare to the following link in a webkit enabled browser: http://sandbox-3.sethbutler.com/prototype

    You’ll see that the search icon in the upper right hand corner is failing. Also, the icons in the three column layout below the slider are loading incorrectly or failing to load at all. The left two icons (START A TEAM & APPLY FOR A MENTOR) are loading the incorrect icons, and the third column (REGISTER) is failing altogether.

    Any suggestions with a solution to make them go away would be very helpful (for IE8 and below) would be much appreciated.

    Warmest Regards
    Seth

    • This reply was modified 12 years, 6 months ago by sethbutler.
    #163002

    Topic: Two Questions

    in forum Enfold
    robertdpalmer
    Participant

    Great theme! I have a couple of questions.

    1. Is there an easy way to customize the size/padding of the header when it is fixed with social icons? The logo needs to move down and not have as much padding around it. I would also like to get rid of the padding around the menu. Please let me know if there is a good way to do this via css or JS.

    2. For the scrolling images (images with that show a part of the image as you scroll), sometimes it doesn’t show the entire image with a full scroll. Is this dependent on content? Also is there a way to get the area around the image larger or smaller or is it dependent on the size of the image.

    Thanks,

    Mike

    #162990

    The size of the image is the size that is used in the output but it isn’t a static image size. You may want a larger size so that the images are retina ready or because you want a specific custom size. The option is there for flexibility but the theme still needs to adjust it so it stays responsive.

    #162982

    The images that you see in the “ajax” view are not those you add to the content of the individual Portfolio item. Those images are entirely controlled by the second meta box *under* the regular advanced layout editor area.

    So you where you see this area:

    • This reply was modified 12 years, 6 months ago by Devin.
    #162978

    Thanks Yigit,

    It seems a bug.i tested another page with gallery and partners logo options and they work fine, except portfolio grid. http://www.onthe8.com/test/

    Update:
    Blurry Fonts and Hover arrow are blur only on Retina MacBook Pro (As well as Portfolio Grid)
    Portfolio Grid is blur on all devices (iPad,iPhone , MacBook )
    Fonts are ok on iPad iPhone.

    Rest of the website is working great in all devices.
    Hope it helps to resolve the issue.

    Thanks
    Has

    #162970

    Hi Jas,

    I tagged Kriesi in this post. As far as i know, he is the only one with retina display device among us.

    Regards,
    Yigit

    #162968

    Glad we could help. Let us know if you have any other questions or issues.

    #162967

    Got it. I already did. Thank you!

    #162964

    Kriesi verwenden folgenden HTML Code

    
    <div class="img_container_404"><h2><strong>Error 404</strong> <br>Page not found  - probably lost in space?</h2><img src="http://kriesi.at/wp-content/themes/kriesi/images/404.jpg" alt="404 - Page not Found" title="404 - Page not Found"></div>
    

    Denn sollte man eigentlich in error404.php vor

    
    <div class='hr_invisible'></div>
    

    einfügen können. Dass es genau gleich aussieht kann ich aber nicht versprechen, da ich Kriesi’s child Theme Code nicht kenne.

    #162962

    I’m getting that showing the image at full size on mobile is the desired effect. I assumed that the theme would try to maintain the aspect ratio meant for that section, like if the viewable portion of a 500lx400w image on the desktop version of the site was 200lx400w that it was still show that amount of the photo on the mobile, even if it didn’t have the parallax effect so it still looked like a dividing section and not just slapping a full size image on the page. Does that make sense? When I showed the mobile version to people, that was the first question everybody asked me. Why did you put that photo in right there? Then I had to explain that on the desktop, the whole image doesn’t show as it has a parallax effect that is viewable as you scroll.

    I know you don’t want a crap load of js files, but this code for adding parallax to mobile is only 5k:
    http://torontographic.wordpress.com/2012/08/11/so-you-want-parallax-scrolling-in-ios-ipad-and-ipod/

    Just a thought.

    • This reply was modified 12 years, 6 months ago by Alex.
    #162956

    Hi,

    That solution removed the lightbox, but there is still a image link (opens up in full window). I want to remove the link completely (or go to next image when clicked).

    My site is:

    http://agwp.agarkitekter.se/projekt/
    Username: test
    Password: test

    Regards,
    Tomas

    #162954

    And how I get the ID for each role?

    #162943

    Hi Tomas,

    Please see this topic https://kriesi.at/support/topic/disable-lightbox-3/

    Regards,
    Yigit

    #162939

    Hi,

    Please add following code to Quick CSS in Enfold theme options under Styling

    #top .fullsize .template-blog .big-preview img { width: auto!important; margin: 0 auto!important; }

    Regards,
    Yigit

    #162936

    Kriesi uses following code for the badge:

    
    #bbpress-forums .bbp-body .moderator.user-id-451 div.bbp-topic-content, #bbpress-forums .bbp-body .moderator.user-id-451 div.bbp-reply-content {
    background: #f8f8f8 url(images/team-badge-head.png) top right no-repeat;
    }
    

    You need to change the image url and depending on your requirements the user class ( .user-id-451 ). However if you want to use different badges for different users you should use this class and change the user id (i.e. 451 in the code sample above).

    #162933

    Hi,

    In “Single Author, Small Preview Pic” option, preview image is displayed on the page and if there is no preview image, then icon is displayed. You can add following code to Quick CSS in Enfold theme options

    div.big-preview.single-big { float: left; width: 300px; }

    Preview image will be smaller and it will be on the left. You should choose Single Author, Big Preview Pic

    Regards,
    Yigit

    #162919

    Thanks, but it is possible to retain the featured image on the left whenever it’s available? With ‘big preview pic’ it shows up on the header.

    #162891
    Pedro
    Participant

    Hello everybody,

    How I can add to my forum the same label that you have here and change the div for answers from moderator and keymaster groups?

    Label

    Hi,

    Please try adding following code to Quick CSS in Enfold theme options under Styling

    a.portfolio-preview-list-image {margin-bottom: 5px!important; }

    Regards,
    Yigit

    #162883

    I worked it out after trial and error:-) In case anyone is trying to do the same. The a class is for a button matching the theme colors. I have used this in the text area of a testimonial grid which works ok.

    The rel=”prettyphoto[pp_gal] is the gallery code and can be changed to include multiple galleries, for example rel=”prettyphoto[mygallery1]. Just change the name of the rel link for the gallery and make sure all images you want ‘in’ that gallery also include the same rel attribute.

    <span>Click here for photos</span>
    <div style=”display: none;”>

    </div>

    Andrew

    #162879

    Hi Ismael,

    It does not seem to work.. But if I set the ‘.small-preview’ on display: none the icon disappears. Is it possible to apply this only to specific pages? So that the icon/small preview image will not disappear in all blog posts?

    Thank you.

    #162864

    Tbh there’s no easy way to remove the spaces. The Enfold gallery does not support a masonry layout at the moment (eg like demonstrated here: http://www.nextgen-gallery.com/nextgen-pro/#promasonry ) and if the images have different aspect ratios you’ll see white spaces because the grid is not flexible. We’ll consider to add this gallery layout to Enfold in the future but (for now) I’d suggest to crop the thumbnails (then all thumbnails have the same size & aspect ratio) or to use the nextgen Gallery plugin with the pro extension: http://www.nextgen-gallery.com/nextgen-pro/ which supports the masonry layout too.

    #162861

    Hey! I am still not sure what the problem is. Images look good and are not distorted or disproportional big (which was the problem in the other thread I participated about iOS and bg image)

    How would you expect those images to display?

    Cheers!
    Kriesi

    #162850

    Hey! I will switch back, but the image repeating will be disabled of course. so on ie 8 you will simply see a centered version of the image and if the image is smaller than the viewport there will be whitespace around it. So when uploading a big image of about 1500px x 1500px its pretty save to say that 90% of those ie8 user will never see the difference. and since the remaining 10% of ie8 users are not even a full percent of all visitors I think for now its a good tradeoff :)

    Going to close this thread now. If I happen to find out anything new I will repopen here so you might want to stay subscribed for a month or two :)

    #162822

    Hi Kriesi.

    I had no idea it was such a difficult issue. My apologies for causing you frustrations and I really appreciate your effort and time to try to solve this. Now that I know it’s either too difficult to fix or just impossible I can say the same when others ask me why it’s not perfect on their machine.

    So thank you very much, I’ll just make due with what the theme offers and adapt to that. Just one question now that you mention “I think I will reset the slider”, do you mean that you’ll switch back to the previous slider in the next theme update? I’d like to know so I can add the necessary CSS back to disable the image repeating on IE8.

    #162817

    Topic: Portfolio grid

    in forum Enfold
    promowl
    Participant

    May i know how do i set spacing between the individual featured image for portfolio grid? Would like to have some spacing(width and height) between the portfolios.

    much appreciated. Thanks.

    #162810

    Good morning and thank you for helping me with this.

    I have deactivated my plugins and are about to add the code as pr your suggestion.

    Being a complete newbie, I have some questions about this:

    -To edit the theme, I should use the editor in wordpress, I don’t try to find my way in the installation files saved on my Laptop?
    -To do a backup of “everything” before I add code, I must/should download a backup plugin (and make use of this..)?
    -I don’t find anything called htaccess in the theme editor in wordpress. Where should I look?

    Thank you so much for a wonderful support service. I am learning a lot.

    #162807

    And in case of an Entypo character? You can´t just replace the background image URL with the character code, right?

    Cheers
    Michael

    Thanks for your quick reply Devin! hmmm, I just whipped together a quick test page on my clients lil girls book site after updating to latest Enfold theme I just downloaded off themeforest. http://theaudaciouslittleprincesses.com/parallax-test-page-for-iphone/ (not attractive page, just wanted to build real quick and add a few parallax sections… parallax isnt covered in the Docs, but basically it’s using the Color sections and putting content within it correct? and then ‘fixed’ selection on the color section image, or is there another way? my iphone5 view though just compresses the image to the width of the area and scrolls rt with the content, not fixed. LUV THIS FRICKIN AMAZING THEME!!!! Just would be next level the First WP site I have where Parallax actually works on ios/iphone World View!

    BIG THANKS for ALL YOUR ROCKINESS and fingers crossed for any new KRIE$I Amazingness anytime sooooon?? ha just hopin!

    BEST

    -Sterling

Viewing 30 results - 102,571 through 102,600 (of 106,403 total)