It worked for the most part.Two of the images are smaller but that is due to the fact of their original size, So I’ll have to fix those two.
Hey!
Can you try regenerating thumbnails using this plugin http://wordpress.org/plugins/regenerate-thumbnails/ then check if images are same size? If not, please create a temporary admin login and post it here privately
Cheers!
Yigit
-
This reply was modified 12 years, 3 months ago by
Yigit.
Hello,
I’ve just started setting up a new site, and I’m having trouble with the images (I’ve used your theme before on other sites with no issue like this…) – some are not displaying properly. I’ve started in the blog section of the site – and I’m using an image set as a featured image – and it shows up in the widget area, but not in the main masonry view or post view consistently.
http://gspwebsite.swiftworks.com.au/news/
http://gspwebsite.swiftworks.com.au/imb-sunset-cinema/
If you could please let me know how to fix that would be great!
Many thanks,
Alison
Hey!
You can go to Settings > Media and check thumbnail image sizes and check “Crop thumbnail to exact dimensions” if unchecked
Regards,
Yigit
Square images for the thumbnails only or square images for the larger versions? It’s kind of difficult to have a square image when the full size is rectangular (longer height then width).
Hi Isabell!
Please post temporary login credentials here privately. Your website is under construction and we cannot see the content
And add following code to Quick CSS to make changes you showed in footer section
span.news-thumb { border: none; padding: 0; }
.image_size_widget .news-thumb img {
width: 36px;
height: 36px;
}
#socket { border-top: none; }
Regards,
Yigit
-
This reply was modified 12 years, 3 months ago by
Yigit.
Hey MtnStreamGroup!
I happens because your image in the between is not the same as size as others. Other two are 150x150px while the one in between is 150x170px. Please upload square images and it should look fine
Regards,
Yigit
I’ve actually just removed the image from that first slide, but now it’s just the gray container background…
Thanks Ismael,
I added those lines but it didn’t change anything. Please see this screenshot:

So essentially I’m going to just keep the text on that first slide, and hope that the first slide can be completely transparent and show the background image instead (which is the same image that the slide has right now, but is misaligned every time the aspect ratio is changed).
Thanks
Hi medvick!
Something like this? http://kriesi.at/contact
You can use a Color section for that
Best regards,
Josue+
Is the the gallery supposed to look like the one at http://www.mountainstreamgroup.com? Why aren’t all the thumbnails all the same size and in 3 distinct rows? I had more images but I deleted some. Do I have to delete the gallery and start over?
This reply has been marked as private.
This reply has been marked as private.
I removed the background image from the Color section and added the above css to Quick CSS as you suggested. The background image is not centered and is not resizing responsively when the larger random quotes appear.
Any ideas?
* FYI: I previously placed the following styles in the enfold-child/style.css file to style the quotes and author:
/* START Easy Random Quotes plugin section */
/* jv: investigate > For Developers: Section ID > id="section-quotes" later.
#section-quotes {
background-color: #bbff00;
}
*/
#quotes {
text-align: center;
margin: 0 5%;
}
/* jv: Formats quote */
p.quotes-caption {
margin: 0 0;
font-size: 1.25em;
line-height: 1.3em;
color: #0f75bc;
}
/* jv: Formats quote signature under quote */
p.quotes-signature {
margin: 5px 0 0 0;
font-size: 1.15em;
line-height: 1.3em;
font-style: italic;
color: #898989;
}
/* END Easy Random Quotes plugin */
Hey Ismael,
Thanks for the quick response. That ended up squishing the images vertically a bit, but I set the width at 28px as well to maintain the aspect ratio and that worked, thanks!
Hi mgerenser!
Please refer to this post and set header height to 90 instead of 200 https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
Regards,
Yigit
Hey xpoveda!
Create a post then choose the Gallery format.
Regards,
Ismael
Hey tmunz!
Add this on Quick CSS:
.image_size_widget .news-thumb img {
width: 36px;
max-height: 28px;
}
Best regards,
Ismael
Hey!
Since I don’t have access on the database, please try this one. Go to your Enfold database via cpanel > phpmyadmin. Look for the wp_layerslider table. Select all the slides then export it using XML format. Go to the new installation then import the wp_layerslider xml file. Make sure that all assets like images are in the proper folders and with the proper file name.
Best regards,
Ismael
Hi!
Can you please give us a link to the actual page? We would like to inspect the image. The code above should work for border radius but I guess the image on your page have different selectors. Please try this:
img, a img {
border-radius: 0 !important;
}
Cheers!
Ismael
Hey guys,
I’m currently running the most updated versions of both the theme and wordpress. I’m noticing an issue with the ‘Recent Posts’ widget in which the thin grey box that surrounds the preview image isn’t surrounding the image correctly. Also, some of the preview images seem to get cut off randomly.
This can be seen here: http://aaacampus.aaa.biz/aaa-institute-login/
Thanks,
Tom
I was wondering if there was a way to edit the back to top arrow button that shows up when scrolling down a page.
I’d like it to say “Back to Top” instead of the standard arrow. Is this possible?
Also, if this is possible, can I assign which font to use for this? The reason I ask this is, I’ve seen where people replace the red link arrow that shows up when you hover over an image with a link but the text that replaces the arrow is a generic font that doesn’t match the theme’s default font.
Thanks!
Hey!
Have you tried this on Quick CSS?
.avia_textblock,
.avia-icon-list,
.avia-button,
.avia-testimonial,
.iconbox,
.avia_message_box,
.avia-team-member,
.widget,
.post,
.team-img-container img,
.team-social,
.iconlist_icon,
.fallback-post-type-icon,
.fullsize .related_posts,
.grid-image,
.avia-caption-content, .avia-caption-title,
.entry-content-wrapper,
.avia_start_animation
{
-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
}
Best regards,
Ismael
Hi!
As Devin explained in the documentation and i quote
“Why use a Child Theme?
A Child Theme sits on top of Enfold so that you can give it your own custom name, thumbnail image in the admin, and safely get into more advanced customization without the risk of a theme update writing over your work. We’ve prepared a child theme for you that will automatically load the Enfold theme as its parent.”
Cheers!
Yigit
Hi again . . . there’s another issue I noticed after doing this. The logo looks fine in terms of sizing but when a user scrolls down in the browser then the header div shrinks in height and the logo is cut in half. I’d like that header to always stay the same size even if someone scrolls down.
I saw the two solutions for what sounded like similar issues posted on this theme’s support page in Themeforest and I tried both but they didn’t work for me.
I tried modifying one solution to:
#header_main .container, .main_menu ul:first-child > li > a {
height: 88px !important;
line-height: 88px !important;
}
html.fixed_header #main {
padding-top: 88px;
}
With the above the header stays the same height but the lower content scrolls up and under the header, and the logo image is cut in half.
The page is here: http://calleridnotes.com/homepage
Thanks!
Okay, this worked originally when i did it… the code is still in there – I made some changes to the images in those three columns and then they went back to not lining up again – I took the code you gave me out, then i put it back in, to no avail – they are not lining up again – any suggestions as to why this is happening?
Thank You!
-
This reply was modified 12 years, 3 months ago by
Eleina_Shinn.
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
body div .first { margin-top: 50px; }
Please refer to this post and set header height to 223 instead of 200 https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
Regards,
Yigit