Hi Guys
Is it possible to increase the size of the testimonial image size and still keep the image rounded?
Current: 80x80px
Required: 120x120px
Many Thanks
Jonathan
Hi,
Im migrating a rather big blog (~800 Posts) to Enfold. So far I’m making good progress, but now I’m stuck at some point:
The old blog did not use featured images but rather had a custom field with the url of the image (don’t ask why).
So what I’m trying to do is to change loop-index.php in a way that it checks for this custom field and uses the image found there, or if it’s empty use a featured image.
Any hints on how to accomplish this?
Thank you,
Hi there,
I recognized a strange thing when I have 3 1/3 column elements and each element contains a team member element. See screenshot.
https://dl.dropbox.com/s/j2bdo858pqxvtqr/index.html
The team member in the middle (well, it´s me) doesn´t fit into the row. Same image size as all others. The reason seems to be that the two left and right have a top margin at the section with the css class .avia-team-member and my image has not. Now it becomes funny: When open the two team members left and right and save them (without doing anything else) they fit again and the top margin is gone.
So obviously there is a small bug. Any idea? If you need more details, screenshots etc. let me know. I´m happy to help ;-)
Ok, now it works. I try to reactivate WP Smush.it and see what happens.
Thanks.
Hey!
Please remove the pretty photo plugin from your server – you don’t need it because the theme already includes the lightbox script.
Your logo modification breaks our javascript. Please open up enfold/js/avia.js and replace
if(navigator.appVersion.indexOf("MSIE 7.") == -1)
avia_resize_menu();
with
/*
if(navigator.appVersion.indexOf("MSIE 7.") == -1)
avia_resize_menu();
*/
Cheers!
Peter
This reply has been marked as private.
i realized i dont have the pretty photo plugin installed so i downloaded it uploaded the zip into plugins and it failed?
please help,m
Hi
my site is – http://wordpress.guru99.com/
i had update the theme. And after that i am facing this issue.
problem facing after updating theme ,you can check here – http://screencast.com/t/F7j8cPWV
Before updating theme – http://screencast.com/t/4hNUrDYR56Ag
Please help to tackle me this issue.
sorry one more link to show u the portfolio images dont show at all
http://www.heliproducts.com/webtest/portfolio/
Hey!
masonry_gallery.php just extends masonry_entries.php and you need to modify masonry_entries.php if you want to modify the gallery output. If you want to show the title of the image in the lightbox use the code I posted in my last answer and replace
if($post_type == 'attachment' && strpos($html_tags[0], 'a href=') !== false)
{
$linktitle = 'title="'.esc_attr($description).'"';
}
else if(strpos($html_tags[0], 'a href=') !== false)
{
$linktitle = 'title="'.esc_attr($the_title).'"';
}
with
if($post_type == 'attachment' && strpos($html_tags[0], 'a href=') !== false)
{
$title = esc_attr(get_the_title($thumb_ID));
$linktitle = 'title="'.esc_attr($title).'"';
}
else if(strpos($html_tags[0], 'a href=') !== false)
{
$linktitle = 'title="'.esc_attr($the_title).'"';
}
By default Enfold will display the alternative text in the lightbox (instead of the image title) because of consistency reasons.
Regards,
Peter
Hi,
i am having trouble with the gallery and portfolio part of this theme, for some reason the image thumbs are all greyed out and when u click on an image it doesnt animate open like a typical lightbox with nav buttons it just goes to the photo.
Is there some file that needs to be fixed? Please help me this is not working properly im wonjdering what is missing that will fix this,
example below
http://www.heliproducts.com/webtest/photos/
thanks! love this theme btw i just wish i could get it working
This reply has been marked as private.
Thanx Josue,
That was the first CSS that I changed (also with !important) but no luck. Now I tried uploading the images folder as you suggested, but no luck. Not sure if it’s a relative path issue ../images or just a CSS that’s overriding the avia-button class. Because when I set the above selectors to the CSS in shortcodes.css in Crome’s Dev Tools, it works exactly how I thought it would. But I know that invovles a hard code change to the CSS/theme, and I’m trying to avoid that.
Thoughts?
– Michael
Hi Enfold Team,
pls see image to understand…
http://tinyurl.com/pwdqnyw
Kindest regards,
xrisxal2000
Hey!
I think that change was intended due to a design trend (i may be wrong), however if you don’t like it, simply add this code to your style.css:
.avia-button{
background-image: url("../images/layout/bg-button.png");
background-repeat: repeat-x;
background-position: 0 0;
}
If it doesn’t work, copy the /images folder from Enfold to your child theme folder.
Cheers!
Josue
Single post style with big preview image. You can see a sample page here: http://yourmiweddingvenue.com/stand-out-in-the-wedding-industry/
-
This reply was modified 12 years, 5 months ago by
jenerdman.
Hey!
Can you post a link to a post where the icon isn’t showing up?
Cheers!
Josue
Hey!
All of those images show the image responding actually. There is some css issues however which the following should help clean up:
@media screen and (max-width: 767px){
.pp_details, div.pp_default .pp_details {
background: transparent;
position: inherit;
}
}
Cheers!
Devin
Hi!
I’m not sure what you mean by the white space issue. The spacing is only ever going to be effected by the size of the image relative to the page.
Cheers!
Devin
Hi LA_BREVA!
Can you please give us a link to the website? The Header image you posted is not working.
Regards,
Ismael
Hi jenerdman!
What kind of Blog Style do you have for your single post page?
Regards,
Ismael
I spent some time with the menu and figured it out — Looking good — Thanks
Hey!
Please try this:
.bottle{
display: none;
width: 153px;
height: 737px;
position: absolute;
left: 75px;
top: 54px;
z-index: 1000;
}
.home .bottle{
display: block !important;
width: 153px;
height: 737px;
position: absolute;
left: 75px;
top: 54px;
z-index: 1000;
}
Best regards,
Ismael
thank you for all the help. they work great : ) However i’ve encountered a bug, seems like the arrows dont show up sometimes, and sometimes only some of them show up. Seems like sometimes they randomly disappear. What could be causing that?
Hi!
Can you please give us a link to the website? The theme demo used a 1500x1500px images for the full screen slider.
Regards,
Ismael
This reply has been marked as private.
This reply has been marked as private.
Hi Peter, thanks for your reply. It works, but since the image is added in header.php the image appears in all the rest of the pages, just without the css class. I tried adding a display: none to an extra class without .home in front but then the bottle disappeared everywhere. I’m missing something here. Hope you can help. This is what I tried:
.home .bottle{
width: 153px;
height: 737px;
position: absolute;
left: 75px;
top: 54px;
z-index: 1000;
}
.bottle{
display: none;
width: 153px;
height: 737px;
position: absolute;
left: 75px;
top: 54px;
z-index: 1000;
}
Best regards
/Michael
@maratino Thanks for the tip. I will add one thing here to your post. IE 8 can have issues with max-width. It may not happen with your code, but folks should be aware of some max-width issues with IE 8. Usually it’s with an element with overflow:hidden. And for sure it has issues with < img > max-width when the widths and heights are specified. In that scenario it works in compatibility mode, but not in standard mode. There are additional oddities with IE 8 that a Google search will highlight as well. I share this tidbit so that if someone has weird things happening in IE 8, they might want to take a gander at max-width. It has troubled us on many occasions.
Having said that, we have definitely experienced some issues with some max-width properties in Enfold. I’ve meant to bring it up, but haven’t had the time. Perhaps I might start a separate thread, but specifically, in the base.css file, there is a global property on < img > with max-width set to 100%. It’s near line 150ish (I’m recalling this from memory). We have some dynamic content being inserted into areas of Enfold with Ajax and callbacks, and the max-width property is not recognized in IE 8. No image renders in the browser. This is a separate matter for another thread, but I thought I would bring it up as an example just in case some folks experience some odd issues in IE 8.