This reply has been marked as private.
Hey Superbobrik!
It should look like they look before you hover over images? Can you post the link to your page? If plugin developer provided more information, please share it with us
Regards,
Yigit
Hey!
You are welcome! Let us know if you have any other questions or issues
Cheers!
Yigit
Hey effectandaffect!
In WordPress dashboard please go to Settings > Media and change Thumbnail size to 120x120px then regenerate thumbnails using this plugin http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
Yigit
I need to set the image size to 120x120px. I changed the CSS, but the thumbnail image is 80x80px and the image appears distorted.
http://mandrakecomunicacion.com/simonaraujo/recommendations/
Thanks in advance!
Got it – how can I increase the padding thanks.
-
This reply was modified 12 years, 3 months ago by
Dogmut.
Enfold generates 12 files for each image that is uploaded. this sums up quite a bit if you work wit galleries etc.. did you think of using timthumb or a similar solution?
-
This topic was modified 12 years, 3 months ago by
maratino.
Hi,
Im using the Avia Layout Builder to lay-out the page.
In the content element ‘text block’ there is the option to ‘add media’, however this is not working in both ‘visual’ or ‘text’ mode.
How can we insert an image in the text?
Hey!
You can change the background color of the mobile menu select using this:
#top .header_color select {
border-color: blue;
background-color: red;
color: #155773;
}
Change the arrow select using this:
#top .mobileMenu{
background-image: url(IMAGE URL HERE);
background-position: center right;
background-repeat: no-repeat;
border-radius: 2px;
}
Create your own image. The size should be 30x13px.
Best regards,
Ismael
Hey guys.
I am wondering on the status of this bug fix documented here.
https://kriesi.at/support/topic/fullwidth-masonry-gallery-image-loading-issue/
I just updated to wordpress 3.8 and enfold 2.4.4 and I still get this behavior. I have not added the bug hack code again. If figured this would be addressed by now after the 4.3 and now 4.4 updates. But it seams this wasn’t addressed. And the update wiped the fix. For reference. When a large (many photo) gallery is being populated for the first time (uncashed) if you don’t scroll down at all, after load is finished and you then scroll down most often things look good. But if you scroll down before the load finishes then photos start to overlap each other all over the place. A page refresh or re-size fixes. Any word on when this will be fixed in a native theme update.
link to one on my site http://jackandaddi.com/gallery/rykowski-family/
Thanks
This reply has been marked as private.
Hi Chris!
Can you please give us a link to the website? Post the login details here as a private reply.
Regards,
Ismael
Hi!
On the Easy Slider element there is an option to select the image size, “Slideshow Image Size”. This will give you a specific height for all images.
Best regards,
Ismael
I would think that if you were to manually edit the image in WP crop it and set the new crop to save to thumbnail then that should do it. Sadly that does not work.
Maybe it is a feature you can add in the future.
Luckily for me plugin works. woot.
-
This reply was modified 12 years, 3 months ago by
Michael.
Hi blende64!
You have a lot of plugins installed. Maybe one of them is causing the issue. Deactivate them one at a time, see if it fixes the issue. I tested this on my end and the sort order is not lost when I added new image on the gallery.
Best regards,
Ismael
No that’s not what Shortstack looks like.
http://www.google.com/fonts/specimen/Short+Stack
I took a screenshot of my site on chrome working, but I can’t seem to figure out how to upload an image…
Hi Tomskii!
The only thing you can do is upload the largest size you can that doesn’t effect performance.
There will always be someone with a bigger screen and now with the 4k screens coming out we’ll be seeing a whole new wave of people seeing images stretched beyond their limits.
All you can do is shoot for the best average user experience that works for you.
Best regards,
Devin
I am using the Enfold theme (which I love by the way). When I try to insert an image into a page using the Default Editor. The pictures will not show up. I can see the images in the media library but when I hit insert nothing shows up on the page. If i switch to the Avia Layout Editor I can insert images.
Also I can not insert images into Posts either. Same scenario. I see the media in the library but it will not show up in the post.
Any suggestions?
Thanks.
Chris Routt
Is there a way to make the first (or any) slide within a homepage LayerSlider transparent, so that the background image of the site is displayed rather than an image uploaded to the background of said slide?
Thanks
Hi!
I see no background on partner/logo slide except for image backgrounds. Have you flushed browser cache and checked once again? It could be a caching issue
Regards,
Yigit
Do I control the padding size by modifying the px? “.widget { padding: 10px 0 0 0; } ” is currently what I have reduced it too but it seems it’s not having much of an effect.— edit, It seems to be shrinking it thank you. I guess I will have to trim down image sizes for the “Checkitout.png” and others to get them closer?
-
This reply was modified 12 years, 3 months ago by
Barabbas.
How can I shrink or better control the space between my widgets? http://mashitout.com/home/ I’ve been constantly trying to change image heights and it helps a little but I’d really like to get the side bar widgets right next to each other.
Thanks for this. But, I seem to have found the issue. I was editing the existing sample post. I have now added a new one and the comments don’t show. I deleted the sample post and re-entered the text/images into a new post and the issue has gone away.
Regards.
Giles
Hi!
You are linking to the first image of the gallery, but the link also has a rel attribute that enables the lightbox.
Regards,
Josue
Hey!
Try adding this code to the Quick CSS:
#header .main_menu ul > li.menu-item > .avia_mega_div > .sub-menu > li.menu-item > span > img{
width: 220px !important;
max-width: 230px !important;
}
Cheers!
Josue
You are welcome, glad we could help :)
Regards,
Josue
Good, now is perfect!
I saw the change using the code:
#menu-item-6214 a {
position: relative;
top: -10px;
}
#menu-item-6214 a img{
position: relative;
top: 5px;
}
Thank you man!! Good job!
This reply has been marked as private.