I uploaded an example image for both manual and automatic excerpts. Dropcaps and icons get displayed perfectly, except with the combination of grid layout and manual excerpt …

-
This reply was modified 12 years, 4 months ago by
StuWeTueHo.
Hi Yigit!
The code is working only when I’m using “Image Element” to keep images.
But when I’m doing the same thing with gallery, its still not working.. :(
please check the link below. in this link left top three images are kept by using “Gallery from Media Element” and the last three images are kept by using “Images from Media Element”.. So its working when I’m using “Images from Media Element” which as I explained earlier I don’t really want to use it..
please have a look at the link below and compare the difference..
http://goo.gl/DJmeeH
Thanks
This reply has been marked as private.
This reply has been marked as private.
Thanks, Ismael!
I don’t know why I didn’t think of using the grid. I had just finished adjusting the single product images and summary using it. Lack of sleep, I guess..
I’ve added code to allow for mobile portrait & landscape view, as well as desktop large, (min-width: 1340px), for anyone else who might want to use it.
@media only screen and (min-width: 1340px) {
.avia-button.avia-size-large {
min-width: 760px;
}
}
@media only screen and (min-width: 1161px) and (max-width: 1350px) {
.avia-button.avia-size-large {
min-width: 668px;
}
}
@media only screen and (min-width: 1007px) and (max-width: 1160px) {
.avia-button.avia-size-large {
min-width: 550px;
}
}
@media only screen and (min-width: 786px) and (max-width: 1006px) {
.avia-button.avia-size-large {
min-width: 678px;
}
}
@media only screen and (max-width: 785px) {
.avia-button.avia-size-large {
min-width: 428px;
}
}
@media only screen and (max-width: 340px) {
.avia-button.avia-size-large {
min-width: 268px;
}
}
Thanks for your support,
Ben
How do i make the other product images when click instead of a popup, it will show in the product main image?
This reply has been marked as private.
Hey!
Add this code to the Quick CSS:
.overlay-type-extern{
display: none;
}
Cheers!
Josue
Hi Yigit,
I entered this code in but no luck. The images are still displaying on mobile. I really just want to hide those three columns with animated images on the home page from being seen on the mobile devices are they are positioned by pixel distances and appear out of whack.
For the sake of not uploading, and what I meant about adding a background to a section in this case with rounded corners, please see:
http://granify.com/pricing/
How would I go about adding a section like that into enfold?
Thanks for your help!
thank you for looking at this issue.
when you open the page http://elwoodtemp.com/gemco-valve-product-video/ the last slide video image appears. if you click play the first video actually plays.
if you click the arrows to next slide then it does work. also note the issue does not appear on regular monitor you have to look at on mobile device such as iPhone or iPad.
see screen shots
http://elwoodtemp.com/wp-content/uploads/2013/11/image1.jpg ( it appears like this)
http://elwoodtemp.com/wp-content/uploads/2013/11/image.jpg (it should look like this)
Hi!
Edit includes > loop-index.php, find this code:
if($slider) $slider = '<a href="'.$link.'">'.$slider.'</a>';
if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
Below, add Dude’s code:
$description = get_post_field('post_content', get_post_thumbnail_id());
echo $description;
Edit the images on Media > Library > Edit and put the caption on the Description field of the image.
Best regards,
Ismael
Hi grpetz!
You can only force the height of the featured image because the width will vary on the content width. Add this on your custom.css or Quick CSS:
.big-preview.single-big img {
height: 350px;
min-height: 350px;
max-height: 350px;
}
This will stretch some of the images and may not look good afterwards.
Cheers!
Ismael
I added that code and it really made the slider look wierd. What is the optimal size for the image and I will create it with the default specs.
Lisa
Your support is amazing. Can you explain why this happened so that I can size my images appropriately. I will make the adjustment in the quick css as well.
Thanks again for you terrific support.
Hi wasite!
They look fine on my end. Which browser are you using? Please try flushing browser cache and refresh your page a few times
Best regards,
Yigit
This reply has been marked as private.
Can you take a look at http://christchurchannarbor.org/
I moved the wordpress from one server to this one. And now all the icons are not showing. What can I do?
Hi bethperkins!
You can use the Image element then change the Image Link? to Set Manually. Add the url of any vimeo or youtube videos. It will automatically open in lightbox. You can also add this code on a text block.
<a href="VIDEO OR IMAGE URL HERE" rel="lightbox">CLICK HERE</a>
Cheers!
Ismael
Hey,
For some reason on our homepage, the scrolling navbar scrolls underneath images we have placed on the homepage. We have gone through the CSS and can’t seem to find the problem.
http://build.influenceandco.com/wordpress/
Any help is appreciated,
Joe
This reply has been marked as private.
I notice that some images that I have linked to pages on my site do not have the hover effect of the arrow inside the colored circle. Other image do show this hover effect. How can I make sure that none of my linked images have this effect?
Thank You.
Hey rodpascoe!
Try with this, open this file /config-templatebuilder/avia-shortcodes/masonry_entries.php:
Replace this line (287):
$query = array( 'orderby' => 'date',
By this:
$query = array( 'orderby' => 'rand',
Cheers!
Josue
-
This reply was modified 12 years, 4 months ago by
Josue.
1. When using the fix header: As I’m adding new titles in the header it is stretching towards the left and it finally ends up running over the logo and if you go on adding more titles it creates a second line that overrun the slider image below.
Hey adamsm!
Have you tried using a Plain Text Widget instead?

Result:

Regards,
Josue
Hey!
The image was not properly included.
Best regards,
Josue
I was wondering if it’s possible to add a part of the short description in the store front, like you can see on the following image.
https://dl.dropboxusercontent.com/u/2080946/mrsloveegood.jpg
The idea it´s that works like excerpt on posts…. where i can add the read more tag.
http://hubholdings.com/
I am new to this slider and am so confused as to why I have a slim white space on the right hand side of the photo and why it is not centered. Is there a specific size that my image has to be? I set it to 1140px in the slider settings and made my image the same
Thanks!
In creating a gallery with mixed portrait and landscape proportion images, I find that the thumbnails size awkwardly (though only in height), breaking the neat grid structure – sometimes even leaving complete gaps within the thumbnail grid.
Is it possible to force the thumbnails to display at a fixed height so that the grid structure stays together?