-
AuthorSearch Results
-
September 18, 2013 at 4:31 pm #163018
In reply to: Slider Not Working Again
Hi,
Slider images cannot be found. http://i.imgur.com/wVvXVc4.jpg
Can you please try deleting them and uploading once again?Regards,
YigitSeptember 18, 2013 at 4:17 pm #163009Devin,
Thanks for the speedy reply!
Please see the below screen shot where the icons are not loading properly in IE8.

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.
September 18, 2013 at 4:04 pm #163002Topic: Two Questions
in forum Enfoldrobertdpalmer
ParticipantGreat 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
September 18, 2013 at 3:54 pm #162990In reply to: Enfold. Easy Slider forcing images to a larger size
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.
September 18, 2013 at 3:47 pm #162982In reply to: I'm having a problem after the update.
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.
September 18, 2013 at 3:42 pm #162978Thanks 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
HasSeptember 18, 2013 at 3:29 pm #162970Hi Jas,
I tagged Kriesi in this post. As far as i know, he is the only one with retina display device among us.
Regards,
YigitSeptember 18, 2013 at 3:28 pm #162968In reply to: Custom images for moderator in bbpress
Glad we could help. Let us know if you have any other questions or issues.
September 18, 2013 at 3:26 pm #162967In reply to: Custom images for moderator in bbpress
Got it. I already did. Thank you!
September 18, 2013 at 3:21 pm #162964In reply to: Fehler 404 – Seite nicht gefunden
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.
September 18, 2013 at 3:20 pm #162962In reply to: PARALLAX IMAGES ARE NOT SCALING ON IPHONE
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.
September 18, 2013 at 3:15 pm #162956In reply to: Remove lightbox/image link from Ajax preview
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: testRegards,
TomasSeptember 18, 2013 at 3:13 pm #162954In reply to: Custom images for moderator in bbpress
And how I get the ID for each role?
September 18, 2013 at 2:56 pm #162943In reply to: Remove lightbox/image link from Ajax preview
September 18, 2013 at 2:51 pm #162939In reply to: featured image too big in post
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,
YigitSeptember 18, 2013 at 2:44 pm #162936In reply to: Custom images for moderator in bbpress
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).
September 18, 2013 at 2:42 pm #162933In reply to: How to remove the picture icon on blog posts?
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,
YigitSeptember 18, 2013 at 2:27 pm #162919In reply to: How to remove the picture icon on blog posts?
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.
September 18, 2013 at 1:12 pm #162891Topic: Custom images for moderator in bbpress
in forum EnfoldPedro
ParticipantHello 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?
September 18, 2013 at 1:04 pm #162887Hi,
Please try adding following code to Quick CSS in Enfold theme options under Styling
a.portfolio-preview-list-image {margin-bottom: 5px!important; }Regards,
YigitSeptember 18, 2013 at 12:50 pm #162883In reply to: Lightbox gallery from text link or button
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
September 18, 2013 at 12:29 pm #162879In reply to: Full width images in post
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.
September 18, 2013 at 11:29 am #162864In reply to: unwanted free space between images of a gallery
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.
September 18, 2013 at 11:21 am #162861In reply to: PARALLAX IMAGES ARE NOT SCALING ON IPHONE
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!
KriesiSeptember 18, 2013 at 11:04 am #162850Hey! 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 :)
September 18, 2013 at 9:18 am #162822Hi 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.
September 18, 2013 at 9:10 am #162817Topic: Portfolio grid
in forum Enfoldpromowl
ParticipantMay 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.
September 18, 2013 at 8:52 am #162810In reply to: upload image http error
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.
September 18, 2013 at 8:47 am #162807In reply to: Custom Horizontal ruler?
And in case of an Entypo character? You can´t just replace the background image URL with the character code, right?
Cheers
MichaelSeptember 18, 2013 at 7:05 am #162788Thanks 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
-
This reply was modified 12 years, 6 months ago by
-
AuthorSearch Results
-
Search Results
-
Topic: Two Questions
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
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?

Topic: Portfolio grid
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.
